]> git.pld-linux.org Git - packages/mp4v2.git/commitdiff
- updated to 2.0.0 (note: new soname)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Dec 2012 19:45:16 +0000 (20:45 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Dec 2012 19:45:53 +0000 (20:45 +0100)
- removed obsolete format-security patch

format-security.patch [deleted file]
mp4v2.spec

diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644 (file)
index 68cd656..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- mp4v2-1.9.1/src/mp4file.cpp~       2009-07-14 01:07:12.000000000 +0200
-+++ mp4v2-1.9.1/src/mp4file.cpp        2012-11-13 14:19:21.505940224 +0100
-@@ -2580,7 +2580,7 @@
-     GetChapters(&chapters, &chapterCount, sourceType);
-     if (0 == chapterCount)
-     {
--        VERBOSE_READ(GetVerbosity(), printf(errMsg));
-+        VERBOSE_READ(GetVerbosity(), printf("%s", errMsg));
-         return MP4ChapterTypeNone;
-     }
---- mp4v2-1.9.1/src/mp4property.cpp~   2009-07-14 01:07:11.000000000 +0200
-+++ mp4v2-1.9.1/src/mp4property.cpp    2012-11-13 14:20:00.485938846 +0100
-@@ -619,7 +619,7 @@
-         oss << "  |" << text.str() << "|\n";
--        fprintf( pFile, oss.str().c_str() );
-+        fprintf( pFile, "%s", oss.str().c_str() );
-         fflush( pFile );
-         return;
-     }
index 1ef5b2cca2440da4c8f39964752035eb6b24d32d..25428fe5df8d1b0fed9ef539377de859d8a1fb4b 100644 (file)
@@ -3,14 +3,13 @@
 Summary:       MP4v2 library provides API for creation and modification of MP4 files
 Summary(pl.UTF-8):     Biblioteka MP4v2 - API do tworzenia i modyfikowania plików MP4
 Name:          mp4v2
-Version:       1.9.1
-Release:       2
+Version:       2.0.0
+Release:       1
 License:       MPL v1.1
 Group:         Applications/Multimedia
 #Source0Download: http://code.google.com/p/mp4v2/downloads/list
 Source0:       http://mp4v2.googlecode.com/files/%{name}-%{version}.tar.bz2
-# Source0-md5: 986701929ef15b03155ac4fb16444797
-Patch0:                format-security.patch
+# Source0-md5: c91f06711225b34b4c192c9114887b14
 URL:           http://code.google.com/p/mp4v2/
 BuildRequires: help2man
 BuildRequires: libstdc++-devel
@@ -74,7 +73,6 @@ Ten pakiet zawiera statyczną wersję biblioteki MP4v2.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -112,7 +110,7 @@ rm -rf $RPM_BUILD_ROOT
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libmp4v2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmp4v2.so.1
+%attr(755,root,root) %ghost %{_libdir}/libmp4v2.so.2
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.580972 seconds and 4 git commands to generate.