From 37fda94b21589ef82986bf33365215409604836c2938c949ec5ef43220f2b1a5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 1 Jul 2012 19:06:59 +0000 Subject: [PATCH] Accepting request 126810 from home:dimstar:branches:GNOME:Factory - No longer pass --with-libsocialweb to configure: It is used to enable the Flickr background image integration, but is not functional. So instead of offering a feature that does not work, it's cleaner to not offer the feature (bnc#732690). - Drop pkgconfig(libsocialweb-client) BuildRequires, which was only used to provide the integration above. Preferably to be copied to 12.2 tree. OBS-URL: https://build.opensuse.org/request/show/126810 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=151 --- gnome-control-center.changes | 10 ++++++++++ gnome-control-center.spec | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 7504c5b..20d1161 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jul 1 18:54:43 UTC 2012 - dimstar@opensuse.org + +- No longer pass --with-libsocialweb to configure: + It is used to enable the Flickr background image integration, but + is not functional. So instead of offering a feature that does not + work, it's cleaner to not offer the feature (bnc#732690). +- Drop pkgconfig(libsocialweb-client) BuildRequires, which was + only used to provide the integration above. + ------------------------------------------------------------------- Thu Jun 28 21:20:55 UTC 2012 - dimstar@opensuse.org diff --git a/gnome-control-center.spec b/gnome-control-center.spec index a7bb006..425eb34 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -72,7 +72,6 @@ BuildRequires: pkgconfig(libnm-gtk) >= 0.8.992 BuildRequires: pkgconfig(libnotify) >= 0.7.3 BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libpulse-mainloop-glib) -BuildRequires: pkgconfig(libsocialweb-client) %if %{with_systemd} BuildRequires: pkgconfig(libsystemd-login) %endif @@ -172,7 +171,6 @@ NOCONFIGURE=1 gnome-autogen.sh %build %configure --with-pic\ - --with-libsocialweb\ %if %{with_systemd} --enable-systemd\ %endif