rpms/easytag/devel easytag.spec,1.27,1.28

Matthias Saou thias at fedoraproject.org
Mon Oct 19 09:32:29 UTC 2009


Author: thias

Update of /cvs/extras/rpms/easytag/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28893

Modified Files:
	easytag.spec 
Log Message:
Fix id3 tag support and enable speex support.



Index: easytag.spec
===================================================================
RCS file: /cvs/extras/rpms/easytag/devel/easytag.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- easytag.spec	12 Sep 2009 14:59:47 -0000	1.27
+++ easytag.spec	19 Oct 2009 09:32:29 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: Tag editor for mp3, ogg, flac and other music files
 Name: easytag
 Version: 2.1.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 # Program is GPL only the included libapetag is LGPL
 License: GPLv2+ and LGPLv2+
 Group: Applications/Multimedia
@@ -15,8 +15,14 @@ Source: easytag-%{version}-patched.tar.b
 Patch0: easytag-2.1.6-id3lib.patch
 Patch1: easytag-2.1.6-cddb_manual_search_fix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: gtk2-devel >= 2.4.0, id3lib-devel >= 3.7.12
-BuildRequires: libvorbis-devel >= 1.0, flac-devel, libmp4v2-devel, wavpack-devel
+BuildRequires: gtk2-devel >= 2.4.0
+BuildRequires: id3lib-devel >= 3.7.12
+BuildRequires: libid3tag-devel
+BuildRequires: libvorbis-devel >= 1.0
+BuildRequires: flac-devel
+BuildRequires: speex-devel
+BuildRequires: libmp4v2-devel
+BuildRequires: wavpack-devel
 BuildRequires: gettext
 
 %description
@@ -59,6 +65,10 @@ find . -type f -exec %{__chmod} -x {} \;
 
 
 %changelog
+* Mon Oct 19 2009 Matthias Saou <http://freshrpms.net/> 2.1.6-2
+- Add libid3tag-devel BR to fix id3 tag support (#525519).
+- Add speex-devel BR to support speex files.
+
 * Sat Sep 12 2009 Matthias Saou <http://freshrpms.net/> 2.1.6-1
 - Update to 2.1.6 : Development, but the latest for over a year now.
 - Include upstream cddb_manual_search_fix patch.




More information about the scm-commits mailing list