new upstream release
This commit is contained in:
parent
16ec5afdc0
commit
4859c6c40a
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ gnutls-2.10.1-nosrp.tar.bz2
|
|||||||
/gnutls-3.1.9-hobbled.tar.xz
|
/gnutls-3.1.9-hobbled.tar.xz
|
||||||
/gnutls-3.1.10-hobbled.tar.xz
|
/gnutls-3.1.10-hobbled.tar.xz
|
||||||
/gnutls-3.1.11-hobbled.tar.xz
|
/gnutls-3.1.11-hobbled.tar.xz
|
||||||
|
/gnutls-3.1.13-hobbled.tar.xz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%bcond_with guile
|
%bcond_with guile
|
||||||
Summary: A TLS protocol implementation
|
Summary: A TLS protocol implementation
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 3.1.11
|
Version: 3.1.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# The libraries are LGPLv2.1+, utilities are GPLv3+, however
|
# The libraries are LGPLv2.1+, utilities are GPLv3+, however
|
||||||
# the bundled gnulib is LGPLv3+
|
# the bundled gnulib is LGPLv3+
|
||||||
@ -10,7 +10,7 @@ License: GPLv3+ and LGPLv2+ and LGPLv3+
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRequires: p11-kit-devel >= 0.11, gettext
|
BuildRequires: p11-kit-devel >= 0.11, gettext
|
||||||
BuildRequires: zlib-devel, readline-devel, libtasn1-devel >= 3.1
|
BuildRequires: zlib-devel, readline-devel, libtasn1-devel >= 3.1
|
||||||
BuildRequires: lzo-devel, libtool, automake, autoconf
|
BuildRequires: lzo-devel, libtool, automake, autoconf, texinfo
|
||||||
BuildRequires: nettle-devel >= 2.5
|
BuildRequires: nettle-devel >= 2.5
|
||||||
%if %{with dane}
|
%if %{with dane}
|
||||||
BuildRequires: unbound-devel
|
BuildRequires: unbound-devel
|
||||||
@ -130,6 +130,7 @@ This package contains Guile bindings for the library.
|
|||||||
%{SOURCE2} -e
|
%{SOURCE2} -e
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -f
|
||||||
|
|
||||||
export LDFLAGS="-Wl,--no-add-needed"
|
export LDFLAGS="-Wl,--no-add-needed"
|
||||||
|
|
||||||
@ -254,6 +255,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 15 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.13-1
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
* Mon May 13 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.11-1
|
* Mon May 13 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.11-1
|
||||||
- new upstream release
|
- new upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user