Hello community,

here is the log from the commit of package kupfer for openSUSE:Factory checked 
in at 2017-01-18 21:56:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kupfer (Old)
 and      /work/SRC/openSUSE:Factory/.kupfer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kupfer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kupfer/kupfer.changes    2016-07-14 
09:47:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kupfer.new/kupfer.changes       2017-01-18 
21:56:38.546672043 +0100
@@ -1,0 +2,7 @@
+Tue Jan 17 16:45:38 UTC 2017 - mplus...@suse.com
+
+- Correct rpm group
+- Enable parallel build
+- Update dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kupfer.spec ++++++
--- /var/tmp/diff_new_pack.ZxXAtH/_old  2017-01-18 21:56:39.170583786 +0100
+++ /var/tmp/diff_new_pack.ZxXAtH/_new  2017-01-18 21:56:39.174583220 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kupfer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Release:        0
 Summary:        An interface for quick and convenient access to applications 
and documents
 License:        GPL-3.0+
-Group:          System/GUI
+Group:          System/X11/Utilities
 Url:            http://engla.github.io/%{name}/
 Source:         
https://github.com/downloads/engla/%{name}/%{name}-v%{version}.tar.xz
 BuildRequires:  dbus-1-python
@@ -30,22 +30,29 @@
 BuildRequires:  intltool
 BuildRequires:  python >= 2.6
 BuildRequires:  python-docutils
+BuildRequires:  python-gnome
 BuildRequires:  python-gobject >= 2.18
 BuildRequires:  python-gtk >= 2.20
-BuildRequires:  python-keybinder
 BuildRequires:  python-keyring
+BuildRequires:  python-wnck
 BuildRequires:  python-xdg
 BuildRequires:  update-desktop-files
+BuildRequires:  xml2po
 Requires:       dbus-1-python
 Requires:       desktop-file-utils
 Requires:       gvfs
+Requires:       python-gnome
 Requires:       python-gobject >= 2.18
 Requires:       python-gtk >= 2.20
-Requires:       python-keybinder
 Requires:       python-keyring
+Requires:       python-wnck
 Requires:       python-xdg
-#Provides:
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires(post): hicolor-icon-theme
+Requires(post): shared-mime-info
+Requires(post): update-desktop-files
+Requires(postun): hicolor-icon-theme
+Requires(postun): shared-mime-info
+Requires(postun): update-desktop-files
 
 %description
 Kupfer is an interface for quick and convenient access to applications
@@ -61,7 +68,7 @@
 
 %build
 ./waf configure --prefix=%{_prefix} --libdir=%{_libdir}
-./waf
+./waf build %{?_smp_mflags}
 
 %install
 ./waf install --destdir=%{buildroot}
@@ -73,10 +80,12 @@
 %post
 %desktop_database_post
 %icon_theme_cache_post
+%mime_database_post
 
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%mime_database_postun
 
 %files -f %{name}.lang
 %defattr(-,root,root)
@@ -90,7 +99,7 @@
 %{_datadir}/mime/packages/%{name}-mimetypes.xml
 %{_datadir}/Thunar
 %{_libdir}/nautilus
-%{_mandir}/man1/kupfer.1.gz
-%{_mandir}/man1/kupfer-exec.1.gz
+%{_mandir}/man1/kupfer.1%{ext_man}
+%{_mandir}/man1/kupfer-exec.1%{ext_man}
 
 %changelog


Reply via email to