[easytag/f20] Update to 2.1.9 (#1051759)

David King amigadave at fedoraproject.org
Wed Jan 15 12:54:21 UTC 2014


commit f30b70d923a87c017e3a8a949a48a93c3661213f
Author: David King <amigadave at amigadave.com>
Date:   Sat Jan 11 14:33:55 2014 +0000

    Update to 2.1.9 (#1051759)

 .gitignore                                    |    1 +
 easytag-2.1.8-cddb-double-free-954121.patch   |   37 ----
 easytag-2.1.8-default-audio-file-player.patch |   18 --
 easytag-2.1.8-doc-install.patch               |   83 --------
 easytag-2.1.8-path-conditional.patch          |   22 --
 easytag-2.1.8-use-id3lib-not-mpg123.patch     |  280 -------------------------
 easytag-2.1.8-verify-path.patch               |   32 ---
 easytag-2.1.8-wavpack-c89.patch               |   51 -----
 easytag.spec                                  |   37 ++--
 sources                                       |    2 +-
 10 files changed, 15 insertions(+), 548 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5bafc79..af6307f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /easytag-2.1.8-patched.tar.xz
+/easytag-2.1.9.tar.xz
diff --git a/easytag.spec b/easytag.spec
index f5f3ce5..777084b 100644
--- a/easytag.spec
+++ b/easytag.spec
@@ -1,32 +1,25 @@
 Summary: Tag editor for mp3, ogg, flac and other music files
 Name: easytag
-Version: 2.1.8
+Version: 2.1.9
 Release: 1%{?dist}
 # Program is GPL only the included libapetag is LGPL
 License: GPLv2+ and LGPLv2+
 Group: Applications/Multimedia
 URL: https://wiki.gnome.org/Apps/EasyTAG
-# Remove code potentially able to decode mp3
-#Source: http://download.gnome.org/sources/easytag/2.1/easytag-%{version}.tar.xz
-# tar -xvf easytag-%{version}.tar.xz
-# rm -rf easytag-%{version}/src/libmpg123/
-# tar --numeric-owner -cJvf easytag-%{version}-patched.tar.xz easytag-$VERSION
-Source: easytag-%{version}-patched.tar.xz
-Patch0: easytag-2.1.8-use-id3lib-not-mpg123.patch
-Patch1: easytag-2.1.8-default-audio-file-player.patch
-Patch2: easytag-2.1.8-wavpack-c89.patch
-Patch3: easytag-2.1.8-doc-install.patch
-Patch4: easytag-2.1.8-verify-path.patch
-Patch5: easytag-2.1.8-path-conditional.patch
-Patch6: easytag-2.1.8-cddb-double-free-954121.patch
-Patch7: easytag-clarify-dlm-license.patch
+Source: http://download.gnome.org/sources/easytag/2.1/easytag-%{version}.tar.xz
+# License clarification, applied upstream after 2.1.9 was released.
+Patch0: easytag-clarify-dlm-license.patch
 BuildRequires: desktop-file-utils
+BuildRequires: docbook-dtds
+BuildRequires: docbook-style-xsl
 BuildRequires: flac-devel
 BuildRequires: gtk2-devel >= 2.24.0
 BuildRequires: id3lib-devel >= 3.7.12
 BuildRequires: intltool
+BuildRequires: itstool
 BuildRequires: libid3tag-devel
 BuildRequires: libvorbis-devel >= 1.0
+BuildRequires: libxslt
 BuildRequires: speex-devel
 BuildRequires: taglib-devel
 BuildRequires: wavpack-devel
@@ -38,14 +31,7 @@ MP2, FLAC, Ogg Vorbis, MusePack and Monkey's Audio files.
 
 %prep
 %setup -q
-%patch0 -p1 -b .id3lib
-%patch1 -p1 -b .default
-%patch2 -p1 -b .wavpack
-%patch3 -p1 -b .doc
-%patch4 -p1 -b .verify
-%patch5 -p1 -b .path
-%patch6 -p1 -b .cddb
-%patch7 -p1 -b .dlm
+%patch0 -p1 -b .dlm
 
 
 %build
@@ -55,7 +41,7 @@ make V=1 %{?_smp_mflags}
 
 %install
 %make_install
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 
 %check
@@ -86,6 +72,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Jan 06 2014 David King <amigadave at amigadave.com> 2.1.9-1
+- Update to 2.1.9 (#1051759)
+
 * Mon Jan 06 2014 David King <amigadave at amigadave.com> 2.1.8-1
 - Update to 2.1.8 (#951265)
 
diff --git a/sources b/sources
index 82ff18f..94c0c86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c501730cdfd4dd3b04a4441119fea384  easytag-2.1.8-patched.tar.xz
+789c1e6d3f653374a916b7f503ee1977  easytag-2.1.9.tar.xz


More information about the scm-commits mailing list