From 7a68347010038fe340e7c265d1884883830f9974 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 28 Sep 2011 14:09:41 +0200 Subject: [PATCH] gnutls: Update to 3.0.3. Fixes #252. --- gnutls/gnutls.nm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm index 04376dc0f..e321030d7 100644 --- a/gnutls/gnutls.nm +++ b/gnutls/gnutls.nm @@ -4,7 +4,7 @@ ############################################################################### name = gnutls -version = 3.0.0 +version = 3.0.3 release = 1 groups = System/Libraries @@ -19,14 +19,14 @@ description TLS working group. end -source_dl = +source_dl = ftp://ftp.gnu.org/gnu/gnutls/ sources = %{thisapp}.tar.xz build requires libtasn1-devel nettle-devel - p11-kit-devel + p11-kit-devel>=0.4 zlib-devel end @@ -44,6 +44,10 @@ end packages package %{name} + requires + p11-kit>=0.4 + end + end package %{name}-devel template DEVEL -- 2.39.5