diff --git a/mingw32-openssl-1.0.0-beta3-libversion.patch b/mingw32-openssl-1.0.0-beta3-libversion.patch index 98da3b6..d4d1c6c 100644 --- a/mingw32-openssl-1.0.0-beta3-libversion.patch +++ b/mingw32-openssl-1.0.0-beta3-libversion.patch @@ -53,3 +53,14 @@ diff -up openssl-1.0.0-beta3/Makefile.shared.mingw-libversion openssl-1.0.0-beta base=; [ $(LIBNAME) = "crypto" ] && base=-Wl,--image-base,0x63000000; \ fi; \ dll_name=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX; \ +--- openssl-1.0.0-beta3/util/mkdef.pl.orig 2009-08-30 00:50:32.108820466 +0200 ++++ openssl-1.0.0-beta3/util/mkdef.pl 2009-08-30 00:51:00.032820656 +0200 +@@ -1244,7 +1244,7 @@ + my $description = "$what $version, $name - http://$http_vendor"; + + if ($W32) +- { $libname.="32"; } ++ { $libname="lib$libname-10.dll"; } + elsif ($W16) + { $libname.="16"; } + elsif ($OS2) diff --git a/mingw32-openssl.spec b/mingw32-openssl.spec index 0b13141..0a823a3 100644 --- a/mingw32-openssl.spec +++ b/mingw32-openssl.spec @@ -31,7 +31,7 @@ Name: mingw32-openssl Version: 1.0.0 -Release: 0.1.%{beta}%{?dist} +Release: 0.2.%{beta}%{?dist} Summary: MinGW port of the OpenSSL toolkit License: OpenSSL @@ -347,6 +347,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 30 2009 Erik van Pienbroek - 1.0.0-0.2.beta3 +- Fixed invalid RPM Provides + * Fri Aug 28 2009 Erik van Pienbroek - 1.0.0-0.1.beta3 - Update to version 1.0.0 beta 3 - Use %%global instead of %%define