rpms/rhythmbox/devel .cvsignore, 1.31, 1.32 rhythmbox.spec, 1.143, 1.144 sources, 1.33, 1.34 rb-disable-local-uri-escaping-5.patch, 1.1, NONE rhythmbox-0.11.2-add-podcast-test.patch, 1.1, NONE rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch, 1.3, NONE rhythmbox-0.11.2-make-gpm-plugin-work.patch, 1.1, NONE rhythmbox-coherence-media-store-fixes.patch, 1.1, NONE rhythmbox-enable-stores.patch, 1.1, NONE rhythmbox-upnp-assert.patch, 1.1, NONE

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Nov 12 03:25:38 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28156

Modified Files:
	.cvsignore rhythmbox.spec sources 
Removed Files:
	rb-disable-local-uri-escaping-5.patch 
	rhythmbox-0.11.2-add-podcast-test.patch 
	rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch 
	rhythmbox-0.11.2-make-gpm-plugin-work.patch 
	rhythmbox-coherence-media-store-fixes.patch 
	rhythmbox-enable-stores.patch rhythmbox-upnp-assert.patch 
Log Message:
* Mon Nov 12 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-1
- Update to 0.11.3
- Remove a whole load of upstreamed patches



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore	16 Aug 2007 03:59:40 -0000	1.31
+++ .cvsignore	12 Nov 2007 03:25:04 -0000	1.32
@@ -1 +1 @@
-rhythmbox-0.11.2.tar.bz2
+rhythmbox-0.11.3.tar.bz2


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- rhythmbox.spec	10 Nov 2007 21:48:20 -0000	1.143
+++ rhythmbox.spec	12 Nov 2007 03:25:04 -0000	1.144
@@ -2,8 +2,8 @@
 
 Name: rhythmbox
 Summary: Music Management Application 
-Version: 0.11.2
-Release: 14%{?dist}
+Version: 0.11.3
+Release: 1%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -43,22 +43,15 @@
 BuildRequires: lirc-devel
 BuildRequires: libmtp-devel
 BuildRequires: perl(XML::Parser)
+# For the playlist parser patch
+BuildRequires: intltool autoconf automake libtool gettext check-devel
 
 ExcludeArch:    s390 s390x
 
-Patch0: rhythmbox-coherence-media-store-fixes.patch
-Patch1: rhythmbox-upnp-assert.patch
-Patch2: rhythmbox-enable-stores.patch
-Patch3: rhythmbox-0.11.2-make-gpm-plugin-work.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=487415
-Patch4: rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=445659
-Patch5: rb-disable-local-uri-escaping-5.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=346434
-Patch6: rb-delete-ipod-tracks.patch
+Patch1: rb-delete-ipod-tracks.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=484768
-Patch7: rhythmbox-0.11.2-add-podcast-test.patch
-Patch8: rb-use-newer-plparser-7.patch
+Patch2: rb-use-newer-plparser-7.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -87,23 +80,11 @@
 %prep
 %setup -q
 
-pushd plugins/coherence/upnp_coherence/
-%patch0 -p0 -b .media-store-fixes
-popd
-%patch1 -p0 -b .upnp-assert
-pushd data/
-%patch2 -p0 -b .enable-stores
-popd
-%patch3 -p1 -b .gpm-new-dbus
-pushd shell/
-%patch4 -p0 -b .notification-markup
-popd
-%patch5 -p0 -b .files-uri-escaping
 pushd plugins/ipod/
-%patch6 -p0 -b .ipod-trash
+%patch1 -p0 -b .ipod-trash
 popd
-%patch7 -p0 -b .podcast-test
-%patch8 -p0 -b .podcast
+%patch2 -p0 -b .podcast
+automake
 
 %build
 
@@ -215,6 +196,10 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Mon Nov 12 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-1
+- Update to 0.11.3
+- Remove a whole load of upstreamed patches
+
 * Sat Nov 10 2007 Matthias Clasen <mclasen at redhat.com> - 0.11.2-14
 - Rebuild against newer libmtp
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources	16 Aug 2007 03:59:40 -0000	1.33
+++ sources	12 Nov 2007 03:25:04 -0000	1.34
@@ -1 +1 @@
-125440f92e5c64b530894c5f3ca9038b  rhythmbox-0.11.2.tar.bz2
+c03e82b9086ef2bc0cd8db0eb9615eff  rhythmbox-0.11.3.tar.bz2


--- rb-disable-local-uri-escaping-5.patch DELETED ---


--- rhythmbox-0.11.2-add-podcast-test.patch DELETED ---


--- rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch DELETED ---


--- rhythmbox-0.11.2-make-gpm-plugin-work.patch DELETED ---


--- rhythmbox-coherence-media-store-fixes.patch DELETED ---


--- rhythmbox-enable-stores.patch DELETED ---


--- rhythmbox-upnp-assert.patch DELETED ---




More information about the fedora-extras-commits mailing list