OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Sep-2007 19:32:29
Branch: HEAD Handle: 2007090418322900
Modified files:
openpkg-src/gnutls gnutls.spec
Log:
upgrading package: gnutls 1.6.3 -> 2.0.0
Summary:
Revision Changes Path
1.91 +7 -6 openpkg-src/gnutls/gnutls.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gnutls/gnutls.spec
============================================================================
$ cvs diff -u -r1.90 -r1.91 gnutls.spec
--- openpkg-src/gnutls/gnutls.spec 20 Jul 2007 20:16:42 -0000 1.90
+++ openpkg-src/gnutls/gnutls.spec 4 Sep 2007 17:32:29 -0000 1.91
@@ -32,14 +32,14 @@
Class: PLUS
Group: SSL
License: GPL
-Version: 1.6.3
-Release: 20070720
+Version: 2.0.0
+Release: 20070904
# package options
%option with_cxx no
# list of sources
-Source0:
ftp://ftp.gnutls.org/pub/crypto/gnutls/gnutls-%{version}.tar.bz2
+Source0: ftp://ftp.gnutls.org/pub/gnutls/gnutls-%{version}.tar.bz2
Patch0: gnutls.patch
# build information
@@ -51,8 +51,8 @@
%if "%{with_cxx}" == "yes"
BuildPreReq: gcc::with_cxx = yes
%endif
-BuildPreReq: gcrypt >= 1.2.2, opencdk >= 0.5.5, libtasn1 >= 0.3.4, lzo,
zlib, getopt
-PreReq: gcrypt >= 1.2.2, opencdk >= 0.5.5, libtasn1 >= 0.3.4, lzo,
zlib, getopt
+BuildPreReq: gcrypt >= 1.2.4, opencdk >= 0.6.4, libtasn1 >= 1.1, lzo, zlib,
getopt
+PreReq: gcrypt >= 1.2.4, opencdk >= 0.6.4, libtasn1 >= 1.1, lzo, zlib,
getopt
AutoReq: no
AutoReqProv: no
@@ -65,7 +65,7 @@
%track
prog gnutls = {
version = %{version}
- url = ftp://ftp.gnutls.org/pub/crypto/gnutls/
+ url = ftp://ftp.gnutls.org/pub/gnutls/
regex = gnutls-(__VER__)\.tar\.bz2
}
@@ -104,6 +104,7 @@
--disable-cxx \
%endif
--without-included-lzo \
+ --disable-nls \
--disable-shared
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]