[abcde] Update to 2.6

Ville Skyttä scop at fedoraproject.org
Sun Nov 9 18:05:54 UTC 2014


commit 9fa08be20d9abfee47c85f410008cf4d0c3998c4
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Nov 9 20:05:08 2014 +0200

    Update to 2.6
    
    - Mark COPYING as %license where applicable

 0001-Drop-EXTRAVERBOSE-debugging-noise.patch |   24 ++++++++++++++++++++++
 abcde-2.5.4-eyed3-empty-year.patch           |   12 -----------
 abcde-2.5.4-eyed3_07-991163.patch            |   28 --------------------------
 abcde.spec                                   |   27 +++++++++++++-----------
 sources                                      |    2 +-
 5 files changed, 40 insertions(+), 53 deletions(-)
---
diff --git a/0001-Drop-EXTRAVERBOSE-debugging-noise.patch b/0001-Drop-EXTRAVERBOSE-debugging-noise.patch
new file mode 100644
index 0000000..d7e67f7
--- /dev/null
+++ b/0001-Drop-EXTRAVERBOSE-debugging-noise.patch
@@ -0,0 +1,24 @@
+From 3a8aef3db1c8effa1dc9a5a770dcd38c96169b2a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta at iki.fi>
+Date: Sun, 9 Nov 2014 20:00:40 +0200
+Subject: [PATCH] Drop EXTRAVERBOSE debugging noise
+
+---
+ abcde | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/abcde b/abcde
+index f6bf90d..2d1ecc4 100755
+--- a/abcde
++++ b/abcde
+@@ -3447,7 +3447,6 @@ fi
+ # We used to use EXTRAVERBOSE=y to turn on more debug output. Now
+ # that's changed to a number to allow for more control. Deal with
+ # EXTRAVERBOSE=y/n, set it to 1/0 for backwards compatibility.
+-echo "Looking at EXTRAVERBOSE ($EXTRAVERBOSE)"
+ case "$EXTRAVERBOSE" in
+ 	*y*|*Y*)
+ 		EXTRAVERBOSE=1
+-- 
+1.9.3
+
diff --git a/abcde.spec b/abcde.spec
index 7f3cc50..4d13438 100644
--- a/abcde.spec
+++ b/abcde.spec
@@ -1,18 +1,15 @@
 Name:           abcde
-Version:        2.5.4
-Release:        5%{?dist}
+Version:        2.6
+Release:        1%{?dist}
 Summary:        A Better CD Encoder
 
 # Public domain after 2010-01-01, see comments in abcde and cddb-tool
 License:        Public Domain
-URL:            http://code.google.com/p/abcde/
-Source0:        http://abcde.googlecode.com/files/%{name}-%{version}.tar.gz
+URL:            http://abcde.einval.com/
+Source0:        http://abcde.einval.com/download/%{name}-%{version}.tar.gz
 Patch0:         %{name}-2.4.0-config.patch
-# http://code.google.com/p/abcde/source/detail?r=379
-# http://code.google.com/p/abcde/issues/detail?id=99
-Patch1:         %{name}-2.5.4-eyed3_07-991163.patch
-# http://code.google.com/p/abcde/issues/detail?id=107
-Patch2:         %{name}-2.5.4-eyed3-empty-year.patch
+# http://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=patch;h=3a8aef3
+Patch1:         0001-Drop-EXTRAVERBOSE-debugging-noise.patch
 
 BuildArch:      noarch
 Requires:       cd-discid
@@ -32,10 +29,10 @@ tags them, all in one go.
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p1 -F2
 %patch1 -p1
-%patch2 -p1
 mv examples/cue2discid .
+chmod -c -x abcde-musicbrainz-tool
 
 
 %build
@@ -49,7 +46,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/abcde-musicbrainz-tool # optional, some deps N/A
 
 
 %files
-%doc COPYING FAQ KNOWN.BUGS README TODO USEPIPES changelog examples/
+%{!?_licensedir:%global license %%doc}
+%license COPYING
+%doc FAQ KNOWN.BUGS README TODO USEPIPES changelog examples/
 %doc abcde-musicbrainz-tool
 %config(noreplace) %{_sysconfdir}/abcde.conf
 %{_bindir}/abcde
@@ -60,6 +59,10 @@ rm $RPM_BUILD_ROOT%{_bindir}/abcde-musicbrainz-tool # optional, some deps N/A
 
 
 %changelog
+* Sun Nov  9 2014 Ville Skyttä <ville.skytta at iki.fi> - 2.6-1
+- Update to 2.6
+- Mark COPYING as %%license where applicable
+
 * Fri Jun 06 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index ab24bea..26a7b44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d761c5a07854ce24748be9aa10100e74  abcde-2.5.4.tar.gz
+c8b91d5c53386cfc4345d9d49f67e1dd  abcde-2.6.tar.gz


More information about the scm-commits mailing list