]> git.pld-linux.org Git - packages/FreeImage.git/commitdiff
- updated to 3.17.0 auto/th/FreeImage-3.17.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 May 2016 19:48:12 +0000 (21:48 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 May 2016 19:48:12 +0000 (21:48 +0200)
- removed obsolete includes patch

FreeImage-includes.patch [deleted file]
FreeImage.spec

diff --git a/FreeImage-includes.patch b/FreeImage-includes.patch
deleted file mode 100644 (file)
index 7fddd59..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- FreeImage/Source/OpenEXR/IlmImf/ImfAutoArray.h.orig        2012-07-18 07:27:26.000000000 +0200
-+++ FreeImage/Source/OpenEXR/IlmImf/ImfAutoArray.h     2013-07-13 15:19:38.316772285 +0200
-@@ -44,6 +44,7 @@
- //
- //-----------------------------------------------------------------------------
-+#include <cstring>
- #include "OpenEXRConfig.h"
- namespace Imf {
index a028027cd7fe56ed91df415d66d0b7255de62781..ee3f5a0417640ed2b7f227ceb7ff3fe86c75ef16 100644 (file)
@@ -1,26 +1,25 @@
 # TODO: use system libraries (if possible):
 # libjpeg 9a
-# libpng 1.6.10
-# libtiff 4.0.3+CVS
-# libraw 0.16.0
+# libpng 1.6.16
+# libtiff 4.0.4+CVS
+# libraw 0.17-alpha1
 # openjpeg 2.1.0+svn
 # zlib 1.2.8
-# libwebp 0.4.0+git
+# libwebp 0.4.2+git
 # LibJXR 1.1+git
-# OpenEXR 1.7.1
+# OpenEXR 2.2.0
 %define        fver    %(echo %{version} | tr -d .)
 Summary:       Library for handling different graphics files formats
 Summary(pl.UTF-8):     Biblioteka do manipulacji różnymi formatami plików graficznych
 Name:          FreeImage
-Version:       3.16.0
-Release:       2
+Version:       3.17.0
+Release:       1
 License:       GPL and FIPL v1.0 (see the license-fi.txt)
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/freeimage/%{name}%{fver}.zip
-# Source0-md5: 1a2d1fff6204adbd479cc98818892fc1
+# Source0-md5: 459e15f0ec75d6efa3c7bd63277ead86
 Source1:       http://downloads.sourceforge.net/freeimage/%{name}%{fver}.pdf
-# Source1-md5: f8df04e0c5fb7a9af850a23df7ac244e
-Patch0:                %{name}-includes.patch
+# Source1-md5: 9d7e12d5062b51082407a6d69aa7d020
 URL:           http://freeimage.sourceforge.net/index.html
 BuildRequires: libstdc++-devel
 BuildRequires: unzip
@@ -64,7 +63,6 @@ Statyczna biblioteka FreeImage.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
 
 %build
 CFLAGS="%{rpmcflags} -fPIC -fvisibility=hidden" \
This page took 0.092522 seconds and 4 git commands to generate.