[rhythmbox] Update to 3.0.3

Kalev Lember kalev at fedoraproject.org
Sun May 25 12:07:35 UTC 2014


commit a4dd4a124c4599042dab0897053625ac2eb56066
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun May 25 11:08:18 2014 +0200

    Update to 3.0.3

 .gitignore                                         |    1 +
 0001-display-page-menu-fix-off-by-one-errors.patch |   40 --------------------
 ...ry-even-harder-to-not-expire-removed-task.patch |   27 -------------
 rhythmbox.spec                                     |   19 ++-------
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 82 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4812fca..58c9a96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ rhythmbox-0.13.0.tar.bz2
 /rhythmbox-3.0.tar.xz
 /rhythmbox-3.0.1.tar.xz
 /rhythmbox-3.0.2.tar.xz
+/rhythmbox-3.0.3.tar.xz
diff --git a/rhythmbox.spec b/rhythmbox.spec
index 80282ee..b3901c9 100644
--- a/rhythmbox.spec
+++ b/rhythmbox.spec
@@ -3,24 +3,14 @@
 
 Name: rhythmbox
 Summary: Music Management Application
-Version: 3.0.2
-Release: 4%{?dist}
+Version: 3.0.3
+Release: 1%{?dist}
 License: GPLv2+ with exceptions and GFDL
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/rhythmbox/
 #VCS: git://git.gnome.org/rhythmbox
 Source: http://download.gnome.org/sources/rhythmbox/3.0/%{name}-%{version}.tar.xz
 
-# Backported crash fix from upstream
-# https://bugzilla.redhat.com/show_bug.cgi?id=1082543
-Patch0: 0001-display-page-menu-fix-off-by-one-errors.patch
-
-# Backported crash-on-import fix
-# https://bugzilla.gnome.org/show_bug.cgi?id=724931
-# https://bugzilla.redhat.com/show_bug.cgi?id=1013858
-# https://git.gnome.org/browse/rhythmbox/commit/?id=c2e5ffcbda972108a15824a69fe5f2b9c6228718
-Patch1: 0001-task-list-try-even-harder-to-not-expire-removed-task.patch
-
 %if 0%{?fedora} < 21
 Requires: gnome-icon-theme-extras
 Requires: gnome-icon-theme-legacy
@@ -97,8 +87,6 @@ a Rhythmbox plugin.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure \
@@ -198,6 +186,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Sun May 25 2014 Kalev Lember <kalevlember at gmail.com> - 3.0.3-1
+- Update to 3.0.3
+
 * Fri May 23 2014 Adam Williamson <awilliam at redhat.com> - 3.0.2-4
 - backport crash-on-import fix, BGO #724931, RHBZ #1013858
 
diff --git a/sources b/sources
index 7ee957a..c7447bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20ca20e6562ad001b7bb78050b02de45  rhythmbox-3.0.2.tar.xz
+039902979c45f182e5a74547e2198187  rhythmbox-3.0.3.tar.xz


More information about the scm-commits mailing list