OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Peter Smej
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 19-Feb-2003 10:06:52
Branch: HEAD Handle: 2003021909064902
Modified files:
openpkg-re/vcheck vc.tidy
openpkg-src/tidy tidy.spec
openpkg-web news.txt
Log:
upgrading package: tidy 20030208 -> 20030217
Summary:
Revision Changes Path
1.55 +1 -1 openpkg-re/vcheck/vc.tidy
1.64 +6 -4 openpkg-src/tidy/tidy.spec
1.3355 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.tidy
============================================================================
$ cvs diff -u -r1.54 -r1.55 vc.tidy
--- openpkg-re/vcheck/vc.tidy 10 Feb 2003 12:37:26 -0000 1.54
+++ openpkg-re/vcheck/vc.tidy 19 Feb 2003 09:06:49 -0000 1.55
@@ -2,7 +2,7 @@
}
prog tidy = {
- version = 030208
+ version = 030217
url = http://tidy.sourceforge.net/src/
regex = tidy_src_(__VER__)\.tgz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tidy/tidy.spec
============================================================================
$ cvs diff -u -r1.63 -r1.64 tidy.spec
--- openpkg-src/tidy/tidy.spec 10 Feb 2003 12:37:30 -0000 1.63
+++ openpkg-src/tidy/tidy.spec 19 Feb 2003 09:06:51 -0000 1.64
@@ -24,8 +24,8 @@
##
# package version
-%define V_here 20030208
-%define V_real 030208
+%define V_here 20030217
+%define V_real 030217
# package information
Name: tidy
@@ -37,7 +37,7 @@
Group: Text
License: GPL
Version: %{V_here}
-Release: 20030210
+Release: 20030219
# list of sources
Source0: http://tidy.sourceforge.net/src/tidy_src_%{V_real}.tgz
@@ -57,8 +57,10 @@
%setup -q -n tidy
%build
- %{l_make} %{l_mflags} \
+ ( cd build/gmake
+ %{l_make} %{l_mflags} \
CC="%{l_cc} %{l_cflags -O}"
+ )
%install
rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3354 -r1.3355 news.txt
--- openpkg-web/news.txt 19 Feb 2003 09:00:20 -0000 1.3354
+++ openpkg-web/news.txt 19 Feb 2003 09:06:50 -0000 1.3355
@@ -1,3 +1,4 @@
+19-Feb-2003: Upgraded package: P<tidy-20030217-20030219>
19-Feb-2003: New package: P<pv-0.4.9-20030219>
19-Feb-2003: Upgraded package: P<perl-ssl-20030219-20030219>
19-Feb-2003: Upgraded package: P<perl-gd-20030219-20030219>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]