[packages/pfstools] - up to 1.9.1

baggins baggins at pld-linux.org
Mon Nov 10 22:14:38 CET 2014


commit 85787a822fc7b25b41893fde92c461fb7acebc2d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Nov 10 22:14:23 2014 +0100

    - up to 1.9.1

 format-security.patch | 11 -----------
 pfstools.spec         |  8 +++-----
 2 files changed, 3 insertions(+), 16 deletions(-)
---
diff --git a/pfstools.spec b/pfstools.spec
index c391fe8..54faf33 100644
--- a/pfstools.spec
+++ b/pfstools.spec
@@ -6,14 +6,13 @@
 Summary:	pfstools for High Dynamic Range Images and Video
 Summary(pl.UTF-8):	Narzędzia do obrazów i wideo o dużym zakresie luminancji
 Name:		pfstools
-Version:	1.8.5
-Release:	10
+Version:	1.9.1
+Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/pfstools/%{name}-%{version}.tar.gz
-# Source0-md5:	80dac70bfb6359a6749453477e74b112
+# Source0-md5:	f6f5966e248fd6979e6339725ea19c99
 Patch0:		%{name}-opt.patch
-Patch1:		format-security.patch
 URL:		http://pfstools.sourceforge.net/
 BuildRequires:	ImageMagick-c++-devel >= 6.0
 BuildRequires:	OpenEXR-devel >= 1.0
@@ -102,7 +101,6 @@ Wiązania języka Octave do pfstools.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644
index c407b82..0000000
--- a/format-security.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pfstools-1.8.5/src/pfs/pfs.cpp~	2010-07-14 11:44:27.000000000 +0200
-+++ pfstools-1.8.5/src/pfs/pfs.cpp	2013-04-04 21:50:17.637534986 +0200
-@@ -525,7 +525,7 @@
-   TagList::const_iterator it;
-   fprintf( out, "%d" PFSEOL, tags->getSize() );
-   for( it = tags->tagsBegin(); it != tags->tagsEnd(); it++ ) {
--    fprintf( out, (const char*)(it->c_str()) );
-+    fprintf( out, "%s", (const char*)(it->c_str()) );
-     fprintf( out, PFSEOL );
-   }
- }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pfstools.git/commitdiff/85787a822fc7b25b41893fde92c461fb7acebc2d



More information about the pld-cvs-commit mailing list