Accepting request 912403 from Base:System

OBS-URL: https://build.opensuse.org/request/show/912403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgudev?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2021-09-20 21:31:43 +00:00 committed by Git OBS Bridge
commit 2068189362
4 changed files with 33 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1baeacacf0db42fa073ad5183d1decce9317857416a2b0f82ce3370d711a2e37
size 273244

3
libgudev-237.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d06b21170d20c93e4f0534dbb9b0a8b4f1119ffb00b4031aaeb5b9148b686aa
size 29060

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Aug 15 13:05:26 UTC 2021 - Bjørn Lie <bjorn.lie@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.
-------------------------------------------------------------------
Sun Jan 24 14:29:42 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -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-2.0)
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 @@ provides GObject access to udev device information.
%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