Hello community,

here is the log from the commit of package libgnomeui for openSUSE:Factory 
checked in at 2016-06-03 16:34:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgnomeui (Old)
 and      /work/SRC/openSUSE:Factory/.libgnomeui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgnomeui"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgnomeui/libgnomeui.changes    2014-07-27 
08:24:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgnomeui.new/libgnomeui.changes       
2016-06-03 16:34:05.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jun  1 16:58:24 UTC 2016 - [email protected]
+
+- Drop --with-pic, it is only relevant for static libs (which
+  are not built). Trim trailing dots from summary. Drop redundant
+  %clean section. Use %_smp_mflags for parallel building.
+
+-------------------------------------------------------------------
+Fri May 27 12:10:48 UTC 2016 - [email protected]
+
+- Update to GNOME 3.20.2 FATE#318572 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgnomeui.spec ++++++
--- /var/tmp/diff_new_pack.4sqJ7s/_old  2016-06-03 16:34:06.000000000 +0200
+++ /var/tmp/diff_new_pack.4sqJ7s/_new  2016-06-03 16:34:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomeui
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -53,7 +53,7 @@
 to develop GNOME 2.x Desktop software.
 
 %package devel
-Summary:        Include Files and Libraries mandatory for Development.
+Summary:        Include files and libraries mandatory for development with 
libgnomeui
 Group:          Development/Libraries/GNOME
 Requires:       libgnomeui = %{version}
 # Those are listed as Libs in libgnomeui-2.0.pc, and therefore are not
@@ -71,8 +71,8 @@
 to develop applications that require these.
 
 %package doc
-Summary:        Additional Package Documentation.
-Group:          Development/Libraries/GNOME
+Summary:        Documentation for libgnomeui
+Group:          Documentation/HTML
 Requires:       %{name} = %{version}
 %if 0%{?suse_version} >= 1120
 BuildArch:      noarch
@@ -90,10 +90,10 @@
 %patch0 -p0
 
 %build
-%configure --with-pic\
+%configure \
        --libexecdir=%{_prefix}/lib/libgnomeui-2\
        --disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -104,12 +104,9 @@
 %{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
 %find_lang libgnomeui-2.0
-find %{buildroot} -type f -name "*.la" -exec %{__rm} -vf {} +
+find %{buildroot} -type f -name "*.la" -print -delete
 %fdupes $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig


Reply via email to