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: 28-May-2003 16:29:44
Branch: HEAD Handle: 2003052815294201
Modified files:
openpkg-src/rt rt.spec
openpkg-web news.txt
Log:
also substitute RT's secondary color it uses everywhere
Summary:
Revision Changes Path
1.60 +7 -5 openpkg-src/rt/rt.spec
1.4608 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.59 -r1.60 rt.spec
--- openpkg-src/rt/rt.spec 27 May 2003 12:00:53 -0000 1.59
+++ openpkg-src/rt/rt.spec 28 May 2003 14:29:43 -0000 1.60
@@ -49,13 +49,14 @@
Group: Database
License: GPL
Version: %{V_here}
-Release: 20030527
+Release: 20030528
# package options
-%option with_color_primary 336699
-%option with_db_mysql yes
-%option with_db_postgresql no
-%option with_db_oracle no
+%option with_color_primary 336699
+%option with_color_secondary dddddd
+%option with_db_mysql yes
+%option with_db_postgresql no
+%option with_db_oracle no
# fixing conflicting options
%if "%{with_db_oracle}" == "yes"
@@ -344,6 +345,7 @@
# final post-adjustments to installation hierarchy
%{l_shtool} subst \
-e 's;#336699;#%{with_color_primary};g' \
+ -e 's;#dddddd;#%{with_color_secondary};g' \
`find $RPM_BUILD_ROOT%{l_prefix}/libexec/rt/WebRT \
-type f -print | grep -v gif | grep -v jpg`
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4607 -r1.4608 news.txt
--- openpkg-web/news.txt 28 May 2003 14:14:19 -0000 1.4607
+++ openpkg-web/news.txt 28 May 2003 14:29:42 -0000 1.4608
@@ -1,3 +1,4 @@
+28-May-2003: Upgraded package: P<rt-3.0.2-20030528>
28-May-2003: Upgraded package: P<ghostscript-8.10-20030528>
28-May-2003: Upgraded package: P<perl-dbi-20030528-20030528>
28-May-2003: Upgraded package: P<openpkg-tool-20030528-20030528>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]