Hello community,

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

Package is "gupnp"

Thu Mar  8 10:47:21 2018 rev:56 rq:582816 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gupnp/gupnp.changes      2017-03-22 
23:08:07.622085534 +0100
+++ /work/SRC/openSUSE:Factory/.gupnp.new/gupnp.changes 2018-03-08 
10:47:23.255178895 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:33:07 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gupnp.spec ++++++
--- /var/tmp/diff_new_pack.y4OTyx/_old  2018-03-08 10:47:23.999152110 +0100
+++ /var/tmp/diff_new_pack.y4OTyx/_new  2018-03-08 10:47:24.003151966 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gupnp
 #
-# 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
@@ -20,11 +20,12 @@
 Version:        1.0.2
 Release:        0
 Summary:        Implementation of the UPnP specification
-License:        LGPL-2.0+
+License:        LGPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://www.gupnp.org/
+URL:            http://www.gupnp.org/
 Source:         
http://download.gnome.org/sources/gupnp/1.0/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+BuildRequires:  pkgconfig
 # Needed for the GTest
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.6.4
@@ -33,7 +34,6 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(uuid)
 BuildRequires:  pkgconfig(vapigen)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GUPnP implements the UPnP specification: resource announcement and
@@ -91,30 +91,24 @@
 %build
 %configure --disable-static \
         --with-context-manager=network-manager
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libgupnp-1_0-4 -p /sbin/ldconfig
-
 %postun -n libgupnp-1_0-4 -p /sbin/ldconfig
 
 %files -n libgupnp-1_0-4
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_libdir}/*.so.*
 
 %files -n typelib-1_0-GUPnP-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GUPnP-1.0.typelib
 
 %files -n libgupnp-devel
-%defattr(-,root,root)
 %{_bindir}/gupnp-binding-tool
 %{_includedir}/%{name}-1.0
 %{_libdir}/*.so


Reply via email to