OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 28-Nov-2003 15:18:15
Branch: HEAD Handle: 2003112814181401
Modified files:
openpkg-src/tex4ht tex4ht.spec
openpkg-web news.txt
Log:
fixed output redirection
Summary:
Revision Changes Path
1.9 +2 -2 openpkg-src/tex4ht/tex4ht.spec
1.7592 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tex4ht/tex4ht.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 tex4ht.spec
--- openpkg-src/tex4ht/tex4ht.spec 21 Jul 2003 12:16:57 -0000 1.8
+++ openpkg-src/tex4ht/tex4ht.spec 28 Nov 2003 14:18:15 -0000 1.9
@@ -33,7 +33,7 @@
Group: Text
License: LPPL
Version: 20030119
-Release: 20030721
+Release: 20031128
# list of sources
Source0: http://www.cis.ohio-state.edu/~gurari/TeX4ht/ufiles.zip
@@ -140,5 +140,5 @@
%post
echo "Running mktexlsr to rebuild teTeX ls-R database..." | %{l_rpmtool} msg -t
notice
- $RPM_INSTALL_PREFIX/bin/mktexlsr 2>&1 >/dev/null || true
+ $RPM_INSTALL_PREFIX/bin/mktexlsr >/dev/null 2>&1 || true
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7591 -r1.7592 news.txt
--- openpkg-web/news.txt 28 Nov 2003 14:15:55 -0000 1.7591
+++ openpkg-web/news.txt 28 Nov 2003 14:18:14 -0000 1.7592
@@ -1,3 +1,4 @@
+28-Nov-2003: Upgraded package: P<tex4ht-20030119-20031128>
28-Nov-2003: Upgraded package: P<postfix-2.0.16-20031128>
28-Nov-2003: Upgraded package: P<libglade-2.0.1-20031128>
28-Nov-2003: New package: P<irrtoolset-4.8.1-20031128>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]