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

sailer sailer at fedoraproject.org
Fri Feb 17 17:50:20 UTC 2012


commit 6e49e84b5a9822cacc2472271676e02eb4aea797
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Fri Feb 17 18:49:57 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 e9e244b..8f4f53a 100644
--- a/mingw32-zlib.spec
+++ b/mingw32-zlib.spec
@@ -7,7 +7,7 @@
 
 Name:           mingw32-zlib
 Version:        1.2.5
-Release:        4%{?dist}
+Release:        5%{?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-5
+- fix dlname in libz.la
+
 * Tue May 10 2011 Kalev Lember <kalev at smartlink.ee> - 1.2.5-4
 - Use the built .pc file instead of manually generating it
 


More information about the mingw mailing list