[fedora-extras-commits] rpms/taglib/devel taglib-1.3-apeitem.patch, NONE, 1.1 taglib.spec, 1.3, 1.4

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Nov 10 16:12:05 UTC 2004


Changeset from: mschwendt

Update of /cvs/extras/rpms/taglib/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv5633

Modified Files:
	taglib.spec 
Added Files:
	taglib-1.3-apeitem.patch 
Log Message:
Add bug-fix from package owner (fedora.us #2225)

taglib-1.3-apeitem.patch:

--- NEW FILE taglib-1.3-apeitem.patch ---
--- ./taglib/ape/Makefile.in.apeitem	2004-11-04 08:25:57.885977845 +0100
+++ ./taglib/ape/Makefile.in	2004-11-04 08:26:10.130701834 +0100
@@ -160,7 +160,7 @@
 
 libape_la_SOURCES = apetag.cpp apefooter.cpp apeitem.cpp
 
-taglib_include_HEADERS = apetag.h apefooter.h
+taglib_include_HEADERS = apetag.h apefooter.h apeitem.h
 taglib_includedir = $(includedir)/taglib
 
 EXTRA_DIST = $(libape_la_SOURCES) $(taglib_include_HEADERS)


Index: taglib.spec
===================================================================
RCS file: /cvs/extras/rpms/taglib/devel/taglib.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- taglib.spec	8 Nov 2004 05:24:36 -0000	1.3
+++ taglib.spec	10 Nov 2004 16:12:03 -0000	1.4
@@ -1,6 +1,6 @@
 Name:	    taglib	
 Version:    1.3
-Release:    0.fdr.1.2
+Release:    0.fdr.2
 Epoch:	    0 
 Summary:    Audio Meta-Data Library 
 
@@ -8,6 +8,7 @@
 License:    LGPL
 URL:	    http://ktown.kde.org/~wheeler/taglib/
 Source:	    http://developer.kde.org/~wheeler/files/src/taglib-1.3.tar.gz 
+Patch0:     taglib-1.3-apeitem.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post): /sbin/ldconfig
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .apeitem
 
 
 %build
@@ -74,6 +76,9 @@
 
 
 %changelog
+* Thu Nov 04 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.3-0.fdr.2
+- add apeitem.h to the include files in -devel
+
 * Mon Oct 04 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.3-0.fdr.1
 - version 1.3
 




More information about the fedora-extras-commits mailing list