diff --git a/.gitignore b/.gitignore index 229f9f0..082994c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ gnutls-2.10.1-nosrp.tar.bz2 /gnutls-3.1.9-hobbled.tar.xz /gnutls-3.1.10-hobbled.tar.xz /gnutls-3.1.11-hobbled.tar.xz +/gnutls-3.1.13-hobbled.tar.xz diff --git a/gnutls.spec b/gnutls.spec index 0e91fe3..6f7ffc9 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -2,7 +2,7 @@ %bcond_with guile Summary: A TLS protocol implementation Name: gnutls -Version: 3.1.11 +Version: 3.1.13 Release: 1%{?dist} # The libraries are LGPLv2.1+, utilities are GPLv3+, however # the bundled gnulib is LGPLv3+ @@ -10,7 +10,7 @@ License: GPLv3+ and LGPLv2+ and LGPLv3+ Group: System Environment/Libraries BuildRequires: p11-kit-devel >= 0.11, gettext BuildRequires: zlib-devel, readline-devel, libtasn1-devel >= 3.1 -BuildRequires: lzo-devel, libtool, automake, autoconf +BuildRequires: lzo-devel, libtool, automake, autoconf, texinfo BuildRequires: nettle-devel >= 2.5 %if %{with dane} BuildRequires: unbound-devel @@ -130,6 +130,7 @@ This package contains Guile bindings for the library. %{SOURCE2} -e %build +autoreconf -f export LDFLAGS="-Wl,--no-add-needed" @@ -254,6 +255,9 @@ fi %endif %changelog +* Mon Jul 15 2013 Tomáš Mráz 3.1.13-1 +- new upstream release + * Mon May 13 2013 Tomáš Mráz 3.1.11-1 - new upstream release diff --git a/sources b/sources index c8e6d68..3f61b3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6637d1265917a222a1b404d31d5943ac gnutls-3.1.11-hobbled.tar.xz +4b87223377a4b7f2974ff99b997732ef gnutls-3.1.13-hobbled.tar.xz