rpms/taglib/devel taglib-1.6-test_mp4.patch, NONE, 1.1 taglib.spec, 1.44, 1.45

Michael Schwendt mschwendt at fedoraproject.org
Mon Sep 14 13:13:25 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/taglib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4116/devel

Modified Files:
	taglib.spec 
Added Files:
	taglib-1.6-test_mp4.patch 
Log Message:
* Mon Sep 14 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.6-1
- Add patch to fix MP4 test on ppc/ppc64.
- Update to 1.6 final.


taglib-1.6-test_mp4.patch:
 test_mp4.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE taglib-1.6-test_mp4.patch ---
diff -Nur taglib-1.6-orig/tests/test_mp4.cpp taglib-1.6/tests/test_mp4.cpp
--- taglib-1.6-orig/tests/test_mp4.cpp	2009-07-24 15:08:51.000000000 +0200
+++ taglib-1.6/tests/test_mp4.cpp	2009-09-14 14:46:41.724715605 +0200
@@ -130,7 +130,7 @@
     MP4::Atom *moov = atoms->atoms[0];
     CPPUNIT_ASSERT_EQUAL(long(77), moov->length);
 
-    f->tag()->itemListMap()["pgap"] = 1;
+    f->tag()->itemListMap()["pgap"] = true;
     f->save();
 
     f = new MP4::File(filename.c_str());


Index: taglib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/taglib/devel/taglib.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- taglib.spec	14 Sep 2009 07:57:43 -0000	1.44
+++ taglib.spec	14 Sep 2009 13:13:25 -0000	1.45
@@ -32,6 +32,8 @@ Patch1:     taglib-1.5b1-multilib.patch 
 # try 2, kiss omit -L%_libdir
 Patch2:     taglib-1.5rc1-multilib.patch
 
+Patch3: taglib-1.6-test_mp4.patch
+
 BuildRequires: cmake
 BuildRequires: pkgconfig
 BuildRequires: zlib-devel
@@ -84,6 +86,8 @@ Files needed when building software with
 ## omit for now
 %patch2 -p1 -b .multilib
 
+%patch3 -p1 -b .test_mp4
+
 
 %build
 mkdir -p %{_target_platform}
@@ -156,6 +160,7 @@ rm -rf %{buildroot}
 
 %changelog
 * Mon Sep 14 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.6-1
+- Add patch to fix MP4 test on ppc/ppc64.
 - Update to 1.6 final.
 
 * Sun Sep  6 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.6-0.1.rc1




More information about the scm-commits mailing list