From 237e673a9b53b2b8f1b513e0f503deb89af3c97126def5f70c16732615a997cd Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 20 Feb 2012 09:15:36 +0000 Subject: [PATCH 1/2] Accepting request 105875 from home:dimstar:branches:GNOME:Factory Fix build after the relayout of xorg-x11 packages OBS-URL: https://build.opensuse.org/request/show/105875 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=80 --- gnome-terminal.changes | 7 +++++++ gnome-terminal.spec | 3 +++ 2 files changed, 10 insertions(+) diff --git a/gnome-terminal.changes b/gnome-terminal.changes index 1b5a0aa..4b99ac0 100644 --- a/gnome-terminal.changes +++ b/gnome-terminal.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Feb 19 16:39:32 UTC 2012 - dimstar@opensuse.org + +- Add pkgconfig(ice) and pkgconfig(sm) BuildRequires: this used to + be pulled in by something else before, but the relayout of + xorg-x11 packages changed that. + ------------------------------------------------------------------- Tue Feb 7 14:01:39 UTC 2012 - vuntz@opensuse.org diff --git a/gnome-terminal.spec b/gnome-terminal.spec index 2c57ecf..809b346 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: gnome-terminal Version: 3.3.0 Release: 0 @@ -34,6 +35,8 @@ BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(vte-2.90) PreReq: filesystem gconf2 Recommends: %{name}-lang From 38b62b6cf5512df2e05dd756314ce31b49a9091fb32209ecfc2d95bcab013b55 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 20 Feb 2012 09:16:30 +0000 Subject: [PATCH 2/2] Accepting request 105953 from home:vuntz:branches:GNOME:Factory Missing BR OBS-URL: https://build.opensuse.org/request/show/105953 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=81 --- gnome-terminal.changes | 6 +++--- gnome-terminal.spec | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gnome-terminal.changes b/gnome-terminal.changes index 4b99ac0..d819079 100644 --- a/gnome-terminal.changes +++ b/gnome-terminal.changes @@ -1,9 +1,9 @@ ------------------------------------------------------------------- Sun Feb 19 16:39:32 UTC 2012 - dimstar@opensuse.org -- Add pkgconfig(ice) and pkgconfig(sm) BuildRequires: this used to - be pulled in by something else before, but the relayout of - xorg-x11 packages changed that. +- Add pkgconfig(ice), pkgconfig(sm) and pkgconfig(x11) + BuildRequires: this used to be pulled in by something else + before, but the relayout of xorg-x11 packages changed that. ------------------------------------------------------------------- Tue Feb 7 14:01:39 UTC 2012 - vuntz@opensuse.org diff --git a/gnome-terminal.spec b/gnome-terminal.spec index 809b346..ea6cc23 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -38,6 +38,7 @@ BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(vte-2.90) +BuildRequires: pkgconfig(x11) PreReq: filesystem gconf2 Recommends: %{name}-lang Obsoletes: gnome-core