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