new upstream version

This commit is contained in:
Tomas Mraz 2011-05-09 20:25:47 +02:00
parent 1d881433f2
commit 6453cd4c53
4 changed files with 6 additions and 15 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ gnutls-2.10.1-nosrp.tar.bz2
/gnutls-2.10.5-nosrp.tar.bz2
/gnutls-2.12.2-nosrp.tar.bz2
/gnutls-2.12.3-nosrp.tar.bz2
/gnutls-2.12.4-nosrp.tar.bz2

View File

@ -1,11 +0,0 @@
diff -up gnutls-2.12.3/lib/gnutls.pc.in.pkgconfig gnutls-2.12.3/lib/gnutls.pc.in
--- gnutls-2.12.3/lib/gnutls.pc.in.pkgconfig 2011-04-08 02:30:45.000000000 +0200
+++ gnutls-2.12.3/lib/gnutls.pc.in 2011-04-26 19:11:41.000000000 +0200
@@ -20,6 +20,6 @@ Description: Transport Security Layer im
URL: http://www.gnu.org/software/gnutls/
Version: @VERSION@
Libs: -L${libdir} -lgnutls
-Libs.private: @LTLIBPAKCHOIS@ @LTLIBGCRYPT@ @NETTLE_LIBS@
+Libs.private: @LTLIBGCRYPT@ @NETTLE_LIBS@
@GNUTLS_REQUIRES_PRIVATE@
Cflags: -I${includedir}

View File

@ -1,6 +1,6 @@
Summary: A TLS protocol implementation
Name: gnutls
Version: 2.12.3
Version: 2.12.4
Release: 1%{?dist}
# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
License: GPLv3+ and LGPLv2+
@ -19,7 +19,6 @@ Patch1: gnutls-2.12.2-rpath.patch
Patch2: gnutls-2.8.6-link-libgcrypt.patch
# Remove nonexisting references from texinfo file
Patch3: gnutls-2.12.2-nosrp.patch
Patch4: gnutls-2.12.3-pkgconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: libgcrypt >= 1.2.2
@ -75,7 +74,6 @@ This package contains Guile bindings for the library.
%patch1 -p1 -b .rpath
%patch2 -p1 -b .link
%patch3 -p1 -b .nosrp
%patch4 -p1 -b .pkgconfig
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
@ -163,6 +161,9 @@ fi
%{_datadir}/guile/site/gnutls.scm
%changelog
* Wed May 9 2011 Tomas Mraz <tmraz@redhat.com> 2.12.4-1
- new upstream version
* Tue Apr 26 2011 Tomas Mraz <tmraz@redhat.com> 2.12.3-1
- new upstream version

View File

@ -1 +1 @@
3cab743af51093e7f62309e37d477d43 gnutls-2.12.3-nosrp.tar.bz2
34825865847f534d3a5483e63894f57c gnutls-2.12.4-nosrp.tar.bz2