Hello community,

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

Package is "libart_lgpl"

Fri Mar  9 10:40:47 2018 rev:28 rq:582864 version:2.3.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/libart_lgpl/libart_lgpl.changes  2013-09-23 
15:21:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libart_lgpl.new/libart_lgpl.changes     
2018-03-09 10:40:49.071164524 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:33:55 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libart_lgpl.spec ++++++
--- /var/tmp/diff_new_pack.dIaBVT/_old  2018-03-09 10:40:50.167125057 +0100
+++ /var/tmp/diff_new_pack.dIaBVT/_new  2018-03-09 10:40:50.171124912 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libart_lgpl
 #
-# Copyright (c) 2013 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
@@ -21,12 +21,11 @@
 Release:        0
 # NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to 
< (here and in baselibs.conf)
 Summary:        Libart Components Licensed under the LGPL
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/GUI/GNOME
 Source:         
ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 Libart is a library for high-performance 2D graphics. It is currently
@@ -39,10 +38,6 @@
 Provides:       %{name} = %{version}
 # Note: we keep <= (and a rpmlint warning...) until we get a version higher 
than 2.3.21 (when this provides/obsoletes was introduced)
 Obsoletes:      %{name} <= %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:      libart_lgpl-64bit
-%endif
 #
 
 %description -n libart_lgpl_2-2
@@ -54,10 +49,6 @@
 Summary:        Include Files and Libraries mandatory for Development
 Group:          System/GUI/GNOME
 Requires:       libart_lgpl_2-2 = %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:      libart_lgpl-devel-64bit
-%endif
 #
 
 %description devel
@@ -72,26 +63,21 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-find "%buildroot" -type f -name "*.la" -delete
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libart_lgpl_2-2 -p /sbin/ldconfig
-
 %postun -n libart_lgpl_2-2 -p /sbin/ldconfig
 
 %files -n libart_lgpl_2-2
-%defattr(-,root,root)
-%doc AUTHORS COPYING README NEWS ChangeLog
+%license COPYING
+%doc AUTHORS README NEWS ChangeLog
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/*-config
 %{_includedir}/libart-2.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
-%if %suse_version <= 1110
-%{_libdir}/*.la
-%endif
 
 %changelog


Reply via email to