Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgudev for openSUSE:Factory 
checked in at 2021-09-20 23:31:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgudev (Old)
 and      /work/SRC/openSUSE:Factory/.libgudev.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgudev"

Mon Sep 20 23:31:43 2021 rev:9 rq:912403 version:237

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes        2021-02-07 
15:13:48.661373100 +0100
+++ /work/SRC/openSUSE:Factory/.libgudev.new.1899/libgudev.changes      
2021-09-20 23:31:47.263072363 +0200
@@ -1,0 +2,18 @@
+Sun Aug 15 13:05:26 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 237:
+  + Fix reading double precision floats from sysfs attributes in
+    locales that use comma as a separator
+  + Fix compilation warning
+  + Fix headers to help with build reproducibility
+  + Clarify licensing information
+- Changes from version 236:
+  + Fix meson project name to match autotools.
+- Changes from version 235:
+  + Port build system to meson and remove autotools
+  + Fix conversion of sysfs attributes to boolean.
+- Add meson BuildRequires and macros following upstreams port.
+- Enable pkgconfig(umockdev-1.0) BuildRequires and test macro.
+- Update Licence tag to LGPL-2.1-or-later.
+
+-------------------------------------------------------------------

Old:
----
  libgudev-234.tar.xz

New:
----
  libgudev-237.tar.xz

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

Other differences:
------------------
++++++ libgudev.spec ++++++
--- /var/tmp/diff_new_pack.NTWK23/_old  2021-09-20 23:31:47.803073030 +0200
+++ /var/tmp/diff_new_pack.NTWK23/_new  2021-09-20 23:31:47.807073035 +0200
@@ -17,15 +17,16 @@
 
 
 Name:           libgudev
-Version:        234
+Version:        237
 Release:        0
 Summary:        Library that provides GObject bindings for libudev
-License:        LGPL-2.0-or-later
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
 URL:            https://wiki.gnome.org/Projects/libgudev
 Source0:        
https://download.gnome.org/sources/libgudev/%{version}/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
@@ -33,8 +34,7 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk-doc) >= 1.18
 BuildRequires:  pkgconfig(libudev) >= 199
-# FIXME - not yet in openSUSE
-#BuildRequires:  pkgconfig(umockdev-1.0)
+BuildRequires:  pkgconfig(umockdev-1.0)
 
 %description
 Library provides GObject bindings for libudev. It used to be part
@@ -70,16 +70,17 @@
 %autosetup -p1
 
 %build
-%configure \
-       --disable-static \
-       --disable-umockdev \
-       --enable-gtk-doc \
+%meson \
+       -Dvapi=disabled \
+       -Dgtk_doc=true \
        %{nil}
-%make_build
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
+
+%check
+%meson_test
 
 %post -n libgudev-1_0-0 -p /sbin/ldconfig
 %postun -n libgudev-1_0-0 -p /sbin/ldconfig

++++++ libgudev-234.tar.xz -> libgudev-237.tar.xz ++++++
++++ 52339 lines of diff (skipped)

Reply via email to