Hello community,

here is the log from the commit of package gpick for openSUSE:Factory checked 
in at 2013-04-02 11:48:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpick (Old)
 and      /work/SRC/openSUSE:Factory/.gpick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpick", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpick/gpick.changes      2012-10-12 
08:11:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpick.new/gpick.changes 2013-04-02 
11:49:00.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Mar 30 16:46:54 UTC 2013 - [email protected]
+
+- Update to version 0.2.5:
+  + Bug fixes.
+  + Translations support.
+- Split out new -lang package.
+- Add libexpat-devel BuildRequires: new dependency.
+- Pass LOCALEDIR=%{_datadir} to scons.
+
+-------------------------------------------------------------------

Old:
----
  gpick-0.2.4.tar.bz2

New:
----
  gpick_0.2.5.tar.gz

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

Other differences:
------------------
++++++ gpick.spec ++++++
--- /var/tmp/diff_new_pack.vrODDE/_old  2013-04-02 11:49:04.000000000 +0200
+++ /var/tmp/diff_new_pack.vrODDE/_new  2013-04-02 11:49:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpick
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:           gpick
-Version:        0.2.4
-Release:        4
-License:        BSD-3-Clause
+Version:        0.2.5
+Release:        0
 Summary:        Advanced color picker writen in GTK+
-Url:            http://code.google.com/p/gpick/
+License:        BSD-3-Clause
 Group:          Productivity/Graphics/Visualization/Other
-Source0:        %{name}-%{version}.tar.bz2
+Url:            http://code.google.com/p/gpick/
+Source0:        http://gpick.googlecode.com/files/%{name}_%{version}.tar.gz
 Source1:        copyright
 BuildRequires:  boost-devel
 BuildRequires:  expat
@@ -32,20 +31,23 @@
 BuildRequires:  gcc-c++
 # hicolor-icon-theme BuildRequires for directory ownership
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  scons
+BuildRequires:  libexpat-devel
 BuildRequires:  pkgconfig
+BuildRequires:  scons
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(lua) >= 5.1
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Gpick is a featured color picker with palette creation and modification
 tools. It is written in C++ and uses GTK+ toolkit for user interface.
 
+%lang_package
 %prep
 %setup -q -n %{name}_%{version}
 
@@ -53,24 +55,19 @@
 scons %{?_smp_mflags}
 
 %install
-scons install DESTDIR=%{buildroot}%{_prefix}
+scons install DESTDIR=%{buildroot}%{_prefix} LOCALEDIR=%{_datadir}/locale
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name} Viewer
 %endif
 # Install copyright file. This file was given to me by the author/upstream.
 cp %{SOURCE1} COPYRIGHT
-
-%clean
-%{?buildroot:rm -rf %{buildroot}}
-
-%if 0%{?suse_version} >= 1140
+%find_lang %{name} %{?no_lang_C}
 
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
 %if 0%{?fedora_version}
 
@@ -89,7 +86,7 @@
 
 %files
 %defattr(-,root,root)
-%doc extern/expat/COPYING COPYRIGHT
+%doc COPYRIGHT
 %{_bindir}/%{name}
 %{_datadir}/applications/*.desktop
 %{_datadir}/%{name}/
@@ -97,4 +94,6 @@
 %{_datadir}/icons/hicolor/*/*/%{name}.*
 %{_mandir}/man1/%{name}.*
 
+%files lang -f %{name}.lang
+
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to