[easytag/epel7] Update to 2.1.10

David King amigadave at fedoraproject.org
Wed Feb 19 21:57:06 UTC 2014


commit 26a7deb5fb50dc82bab4c59803997a783ab780a9
Author: David King <amigadave at amigadave.com>
Date:   Wed Feb 19 21:05:42 2014 +0000

    Update to 2.1.10

 .gitignore                                       |    1 +
 easytag-2.1.9-avoid-double-gfile-unref.patch     |   20 ------------
 easytag-2.1.9-avoid-invalid-argument-crash.patch |   35 ----------------------
 easytag-2.1.9-avoid-vorbis-save-crash.patch      |   27 -----------------
 easytag-2.1.9-fix-log-format-date-leak.patch     |   21 -------------
 easytag-2.1.9-fix-parse-date-leak.patch          |   18 -----------
 easytag.spec                                     |   27 ++++++----------
 sources                                          |    2 +-
 8 files changed, 12 insertions(+), 139 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af6307f..7a6d1d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /easytag-2.1.8-patched.tar.xz
 /easytag-2.1.9.tar.xz
+/easytag-2.1.10.tar.xz
diff --git a/easytag.spec b/easytag.spec
index dda55f8..7592248 100644
--- a/easytag.spec
+++ b/easytag.spec
@@ -1,19 +1,12 @@
-Summary: Tag editor for mp3, ogg, flac and other music files
+Summary: Tag editor for MP3, Ogg, FLAC and other music files
 Name: easytag
-Version: 2.1.9
-Release: 2%{?dist}
+Version: 2.1.10
+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
 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
-Patch1: easytag-2.1.9-avoid-vorbis-save-crash.patch
-Patch2: easytag-2.1.9-avoid-invalid-argument-crash.patch
-Patch3: easytag-2.1.9-avoid-double-gfile-unref.patch
-Patch4: easytag-2.1.9-fix-log-format-date-leak.patch
-Patch5: easytag-2.1.9-fix-parse-date-leak.patch
 BuildRequires: desktop-file-utils
 BuildRequires: docbook-dtds
 BuildRequires: docbook-style-xsl
@@ -36,12 +29,6 @@ MP2, FLAC, Ogg Vorbis, MusePack and Monkey's Audio files.
 
 %prep
 %setup -q
-%patch0 -p1 -b .dlm
-%patch1 -p1 -b .vorbis
-%patch2 -p1 -b .argument
-%patch3 -p1 -b .gfile
-%patch4 -p1 -b .log
-%patch5 -p1 -b .parse
 
 
 %build
@@ -55,7 +42,7 @@ make V=1 %{?_smp_mflags}
 
 
 %check
-desktop-file-validate %{buildroot}/%{_datadir}/applications/easytag.desktop
+make check
 
 
 %post
@@ -76,12 +63,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files -f %{name}.lang
 %doc ChangeLog COPYING HACKING README THANKS TODO
 %{_bindir}/easytag
+%{_datadir}/appdata/easytag.appdata.xml
 %{_datadir}/applications/easytag.desktop
 %{_datadir}/icons/hicolor/*/apps/easytag.*
 %{_mandir}/man1/easytag.1*
 
 
 %changelog
+* Wed Feb 19 2014 David King <amigadave at amigadave.com> 2.1.10-1
+- Update to 2.1.10
+- Install AppData
+- Run make check
+
 * Fri Feb 07 2014 David King <amigadave at amigadave.com> 2.1.9-2
 - Avoid crash while saving Vorbis tags
 - Avoid crash when receiving invalid commandline arguments
diff --git a/sources b/sources
index 94c0c86..c17693c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-789c1e6d3f653374a916b7f503ee1977  easytag-2.1.9.tar.xz
+feafcd13508c26171f1376aa4b0629c4  easytag-2.1.10.tar.xz


More information about the scm-commits mailing list