Hello community, here is the log from the commit of package tuxpaint-config for openSUSE:Factory checked in at 2015-01-03 22:01:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tuxpaint-config (Old) and /work/SRC/openSUSE:Factory/.tuxpaint-config.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tuxpaint-config" Changes: -------- --- /work/SRC/openSUSE:Factory/tuxpaint-config/tuxpaint-config.changes 2013-01-14 22:26:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tuxpaint-config.new/tuxpaint-config.changes 2015-01-03 22:01:45.000000000 +0100 @@ -1,0 +2,19 @@ +Fri Dec 26 01:51:14 UTC 2014 - [email protected] + +- update to 0.0.13: + + Added "Disable Label tool" option, to match new Tux Paint feature + + Added options for new languages + + Added "Accessibility" tab, with options for sticky mouse clicks, + keyboard-based mouse movement, and on-screen keyboard + (new features in Tux Paint) + + Added "Joystick" tab, with options for configuring joystick controls + (another new feature in Tux Paint) + + Fixed bug where hitting [Cancel] in file/directory chooser dialogs + would cause Tux Paint Config. to crash + + Modularized some of the UI layout code + + new translations +- refreshed all patches +- added tuxpaint-config-missing_includes.patch +- removed tuxpaint-config-de.po (upstream translation exists now) + +------------------------------------------------------------------- Old: ---- tuxpaint-config-0.0.12.tar.bz2 tuxpaint-config-de.po New: ---- tuxpaint-config-0.0.13.tar.bz2 tuxpaint-config-missing_includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tuxpaint-config.spec ++++++ --- /var/tmp/diff_new_pack.YD5slY/_old 2015-01-03 22:01:47.000000000 +0100 +++ /var/tmp/diff_new_pack.YD5slY/_new 2015-01-03 22:01:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package tuxpaint-config # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: tuxpaint-config -Version: 0.0.12 -Release: 1 -License: GPL-2.0+ +Version: 0.0.13 +Release: 0 Summary: Configuration tool for Tux Paint -Url: http://www.tuxpaint.org/ +License: GPL-2.0+ Group: Productivity/Graphics/Bitmap Editors +Url: http://www.tuxpaint.org/ BuildRequires: fltk-devel BuildRequires: gcc-c++ BuildRequires: libpaper-devel @@ -33,10 +34,10 @@ Recommends: tuxpaint %endif Source: %{name}-%{version}.tar.bz2 -Source2: tuxpaint-config-de.po Patch1: tuxpaint-config-docpath.patch Patch2: tuxpaint-config-desktop.patch Patch3: tuxpaint-config-manpage.patch +Patch4: tuxpaint-config-missing_includes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -52,11 +53,10 @@ %prep %setup -q find . -name CVS | xargs rm -rf -%patch1 -p0 -%patch2 -p0 -%patch3 -p0 -install -m644 %{SOURCE2} src/po/de.po - +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build make PREFIX="%{_prefix}" X11_ICON_PREFIX=/usr/include/X11/pixmaps/ @@ -80,7 +80,6 @@ %endif %find_lang %{name} - %clean rm -rf %{buildroot} @@ -107,8 +106,20 @@ %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 ++++++ tuxpaint-config-0.0.12.tar.bz2 -> tuxpaint-config-0.0.13.tar.bz2 ++++++ ++++ 55150 lines of diff (skipped) ++++++ tuxpaint-config-desktop.patch ++++++ --- /var/tmp/diff_new_pack.YD5slY/_old 2015-01-03 22:01:47.000000000 +0100 +++ /var/tmp/diff_new_pack.YD5slY/_new 2015-01-03 22:01:47.000000000 +0100 @@ -1,10 +1,10 @@ -Index: src/tuxpaint-config.desktop +Index: tuxpaint-config-0.0.13/src/tuxpaint-config.desktop =================================================================== ---- src/tuxpaint-config.desktop.orig -+++ src/tuxpaint-config.desktop -@@ -38,8 +38,9 @@ Comment[son]=Tux Paint goyey hanse - Comment[sv]=Konfigurera Rita med Tux - Comment[uk]=Налаштування Tux Paint +--- 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 + Comment[vec]=Confegura Tux Paint + Comment[vi]=Cấu hình TuxPaint Comment[zh_TW]=設定 Tux Paint +GenericName=Tux Paint Configuration Icon=tuxpaint-config ++++++ tuxpaint-config-docpath.patch ++++++ --- /var/tmp/diff_new_pack.YD5slY/_old 2015-01-03 22:01:47.000000000 +0100 +++ /var/tmp/diff_new_pack.YD5slY/_new 2015-01-03 22:01:47.000000000 +0100 @@ -1,6 +1,8 @@ ---- Makefile -+++ Makefile -@@ -34,7 +34,7 @@ +Index: tuxpaint-config-0.0.13/Makefile +=================================================================== +--- tuxpaint-config-0.0.13.orig/Makefile ++++ tuxpaint-config-0.0.13/Makefile +@@ -36,7 +36,7 @@ DATA_PREFIX=$(PREFIX)/share/tuxpaint-con # Docs and man page: @@ -9,7 +11,7 @@ MAN_PREFIX=$(PREFIX)/share/man/ -@@ -140,7 +140,6 @@ +@@ -154,7 +154,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.YD5slY/_old 2015-01-03 22:01:47.000000000 +0100 +++ /var/tmp/diff_new_pack.YD5slY/_new 2015-01-03 22:01:47.000000000 +0100 @@ -1,7 +1,7 @@ -Index: src/tuxpaint-config.1 +Index: tuxpaint-config-0.0.13/src/tuxpaint-config.1 =================================================================== ---- src/tuxpaint-config.1.orig -+++ src/tuxpaint-config.1 +--- tuxpaint-config-0.0.13.orig/src/tuxpaint-config.1 ++++ tuxpaint-config-0.0.13/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. ++++++ tuxpaint-config-missing_includes.patch ++++++ Index: tuxpaint-config-0.0.13/src/defaults.cxx =================================================================== --- tuxpaint-config-0.0.13.orig/src/defaults.cxx +++ tuxpaint-config-0.0.13/src/defaults.cxx @@ -1,3 +1,4 @@ +#include <string.h> #include "defaults.h" /* struct { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
