- Add patch to fix MP4 test on ppc/ppc64.
- Update to 1.6 final.
This commit is contained in:
parent
995522768d
commit
3f7d5a8079
12
taglib-1.6-test_mp4.patch
Normal file
12
taglib-1.6-test_mp4.patch
Normal file
@ -0,0 +1,12 @@
|
||||
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());
|
@ -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 %{name}.
|
||||
## 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@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@fedoraproject.org> - 1.6-0.1.rc1
|
||||
|
Loading…
Reference in New Issue
Block a user