Hello community,

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

Package is "libgrss"

Wed Jan 24 15:24:45 2018 rev:14 rq:568498 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgrss/libgrss.changes  2016-06-03 
16:31:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgrss.new/libgrss.changes     2018-01-24 
15:24:46.698431377 +0100
@@ -1,0 +2,7 @@
+Mon Jan 22 18:41:53 UTC 2018 - tchva...@suse.com
+
+- Format with spec-cleaner
+- Remove gnome-doc-utils dependency in order to not require python2
+- Correct URL to point to live webpage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgrss.spec ++++++
--- /var/tmp/diff_new_pack.tS2Vgm/_old  2018-01-24 15:24:47.266404810 +0100
+++ /var/tmp/diff_new_pack.tS2Vgm/_new  2018-01-24 15:24:47.270404624 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgrss
 #
-# Copyright (c) 2016 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
@@ -19,13 +19,13 @@
 Name:           libgrss
 Version:        0.7.0
 Release:        0
-Url:            http://live.gnome.org/Libgrss
 Summary:        Library for easy management of RSS/Atom/Pie feeds
 License:        LGPL-3.0+
 Group:          System/Libraries
+Url:            https://wiki.gnome.org/Projects/Libgrss
 Source:         
http://download.gnome.org/sources/libgrss/0.7/%{name}-%{version}.tar.xz
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool >= 0.40.6
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.30.2
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.48.0
@@ -64,27 +64,23 @@
 %build
 %configure \
     --disable-static
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgrss0 -p /sbin/ldconfig
-
 %postun -n libgrss0 -p /sbin/ldconfig
 
 %files -n libgrss0
-%defattr(-, root, root)
 %doc COPYING NEWS README
 %{_libdir}/libgrss.so.*
 
 %files -n typelib-1_0-Grss-0_7
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Grss-0.7.typelib
 
 %files devel
-%defattr(-, root, root)
 %doc %{_datadir}/gtk-doc/html/libgrss/
 %{_datadir}/gir-1.0/Grss-0.7.gir
 %{_includedir}/libgrss/


Reply via email to