Hello community,

here is the log from the commit of package folks for openSUSE:Factory checked 
in at 2018-03-14 19:24:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/folks (Old)
 and      /work/SRC/openSUSE:Factory/.folks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "folks"

Wed Mar 14 19:24:01 2018 rev:46 rq:584722 version:0.11.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/folks/folks.changes      2017-09-15 
21:06:55.440613018 +0200
+++ /work/SRC/openSUSE:Factory/.folks.new/folks.changes 2018-03-14 
19:24:02.813144693 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:25:32 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ folks.spec ++++++
--- /var/tmp/diff_new_pack.5VoH96/_old  2018-03-14 19:24:03.729112172 +0100
+++ /var/tmp/diff_new_pack.5VoH96/_new  2018-03-14 19:24:03.733112030 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package folks
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -23,9 +23,9 @@
 Version:        0.11.4
 Release:        0
 Summary:        Library to create metacontacts from multiple sources
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://telepathy.freedesktop.org/wiki/Folks
+URL:            http://telepathy.freedesktop.org/wiki/Folks
 Source:         
http://download.gnome.org/sources/folks/0.11/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM folks-tracker.2.0.patch [email protected] -- Switch to 
tracker version 2.0, patch not upstream-ready
 Patch0:         folks-tracker.2.0.patch
@@ -186,14 +186,12 @@
 make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang folks %{?no_lang_C}
 
 %post -n libfolks%{soversion} -p /sbin/ldconfig
-
 %postun -n libfolks%{soversion} -p /sbin/ldconfig
-
 %post -n libfolks-data
 %glib2_gsettings_schema_post
 
@@ -201,20 +199,15 @@
 %glib2_gsettings_schema_postun
 
 %post -n libfolks-eds%{soversion} -p /sbin/ldconfig
-
 %postun -n libfolks-eds%{soversion} -p /sbin/ldconfig
-
 %post -n libfolks-tracker%{soversion} -p /sbin/ldconfig
-
 %postun -n libfolks-tracker%{soversion} -p /sbin/ldconfig
-
 %post -n libfolks-telepathy%{soversion} -p /sbin/ldconfig
-
 %postun -n libfolks-telepathy%{soversion} -p /sbin/ldconfig
 
 %files -n libfolks%{soversion}
-%defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_libdir}/libfolks.so.%{soversion}*
 %{_libdir}/libfolks-dummy.so.%{soversion}*
 %dir %{_libdir}/folks
@@ -226,52 +219,42 @@
 %{_libdir}/folks/%{module_version}/backends/ofono/
 
 %files -n libfolks-data
-%defattr(-,root,root)
 %{_datadir}/GConf/gsettings/folks.convert
 %{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
 
 %files -n typelib-1_0-Folks-0_6
-%defattr(-, root, root)
 %{_libdir}/girepository-1.0/Folks-0.6.typelib
 %{_libdir}/girepository-1.0/FolksDummy-0.6.typelib
 
 %files -n typelib-1_0-FolksEds-0_6
-%defattr(-, root, root)
 %{_libdir}/girepository-1.0/FolksEds-0.6.typelib
 
 %files -n typelib-1_0-FolksTracker-0_6
-%defattr(-, root, root)
 %{_libdir}/girepository-1.0/FolksTracker-0.6.typelib
 
 %files -n typelib-1_0-FolksTelepathy-0_6
-%defattr(-, root, root)
 %{_libdir}/girepository-1.0/FolksTelepathy-0.6.typelib
 
 %files -n libfolks-eds%{soversion}
-%defattr(-, root, root)
 %{_libdir}/libfolks-eds.so.%{soversion}*
 %dir %{_libdir}/folks/%{module_version}/backends/eds
 %{_libdir}/folks/%{module_version}/backends/eds/eds.so
 
 %files -n libfolks-telepathy%{soversion}
-%defattr(-, root, root)
 %{_libdir}/libfolks-telepathy.so.%{soversion}*
 %dir %{_libdir}/folks/%{module_version}/backends/telepathy
 %{_libdir}/folks/%{module_version}/backends/telepathy/telepathy.so
 
 %files -n libfolks-tracker%{soversion}
-%defattr(-, root, root)
 %{_libdir}/libfolks-tracker.so.%{soversion}*
 %dir %{_libdir}/folks/%{module_version}/backends/tracker
 %{_libdir}/folks/%{module_version}/backends/tracker/tracker.so
 
 %files tools
-%defattr(-, root, root)
 %{_bindir}/folks-import
 %{_bindir}/folks-inspect
 
 %files devel
-%defattr(-, root, root)
 %{_includedir}/folks/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc


Reply via email to