Hello community,

here is the log from the commit of package tuxpaint-config for openSUSE:Factory 
checked in at 2013-01-14 22:26:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tuxpaint-config (Old)
 and      /work/SRC/openSUSE:Factory/.tuxpaint-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tuxpaint-config", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.tuxpaint-config.new/tuxpaint-config.changes     
2013-01-14 22:26:57.000000000 +0100
@@ -0,0 +1,67 @@
+-------------------------------------------------------------------
+Mon Jul  9 08:34:17 UTC 2012 - l...@linux-schulserver.de
+
+- fix license to be in SPDX format
+
+-------------------------------------------------------------------
+Fri Jun 29 15:48:14 UTC 2012 - l...@linux-schulserver.de
+
+- added tuxpaint-config-manpage.patch to fix manpage typos
+- specfile cleanup
+
+-------------------------------------------------------------------
+Sun Jul  3 11:47:50 UTC 2011 - l...@linux-schulserver.de
+
+- fix build on newer openSUSE distributions (fix language dirs)
+
+-------------------------------------------------------------------
+Mon Aug  3 13:09:18 CEST 2009 - l...@linux-schulserver.de
+
+- update to 0.0.12:
+  + Added "Disable Magic controls" option
+  + Added "Load all locale fonts" option
+  + Added "Save Printer Configuration" option
+  + Added translation files
+  + Added options for "Asturian", "Shuswap" and "Songhay" languages
+- split up lang package
+- added german language
+
+-------------------------------------------------------------------
+Thu Oct 30 21:23:19 CET 2008 - l...@linux-schulserver.de
+
+- fix desktop category
+
+-------------------------------------------------------------------
+Wed Oct  1 13:09:06 CEST 2008 - l...@linux-schulserver.de
+
+- update to 0.0.11:
+  + fix desktop icon path
+  + "Ojibwe" is the proper spelling of the language; 
+     changed option in TPC.
+- fix desktop entry patch: prefix with X-
+
+-------------------------------------------------------------------
+Thu Sep 25 16:54:01 CEST 2008 - l...@linux-schulserver.de
+
+- moved to Education base repository
+
+-------------------------------------------------------------------
+Tue Mar  4 11:34:27 CET 2008 - l...@linux-schulserver.de
+
+- update to 0.0.10
+  - Added "Allow screensaver" option, to match new 
+    Tux Paint feature.
+  - Added newly supported Tux Paint locales:
+    + Australian English
+    + Azerbaijani
+    + Canadian English
+    + Khmer
+    + Macedonian
+    + Occitan
+    + Zapoteco
+
+-------------------------------------------------------------------
+Mon Jan 14 14:37:53 CET 2008 - l...@linux-schulserver.de
+
+- initial package 0.0.9
+

New:
----
  tuxpaint-config-0.0.12.tar.bz2
  tuxpaint-config-de.po
  tuxpaint-config-desktop.patch
  tuxpaint-config-docpath.patch
  tuxpaint-config-manpage.patch
  tuxpaint-config.changes
  tuxpaint-config.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tuxpaint-config.spec ++++++
#
# spec file for package tuxpaint-config
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

Name:           tuxpaint-config
Version:        0.0.12
Release:        1
License:        GPL-2.0+
Summary:        Configuration tool for Tux Paint
Url:            http://www.tuxpaint.org/
Group:          Productivity/Graphics/Bitmap Editors
BuildRequires:  fltk-devel
BuildRequires:  gcc-c++
BuildRequires:  libpaper-devel
BuildRequires:  xorg-x11-devel
%if 0%{?suse_version}
BuildRequires:  fdupes
BuildRequires:  update-desktop-files
Requires:       %{name}-lang = %{version}
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
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Tux Paint has a rich set of configuration options, controllable via
command-line options or configuration files. This configuration tool
provides a point-and-click interface for administrators to tailor
Tux Paint to suit the needs of their users.

%if 0%{?suse_version}
%{lang_package ca da el en_GB es fr it ja nl nn pt_BR pt_PT ru sk sl son sv uk 
zh_TW}
%endif

%prep
%setup -q
find . -name CVS | xargs rm -rf
%patch1 -p0
%patch2 -p0
%patch3 -p0
install -m644 %{SOURCE2} src/po/de.po

%build
make  PREFIX="%{_prefix}" X11_ICON_PREFIX=/usr/include/X11/pixmaps/

%install
mkdir -p %{buildroot}/%{_bindir}
make PREFIX="%{buildroot}/%{_prefix}" \
     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}%{_mandir} -type f -exec chmod 644 {} \;
# reduce space
%if 0%{?suse_version}
%fdupes -s %{buildroot}
strip %{buildroot}/%{_bindir}/tuxpaint-config
%endif
%find_lang %{name}


%clean
rm -rf %{buildroot}

%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}
%dir %{_includedir}/X11/pixmaps
%{_includedir}/X11/pixmaps/tuxpaint-config.xpm
%{_mandir}/man1/*
%{_datadir}/tuxpaint-config/
%{_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/son
%dir %{_datadir}/locale/son/LC_MESSAGES
%endif
%endif

%changelog
++++++ tuxpaint-config-de.po ++++++
++++ 731 lines (skipped)

++++++ tuxpaint-config-desktop.patch ++++++
Index: 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
 Comment[zh_TW]=設定 Tux Paint
+GenericName=Tux Paint Configuration
 Icon=tuxpaint-config
 Exec=tuxpaint-config
 Terminal=false
 Type=Application
-Categories=Settings;
+Categories=Settings;Utility;
++++++ tuxpaint-config-docpath.patch ++++++
--- Makefile
+++ Makefile
@@ -34,7 +34,7 @@
 
 # Docs and man page:
 
-DOC_PREFIX=$(PREFIX)/share/doc/tuxpaint-config/
+DOC_PREFIX=$(PREFIX)/share/doc/packages/tuxpaint/tuxpaint-config/
 MAN_PREFIX=$(PREFIX)/share/man/
 
 
@@ -140,7 +140,6 @@
 # to do this as superuser ("root"))
 
 install:       install-bin install-data install-man install-doc \
-               install-gnome install-kde install-kde-icons \
                install-icon install-gettext
        @echo
        @echo "All done! Now (preferably NOT as 'root' superuser),"
++++++ tuxpaint-config-manpage.patch ++++++
Index: src/tuxpaint-config.1
===================================================================
--- src/tuxpaint-config.1.orig
+++ 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.
 
 .SH OPTIONS - LANGUAGE
-.l
 Much like Tux Paint itself, \fITux Paint Configuration Tool\fP has been
 translated into numerous languages.  \fItuxpaint-config\fP will try its
 best to honor your \fIlocale\fP setting (i.e., the \fILANG\fP environment
 variable), if possible.
 
 .SH ENVIRONMENT
-.l
 .PP
 .TP 8
 .B HOME
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to