diff --git a/.gitignore b/.gitignore index 8066b9f..1a6bcdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libgcrypt-1.4.4.tar.bz2 /libgcrypt-1.5.0-hobbled.tar.bz2 +/libgcrypt-1.5.2-hobbled.tar.xz diff --git a/mingw-libgcrypt.spec b/mingw-libgcrypt.spec index ee1e727..ccae04d 100644 --- a/mingw-libgcrypt.spec +++ b/mingw-libgcrypt.spec @@ -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 - 1.5.2-1 +- Update to 1.5.2 + * Thu Feb 14 2013 Fedora Release Engineering - 1.5.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jan 2 2013 Erik van Pienbroek - 1.5.0-6 - Made the win64 asm code work properly -* Sun Oct 20 2012 Yaakov Selkowitz - 1.5.0-5 +* Sun Oct 21 2012 Yaakov Selkowitz - 1.5.0-5 - Add static libraries - Fix compile of assembly code for mingw64 diff --git a/sources b/sources index 28984ca..ea4f3a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35a73c1f2616ad904108ed8645c82f4c libgcrypt-1.5.0-hobbled.tar.bz2 +2a60d011ddc880cfd0d1da8eaec228a5 libgcrypt-1.5.2-hobbled.tar.xz