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-re Date: 22-Dec-2002 10:19:45
Branch: HEAD Handle: 2002122209194401
Added files:
openpkg-src/tidy tidy.patch
Modified files:
openpkg-re/vcheck vc.tidy
openpkg-src/tidy tidy.spec
openpkg-web news.txt
Log:
upgrade with the most greatest patch :-(
Summary:
Revision Changes Path
1.40 +1 -2 openpkg-re/vcheck/vc.tidy
1.1 +30 -0 openpkg-src/tidy/tidy.patch
1.44 +5 -3 openpkg-src/tidy/tidy.spec
1.2354 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.tidy
============================================================
$ cvs diff -u -r1.39 -r1.40 vc.tidy
--- openpkg-re/vcheck/vc.tidy 19 Dec 2002 19:24:33 -0000 1.39
+++ openpkg-re/vcheck/vc.tidy 22 Dec 2002 09:19:44 -0000 1.40
@@ -2,8 +2,7 @@
}
prog tidy = {
- comment = "rse: 021218 broken: src/pprint.c:1455:12: missing terminating '
character"
- version = 021217
+ version = 021220
url = http://tidy.sourceforge.net/src/
regex = tidy_src_(__VER__)\.tgz
}
Index: openpkg-src/tidy/tidy.patch
============================================================
$ cvs update -p -r1.1 tidy.patch
--- src/pprint.c.orig 2002-12-21 08:57:02.000000000 +0100
+++ src/pprint.c 2002-12-22 10:18:05.000000000 +0100
@@ -1444,27 +1444,6 @@
}
-#if 0
-**
-** Print script and style elements. For XHTML, wrap the content as follows:
-** JavaScript:
-** //<![CDATA[
-** content
-** //]]>
-** VBScript:
-** '<![CDATA[
-** content
-** ']]>
-** CSS:
-** /*<![CDATA[*/
-** content
-** /*]]>*/
-** other:
-** <![CDATA[
-** content
-** ]]>
-**
-#endif
static ctmbstr CDATA_START = "<![CDATA[";
static ctmbstr CDATA_END = "]]>";
Index: openpkg-src/tidy/tidy.spec
============================================================
$ cvs diff -u -r1.43 -r1.44 tidy.spec
--- openpkg-src/tidy/tidy.spec 20 Dec 2002 19:33:41 -0000 1.43
+++ openpkg-src/tidy/tidy.spec 22 Dec 2002 09:19:45 -0000 1.44
@@ -23,8 +23,8 @@
## SUCH DAMAGE.
##
-%define V_here 20021217
-%define V_real 021217
+%define V_here 20021220
+%define V_real 021220
# package information
Name: tidy
@@ -36,10 +36,11 @@
Group: Text
License: GPL
Version: %{V_here}
-Release: 20021219
+Release: 20021222
# list of sources
Source0: http://tidy.sourceforge.net/src/tidy_src_%{V_real}.tgz
+Patch0: tidy.patch
# build information
Prefix: %{l_prefix}
@@ -56,6 +57,7 @@
%prep
%setup -q -n tidy
+ %patch -p0
%build
%{l_make} %{l_mflags -O} \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.2353 -r1.2354 news.txt
--- openpkg-web/news.txt 22 Dec 2002 09:14:41 -0000 1.2353
+++ openpkg-web/news.txt 22 Dec 2002 09:19:44 -0000 1.2354
@@ -1,3 +1,4 @@
+22-Dec-2002: Upgraded package: P<tidy-20021220-20021222>
22-Dec-2002: Upgraded package: P<perl-ole-20021222-20021222>
22-Dec-2002: New package: P<ttmkfdir-1998-20021222>
22-Dec-2002: Upgraded package: P<mhonarc-2.5.14-20021222>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]