Hello community,

here is the log from the commit of package libgudev for openSUSE:Factory 
checked in at 2017-02-20 14:27:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgudev (Old)
 and      /work/SRC/openSUSE:Factory/.libgudev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgudev"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes        2015-09-27 
14:31:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgudev.new/libgudev.changes   2017-02-20 
14:27:37.507213775 +0100
@@ -1,0 +2,12 @@
+Mon Feb 13 18:44:18 UTC 2017 - [email protected]
+
+- Update to version 231:
+  + Fix a bug in the enumerator to ensure that client subsystems
+    are implicitly matched.
+  + Require a newer GLib to simplify some code.
+- Add disabled pkgconfig(umockdev-1.0) BuildRequires, new
+  optional dependency, that is enabled by default upstream, but
+  unfortunatly not yet available in openSUSE.
+- Following the above: pass --disable-umockdev to configure.
+
+-------------------------------------------------------------------

Old:
----
  libgudev-230.tar.xz

New:
----
  libgudev-231.tar.xz

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

Other differences:
------------------
++++++ libgudev.spec ++++++
--- /var/tmp/diff_new_pack.2cvcrg/_old  2017-02-20 14:27:37.999144359 +0100
+++ /var/tmp/diff_new_pack.2cvcrg/_new  2017-02-20 14:27:37.999144359 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgudev
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:           libgudev
-Version:        230
+Version:        231
 Release:        0 
 Summary:        Library that provides GObject bindings for libudev
 License:        LGPL-2.0+
@@ -27,11 +27,13 @@
 Source99:       baselibs.conf
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.22.0
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.22.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.30.0
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.30.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk-doc) >= 1.18
-BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(libudev) >= 199
+# FIXME - not yet in openSUSE
+#BuildRequires:  pkgconfig(umockdev-1.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,6 +71,7 @@
 %build
 %configure \
     --disable-static \
+    --disable-umockdev \
     --enable-gtk-doc
 make %{?_smp_mflags} V=1
 

++++++ libgudev-230.tar.xz -> libgudev-231.tar.xz ++++++
++++ 24538 lines of diff (skipped)


Reply via email to