|
|
|
@ -3,15 +3,15 @@
|
|
|
|
|
%define run_tests 0
|
|
|
|
|
|
|
|
|
|
Name: mingw-libgcrypt
|
|
|
|
|
Version: 1.5.0
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 1.5.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: MinGW Windows gcrypt encryption library
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ and GPLv2+
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
URL: ftp://ftp.gnupg.org/gcrypt/libgcrypt/
|
|
|
|
|
Source0: libgcrypt-%{version}-hobbled.tar.bz2
|
|
|
|
|
Source0: libgcrypt-%{version}-hobbled.tar.xz
|
|
|
|
|
# The original libgcrypt sources now contain potentially patented ECC
|
|
|
|
|
# cipher support. We have to remove it in the tarball we ship with
|
|
|
|
|
# the hobble-libgcrypt script.
|
|
|
|
@ -168,13 +168,16 @@ rm $RPM_BUILD_ROOT%{mingw64_libdir}/libgcrypt.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun May 5 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.5.2-1
|
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 2 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.5.0-6
|
|
|
|
|
- Made the win64 asm code work properly
|
|
|
|
|
|
|
|
|
|
* Sun Oct 20 2012 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 1.5.0-5
|
|
|
|
|
* Sun Oct 21 2012 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 1.5.0-5
|
|
|
|
|
- Add static libraries
|
|
|
|
|
- Fix compile of assembly code for mingw64
|
|
|
|
|
|
|
|
|
|