[banshee/f18] Update to 2.6.1

Kalev Lember kalev at fedoraproject.org
Wed Apr 17 02:09:37 UTC 2013


commit 52990c6e8d085244b6d45e98fe597bc98647c4c9
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                     |   15 ++++++-----
 sources                          |    2 +-
 4 files changed, 10 insertions(+), 56 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 8c85751..8047580 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: 2%{?dist}
+Release: 1%{?dist}
 Summary: Easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -23,10 +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
-
 # Mono only available on these:
 ExclusiveArch: %{mono_arches}
 
@@ -40,6 +36,9 @@ BuildRequires: gstreamer-devel >= 0.10
 BuildRequires: gstreamer-plugins-base-devel >= 0.10
 BuildRequires: gstreamer-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
@@ -148,7 +147,6 @@ developing applications that use %{name}-musicbrainz.
 #%setup -q -n %{name}-%{gitdate}
 # Snapshots only
 #%patch0 -p1 -b .noconf
-%patch1 -p1 -b .dbus_threads
 cp -p %{SOURCE1} .
 
 %build
@@ -233,6 +231,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
+
 * Sat Mar 30 2013 Kalev Lember <kalevlember at gmail.com> - 2.6.0-2
 - Initialize dbus threads (#867133)
 
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