Hello community,

here is the log from the commit of package libgnomecups for openSUSE:Factory 
checked in at 2018-03-09 10:42:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgnomecups (Old)
 and      /work/SRC/openSUSE:Factory/.libgnomecups.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgnomecups"

Fri Mar  9 10:42:40 2018 rev:34 rq:583022 version:0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgnomecups/libgnomecups.changes        
2014-03-02 18:22:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgnomecups.new/libgnomecups.changes   
2018-03-09 10:42:42.411082779 +0100
@@ -1,0 +2,11 @@
+Mon Mar  5 14:32:01 UTC 2018 - [email protected]
+
+- Remove ineffective --with-pic.
+- Implement shared library packaging guideline.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:34:45 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgnomecups.spec ++++++
--- /var/tmp/diff_new_pack.KG9G8q/_old  2018-03-09 10:42:43.463044893 +0100
+++ /var/tmp/diff_new_pack.KG9G8q/_new  2018-03-09 10:42:43.467044749 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomecups
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,7 +20,7 @@
 Version:        0.2.3
 Release:        0
 Summary:        GNOME CUPS Library
-License:        LGPL-2.0
+License:        LGPL-2.0-only
 Group:          System/GUI/GNOME
 Url:            http://www.gnome.org/
 Source:         %{name}-%{version}.tar.gz
@@ -39,32 +39,34 @@
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(glib-2.0)
-# bug437293
-%ifarch ppc64
-Obsoletes:      libgnomecups-64bit
-%endif
 Recommends:     %{name}-lang = %{version}
 #
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A gobject (GLib) wrapper for IPP printer management, which is used by
 CUPS.  Mainly used by the GNOME printing system.
 
-%package devel
+%package -n libgnomecups-1_0-1
 Summary:        GNOME CUPS Library
+Group:          System/Libraries
+Obsoletes:      libgnomecups < %{version}-%{release}
+Provides:       libgnomecups = %{version}-%{release}
+
+%description -n libgnomecups-1_0-1
+A gobject (GLib) wrapper for IPP printer management, which is used by
+CUPS.  Mainly used by the GNOME printing system.
+
+%package devel
+Summary:        Development files for the GNOME CUPS library
 Group:          System/GUI/GNOME
-Requires:       %{name} = %{version}
 Requires:       cups-devel
+Requires:       libgnomecups-1_0-1 = %{version}
 Requires:       zlib-devel
 Requires:       pkgconfig(glib-2.0)
-# bug437293
-%ifarch ppc64
-Obsoletes:      libgnomecups-devel-64bit
-%endif
 #
 
 %description devel
@@ -72,6 +74,7 @@
 CUPS.  Mainly used by the GNOME printing system.
 
 %lang_package
+
 %prep
 %setup -q
 translation-update-upstream
@@ -84,33 +87,27 @@
 %build
 autoreconf -f -i
 CFLAGS="%{optflags} -D_CUPS_IPP_PRIVATE_H_ -Werror=format-security"
-%configure --with-pic\
-       --disable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 # Change sr@Latn to sr@latin
 mv %{buildroot}%{_datadir}/locale/sr@Latn 
%{buildroot}%{_datadir}/locale/sr@latin
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post   -n libgnomecups-1_0-1  -p /sbin/ldconfig
+%postun -n libgnomecups-1_0-1 -p /sbin/ldconfig
 
-%files
-%defattr (-, root, root)
-%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS
+%files -n libgnomecups-1_0-1
+%license COPYING
+%doc AUTHORS ChangeLog NEWS
 %{_libdir}/*.so.*
 
 %files lang -f %{name}.lang
 
 %files devel
-%defattr (-, root, root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.KG9G8q/_old  2018-03-09 10:42:43.503043453 +0100
+++ /var/tmp/diff_new_pack.KG9G8q/_new  2018-03-09 10:42:43.507043309 +0100
@@ -1 +1,3 @@
-libgnomecups
+libgnomecups-1_0-1
+       obsoletes "libgnomecups <= <version>"
+       provides "libgnomecups = <version>"


Reply via email to