[banshee] - Update to development release 1.9.1 - Drop upstreamed patches - Some spec file cleanup

chkr chkr at fedoraproject.org
Tue Jan 11 19:31:58 UTC 2011


commit 0421117b7edbff85febe7650b91f94187e3c856c
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Tue Jan 11 20:31:47 2011 +0100

    - Update to development release 1.9.1
    - Drop upstreamed patches
    - Some spec file cleanup

 .gitignore   |    1 +
 banshee.spec |   25 ++++++++-----------------
 sources      |    2 +-
 3 files changed, 10 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7279b02..becaf51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ banshee-1-1.6.1.tar.bz2
 banshee-1-1.7.4.tar.bz2
 /banshee-1-1.7.6.tar.bz2
 /banshee-1-1.8.0.tar.bz2
+/banshee-1-1.9.1.tar.bz2
diff --git a/banshee.spec b/banshee.spec
index 1c7df06..5af138a 100644
--- a/banshee.spec
+++ b/banshee.spec
@@ -1,5 +1,5 @@
 %global mono_shared %{_builddir}/%{?buildsubdir}
-%global mainver 1.8.0
+%global mainver 1.9.1
 
 #%global gitdate 20091216
 #%global gitcommit 8e29a44269cd4b2a27822e62815f5bc6e22dfb58
@@ -7,7 +7,7 @@
 Name:    banshee
 Version: %{mainver}%{?patchver}
 #Release: 0.1.%{gitdate}git%{?dist}
-Release: 12%{?dist}
+Release: 1%{?dist}
 Summary: Easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -17,20 +17,13 @@ URL:     http://banshee-project.org/
 # based on libdrm's make-git-snapshot.sh 
 # sh banshee-make-git-snapshot.sh <gitcommit> <gitdate>
 #Source0: %{name}-%{gitdate}.tar.bz2
-Source0: http://download.banshee-project.org/banshee/stable/%{mainver}/banshee-1-%{version}.tar.bz2
+Source0: http://download.banshee-project.org/banshee/unstable/%{mainver}/banshee-1-%{version}.tar.bz2
 Source1: README.Fedora
 #Source2: %{name}-make-git-snapshot.sh
 
 # 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=625264
-Patch1: banshee-1.7.6-no-update-desktop-database.patch
-Patch2: banshee-1.8.0-fix-apple-sync-screen.patch
-Patch3: banshee-1.8.0-CVE-2010-3998.patch
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 # We dont have mono on these arches:
 ExcludeArch: sparc64
 
@@ -162,9 +155,6 @@ and play queue sources.
 # Snapshots only
 #%patch0 -p1 -b .noconf
 cp -p %{SOURCE1} .
-%patch1 -p1 -b .no-update-desktop-database
-%patch2 -p1 -b .fix-apple-sync-screen
-%patch3 -p1 -b .CVE-2010-3998
 
 %build
 export MONO_SHARED_DIR=%mono_shared
@@ -188,7 +178,6 @@ make %{?_smp_mflags} V=1
 make check V=1
 
 %install
-%{__rm} -rf %{buildroot}
 export MONO_SHARED_DIR=%mono_shared
 make install DESTDIR=%{buildroot}
 
@@ -205,9 +194,6 @@ desktop-file-install --vendor gnome --delete-original \
 
 %find_lang %name-1
 
-%clean
-%{__rm} -rf  %{buildroot}
-
 %post
 update-desktop-database &> /dev/null || :
 update-mime-database %{_datadir}/mime &> /dev/null || :
@@ -267,6 +253,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/dbus-1/services/com.meego.*
 
 %changelog
+* Sat Jan 08 2011 Christian Krause <chkr at fedoraproject.org> - 1.9.1-1
+- Update to development release 1.9.1
+- Drop upstreamed patches
+- Some spec file cleanup
+
 * Fri Dec 31 2010 Christian Krause <chkr at fedoraproject.org> - 1.8.0-12
 - Add MeeGo sub-package (BZ 660334)
 - Make all of mono *.config files non-executable
diff --git a/sources b/sources
index 351feb1..1e896e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5d05c287178b375d098b085832322d3  banshee-1-1.8.0.tar.bz2
+dab77a0367ec0aa609261c44f5785690  banshee-1-1.9.1.tar.bz2


More information about the scm-commits mailing list