Hello community,

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

Package is "libgusb"

Mon Mar 12 12:02:28 2018 rev:18 rq:584989 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2018-03-08 
10:54:36.463583086 +0100
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes     2018-03-12 
12:02:39.634939540 +0100
@@ -1,0 +2,23 @@
+Thu Mar  8 12:23:43 UTC 2018 - dims...@opensuse.org
+
+- Update to version 0.3.0:
+  + New Features:
+    - Add Travis integration.
+    - Allow changing the path to usb.ids file.
+    - Port to the Meson build system.
+  + Replace libusb-1.0/libusb.h with libusb.h.
+- Port to meson build system:
+  + Add meson BuildRequires.
+  + Replace configure/make/make_install with
+    meson/meson_build/meson_install.
+- Add gtk-doc BuildRequires: the meson-based tarball no longer
+  ships pre-built documentation.
+- Drop xz BuildRequires: this is implicit in all openSUSE
+  buildroots.
+
+-------------------------------------------------------------------
+Mon Mar  5 19:25:54 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group. Update summaries.
+
+-------------------------------------------------------------------

Old:
----
  libgusb-0.2.11.tar.xz

New:
----
  libgusb-0.3.0.tar.xz

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

Other differences:
------------------
++++++ libgusb.spec ++++++
--- /var/tmp/diff_new_pack.oN5u2q/_old  2018-03-12 12:02:40.686901841 +0100
+++ /var/tmp/diff_new_pack.oN5u2q/_new  2018-03-12 12:02:40.690901697 +0100
@@ -17,16 +17,17 @@
 
 
 Name:           libgusb
-Version:        0.2.11
+Version:        0.3.0
 Release:        0
 Summary:        GObject-based library for libusb1
 License:        LGPL-2.1-or-later
-Group:          System/Libraries
-URL:            https://github.com/hughsie/libgusb
+Group:          Development/Libraries/GNOME
+Url:            https://github.com/hughsie/libgusb
 Source0:        
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
+BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala
-BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.29
 BuildRequires:  pkgconfig(gudev-1.0)
@@ -47,7 +48,7 @@
 cancellation and integration into a mainloop.
 
 %package -n typelib-1_0-GUsb-1_0
-Summary:        GObject-based library for libusb1 -- Introspection bindings
+Summary:        Introspection bindings for libgusb, a GObject-based wrapper 
for libusb1
 Group:          System/Libraries
 
 %description -n typelib-1_0-GUsb-1_0
@@ -56,7 +57,7 @@
 cancellation and integration into a mainloop.
 
 %package devel
-Summary:        GObject-based library for libusb1 -- Development Files
+Summary:        Development files for libgusb, a GObject-based wrapper for 
libusb1
 Group:          Development/Libraries/C and C++
 Requires:       libgusb2 = %{version}
 Requires:       typelib-1_0-GUsb-1_0 = %{version}
@@ -70,20 +71,18 @@
 %setup -q
 
 %build
-%configure \
-        --disable-static
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 
 %post -n libgusb2 -p /sbin/ldconfig
 %postun -n libgusb2 -p /sbin/ldconfig
 
 %files -n libgusb2
 %license COPYING
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS
 %{_libdir}/libgusb.so.?
 %{_libdir}/libgusb.so.?.0.*
 
@@ -91,13 +90,14 @@
 %{_libdir}/girepository-1.0/GUsb-1.0.typelib
 
 %files devel
+%doc %{_datadir}/gtk-doc/html/gusb/
 %{_bindir}/gusbcmd
 %{_datadir}/gir-1.0/GUsb-1.0.gir
 %dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/gusb.deps
 %{_datadir}/vala/vapi/gusb.vapi
 %{_includedir}/gusb-1/
 %{_libdir}/libgusb.so
 %{_libdir}/pkgconfig/gusb.pc
-%doc %{_datadir}/gtk-doc/html/gusb/
 
 %changelog

++++++ libgusb-0.2.11.tar.xz -> libgusb-0.3.0.tar.xz ++++++
++++ 55214 lines of diff (skipped)


Reply via email to