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 Date: 05-Mar-2003 13:59:58
Branch: HEAD Handle: 2003030512595502
Modified files:
openpkg-src/bind bind.spec
openpkg-web news.txt
Log:
- use %{l_patch}
- bump release for today
- cosmetics
Summary:
Revision Changes Path
1.41 +4 -3 openpkg-src/bind/bind.spec
1.3548 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 bind.spec
--- openpkg-src/bind/bind.spec 5 Mar 2003 12:14:23 -0000 1.40
+++ openpkg-src/bind/bind.spec 5 Mar 2003 12:59:57 -0000 1.41
@@ -23,8 +23,9 @@
## SUCH DAMAGE.
##
+# package versions
%define V_bind 9.2.2
-%define V_dlz 0.3.0
+%define V_dlz 0.3.0
# package information
Name: bind
@@ -36,7 +37,7 @@
Group: DNS
License: ISC
Version: %{V_bind}
-Release: 20030304
+Release: 20030305
# list of sources
Source0: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{V_bind}.tar.gz
@@ -92,7 +93,7 @@
%if "%{with_dlz}" == "yes"
%setup -q -T -D -a 10
%patch0 -p0
- patch -p1 <dlz.patch
+ %{l_patch} -p1 <dlz.patch
%endif
%build
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3547 -r1.3548 news.txt
--- openpkg-web/news.txt 5 Mar 2003 12:14:20 -0000 1.3547
+++ openpkg-web/news.txt 5 Mar 2003 12:59:55 -0000 1.3548
@@ -1,3 +1,4 @@
+05-Mar-2003: Upgraded package: P<bind-9.2.2-20030305>
05-Mar-2003: Upgraded package: P<bind-9.2.2-20030304>
05-Mar-2003: Upgraded package: P<ethereal-0.9.8-1.2.1>
05-Mar-2003: Upgraded package: P<ethereal-0.9.9-20030305>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]