[soundconverter] Upgrade from heavily patched 2.0.4 to 2.1.1.

Michael Schwendt mschwendt at fedoraproject.org
Thu Apr 25 19:58:18 UTC 2013


commit b3644aac5c10ac46dd0f685c8f8adfda8812cd72
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Apr 25 21:58:13 2013 +0200

    Upgrade from heavily patched 2.0.4 to 2.1.1.

 .gitignore                        |    1 +
 soundconverter-2.0.4-fedora.patch |  460 -------------------------------------
 soundconverter.spec               |   27 ++-
 sources                           |    2 +-
 4 files changed, 18 insertions(+), 472 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61be1ad..00e0e18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ soundconverter-1.5.3.tar.gz
 /soundconverter-2.0.2.tar.xz
 /soundconverter-2.0.3.tar.xz
 /soundconverter-2.0.4.tar.xz
+/soundconverter-2.1.1.tar.xz
diff --git a/soundconverter.spec b/soundconverter.spec
index e9b1ef2..39b1a58 100644
--- a/soundconverter.spec
+++ b/soundconverter.spec
@@ -1,11 +1,8 @@
-# TODO: 2.1.0 has been released, but caused regression compared
-#       with 2.0.4+patch-mania. 2.1.1 is near -> recheck.
-
-%global tar_ver 2.0.4
+%global tar_ver 2.1.1
 
 Name:           soundconverter
-Version:        2.0.4
-Release:        24%{?dist}
+Version:        2.1.1
+Release:        1%{?dist}
 Summary:        Simple sound converter application for GNOME
 
 Group:          Applications/Multimedia
@@ -26,14 +23,14 @@ BuildArch:      noarch
 #     TODO: recheck the rewrite in >= 2.0.5
 #     recursive read_tags exceeds max. depth, so no go so far
 #     soundconverter-2.0.4-tagreader-exceptions.patch
-# reported, lp #1121254
+# seems fixed in 2.1.x / reported, lp #1121254
 #     Idle call race between TagReader and start of conversion
-#     TODO: only works with the forwarded exceptions
+#     TODO: only works with the forwarded exceptions in Fedora 2.0.x
 # applied, lp #1121297
 #     soundconverter-2.0.4-abort-conversion.patch
 # applied, lp #1121132
 #     soundconverter-2.0.4-gst-pipeline.patch
-# reported, lp #1123410
+# seems fixed in 2.1.1 / reported, lp #1123410
 #     soundconverter-2.0.4-gst-install.patch
 #     TODO: async is problematic for the current tagreader tasks,
 #     so restart tagreading after a plugin has been installed
@@ -47,12 +44,13 @@ BuildArch:      noarch
 # fixed, lp #1128080 - 2.0.4 batch mode / TypeError: could not parse URI 
 # fixed, lp #1132916
 #     soundconverter-2.0.4-per-file-progress.patch
-# reported, lp #1132936
+# fixed in 2.1.x / reported, lp #1132936
 #     soundconverter-2.0.4-cancel-per-file-progress.patch
 # applied, lp 1139620
 #     soundconverter-2.0.4-remove-fix-sf-filelist_row.patch
 # fixed, lp 1145088: incorrect task queue size
 # not yet reported: rare case of aborted task reaching task_finished()
+#     seems gone after the task.py related enhancements
 Patch0: soundconverter-2.0.4-fedora.patch
 
 BuildRequires:  desktop-file-utils
@@ -92,7 +90,6 @@ writes anything the GStreamer library can.
 
 %prep
 %setup -q -n %{name}-%{tar_ver}
-%patch0 -p1
 
 
 %build
@@ -146,6 +143,14 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Thu Apr 25 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1.1-1
+- Update to 2.1.1.
+
+* Tue Apr  2 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1.0-1
+- Upgrade to 2.1.0. This merges most of the patches since 2.0.4, but some
+  parts have been rewritten/reconstructed and need to be checked for
+  regression.
+
 * Mon Mar  4 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.4-24
 - Fix a corner-case traceback upon cancelling tag reading.
 
diff --git a/sources b/sources
index 2a0c129..3d684cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-effadec6004a12d0a3ec5c1e2f56cd0c  soundconverter-2.0.4.tar.xz
+2dddcd49495e7847ea3a943182fb8ca3  soundconverter-2.1.1.tar.xz


More information about the scm-commits mailing list