]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/commitdiff
- updated to 1.2.32 (fixes CVE-2008-3964) auto/th/crossmingw32-libpng-1_2_32-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 Sep 2008 18:49:59 +0000 (18:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-libpng.spec -> 1.32

crossmingw32-libpng.spec

index d8c9b68ab3536e2596796b4a3ba751f3348678d1..c99f76f37beac89f48fc17caf7541605e4d8c144 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       PNG library - Mingw32 cross version
 Summary(pl.UTF-8):     Biblioteka PNG - wersja skrośna dla Mingw32
 Name:          crossmingw32-%{realname}
-Version:       1.2.31
+Version:       1.2.32
 Release:       1
 License:       distributable
 Group:         Development/Libraries
 Source0:       http://dl.sourceforge.net/libpng/%{realname}-%{version}.tar.lzma
-# Source0-md5: d1f5fe979e3450cda4d571cef93c507e
+# Source0-md5: 4b86e9d73d86744a263bb69671ab74d0
 Patch0:                %{realname}-pngminus.patch
 Patch1:                %{realname}-opt.patch
 Patch2:                %{realname}-revert.patch
@@ -39,9 +39,12 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                __cc                    %{target}-gcc
 %define                __cxx                   %{target}-g++
 
-%ifarch alpha sparc sparc64 sparcv9
+%ifnarch %{ix86}
+# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
 %define                optflags        -O2
 %endif
+# -z options are invalid for mingw linker
+%define                filterout_ld    -Wl,-z,.*
 
 %description
 The PNG library is a collection of routines used to create and
This page took 0.108529 seconds and 4 git commands to generate.