]> git.pld-linux.org Git - packages/mp4v2.git/blobdiff - mp4v2.spec
- added int-overflow (don't use arbitrary option values overflowing used signed type)
[packages/mp4v2.git] / mp4v2.spec
index bfb62f0780baf8e8bbcd3e1d47ddca692c941f31..486cb428cad67dddbe83e6acb48acad7ab37a650 100644 (file)
@@ -1,15 +1,17 @@
 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:       3.0.3.0
-Release:       1
+Version:       3.0.4.0
+Release:       2
 License:       MPL v1.1
 Group:         Applications/Multimedia
 #Source0Download: https://github.com/TechSmith/mp4v2/releases
 Source0:       https://github.com/TechSmith/mp4v2/archive/Release-MP4v2-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: c12fd37e66e64902f24c0677ba577a11
+# Source0-md5: 4055057096e9be03fceaed0170c1b2c0
 Patch0:                %{name}-export.patch
 Patch1:                %{name}-doc.patch
+Patch2:                %{name}-nul.patch
+Patch3:                %{name}-int-overflow.patch
 URL:           https://github.com/TechSmith/mp4v2
 BuildRequires: help2man
 BuildRequires: libstdc++-devel
@@ -76,6 +78,8 @@ Ten pakiet zawiera statyczną wersję biblioteki MP4v2.
 %setup -q -n %{name}-Release-MP4v2-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 # "txt" build fails without this directory
 mkdir -p doc/articles/txt
This page took 0.436125 seconds and 4 git commands to generate.