diff --git a/gnutls-2.12.3-pkgconfig.patch b/gnutls-2.12.3-pkgconfig.patch new file mode 100644 index 0000000..67f9f8b --- /dev/null +++ b/gnutls-2.12.3-pkgconfig.patch @@ -0,0 +1,11 @@ +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 cd57968..ccf2c16 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,6 +1,6 @@ Summary: A TLS protocol implementation Name: gnutls -Version: 2.12.2 +Version: 2.12.3 Release: 1%{?dist} # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+ License: GPLv3+ and LGPLv2+ @@ -19,6 +19,7 @@ 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 @@ -74,6 +75,7 @@ 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 @@ -161,6 +163,9 @@ fi %{_datadir}/guile/site/gnutls.scm %changelog +* Tue Apr 26 2011 Tomas Mraz 2.12.3-1 +- new upstream version + * Mon Apr 18 2011 Tomas Mraz 2.12.2-1 - new upstream version