[banshee/f19] Update to 2.6.1

Kalev Lember kalev at fedoraproject.org
Wed Apr 17 01:56:15 UTC 2013


commit 24b81f6ad00bd5d7ad0d0eeabf7efb8ca9be153b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Apr 17 00:48:17 2013 +0200

    Update to 2.6.1

 .gitignore                       |    1 +
 banshee-2.6.0-dbus-threads.patch |   48 --------------------------------------
 banshee.spec                     |   14 ++++++----
 sources                          |    2 +-
 4 files changed, 10 insertions(+), 55 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ad64e4..e5f0ba9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ banshee-1-1.7.4.tar.bz2
 /banshee-2.4.0.tar.xz
 /banshee-2.4.1.tar.xz
 /banshee-2.6.0.tar.xz
+/banshee-2.6.1.tar.xz
diff --git a/banshee.spec b/banshee.spec
index e51eca3..826216d 100644
--- a/banshee.spec
+++ b/banshee.spec
@@ -4,9 +4,9 @@
 #%global gitcommit 8e29a44269cd4b2a27822e62815f5bc6e22dfb58
 
 Name:    banshee
-Version: 2.6.0
+Version: 2.6.1
 #Release: 0%{gitdate}git%{?dist}
-Release: 4%{?dist}
+Release: 1%{?dist}
 Summary: Easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -23,9 +23,6 @@ Source1: README.Fedora
 # for snapshots only: don't run configure at the end of autogen.sh
 Patch0:  %{name}-noconf.patch
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=692374
-# https://bugzilla.redhat.com/show_bug.cgi?id=867133
-Patch1: banshee-2.6.0-dbus-threads.patch
 Patch2: Initial-port-to-GStreamer-1.0.patch
 Patch3: Remove-build-time-enable-gapless-playback-option.patch
 
@@ -42,6 +39,9 @@ BuildRequires: gstreamer1-devel >= 0.10
 BuildRequires: gstreamer1-plugins-base-devel >= 0.10
 BuildRequires: gstreamer1-plugins-good >= 0.10
 BuildRequires: libmtp-devel >= 0.2.0
+# explicitly depend on dbus-glib-devel for
+# https://bugzilla.redhat.com/show_bug.cgi?id=867133
+BuildRequires: dbus-glib-devel
 BuildRequires: GConf2-devel
 
 # Web Browser
@@ -150,7 +150,6 @@ developing applications that use %{name}-musicbrainz.
 #%setup -q -n %{name}-%{gitdate}
 # Snapshots only
 %patch0 -p1 -b .noconf
-%patch1 -p1 -b .dbus_threads
 %patch2 -p1 -b .gst1
 %patch3 -p1 -b .gapless
 cp -p %{SOURCE1} .
@@ -237,6 +236,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/pkgconfig/banshee-musicbrainz.pc
 
 %changelog
+* Wed Apr 17 2013 Kalev Lember <kalevlember at gmail.com> - 2.6.1-1
+- Update to 2.6.1
+
 * Mon Apr  1 2013 Tom Callaway <spot at fedoraproject.org> - 2.6.0-4
 - gstreamer 1.0 support
 
diff --git a/sources b/sources
index acf3bde..c923ed3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b291a0de4c692736b7d8b1b5be038f3  banshee-2.6.0.tar.xz
+3c7775eecc079a018c468e9b4ab6cbe3  banshee-2.6.1.tar.xz


More information about the scm-commits mailing list