[gnutls] new upstream version

Tomáš Mráz tmraz at fedoraproject.org
Mon Oct 24 15:40:48 UTC 2011


commit cea39b58610058ec3a13a1b92937a4af91040915
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Mon Oct 24 17:40:44 2011 +0200

    new upstream version

 .gitignore                    |    1 +
 gnutls-2.12.11-docparse.patch |  102 -----------------------------------------
 gnutls.spec                   |    8 ++--
 sources                       |    2 +-
 4 files changed, 6 insertions(+), 107 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f8bf34..1cf36e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ gnutls-2.10.1-nosrp.tar.bz2
 /gnutls-2.12.8-nosrp.tar.bz2
 /gnutls-2.12.9-nosrp.tar.bz2
 /gnutls-2.12.11-nosrp.tar.bz2
+/gnutls-2.12.12-nosrp.tar.bz2
diff --git a/gnutls.spec b/gnutls.spec
index 4913d73..2d52481 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -1,6 +1,6 @@
 Summary: A TLS protocol implementation
 Name: gnutls
-Version: 2.12.11
+Version: 2.12.12
 Release: 1%{?dist}
 # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
 License: GPLv3+ and LGPLv2+
@@ -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
-# Upstream patch for doc parsing
-Patch5: gnutls-2.12.11-docparse.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 .docparse
 
 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
+* Mon Oct 24 2011 Tomas Mraz <tmraz at redhat.com> 2.12.12-1
+- new upstream version
+
 * Thu Sep 29 2011 Tomas Mraz <tmraz at redhat.com> 2.12.11-1
 - new upstream version
 
diff --git a/sources b/sources
index c2d307d..ca67d74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c538384da66e4534a06b548430d736c0  gnutls-2.12.11-nosrp.tar.bz2
+3fbd510d8b85a1118ce44140964476ab  gnutls-2.12.12-nosrp.tar.bz2


More information about the scm-commits mailing list