From 19c80121105eae63cf191c78ec3bb51092d19141a4c02efb7ba313bc22868992 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 20 Feb 2012 09:23:46 +0000 Subject: [PATCH 1/2] Accepting request 105869 from home:dimstar:branches:GNOME:Factory Fix build after relayouting Xorg-x11 packages OBS-URL: https://build.opensuse.org/request/show/105869 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=125 --- file-roller.changes | 6 ++++++ file-roller.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/file-roller.changes b/file-roller.changes index f2f01f3..ca3f34a 100644 --- a/file-roller.changes +++ b/file-roller.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 19 15:46:18 UTC 2012 - dimstar@opensuse.org + +- Add pkgconfig(sm) BuildRequires to fix build after the relayout + of the Xorg-x11 packages. + ------------------------------------------------------------------- Tue Feb 7 09:34:49 UTC 2012 - vuntz@opensuse.org diff --git a/file-roller.spec b/file-roller.spec index 44d06bd..e6da029 100644 --- a/file-roller.spec +++ b/file-roller.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: file-roller Version: 3.3.3 Release: 0 @@ -33,6 +34,7 @@ BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libnautilus-extension) +BuildRequires: pkgconfig(sm) Recommends: %{name}-lang # Formats that we really want to support by default Requires: bzip2 From f5d146dfb89ade3854c49267b68ad1edb253ec7743d93d70abdb907509909c4c Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 20 Feb 2012 09:24:37 +0000 Subject: [PATCH 2/2] Accepting request 105965 from home:vuntz:branches:GNOME:Factory Missing BR OBS-URL: https://build.opensuse.org/request/show/105965 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=126 --- file-roller.changes | 4 ++-- file-roller.spec | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/file-roller.changes b/file-roller.changes index ca3f34a..04d0567 100644 --- a/file-roller.changes +++ b/file-roller.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- Sun Feb 19 15:46:18 UTC 2012 - dimstar@opensuse.org -- Add pkgconfig(sm) BuildRequires to fix build after the relayout - of the Xorg-x11 packages. +- Add pkgconfig(ice) and pkgconfig(sm) BuildRequires to fix build + after the relayout of the xorg-x11 packages. ------------------------------------------------------------------- Tue Feb 7 09:34:49 UTC 2012 - vuntz@opensuse.org diff --git a/file-roller.spec b/file-roller.spec index e6da029..a91a8fa 100644 --- a/file-roller.spec +++ b/file-roller.spec @@ -33,6 +33,7 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(libnautilus-extension) BuildRequires: pkgconfig(sm) Recommends: %{name}-lang