[gnutls] new upstream version

Tomáš Mráz tmraz at fedoraproject.org
Thu Aug 18 09:57:19 UTC 2011


commit 90d6dcb8245f4517db77cb6966aaf580fe093f85
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Thu Aug 18 11:57:02 2011 +0200

    new upstream version

 .gitignore                        |    1 +
 gnutls-2.12.7-libgcrypt-mpi.patch |  147 -------------------------------------
 gnutls.spec                       |   12 ++--
 sources                           |    2 +-
 4 files changed, 8 insertions(+), 154 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01e7169..accc1ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ gnutls-2.10.1-nosrp.tar.bz2
 /gnutls-2.12.3-nosrp.tar.bz2
 /gnutls-2.12.4-nosrp.tar.bz2
 /gnutls-2.12.7-nosrp.tar.bz2
+/gnutls-2.12.8-nosrp.tar.bz2
diff --git a/gnutls.spec b/gnutls.spec
index dd0a218..bddb1da 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -1,11 +1,11 @@
 Summary: A TLS protocol implementation
 Name: gnutls
-Version: 2.12.7
-Release: 2%{?dist}
+Version: 2.12.8
+Release: 1%{?dist}
 # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
 License: GPLv3+ and LGPLv2+
 Group: System Environment/Libraries
-BuildRequires: libgcrypt-devel >= 1.2.2, gettext
+BuildRequires: libgcrypt-devel >= 1.2.2, p11-kit-devel, gettext
 BuildRequires: zlib-devel, readline-devel, libtasn1-devel
 BuildRequires: lzo-devel, libtool, automake, autoconf
 BuildRequires: guile-devel
@@ -21,8 +21,6 @@ Patch2: gnutls-2.8.6-link-libgcrypt.patch
 Patch3: gnutls-2.12.2-nosrp.patch
 # Skip tests that are expected to fail on libgcrypt build
 Patch4: gnutls-2.12.7-dsa-skiptests.patch
-# Patch incorrect calls to libgcrypt (patch by Andreas Metzler)
-Patch5: gnutls-2.12.7-libgcrypt-mpi.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: libgcrypt >= 1.2.2
@@ -90,7 +88,6 @@ This package contains Guile bindings for the library.
 %patch2 -p1 -b .link
 %patch3 -p1 -b .nosrp
 %patch4 -p1 -b .skiptests
-%patch5 -p1 -b .mpi
 
 for i in auth_srp_rsa.c auth_srp_sb64.c auth_srp_passwd.c auth_srp.c gnutls_srp.c ext_srp.c; do
     touch lib/$i
@@ -187,6 +184,9 @@ fi
 %{_datadir}/guile/site/gnutls.scm
 
 %changelog
+* Tue Aug 16 2011 Tomas Mraz <tmraz at redhat.com> 2.12.8-1
+- new upstream version
+
 * Mon Jul 25 2011 Tomas Mraz <tmraz at redhat.com> 2.12.7-2
 - fix problem when using new libgcrypt
 - split libgnutlsxx to a subpackage (#455146)
diff --git a/sources b/sources
index c657708..d3c88a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-255a87aef456cb02a369f43f93c31f81  gnutls-2.12.7-nosrp.tar.bz2
+44c548acef561168fed2b7e38d516c62  gnutls-2.12.8-nosrp.tar.bz2


More information about the scm-commits mailing list