[packages/mp4v2] - updated to 2.0.0 (note: new soname) - removed obsolete format-security patch
qboosh
qboosh at pld-linux.org
Sun Dec 2 20:45:31 CET 2012
commit 2230295ccb62025da4344ca5fe7f56244ca3e8b7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Dec 2 20:45:16 2012 +0100
- updated to 2.0.0 (note: new soname)
- removed obsolete format-security patch
format-security.patch | 22 ----------------------
mp4v2.spec | 10 ++++------
2 files changed, 4 insertions(+), 28 deletions(-)
---
diff --git a/mp4v2.spec b/mp4v2.spec
index 1ef5b2c..25428fe 100644
--- a/mp4v2.spec
+++ b/mp4v2.spec
@@ -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)
diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644
index 68cd656..0000000
--- a/format-security.patch
+++ /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;
- }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mp4v2.git/commitdiff/2230295ccb62025da4344ca5fe7f56244ca3e8b7
More information about the pld-cvs-commit
mailing list