Hello community,

here is the log from the commit of package uhttpmock for openSUSE:Factory 
checked in at 2018-03-05 13:32:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uhttpmock (Old)
 and      /work/SRC/openSUSE:Factory/.uhttpmock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uhttpmock"

Mon Mar  5 13:32:27 2018 rev:6 rq:581641 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/uhttpmock/uhttpmock.changes      2015-07-16 
17:16:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.uhttpmock.new/uhttpmock.changes 2018-03-05 
13:32:30.531557365 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 11:46:14 UTC 2018 - [email protected]
+
+- Use SPDX3.0 license tags and package COPYING as %license.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ uhttpmock.spec ++++++
--- /var/tmp/diff_new_pack.vWYlO3/_old  2018-03-05 13:32:31.215532613 +0100
+++ /var/tmp/diff_new_pack.vWYlO3/_new  2018-03-05 13:32:31.219532468 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uhttpmock
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,11 +21,12 @@
 Version:        0.5.0
 Release:        0
 Summary:        HTTP web service mocking library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Tools
 Url:            https://gitlab.com/uhttpmock/uhttpmock
 Source0:        
https://tecnocode.co.uk/downloads/uhttpmock/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.31.0
 BuildRequires:  pkgconfig(gobject-2.0)
@@ -54,7 +55,6 @@
 It provides a library, libuhttpmock, which implements recording and
 playback of HTTP request/response traces.
 
-
 %package devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
@@ -75,24 +75,20 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libuhttpmock-0_0-0 -p /sbin/ldconfig
-
 %postun -n libuhttpmock-0_0-0 -p /sbin/ldconfig
 
 %files -n libuhttpmock-0_0-0
-%defattr(-,root,root)
-%doc README COPYING NEWS AUTHORS
+%license COPYING
+%doc README NEWS AUTHORS
 %{_libdir}/libuhttpmock-0.0.so.*
 
 %files -n typelib-1_0-Uhm-0_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Uhm-0.0.typelib
 
 %files devel
-%defattr(-,root,root)
 %doc %{_datadir}/gtk-doc/html/libuhttpmock-0.0/
 %{_libdir}/*.so
 %{_includedir}/libuhttpmock-0.0/


Reply via email to