[easytag/f19] Update to 2.2.5

David King amigadave at fedoraproject.org
Mon Nov 24 23:47:41 UTC 2014


commit 83e674b69f60a17c842133fd93348a76a9c3fd6c
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 |   12 +++++++-----
 sources      |    2 +-
 3 files changed, 9 insertions(+), 6 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 1291b1e..1bb0cdc 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
 
@@ -11,8 +11,6 @@ License: GPLv2+ and LGPLv2+
 URL:     https://wiki.gnome.org/Apps/EasyTAG
 Source:  https://download.gnome.org/sources/%{name}/2.2/%{name}-%{version}.tar.xz
 
-# appdata-tools in F19 does not support the metadata_license element.
-#BuildRequires: appdata-tools
 BuildRequires: desktop-file-utils
 BuildRequires: docbook-dtds
 BuildRequires: docbook-style-xsl
@@ -40,12 +38,13 @@ MP2, FLAC, Ogg Opus, Ogg Speex, Ogg Vorbis, MusePack and Monkey's Audio files.
 
 
 %build
-%configure
+# appdata-tools in F19 does not support the metadata_license element.
+%configure --disable-appdata-validate
 make V=1 %{?_smp_mflags}
 
 
 %install
-%make_install
+make DESTDIR=%{buildroot} INSTALL="install -p" install
 %find_lang %{name} --with-gnome
 
 
@@ -78,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