Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2012-08-08 11:35:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rhythmbox (Old)
 and      /work/SRC/openSUSE:Factory/.rhythmbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rhythmbox", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes      2012-07-24 
17:22:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2012-08-08 
11:35:48.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Aug  6 13:14:46 UTC 2012 - [email protected]
+
+- Add rhythmbox-link-discid.patch: Link against libdiscid: this
+  used to be linked to by libmusicbrainz, but this changed lately
+  (bnc#771436).
+- Add gnome-common BuildRequires and call to autogen.sh: above
+  patch touches the build system.
+
+-------------------------------------------------------------------

New:
----
  rhythmbox-link-discid.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rhythmbox.spec ++++++
--- /var/tmp/diff_new_pack.RtLyqX/_old  2012-08-08 11:35:49.000000000 +0200
+++ /var/tmp/diff_new_pack.RtLyqX/_new  2012-08-08 11:35:49.000000000 +0200
@@ -26,6 +26,10 @@
 Source:         
http://download.gnome.org/sources/rhythmbox/2.97/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM rhythmbox-CVE-2012-3355.patch CVE-2012-3355 bnc#768681 
[email protected] -- Fix insecure temporary directory use in context plugin
 Patch0:         rhythmbox-CVE-2012-3355.patch
+# PATCH-FIX-UPSTREAM rhythmbox-link-discid.patch bnc#774636 bgo#681296 
[email protected] -- Link against libdiscid
+Patch1:         rhythmbox-link-discid.patch
+# Needed by patch1
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -100,9 +104,12 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
+%patch1 -p1
 
 %build
 export MOZILLA_PLUGINDIR=%{_libdir}/browser-plugins
+# Needed by patch1
+NOCONFIGURE=1 ./autogen.sh
 %configure\
        --disable-static\
        --disable-scrollkeeper\


++++++ rhythmbox-link-discid.patch ++++++
Index: rhythmbox-2.97/configure.ac
===================================================================
--- rhythmbox-2.97.orig/configure.ac
+++ rhythmbox-2.97/configure.ac
@@ -355,7 +355,7 @@ if test x"$enable_musicbrainz" != "xno";
        AC_SUBST(MUSICBRAINZ3_CFLAGS)
        AC_SUBST(MUSICBRAINZ3_LIBS)
 
-       PKG_CHECK_MODULES(MUSICBRAINZ4, libmusicbrainz4 >= $MUSICBRAINZ4_REQS 
gconf-2.0, [have_musicbrainz4=yes], [have_musicbrainz4=no])
+       PKG_CHECK_MODULES(MUSICBRAINZ4, libmusicbrainz4 >= $MUSICBRAINZ4_REQS 
gconf-2.0 libdiscid, [have_musicbrainz4=yes], [have_musicbrainz4=no])
        AC_SUBST(MUSICBRAINZ4_CFLAGS)
        AC_SUBST(MUSICBRAINZ4_LIBS)
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to