Hello community,

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

Package is "libzeitgeist"

Fri Mar  9 10:40:16 2018 rev:15 rq:582847 version:0.3.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzeitgeist/libzeitgeist.changes        
2014-05-11 14:16:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libzeitgeist.new/libzeitgeist.changes   
2018-03-09 10:40:16.768327799 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:36:55 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libzeitgeist.spec ++++++
--- /var/tmp/diff_new_pack.VqWVJD/_old  2018-03-09 10:40:17.568298991 +0100
+++ /var/tmp/diff_new_pack.VqWVJD/_new  2018-03-09 10:40:17.572298847 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package libzeitgeist
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (C) 2011 Federico Mena Quintero
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 Federico Mena Quintero
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
 Version:        0.3.18
 Release:        0
 Summary:        Client library for interacting with the Zeitgeist daemon
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Productivity/Other
-Url:            https://launchpad.net/libzeitgeist
+URL:            https://launchpad.net/libzeitgeist
 Source0:        %{name}-%{version}.tar.gz
 Source99:       baselibs.conf
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libzeitgeist is a client library for interacting with the Zeitgeist
@@ -60,24 +60,19 @@
 
 %install
 %make_install
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 # We ship those as %%doc, except INSTALL but we don't care about it
 rm 
%{buildroot}%{_datadir}/doc/libzeitgeist/{AUTHORS,COPYING,INSTALL,MAINTAINERS,README}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libzeitgeist-1_0-1 -p /sbin/ldconfig
-
 %postun -n libzeitgeist-1_0-1 -p /sbin/ldconfig
 
 %files -n libzeitgeist-1_0-1
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README
 %{_libdir}/lib*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/zeitgeist-1.0/
 %{_libdir}/pkgconfig/zeitgeist-1.0.pc
 %{_libdir}/lib*.so


Reply via email to