From b50ba78a744af60b8968d2c0c9c5399fd24506038fe245fe556d93357a2a0668 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Oct 2014 18:58:14 +0000 Subject: [PATCH 1/2] Accepting request 257580 from home:elvigia:branches:GNOME:Factory - Discontinue the use of xorg-x11-devel metapackage, just buildrequire pkgconfig(xi), pkgconfig(x11), pkgconfig(xkbfile). OBS-URL: https://build.opensuse.org/request/show/257580 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libxklavier?expand=0&rev=31 --- libxklavier.changes | 6 ++++++ libxklavier.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libxklavier.changes b/libxklavier.changes index 7ad72e3..7785061 100644 --- a/libxklavier.changes +++ b/libxklavier.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 18 21:20:49 UTC 2014 - crrodriguez@opensuse.org + +- Discontinue the use of xorg-x11-devel metapackage, just + buildrequire pkgconfig(xi), pkgconfig(x11), pkgconfig(xkbfile). + ------------------------------------------------------------------- Mon Sep 24 07:17:49 UTC 2012 - dimstar@opensuse.org diff --git a/libxklavier.spec b/libxklavier.spec index 54949bc..f9088c7 100644 --- a/libxklavier.spec +++ b/libxklavier.spec @@ -1,7 +1,7 @@ # # spec file for package libxklavier # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,9 +30,11 @@ BuildRequires: gobject-introspection-devel >= 1.30 BuildRequires: gtk-doc BuildRequires: iso-codes-devel BuildRequires: pkg-config -BuildRequires: xorg-x11-devel BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xi) +BuildRequires: pkgconfig(xkbfile) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description From 6e7fda1bc5213c00ca1b53ac613c8d6a40af5237abcaba29e70c47097c9234da Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Oct 2014 18:58:42 +0000 Subject: [PATCH 2/2] buildrequire pkgconfig(xi), pkgconfig(x11), pkgconfig(xkbfile). OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libxklavier?expand=0&rev=32 --- libxklavier.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxklavier.changes b/libxklavier.changes index 7785061..c987367 100644 --- a/libxklavier.changes +++ b/libxklavier.changes @@ -2,7 +2,7 @@ Sat Oct 18 21:20:49 UTC 2014 - crrodriguez@opensuse.org - Discontinue the use of xorg-x11-devel metapackage, just - buildrequire pkgconfig(xi), pkgconfig(x11), pkgconfig(xkbfile). + buildrequire pkgconfig(xi), pkgconfig(x11), pkgconfig(xkbfile). ------------------------------------------------------------------- Mon Sep 24 07:17:49 UTC 2012 - dimstar@opensuse.org