From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Mon, 9 Mar 2009 15:57:43 +0000 (+0000) Subject: New version 2.6.4. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=a5c1f9d72a0c8642a0c24b2f5181a233b8d11432;p=fedora-mingw.git New version 2.6.4. --- diff --git a/.hgignore b/.hgignore index 39db7d6..069aea6 100644 --- a/.hgignore +++ b/.hgignore @@ -47,6 +47,7 @@ gmp/gmp-4.2.4.tar.bz2 gnutls/gnutls-2.4.1.tar.bz2 gnutls/gnutls-2.4.2-nosrp.tar.bz2 gnutls/gnutls-2.6.3-nosrp.tar.bz2 +gnutls/gnutls-2.6.4-nosrp.tar.bz2 gsl/gsl-1.11.tar.gz gtk2/gtk+-2.14.0.tar.bz2 gtk2/gtk+-2.14.2.tar.bz2 diff --git a/gnutls/mingw32-gnutls.spec b/gnutls/mingw32-gnutls.spec index 367c220..107f7b3 100644 --- a/gnutls/mingw32-gnutls.spec +++ b/gnutls/mingw32-gnutls.spec @@ -5,15 +5,16 @@ %define __find_provides %{_mingw32_findprovides} Name: mingw32-gnutls -Version: 2.6.3 -Release: 5%{?dist} -Summary: MinGW Windows GnuTLS TLS/SSL encryption library +Version: 2.6.4 +Release: 1%{?dist} +Summary: MinGW GnuTLS TLS/SSL encryption library License: GPLv3+ and LGPLv2+ Group: Development/Libraries URL: http://www.gnutls.org/ #Source0: ftp://ftp.gnutls.org/pub/gnutls/gnutls-%{version}.tar.bz2 -# XXX patent tainted SRP code removed. +# We use the same source tarball as Fedora native package, which +# has the patent tainted SRP code removed. Source0: gnutls-%{version}-nosrp.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +51,8 @@ Requires: pkgconfig %description -MinGW Windows GnuTLS TLS/SSL encryption library. +GnuTLS TLS/SSL encryption library. This library is cross-compiled +for MinGW. %prep @@ -128,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 9 2009 Richard W.M. Jones - 2.6.4-1 +- New Fedora native version 2.6.4. + * Fri Feb 20 2009 Richard W.M. Jones - 2.6.3-5 - Rebuild for mingw32-gcc 4.4