]> git.pld-linux.org Git - packages/pfstools.git/commitdiff
- up to 1.9.1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 10 Nov 2014 21:14:23 +0000 (22:14 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 10 Nov 2014 21:14:23 +0000 (22:14 +0100)
format-security.patch [deleted file]
pfstools.spec

diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644 (file)
index c407b82..0000000
+++ /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 );
-   }
- }
index c391fe86746e2b7f3ed0a2bf9a86ec917af7706a..54faf335618606368626bd5c507180111f678fea 100644 (file)
@@ -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}
This page took 0.115764 seconds and 4 git commands to generate.