From a29c8856752f08bbab32506376586afc3c61b0db0ad57452bf7acc21a6fe1b53 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 25 Sep 2015 08:39:58 +0000 Subject: [PATCH] checkin OBS-URL: https://build.opensuse.org/package/show/Base:System/libgudev?expand=0&rev=3 --- libgudev.changes | 7 +++++++ libgudev.spec | 9 +++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/libgudev.changes b/libgudev.changes index 0369d58..32f7034 100644 --- a/libgudev.changes +++ b/libgudev.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 25 08:38:43 UTC 2015 - dimstar@suse.com + +- Enable build (dummy change for repo_checker, as libgudev was + wrongly already checked in to openSUSE:Factory, but has since + been disabled). With this, we can activate the Staging properly. + ------------------------------------------------------------------- Fri Jun 19 19:52:24 UTC 2015 - jengelh@inai.de diff --git a/libgudev.spec b/libgudev.spec index 32a13f1..290dcba 100644 --- a/libgudev.spec +++ b/libgudev.spec @@ -15,22 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: libgudev Version: 230 Release: 0 +Summary: Library that provides GObject bindings for libudev License: LGPL-2.0+ Group: Development/Libraries/GNOME -Summary: Library that provides GObject bindings for libudev 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(libudev) +BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.22.0 BuildRequires: pkgconfig(gobject-2.0) >= 2.22.0 -BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(gtk-doc) >= 1.18 BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gtk-doc) >= 1.18 +BuildRequires: pkgconfig(libudev) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description