Accepting request 720823 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/720823
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgudev?expand=0&rev=13
This commit is contained in:
Marcus Meissner 2019-08-16 11:58:48 +00:00 committed by Git OBS Bridge
parent 665a9106a0
commit 0cc50a093b
4 changed files with 24 additions and 14 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Aug 3 18:38:01 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 233:
+ Require glib 2.38.
+ Small documentation updates.
+ Remove gnome-common build dependency.
- Use modern macros.
-------------------------------------------------------------------
Wed Feb 28 16:35:11 UTC 2018 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libgudev
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libgudev
Version: 232
Version: 233
Release: 0
Summary: Library that provides GObject bindings for libudev
License: LGPL-2.0-or-later
@ -25,10 +25,11 @@ 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: pkgconfig
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.30.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk-doc) >= 1.18
BuildRequires: pkgconfig(libudev) >= 199
@ -66,14 +67,15 @@ This is the devel package for the GObject library libgudev, which
provides GObject access to udev device information.
%prep
%setup -q
%autosetup -p1
%build
%configure \
--disable-static \
--disable-umockdev \
--enable-gtk-doc
make %{?_smp_mflags} V=1
--disable-static \
--disable-umockdev \
--enable-gtk-doc \
%{nil}
%make_build
%install
%make_install
@ -84,7 +86,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n libgudev-1_0-0
%license COPYING
%{_libdir}/libgudev-1.0.so.*
%files -n typelib-1_0-GUdev-1_0