[easytag] Update to 2.3.2

David King amigadave at fedoraproject.org
Sun Nov 30 22:05:06 UTC 2014


commit 33bc0fe48c73d3baa89e1c13572836e849a06831
Author: David King <amigadave at amigadave.com>
Date:   Sun Nov 30 21:55:36 2014 +0000

    Update to 2.3.2

 .gitignore                                         |    1 +
 ...data-metainfo-file-for-nautilus-extension.patch |   59 --------------------
 ...2.3.1-include-name-and-summary-in-appdata.patch |   30 ----------
 easytag.spec                                       |   16 ++----
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 101 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c71525..2a806b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /easytag-2.2.3.tar.xz
 /easytag-2.2.4.tar.xz
 /easytag-2.3.1.tar.xz
+/easytag-2.3.2.tar.xz
diff --git a/easytag.spec b/easytag.spec
index e621597..ec8e281 100644
--- a/easytag.spec
+++ b/easytag.spec
@@ -1,7 +1,7 @@
 %global _hardened_build 1
 
 Name:    easytag
-Version: 2.3.1
+Version: 2.3.2
 Release: 1%{?dist}
 Summary: Tag editor for MP3, Ogg, FLAC and other music files
 
@@ -10,12 +10,6 @@ Group:   Applications/Multimedia
 License: GPLv2+ and LGPLv2+
 URL:     https://wiki.gnome.org/Apps/EasyTAG
 Source:  https://download.gnome.org/sources/%{name}/2.3/%{name}-%{version}.tar.xz
-# AppData improvements, taken from upstream git.
-Patch0:  easytag-2.3.1-include-name-and-summary-in-appdata.patch
-Patch1:  easytag-2.3.1-add-appdata-metainfo-file-for-nautilus-extension.patch
-
-# Needed only for the above patches, and autogen.sh.
-BuildRequires: autoconf automake libtool yelp-tools
 
 BuildRequires: appdata-tools
 BuildRequires: desktop-file-utils
@@ -34,7 +28,7 @@ BuildRequires: pkgconfig(speex)
 BuildRequires: pkgconfig(taglib)
 BuildRequires: pkgconfig(vorbisfile)
 BuildRequires: pkgconfig(wavpack)
-Requires:      yelp
+Recommends:    yelp
 
 %description
 EasyTAG is a utility for viewing, editing and writing the tags of MP4, MP3,
@@ -52,9 +46,6 @@ easier access to EasyTAG when opening directories and audio files.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-NOCONFIGURE=1 ./autogen.sh
 
 
 %build
@@ -105,6 +96,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Nov 30 2014 David King <amigadave at amigadave.com> - 2.3.2-1
+- Update to 2.3.2
+
 * Sat Nov 01 2014 David King <amigadave at amigadave.com> 2.3.1-1
 - Update to 2.3.1
 - Add new -nautilus subpackage for Nautilus extension
diff --git a/sources b/sources
index 575cce2..8545659 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-874b0829e183907b222e93df15e30204  easytag-2.3.1.tar.xz
+3ea39a248e7c34ff38ae831a6272358d  easytag-2.3.2.tar.xz


More information about the scm-commits mailing list