Hello community,

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

Package is "gtkimageview"

Fri Mar  9 10:43:22 2018 rev:14 rq:583061 version:1.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkimageview/gtkimageview.changes        
2014-11-29 08:40:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gtkimageview.new/gtkimageview.changes   
2018-03-09 10:43:26.005512718 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 16:01:17 UTC 2018 - [email protected]
+
+- Fix wrongly assigned %post scriptlets. Update summaries.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:32:37 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gtkimageview.spec ++++++
--- /var/tmp/diff_new_pack.NIHsWh/_old  2018-03-09 10:43:28.629418216 +0100
+++ /var/tmp/diff_new_pack.NIHsWh/_new  2018-03-09 10:43:28.633418072 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkimageview
 #
-# 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,12 +20,11 @@
 Version:        1.6.4
 Release:        0
 Summary:        Library providing an advanced widget for GdkPixbuf
-License:        LGPL-2.0+
+License:        LGPL-2.0-or-later
 Group:          Development/Libraries/GNOME
 Url:            http://trac.bjourne.webfactional.com
 Source:         gtkimageview-%{version}.tar.bz2
 BuildRequires:  gtk2-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GtkImageView is a widget that provides a zoomable and panable view of a
@@ -42,7 +41,7 @@
 applications.
 
 %package devel
-Summary:        Library providing an advanced widget for GdkPixbuf - 
Development Files
+Summary:        Development files for gtkimageview
 Group:          Development/Libraries/GNOME
 Requires:       gtk2-devel
 Requires:       libgtkimageview0 = %{version}
@@ -63,29 +62,24 @@
 
 %build
 %configure --disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-rm %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make %{?jobs:-j%jobs} check
+make %{?_smp_mflags} check
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%clean
-rm -rf %{buildroot}
+%post   -n libgtkimageview0 -p /sbin/ldconfig
+%postun -n libgtkimageview0 -p /sbin/ldconfig
 
 %files -n libgtkimageview0
-%defattr(-,root,root)
-%doc COPYING README
+%license COPYING
+%doc README
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_includedir}/gtkimageview/
 %{_libdir}/pkgconfig/*.pc


Reply via email to