Author: marti Date: Wed Apr 27 20:13:12 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.12.3 - removed checks for pakchois (it is included in gnutls)
---- Files affected: packages/gnutls: gnutls.spec (1.124 -> 1.125) ---- Diffs: ================================================================ Index: packages/gnutls/gnutls.spec diff -u packages/gnutls/gnutls.spec:1.124 packages/gnutls/gnutls.spec:1.125 --- packages/gnutls/gnutls.spec:1.124 Wed Apr 13 14:13:26 2011 +++ packages/gnutls/gnutls.spec Wed Apr 27 22:13:07 2011 @@ -2,15 +2,15 @@ Summary: The GNU Transport Layer Security Library Summary(pl.UTF-8): Biblioteka GNU TLS (Transport Layer Security) Name: gnutls -Version: 2.12.2 +Version: 2.12.3 Release: 1 License: LGPL v2.1+ (libgnutls), GPL v3+ (extra libs and tools) Group: Libraries Source0: ftp://ftp.gnutls.org/pub/gnutls/%{name}-%{version}.tar.bz2 -# Source0-md5: ca6903d99b2aca2a6a326bc8df805b61 +# Source0-md5: 04b72b022b42b10df12cbbae051e2d55 Patch0: %{name}-info.patch Patch1: %{name}-link.patch -Patch3: %{name}-pakchois.patch +#Patch3: %{name}-pakchois.patch URL: http://www.gnu.org/software/gnutls/ BuildRequires: autoconf >= 2.61 BuildRequires: automake >= 1:1.10.2-2 @@ -26,7 +26,8 @@ # miniopencdk is included in sources and currently maintained # as part of gnutls, not external package #BuildRequires: opencdk-devel >= 0.6.6 -BuildRequires: pakchois-devel +# pakchois is included in gnutls since 2.12.3 +#BuildRequires: pakchois-devel BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: rpmbuild(macros) >= 1.383 @@ -59,7 +60,7 @@ Requires: libgcrypt-devel >= 1.4.0 Requires: libtasn1-devel >= 2.9 #Requires: opencdk-devel >= 0.6.6 -Requires: pakchois-devel +#Requires: pakchois-devel # lzo-devel for libgnutls-extra only Requires: lzo-devel Requires: zlib-devel @@ -142,7 +143,7 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch3 -p1 +#%patch3 -p1 %build %{__libtoolize} @@ -272,6 +273,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.125 2011/04/27 20:13:07 marti +- up to 2.12.3 +- removed checks for pakchois (it is included in gnutls) + Revision 1.124 2011/04/13 12:13:26 caleb - Up to 2.12.2 - Removed patch applied upstream. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnutls/gnutls.spec?r1=1.124&r2=1.125&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
