[mingw-gnutls] Update to 3.3.0

mooninite mooninite at fedoraproject.org
Thu Apr 17 23:03:53 UTC 2014


commit 14c0698090163a104741e83668dd62f293c79c74
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Thu Apr 17 18:03:40 2014 -0500

    Update to 3.3.0

 .gitignore        |    1 +
 mingw-gnutls.spec |   13 +++++--------
 sources           |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d01ae3..6b8d528 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ gnutls-2.6.4-nosrp.tar.bz2
 /gnutls-3.2.8-hobbled.tar.xz
 /gnutls-3.2.11-hobbled.tar.xz
 /gnutls-3.2.12.1-hobbled.tar.xz
+/gnutls-3.3.0-hobbled.tar.xz
diff --git a/mingw-gnutls.spec b/mingw-gnutls.spec
index aec5806..9fd38a5 100644
--- a/mingw-gnutls.spec
+++ b/mingw-gnutls.spec
@@ -1,9 +1,7 @@
 %?mingw_package_header
 
-%global hotfix_version 3.2.12
-
 Name:           mingw-gnutls
-Version:        3.2.12.1
+Version:        3.3.0
 Release:        1%{?dist}
 Summary:        MinGW GnuTLS TLS/SSL encryption library
 
@@ -91,7 +89,7 @@ for MinGW.
 
 
 %prep
-%setup -q -n gnutls-%{hotfix_version}
+%setup -q -n gnutls-%{version}
 
 %patch1 -p1 -b .rpath
 # This patch is not applicable as we use nettle now but some parts will be
@@ -149,13 +147,11 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_mandir}
 %{mingw32_bindir}/gnutls-cli.exe
 %{mingw32_bindir}/gnutls-serv.exe
 %{mingw32_bindir}/libgnutls-28.dll
-%{mingw32_bindir}/libgnutls-xssl-0.dll
 %{mingw32_bindir}/libgnutlsxx-28.dll
 %{mingw32_bindir}/ocsptool.exe
 %{mingw32_bindir}/p11tool.exe
 %{mingw32_bindir}/psktool.exe
 %{mingw32_libdir}/libgnutls.dll.a
-%{mingw32_libdir}/libgnutls-xssl.dll.a
 %{mingw32_libdir}/libgnutlsxx.dll.a
 %{mingw32_libdir}/pkgconfig/gnutls.pc
 %{mingw32_includedir}/gnutls/
@@ -168,19 +164,20 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_mandir}
 %{mingw64_bindir}/gnutls-cli.exe
 %{mingw64_bindir}/gnutls-serv.exe
 %{mingw64_bindir}/libgnutls-28.dll
-%{mingw64_bindir}/libgnutls-xssl-0.dll
 %{mingw64_bindir}/libgnutlsxx-28.dll
 %{mingw64_bindir}/ocsptool.exe
 %{mingw64_bindir}/p11tool.exe
 %{mingw64_bindir}/psktool.exe
 %{mingw64_libdir}/libgnutls.dll.a
-%{mingw64_libdir}/libgnutls-xssl.dll.a
 %{mingw64_libdir}/libgnutlsxx.dll.a
 %{mingw64_libdir}/pkgconfig/gnutls.pc
 %{mingw64_includedir}/gnutls/
 
 
 %changelog
+* Thu Apr 17 2014 Michael Cronenworth <mike at cchtml.com> - 3.3.0-1
+- Update to 3.3.0
+
 * Tue Mar 04 2014 Michael Cronenworth <mike at cchtml.com> - 3.2.12.1-1
 - Update to 3.2.12.1
 - Fixes CVE-2014-0092 and CVE-2014-1959
diff --git a/sources b/sources
index 897e473..f59ad67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4079eefacdc78feee192d3e87ce2396  gnutls-3.2.12.1-hobbled.tar.xz
+9603966441abb9306268a1a4f69d796c  gnutls-3.3.0-hobbled.tar.xz


More information about the scm-commits mailing list