[easytag/epel7] Update to 2.2.5

David King amigadave at fedoraproject.org
Mon Nov 24 23:58:13 UTC 2014


commit a5203efb4d7e8131f9211e080e60205b96d9220a
Author: David King <amigadave at amigadave.com>
Date:   Mon Nov 24 23:18:49 2014 +0000

    Update to 2.2.5

 .gitignore   |    1 +
 easytag.spec |   10 +++++++---
 sources      |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5117655..10c4867 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /easytag-2.2.2.tar.xz
 /easytag-2.2.3.tar.xz
 /easytag-2.2.4.tar.xz
+/easytag-2.2.5.tar.xz
diff --git a/easytag.spec b/easytag.spec
index 7c6fba3..9f7efb1 100644
--- a/easytag.spec
+++ b/easytag.spec
@@ -1,7 +1,7 @@
 %global _hardened_build 1
 
 Name:    easytag
-Version: 2.2.4
+Version: 2.2.5
 Release: 1%{?dist}
 Summary: Tag editor for MP3, Ogg, FLAC and other music files
 
@@ -38,12 +38,13 @@ MP2, FLAC, Ogg Opus, Ogg Speex, Ogg Vorbis, MusePack and Monkey's Audio files.
 
 
 %build
-%configure
+# No appdata-tools in EPEL7.
+%configure --disable-appdata-validate
 make V=1 %{?_smp_mflags}
 
 
 %install
-%make_install
+make DESTDIR=%{buildroot} INSTALL="install -p" install
 %find_lang %{name} --with-gnome
 
 
@@ -76,6 +77,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Nov 24 2014 David King <amigadave at amigadave.com> 2.2.5-1
+- Update to 2.2.5
+
 * Sat Sep 27 2014 David King <amigadave at amigadave.com> 2.2.4-1
 - Update to 2.2.4 (#1147133)
 - Fix crash when reloading the directory tree (#1121142)
diff --git a/sources b/sources
index 80f08e7..29f9260 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89cd9871406188212ea3b4a0738ff463  easytag-2.2.4.tar.xz
+317c2894076d01f87a2570f8497d0057  easytag-2.2.5.tar.xz


More information about the scm-commits mailing list