Hello community,

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

Package is "gupnp-dlna"

Thu Mar  8 10:47:45 2018 rev:32 rq:582824 version:0.10.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gupnp-dlna/gupnp-dlna.changes    2016-08-31 
00:04:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gupnp-dlna.new/gupnp-dlna.changes       
2018-03-08 10:47:47.334311980 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:33:11 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gupnp-dlna.spec ++++++
--- /var/tmp/diff_new_pack.dNeLzB/_old  2018-03-08 10:47:48.094284619 +0100
+++ /var/tmp/diff_new_pack.dNeLzB/_new  2018-03-08 10:47:48.098284475 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gupnp-dlna
 #
-# 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
@@ -20,10 +20,11 @@
 Version:        0.10.5
 Release:        0
 Summary:        A collection of helpers for building DLNA applications
-License:        LGPL-2.1+
+License:        LGPL-2.1-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-dlna/0.10/%{name}-%{version}.tar.xz
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
@@ -32,7 +33,6 @@
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.5.0
 BuildRequires:  pkgconfig(vapigen)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GUPnP-DLNA is a collection of helpers for building DLNA media sharing
@@ -103,41 +103,33 @@
 %build
 %configure \
     --disable-static
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libgupnp-dlna-2_0-3 -p /sbin/ldconfig
-
 %postun -n libgupnp-dlna-2_0-3 -p /sbin/ldconfig
 
 %files -n libgupnp-dlna-2_0-3
-%defattr(-,root,root)
-%doc AUTHORS COPYING README TODO
+%license COPYING
+%doc AUTHORS README TODO
 # This directory contains DLNA profiles, needed by the library
 %{_datadir}/%{name}-2.0/
 %dir %{_libdir}/gupnp-dlna
 %{_libdir}/lib*.so.3*
 
 %files -n libgupnp-dlna-backend-gstreamer
-%defattr(-,root,root)
 %{_libdir}/gupnp-dlna/libgstreamer.so
 
 %files -n typelib-1_0-GUPnPDLNA-2_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GUPnPDLNA-2.0.typelib
 
 %files -n typelib-1_0-GUPnPDLNAGst-2_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GUPnPDLNAGst-2.0.typelib
 
 %files -n libgupnp-dlna-devel
-%defattr(-,root,root)
 %{_includedir}/%{name}-2.0/
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/gupnp-dlna-2.0.pc
@@ -152,7 +144,6 @@
 %doc %{_datadir}/gtk-doc/html/%{name}-metadata/
 
 %files -n gupnp-dlna-tools
-%defattr(-,root,root)
 %{_bindir}/gupnp-dlna-info-2.0
 %{_bindir}/gupnp-dlna-ls-profiles-2.0
 


Reply via email to