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-Mar-2005 18:44:40
Branch: HEAD Handle: 2005030417444000
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
Removed files:
openpkg-src/openpkg curl.patch
Log:
upgrade to cURL 7.13.1
Summary:
Revision Changes Path
1.250 +1 -0 openpkg-src/openpkg/HISTORY
1.6 +0 -245 openpkg-src/openpkg/curl.patch
1.402 +2 -6 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.249 -r1.250 HISTORY
--- openpkg-src/openpkg/HISTORY 24 Feb 2005 19:46:18 -0000 1.249
+++ openpkg-src/openpkg/HISTORY 4 Mar 2005 17:44:40 -0000 1.250
@@ -2,6 +2,7 @@
2005
====
+20050304 upgrade to cURL 7.13.1
20050224 upgrade to GNU shtool 2.0.1
20050224 update aux.prereq.sh for OpenPKG 2.3's list of platforms
@@ .
rm -f openpkg-src/openpkg/curl.patch <<'@@ .'
Index: openpkg-src/openpkg/curl.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.401 -r1.402 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 24 Feb 2005 19:42:32 -0000 1.401
+++ openpkg-src/openpkg/openpkg.spec 4 Mar 2005 17:44:40 -0000 1.402
@@ -39,14 +39,14 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20050224
+%define V_openpkg 20050304
# the used software versions
%define V_rpm 4.2.1
%define V_zlib 1.2.2
%define V_bzip2 1.0.2
%define V_beecrypt 4.1.2
-%define V_curl 7.13.0
+%define V_curl 7.13.1
%define V_make 3.80
%define V_gzip 1.3.5
%define V_patch 2.5.9
@@ -131,7 +131,6 @@
Source59: uuid.8
Source60: uuid.pod
Source61: uuid.sh
-Source62: curl.patch
# build information
Prefix: %{l_prefix}
@@ -547,9 +546,6 @@
-e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
configure
) || exit $?
- ( cd curl-%{V_curl}
- ${l_patch} -p0 <`SOURCE curl.patch`
- ) || exit $?
# display verbosity header
set +x; VERBOSE "PREPARATION: Build GNU make (Build Tool)"; set -x
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]