Accepting request 456924 from home:Zaitor:branches:Base:System

New upstream release

OBS-URL: https://build.opensuse.org/request/show/456924
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgudev?expand=0&rev=5
This commit is contained in:
Marcus Meissner 2017-02-15 14:52:45 +00:00 committed by Git OBS Bridge
parent a29c885675
commit b8e04a53f3
4 changed files with 24 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 13 18:44:18 UTC 2017 - zaitor@opensuse.org
- 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.
-------------------------------------------------------------------
Fri Sep 25 08:38:43 UTC 2015 - dimstar@suse.com
@ -22,5 +34,5 @@ Tue Jun 2 11:04:22 UTC 2015 - zaitor@opensuse.org
-------------------------------------------------------------------
Tue May 19 16:02:57 UTC 2015 - crrodriguez@opensuse.org
- Split from systemd/udev.
- Split from systemd/udev.

View File

@ -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 @@ Source0: https://download.gnome.org/sources/libgudev/%{version}/%{name}-%
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 @@ provides GObject access to udev device information.
%build
%configure \
--disable-static \
--disable-umockdev \
--enable-gtk-doc
make %{?_smp_mflags} V=1