Hello community,

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

Package is "libgusb"

Thu Mar  8 10:54:35 2018 rev:17 rq:583098 version:0.2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2017-09-09 
20:22:59.532050356 +0200
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes     2018-03-08 
10:54:36.463583086 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:35:13 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgusb.spec ++++++
--- /var/tmp/diff_new_pack.okaroV/_old  2018-03-08 10:54:37.003563647 +0100
+++ /var/tmp/diff_new_pack.okaroV/_new  2018-03-08 10:54:37.007563503 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgusb
 #
-# 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,10 +20,11 @@
 Version:        0.2.11
 Release:        0
 Summary:        GObject-based library for libusb1
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
-Url:            https://github.com/hughsie/libgusb
+URL:            https://github.com/hughsie/libgusb
 Source0:        
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
+BuildRequires:  pkgconfig
 BuildRequires:  vala
 BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
@@ -75,24 +76,21 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgusb2 -p /sbin/ldconfig
-
 %postun -n libgusb2 -p /sbin/ldconfig
 
 %files -n libgusb2
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_libdir}/libgusb.so.?
 %{_libdir}/libgusb.so.?.0.*
 
 %files -n typelib-1_0-GUsb-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GUsb-1.0.typelib
 
 %files devel
-%defattr(-,root,root,-)
 %{_bindir}/gusbcmd
 %{_datadir}/gir-1.0/GUsb-1.0.gir
 %dir %{_datadir}/vala/vapi


Reply via email to