Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tuxpaint-config for openSUSE:Factory checked in at 2022-01-07 12:46:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tuxpaint-config (Old) and /work/SRC/openSUSE:Factory/.tuxpaint-config.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tuxpaint-config" Fri Jan 7 12:46:09 2022 rev:8 rq:944539 version:0.0.18 Changes: -------- --- /work/SRC/openSUSE:Factory/tuxpaint-config/tuxpaint-config.changes 2018-07-17 09:43:57.676946171 +0200 +++ /work/SRC/openSUSE:Factory/.tuxpaint-config.new.1896/tuxpaint-config.changes 2022-01-07 12:47:39.359898568 +0100 @@ -1,0 +2,23 @@ +Thu Jan 6 21:11:17 UTC 2022 - Lars Vogdt <l...@linux-schulserver.de> + +- update to 0.0.18 + - please refer to /usr/share/doc/packages/tuxpaint-config/CHANGES.txt + for a detailed list and contributors +- Needs libunibreak (libunibreak-devel) now +- Rebased all patches: + + tuxpaint-config-desktop.patch + + tuxpaint-config-docpath.patch + + tuxpaint-config-manpage.patch + +------------------------------------------------------------------- +Sat Oct 2 08:04:12 UTC 2021 - Carsten Ziepke <kiel...@gmail.com> + +- update to 0.0.17: + - please refer to /usr/share/doc/packages/tuxpaint-config/CHANGES.txt + for a detailed list and contributors +- Drop reproducible.patch, fixed upstream in 0.0.14 +- Drop tuxpaint-config-missing_includes.patch, fixed upstream +- Rebase the patches +- Run spec-cleaner + +------------------------------------------------------------------- Old: ---- reproducible.patch tuxpaint-config-0.0.13.tar.bz2 tuxpaint-config-missing_includes.patch New: ---- tuxpaint-config-0.0.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tuxpaint-config.spec ++++++ --- /var/tmp/diff_new_pack.OZEPuG/_old 2022-01-07 12:47:39.947898976 +0100 +++ /var/tmp/diff_new_pack.OZEPuG/_new 2022-01-07 12:47:39.951898979 +0100 @@ -1,7 +1,7 @@ # # spec file for package tuxpaint-config # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,34 +12,31 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: tuxpaint-config -Version: 0.0.13 +Version: 0.0.18 Release: 0 Summary: Configuration tool for Tux Paint License: GPL-2.0-or-later Group: Productivity/Graphics/Bitmap Editors -Url: http://www.tuxpaint.org/ +URL: http://www.tuxpaint.org/ +Source: %{name}-%{version}.tar.gz +Patch1: tuxpaint-config-docpath.patch +Patch2: tuxpaint-config-desktop.patch +Patch3: tuxpaint-config-manpage.patch BuildRequires: fltk-devel BuildRequires: gcc-c++ BuildRequires: libpaper-devel +BuildRequires: libunibreak-devel %if 0%{?suse_version} BuildRequires: fdupes BuildRequires: update-desktop-files Requires: %{name}-lang = %{version} Recommends: tuxpaint %endif -Source: %{name}-%{version}.tar.bz2 -Patch1: tuxpaint-config-docpath.patch -Patch2: tuxpaint-config-desktop.patch -Patch3: tuxpaint-config-manpage.patch -Patch4: tuxpaint-config-missing_includes.patch -# PATCH-FIX-UPSTREAM bmwiedemann https://sourceforge.net/p/tuxpaint/tuxpaint-config/merge-requests/2/ boo#1047218 -Patch5: reproducible.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Tux Paint has a rich set of configuration options, controllable via @@ -53,14 +50,12 @@ %prep %setup -q -find . -name CVS | xargs rm -rf %patch1 -p1 %patch2 -p1 %patch3 -p1 -%patch4 -p1 -%patch5 -p1 + %build -make CFLAGS="%optflags" PREFIX="%{_prefix}" X11_ICON_PREFIX=/usr/include/X11/pixmaps/ +%make_build CFLAGS="%{optflags}" PREFIX="%{_prefix}" X11_ICON_PREFIX=%{_includedir}/X11/pixmaps/ %install mkdir -p %{buildroot}/%{_bindir} @@ -68,32 +63,26 @@ X11_ICON_PREFIX="%{buildroot}/%{_includedir}/X11/pixmaps/" \ DOC_PREFIX="%{buildroot}/%{_defaultdocdir}/%{name}" install install -D -m644 src/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop + # desktop file %if 0%{?suse_version} %suse_update_desktop_file -n %{name} %endif + # fix file permissions -find %{buildroot}%_defaultdocdir/%{name} -type f -exec chmod 644 {} \; +find %{buildroot}%{_defaultdocdir}/%{name} -type f -exec chmod 644 {} \; find %{buildroot}%{_mandir} -type f -exec chmod 644 {} \; + # reduce space %if 0%{?suse_version} %fdupes -s %{buildroot} %endif -%find_lang %{name} -%clean -rm -rf %{buildroot} +%find_lang %{name} -%if 0%{?fedora_version} -%files -f %{name}.lang -%defattr(-,root,root) -%else %files -%defattr(-,root,root) -%endif -%defattr(-,root,root) %attr(755,root,root) %{_bindir}/tuxpaint-config -%doc %_defaultdocdir/%{name} +%doc %{_defaultdocdir}/%{name} %dir %{_includedir}/X11/pixmaps %{_includedir}/X11/pixmaps/tuxpaint-config.xpm %{_mandir}/man1/* @@ -101,27 +90,6 @@ %{_datadir}/pixmaps/*.png %{_datadir}/applications/*.desktop -%if 0%{?suse_version} %files lang -f %{name}.lang -%defattr(-,root,root) -%if 0%{?suse_version} <= 1130 -%defattr(-,root,root) -# unrecogniced locales -%dir %{_datadir}/locale/ach -%dir %{_datadir}/locale/ach/LC_MESSAGES -%dir %{_datadir}/locale/an -%dir %{_datadir}/locale/an/LC_MESSAGES -%dir %{_datadir}/locale/cgg -%dir %{_datadir}/locale/cgg/LC_MESSAGES -%dir %{_datadir}/locale/ff -%dir %{_datadir}/locale/ff/LC_MESSAGES -%dir %{_datadir}/locale/sat -%dir %{_datadir}/locale/sat/LC_MESSAGES -%dir %{_datadir}/locale/son -%dir %{_datadir}/locale/son/LC_MESSAGES -%dir %{_datadir}/locale/vec -%dir %{_datadir}/locale/vec/LC_MESSAGES -%endif -%endif %changelog ++++++ tuxpaint-config-desktop.patch ++++++ --- /var/tmp/diff_new_pack.OZEPuG/_old 2022-01-07 12:47:39.971898993 +0100 +++ /var/tmp/diff_new_pack.OZEPuG/_new 2022-01-07 12:47:39.975898996 +0100 @@ -1,8 +1,8 @@ -Index: tuxpaint-config-0.0.13/src/tuxpaint-config.desktop +Index: tuxpaint-config-0.0.18/src/tuxpaint-config.desktop =================================================================== ---- tuxpaint-config-0.0.13.orig/src/tuxpaint-config.desktop -+++ tuxpaint-config-0.0.13/src/tuxpaint-config.desktop -@@ -84,8 +84,9 @@ Comment[uk]=???????????????????????? Tux +--- tuxpaint-config-0.0.18.orig/src/tuxpaint-config.desktop ++++ tuxpaint-config-0.0.18/src/tuxpaint-config.desktop +@@ -99,8 +99,9 @@ Comment[uk]=???????????????????????? Tux Comment[vec]=Confegura Tux Paint Comment[vi]=C???u h??nh TuxPaint Comment[zh_TW]=?????? Tux Paint ++++++ tuxpaint-config-docpath.patch ++++++ --- /var/tmp/diff_new_pack.OZEPuG/_old 2022-01-07 12:47:39.987899004 +0100 +++ /var/tmp/diff_new_pack.OZEPuG/_new 2022-01-07 12:47:39.991899007 +0100 @@ -1,17 +1,17 @@ -Index: tuxpaint-config-0.0.13/Makefile +Index: tuxpaint-config-0.0.18/Makefile =================================================================== ---- tuxpaint-config-0.0.13.orig/Makefile -+++ tuxpaint-config-0.0.13/Makefile -@@ -36,7 +36,7 @@ DATA_PREFIX=$(PREFIX)/share/tuxpaint-con +--- tuxpaint-config-0.0.18.orig/Makefile ++++ tuxpaint-config-0.0.18/Makefile +@@ -37,7 +37,7 @@ DATA_PREFIX=$(PREFIX)/share/tuxpaint-con # Docs and man page: -DOC_PREFIX=$(PREFIX)/share/doc/tuxpaint-config/ -+DOC_PREFIX=$(PREFIX)/share/doc/packages/tuxpaint/tuxpaint-config/ ++DOC_PREFIX=$(PREFIX)/share/doc/packages/tuxpaint-config/ MAN_PREFIX=$(PREFIX)/share/man/ -@@ -154,7 +154,6 @@ install-win32: +@@ -179,7 +179,6 @@ install-win32: # to do this as superuser ("root")) install: install-bin install-data install-man install-doc \ ++++++ tuxpaint-config-manpage.patch ++++++ --- /var/tmp/diff_new_pack.OZEPuG/_old 2022-01-07 12:47:39.999899013 +0100 +++ /var/tmp/diff_new_pack.OZEPuG/_new 2022-01-07 12:47:40.003899015 +0100 @@ -1,7 +1,7 @@ -Index: tuxpaint-config-0.0.13/src/tuxpaint-config.1 +Index: tuxpaint-config-0.0.18/src/tuxpaint-config.1 =================================================================== ---- tuxpaint-config-0.0.13.orig/src/tuxpaint-config.1 -+++ tuxpaint-config-0.0.13/src/tuxpaint-config.1 +--- tuxpaint-config-0.0.18.orig/src/tuxpaint-config.1 ++++ tuxpaint-config-0.0.18/src/tuxpaint-config.1 @@ -29,14 +29,12 @@ Display a list of all commandline option Show the license (GNU GPL) under which Tux Paint is released.