[mingw-gnutls: 14/23] Update to 2.12.12.

epienbro epienbro at fedoraproject.org
Wed Mar 7 17:22:36 UTC 2012


commit 51cc7896ad376859a335c4aaa12ce66a02434e5e
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Wed Nov 2 13:48:14 2011 -0500

    Update to 2.12.12.
    
    Drop docparse patch.
    
    Signed-off-by: Michael Cronenworth <mike at cchtml.com>

 .gitignore                    |    1 +
 gnutls-2.12.11-docparse.patch |  102 -----------------------------------------
 mingw32-gnutls.spec           |    8 ++--
 sources                       |    2 +-
 4 files changed, 6 insertions(+), 107 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f07286..7720589 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 gnutls-2.6.4-nosrp.tar.bz2
 /gnutls-2.10.5-nosrp.tar.bz2
 /gnutls-2.12.11-nosrp.tar.bz2
+/gnutls-2.12.12-nosrp.tar.bz2
diff --git a/mingw32-gnutls.spec b/mingw32-gnutls.spec
index e2f115c..ec18e9f 100644
--- a/mingw32-gnutls.spec
+++ b/mingw32-gnutls.spec
@@ -6,7 +6,7 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-gnutls
-Version:        2.12.11
+Version:        2.12.12
 Release:        1%{?dist}
 Summary:        MinGW GnuTLS TLS/SSL encryption library
 
@@ -27,8 +27,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
 
 BuildRequires:  mingw32-filesystem >= 40
 BuildRequires:  mingw32-gcc
@@ -69,7 +67,6 @@ for MinGW.
 %patch2 -p1 -b .link
 %patch3 -p1 -b .nosrp
 %patch4 -p1 -b .dsa-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
@@ -141,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 02 2011 Michael Cronenworth <mike at cchtml.com> - 2.12.12-1
+- Update to 2.12.12
+
 * Mon Oct 24 2011 Michael Cronenworth <mike at cchtml.com> - 2.12.11-1
 - Update to 2.12.11
 
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