[easytag/f20] Update to 2.2.5

David King amigadave at fedoraproject.org
Mon Nov 24 23:38:31 UTC 2014


commit b3e5addaed4aa6dacf22bc9521117486f484d355
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 |    9 ++++++---
 sources      |    2 +-
 3 files changed, 8 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 6cc0f93..c6fbae7 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,7 +11,7 @@ License: GPLv2+ and LGPLv2+
 URL:     https://wiki.gnome.org/Apps/EasyTAG
 Source:  https://download.gnome.org/sources/%{name}/2.2/%{name}-%{version}.tar.xz
 
-BuildRequires: appdata-tools
+BuildRequires: /usr/bin/appstream-util
 BuildRequires: desktop-file-utils
 BuildRequires: docbook-dtds
 BuildRequires: docbook-style-xsl
@@ -44,7 +44,7 @@ make V=1 %{?_smp_mflags}
 
 
 %install
-%make_install
+make DESTDIR=%{buildroot} INSTALL="install -p" install
 %find_lang %{name} --with-gnome
 
 
@@ -77,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