From fe078d152b1abf1e34a6caaae85cd3ff4bbb947f8dcb50a59368dce5382427d2 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 20 Feb 2012 09:18:44 +0000 Subject: [PATCH 1/2] Accepting request 105873 from home:dimstar:branches:GNOME:Factory Fix build after the relayout of xorg-x11 packages OBS-URL: https://build.opensuse.org/request/show/105873 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=128 --- epiphany.changes | 7 +++++++ epiphany.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/epiphany.changes b/epiphany.changes index 124d794..d5bcd42 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Feb 19 17:06:11 UTC 2012 - dimstar@opensuse.org + +- Add pkgconfig(ice) and pkgconfig(sm) BuildRequires: they used to + be pulled in by something else, but the relayout of xorg-x11 + packages changed that. + ------------------------------------------------------------------- Tue Feb 7 13:42:05 UTC 2012 - vuntz@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index efc292a..5570269 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -46,6 +46,8 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.14 +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(sm) Requires: %{name}-branding = %{version} Requires: NetworkManager Requires: gnome-icon-theme From 30624cd40bdaf9c7cc66bde2aa83b2c879c3128e7801805dbecd1cec33a99562 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 20 Feb 2012 09:19:48 +0000 Subject: [PATCH 2/2] Accepting request 105958 from home:vuntz:branches:GNOME:Factory Missing BR OBS-URL: https://build.opensuse.org/request/show/105958 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=129 --- epiphany.changes | 6 +++--- epiphany.spec | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/epiphany.changes b/epiphany.changes index d5bcd42..907fab7 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,9 +1,9 @@ ------------------------------------------------------------------- Sun Feb 19 17:06:11 UTC 2012 - dimstar@opensuse.org -- Add pkgconfig(ice) and pkgconfig(sm) BuildRequires: they used to - be pulled in by something else, but the relayout of xorg-x11 - packages changed that. +- Add pkgconfig(ice), pkgconfig(sm) and pkgconfig(x11) + BuildRequires: they used to be pulled in by something else, but + the relayout of xorg-x11 packages changed that. ------------------------------------------------------------------- Tue Feb 7 13:42:05 UTC 2012 - vuntz@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 5570269..062ad2b 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -48,6 +48,7 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.14 BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(x11) Requires: %{name}-branding = %{version} Requires: NetworkManager Requires: gnome-icon-theme