[mingw32-zlib/f17] add patch by David Tardon

sailer sailer at fedoraproject.org
Fri Feb 17 17:51:12 UTC 2012


commit 31b7614589c1225ebf31990d2cea9d434af16a56
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Fri Feb 17 18:51:00 2012 +0100

    add patch by David Tardon

 mingw32-zlib.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-zlib.spec b/mingw32-zlib.spec
index 5e42e57..0a7cf3b 100644
--- a/mingw32-zlib.spec
+++ b/mingw32-zlib.spec
@@ -7,7 +7,7 @@
 
 Name:           mingw32-zlib
 Version:        1.2.5
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        MinGW Windows zlib compression library
 
 License:        zlib
@@ -85,7 +85,7 @@ popd
 autoreconf --install;
 %{_mingw32_configure}
 make %{?_smp_mflags} libz.la
-perl -i -pe 's,libz-1.dll,zlib1.dll,' libz.la
+perl -i -pe 's,libz-1.dll,zlib1.dll,' .libs/libz.lai
 rm -f libz.dll.a
 cp x/libzdll.a libz.dll.a
 cp x/zlib1.dll .
@@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 17 2012 David Tardon <dtardon at redhat.com> - 1.2.5-6
+- fix dlname in libz.la
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the mingw mailing list