new upstream release

This commit is contained in:
Nikos Mavrogiannopoulos 2014-04-14 12:16:45 +02:00
parent 5cf107dfaa
commit 4adeac77fb
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ gnutls-2.10.1-nosrp.tar.bz2
/gnutls-3.2.12-hobbled.tar.xz
/gnutls-3.2.12.1-hobbled.tar.xz
/gnutls-3.2.13-hobbled.tar.xz
/gnutls-3.3.0-hobbled.tar.xz

View File

@ -2,7 +2,7 @@
%bcond_with guile
Summary: A TLS protocol implementation
Name: gnutls
Version: 3.2.13
Version: 3.3.0
Release: 1%{?dist}
# The libraries are LGPLv2.1+, utilities are GPLv3+
License: GPLv3+ and LGPLv2+
@ -150,6 +150,7 @@ export LDFLAGS="-Wl,--no-add-needed"
--disable-openssl-compatibility \
--disable-srp-authentication \
--disable-non-suiteb-curves \
--with-system-priority-file=/etc/crypto-profiles/apps/gnutls.config \
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
%if %{with guile}
--enable-guile \
@ -222,7 +223,6 @@ fi
%files -f gnutls.lang
%defattr(-,root,root,-)
%{_libdir}/libgnutls.so.28*
%{_libdir}/libgnutls-xssl.so.0*
%doc COPYING COPYING.LESSER README AUTHORS NEWS THANKS
%files c++
@ -268,6 +268,9 @@ fi
%endif
%changelog
* Mon Apr 14 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.0-1
- new upstream release
* Tue Apr 08 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.13-1
- new upstream release

View File

@ -1 +1 @@
abafc32db0984d278a0841c767527e10 gnutls-3.2.13-hobbled.tar.xz
9603966441abb9306268a1a4f69d796c gnutls-3.3.0-hobbled.tar.xz