[soundconverter] Update to 2.1.3 (a few more bug-fixes).

Michael Schwendt mschwendt at fedoraproject.org
Thu May 1 18:56:50 UTC 2014


commit bbecc27c7c9be2f26b911982873f5c63308174d0
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu May 1 20:56:25 2014 +0200

    Update to 2.1.3 (a few more bug-fixes).

 soundconverter-gstreamer-on-error.patch |   11 --------
 soundconverter-replaced-slash.patch     |   39 -------------------------------
 soundconverter.spec                     |   16 ++++--------
 3 files changed, 6 insertions(+), 60 deletions(-)
---
diff --git a/soundconverter.spec b/soundconverter.spec
index 4af8d31..9241f52 100644
--- a/soundconverter.spec
+++ b/soundconverter.spec
@@ -1,8 +1,8 @@
-%global tar_ver 2.1.2
+%global tar_ver 2.1.3
 
 Name:           soundconverter
-Version:        2.1.2
-Release:        3%{?dist}
+Version:        2.1.3
+Release:        1%{?dist}
 Summary:        Simple sound converter application for GNOME
 
 Group:          Applications/Multimedia
@@ -10,11 +10,6 @@ License:        GPLv3
 URL:            http://soundconverter.org
 Source0:        http://launchpad.net/soundconverter/trunk/%{tar_ver}/+download/soundconverter-%{tar_ver}.tar.xz
 
-# https://github.com/kassoulet/soundconverter/pull/7
-Patch0: soundconverter-replaced-slash.patch
-# https://github.com/kassoulet/soundconverter/pull/8
-Patch1: soundconverter-gstreamer-on-error.patch
-
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -58,8 +53,6 @@ writes anything the GStreamer library can.
 
 %prep
 %setup -q -n %{name}-%{tar_ver}
-%patch0 -p1 -b .replaced-slash
-%patch1 -p1 -b .gst-on-error
 
 
 %build
@@ -115,6 +108,9 @@ fi
 
 
 %changelog
+* Thu May  1 2014 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1.3-1
+- Update to 2.1.3 (a few more bug-fixes).
+
 * Fri Jan  3 2014 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1.2-3
 - Merge upstream pull request: Pass on error in another location.
 


More information about the scm-commits mailing list