From 0a58405ff102f545f62cb8af8bead9f8e10a4b0455393bfc2532fcfe70ecba43 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 20 Feb 2012 09:10:46 +0000 Subject: [PATCH 1/2] Accepting request 105867 from home:dimstar:branches:GNOME:Factory Fix build after the relayout of xorg-x11 packages OBS-URL: https://build.opensuse.org/request/show/105867 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=167 --- gtk2.changes | 7 +++++++ gtk2.spec | 3 +++ 2 files changed, 10 insertions(+) diff --git a/gtk2.changes b/gtk2.changes index 156c303..65eb9ea 100644 --- a/gtk2.changes +++ b/gtk2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Feb 19 16:21:52 UTC 2012 - dimstar@opensuse.org + +- Add pkgconfig(xext) and pkgconfig(xi) BuildRequires: they used to + be pulled in by something else before, but the relayout of + Xorg-x11 packages changed this behavior. + ------------------------------------------------------------------- Tue Feb 7 07:36:17 UTC 2012 - vuntz@opensuse.org diff --git a/gtk2.spec b/gtk2.spec index abd6732..b43e4a4 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + # When updating the binary version, do not forget to also update baselibs.conf %define gtk_binary_version 2.10.0 @@ -66,6 +67,8 @@ BuildRequires: libjasper-devel BuildRequires: libtiff-devel BuildRequires: pango-devel BuildRequires: translation-update-upstream +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xi) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description From be4cf78b3c6ada99511a3eeb2c492678ef4197a5428da24d0634e404716985e9 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 20 Feb 2012 09:14:27 +0000 Subject: [PATCH 2/2] Accepting request 105952 from home:vuntz:branches:GNOME:Factory Add missing BuildRequires OBS-URL: https://build.opensuse.org/request/show/105952 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=168 --- gtk2.changes | 7 ++++--- gtk2.spec | 9 +++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/gtk2.changes b/gtk2.changes index 65eb9ea..a3ea766 100644 --- a/gtk2.changes +++ b/gtk2.changes @@ -1,9 +1,10 @@ ------------------------------------------------------------------- Sun Feb 19 16:21:52 UTC 2012 - dimstar@opensuse.org -- Add pkgconfig(xext) and pkgconfig(xi) BuildRequires: they used to - be pulled in by something else before, but the relayout of - Xorg-x11 packages changed this behavior. +- Add pkgconfig() BuildRequires that used to be pulled in by + something else before (but the relayout of xorg-x11 packages + changed this behavior): fontconfig, x11, xcomposite, xcursor, + xdamage, xext, xfixes, xi, xinerama, xrandr, xrender. ------------------------------------------------------------------- Tue Feb 7 07:36:17 UTC 2012 - vuntz@opensuse.org diff --git a/gtk2.spec b/gtk2.spec index b43e4a4..33662b1 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -67,8 +67,17 @@ BuildRequires: libjasper-devel BuildRequires: libtiff-devel BuildRequires: pango-devel BuildRequires: translation-update-upstream +BuildRequires: pkgconfig(fontconfig) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xcomposite) +BuildRequires: pkgconfig(xcursor) +BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xi) +BuildRequires: pkgconfig(xinerama) +BuildRequires: pkgconfig(xrandr) >= 1.2.99 +BuildRequires: pkgconfig(xrender) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description