[soundconverter] - Upgrade to 1.5.4.

Michael Schwendt mschwendt at fedoraproject.org
Sun Jan 9 20:28:18 UTC 2011


commit 9c5307cde7ce94b9072bad795f06c2edd3c90db3
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sun Jan 9 21:27:56 2011 +0100

    - Upgrade to 1.5.4.

 .gitignore                                      |    1 +
 soundconverter-1.5.3-artist-albums.patch        |   17 ----
 soundconverter-1.5.3-cli-batch.patch            |  101 -----------------------
 soundconverter-1.5.3-target-folder-is-uri.patch |   12 ---
 soundconverter.spec                             |   22 ++---
 sources                                         |    2 +-
 6 files changed, 10 insertions(+), 145 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 286c435..b98da19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 soundconverter-1.5.3.tar.gz
+/soundconverter-1.5.4.tar.gz
diff --git a/soundconverter.spec b/soundconverter.spec
index 9d2162d..3e46bf9 100644
--- a/soundconverter.spec
+++ b/soundconverter.spec
@@ -1,6 +1,6 @@
 Name:           soundconverter
-Version:        1.5.3
-Release:        8%{?dist}
+Version:        1.5.4
+Release:        1%{?dist}
 Summary:        Simple sound converter application for GNOME
 
 Group:          Applications/Multimedia
@@ -17,15 +17,8 @@ BuildRequires:  gnome-python2-gnome
 
 # reported upstream, #017664
 # in 1.5.4 translatable strings are either untranslated and/or marked as fuzzy
+# NOT APPLIED in 1.5.4
 Patch0: soundconverter-1.5.3-bz647336.patch
-# applied upstream, #017426
-Patch1: soundconverter-1.5.3-target-folder-is-uri.patch
-# bz #654045
-# applied upstream, patch id 003091
-Patch2: soundconverter-1.5.3-artist-albums.patch
-# bz #656526
-# applied upstream, patch id 003090,003095
-Patch3: soundconverter-1.5.3-cli-batch.patch
 
 # enforce availability of this and its requirement "desktop-notification-daemon"
 Requires:       notify-python
@@ -47,10 +40,8 @@ writes anything the GStreamer library can.
 
 %prep
 %setup -q
-%patch0 -p1 -b .bz647336
-%patch1 -p1 -b .target-folder-is-uri
-%patch2 -p1 -b .artist-albums
-%patch3 -p1 -b .cli-batch
+# see Patch0
+#patch0 -p1 -b .bz647336
 
 
 %build
@@ -104,6 +95,9 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Sun Jan  9 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.4-1
+- Upgrade to 1.5.4.
+
 * Thu Dec 16 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.3-8
 - Add direct dependency on notify-python.
 
diff --git a/sources b/sources
index 2395207..60ada85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e090893dcab72671d2e509d389b664d9  soundconverter-1.5.3.tar.gz
+e94a523e0d965ec6590033765c9ec08c  soundconverter-1.5.4.tar.gz


More information about the scm-commits mailing list