rpms/easytag/devel easytag.spec,1.29,1.30

Matthias Saou thias at fedoraproject.org
Fri Apr 30 14:27:48 UTC 2010


Author: thias

Update of /cvs/extras/rpms/easytag/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14099/devel

Modified Files:
	easytag.spec 
Log Message:
Actually apply the patch to remove x-directory/normal.



Index: easytag.spec
===================================================================
RCS file: /cvs/extras/rpms/easytag/devel/easytag.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- easytag.spec	8 Apr 2010 10:04:24 -0000	1.29
+++ easytag.spec	30 Apr 2010 14:27:48 -0000	1.30
@@ -1,7 +1,7 @@
 Summary: Tag editor for mp3, ogg, flac and other music files
 Name: easytag
 Version: 2.1.6
-Release: 3%{?dist}
+Release: 4%{?dist}
 # Program is GPL only the included libapetag is LGPL
 License: GPLv2+ and LGPLv2+
 Group: Applications/Multimedia
@@ -35,6 +35,7 @@ MP2, FLAC, Ogg Vorbis, MusePack and Monk
 %setup -q
 %patch0 -p1 -b .id3lib
 %patch1 -p1 -b .cddb_manual_search_fix
+%patch2 -p1 -b .nomimedirs
 # With 2.0, the upstream tarball set *LOTS* of files +x :-(
 find . -type f -exec %{__chmod} -x {} \;
 %{__chmod} +x *.sh configure depcomp install-sh missing mkinstalldirs
@@ -66,6 +67,9 @@ find . -type f -exec %{__chmod} -x {} \;
 
 
 %changelog
+* Fri Apr 30 2010 Matthias Saou <http://freshrpms.net/> 2.1.6-4
+- Actually apply the patch to remove x-directory/normal.
+
 * Thu Apr  8 2010 Matthias Saou <http://freshrpms.net/> 2.1.6-3
 - Remove x-directory/normal from the desktop file (#451823).
 



More information about the scm-commits mailing list