Browse Source

gnutls-3.4.14-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10555 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
aa33df200b
1 changed files with 8 additions and 4 deletions
  1. 8 4
      g/gnutls/gnutls-vl.spec

+ 8 - 4
g/gnutls/gnutls-vl.spec

@@ -3,7 +3,7 @@
 Summary:	GNU TLS Library
 Summary(ja):	GNU TLS ライブラリ
 Name:		gnutls
-Version:	3.4.13
+Version:	3.4.14
 Release:	1%{?_dist_release}
 License:	GPLv3+ and LGPLv2+
 # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
@@ -17,13 +17,14 @@ Patch1: gnutls-3.2.7-rpath.patch
 Patch3: gnutls-3.1.11-nosrp.patch
 
 # Vine Patches
-Patch100: gnutls-3.4-disable-test-with-expired-cert.patch
+# Nothing...
 
 # Security fixes
 # Nothing...
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	libtasn1-devel >= 4.3
+BuildRequires:	datefudge
 BuildRequires:	gmp-devel
 BuildRequires:	gettext readline-devel libtool
 BuildRequires:	guile-devel >= 1.8.6
@@ -152,8 +153,6 @@ This package contains Guile bindings for the library.
 %patch1 -p1 -b .rpath
 %patch3 -p1 -b .nosrp
 
-%patch100 -p1 -b .cert-test
-
 %build
 export LDFLAGS="-Wl,--no-add-needed"
 # autoreconf -fi
@@ -286,6 +285,11 @@ fi
 %endif
 
 %changelog
+* Thu Jul  7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.14-1
+- new upstream release 3.4.14.
+- dropped Patch100.
+- added BR: datefudge.
+
 * Mon Jul  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.13-1
 - new upstream release 3.4.13.
 - added Patch100: workaround of failing cert-test (The certificate was expired).