OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 04-Jul-2003 10:45:11
Branch: HEAD Handle: 2003070409450901
Modified files:
openpkg-re/vcheck vc.ntp
openpkg-src/ntp ntp.spec
openpkg-web news.txt
Removed files:
openpkg-src/ntp ntp.patch
Log:
the previous 4.1.1b was removed by vendor; the 4.1.1c-rc3 includes
already our patch; it's still an RC, but after looking at their
ChangeLog we can already use it as it would be 4.1.1c, because they
are less active developers on this branch and change mostly nothing.
They just take a lot of time...
Summary:
Revision Changes Path
1.9 +1 -2 openpkg-re/vcheck/vc.ntp
1.2 +0 -12 openpkg-src/ntp/ntp.patch
1.36 +5 -8 openpkg-src/ntp/ntp.spec
1.5208 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.ntp
============================================================================
$ cvs diff -u -r1.8 -r1.9 vc.ntp
--- openpkg-re/vcheck/vc.ntp 28 Jun 2003 15:23:45 -0000 1.8
+++ openpkg-re/vcheck/vc.ntp 4 Jul 2003 08:45:09 -0000 1.9
@@ -2,8 +2,7 @@
}
prog ntp = {
- comment = "thl: 4.1.1[ab] disappeared but were used in OpenPKG v1.[12]; 4.1.1c
is a rc only"
- version = 4.1.1b
+ version = 4.1.1c-rc3
url = ftp://ftp.udel.edu/pub/ntp/ntp4/
regex = ntp-(\d+\.\d+\.[0-6]?[0-9][a-z]?(-rc\d+)?)\.tar\.gz
}
@@ .
rm -f openpkg-src/ntp/ntp.patch <<'@@ .'
Index: openpkg-src/ntp/ntp.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/ntp.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 ntp.spec
--- openpkg-src/ntp/ntp.spec 1 Jul 2003 08:55:30 -0000 1.35
+++ openpkg-src/ntp/ntp.spec 4 Jul 2003 08:45:10 -0000 1.36
@@ -32,19 +32,18 @@
Distribution: OpenPKG [CORE]
Group: Network
License: BSD-style
-Version: 4.1.1b
-Release: 20030701
+Version: 4.1.1c
+Release: 20030704
# package options
%option with_fsl yes
# list of sources
-Source0: ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-%{version}.tar.gz
+Source0: ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-%{version}-rc3.tar.gz
Source1: ntp-doc.tar.gz
Source2: ntp.conf
Source3: rc.ntp
Source4: fsl.ntp
-Patch0: ntp.patch
# build information
Prefix: %{l_prefix}
@@ -74,11 +73,9 @@
%prep
%setup0 -q -c
%setup1 -q -T -D -a 1
- cd ntp-%{version}
- %patch0 -p0
%build
- ( cd ntp-%{version}
+ ( cd ntp-%{version}-rc3
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
LDFLAGS="%{l_fsl_ldflags}" \
@@ -93,7 +90,7 @@
%install
rm -rf $RPM_BUILD_ROOT
- ( cd ntp-%{version}
+ ( cd ntp-%{version}-rc3
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
)
( cd ntp-doc
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5207 -r1.5208 news.txt
--- openpkg-web/news.txt 4 Jul 2003 08:14:02 -0000 1.5207
+++ openpkg-web/news.txt 4 Jul 2003 08:45:09 -0000 1.5208
@@ -1,3 +1,4 @@
+04-Jul-2003: Upgraded package: P<ntp-4.1.1c-20030704>
04-Jul-2003: Upgraded package: P<sasl-2.1.14-20030704>
04-Jul-2003: Upgraded package: P<rrdtool-1.0.43-20030704>
04-Jul-2003: Upgraded package: P<graphviz-1.10-20030704>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]