diff --git a/.gitignore b/.gitignore index ed10335..13cf6ee 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/gnutls-2.12.3-pkgconfig.patch b/gnutls-2.12.3-pkgconfig.patch deleted file mode 100644 index 67f9f8b..0000000 --- a/gnutls-2.12.3-pkgconfig.patch +++ /dev/null @@ -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} diff --git a/gnutls.spec b/gnutls.spec index ccf2c16..0af69ef 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -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 2.12.4-1 +- new upstream version + * Tue Apr 26 2011 Tomas Mraz 2.12.3-1 - new upstream version diff --git a/sources b/sources index d3fc768..9991426 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3cab743af51093e7f62309e37d477d43 gnutls-2.12.3-nosrp.tar.bz2 +34825865847f534d3a5483e63894f57c gnutls-2.12.4-nosrp.tar.bz2