diff --git a/.gitignore b/.gitignore index b5bc58b..aba5ede 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ gnutls-2.10.1-nosrp.tar.bz2 /gnutls-2.12.14-nosrp.tar.bz2 /gnutls-2.12.17-nosrp.tar.xz /gnutls-2.12.18-nosrp.tar.xz +/gnutls-2.12.19-nosrp.tar.xz diff --git a/gnutls.spec b/gnutls.spec index cd07ef2..933e47b 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,6 +1,6 @@ Summary: A TLS protocol implementation Name: gnutls -Version: 2.12.18 +Version: 2.12.19 Release: 1%{?dist} # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+ License: GPLv3+ and LGPLv2+ @@ -24,6 +24,8 @@ Patch4: gnutls-2.12.7-dsa-skiptests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: libgcrypt >= 1.2.2 +# Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174 +Provides: bundled(gnulib) = 20120301 %package c++ Summary: The C++ interface to GnuTLS @@ -189,6 +191,9 @@ fi %{_datadir}/guile/site/gnutls.scm %changelog +* Fri May 18 2012 Tomas Mraz 2.12.19-1 +- new upstream version + * Thu Mar 29 2012 Tomas Mraz 2.12.18-1 - new upstream version diff --git a/sources b/sources index 356e5dc..ead2b4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc9b382ee34c46808624c6496cc2162f gnutls-2.12.18-nosrp.tar.xz +e0527a39175f8410b5c8cf7bd4372b30 gnutls-2.12.19-nosrp.tar.xz