OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Aug-2005 11:30:37
Branch: HEAD Handle: 2005081110303600
Modified files:
openpkg-src/rt rt.patch rt.spec
Log:
upgrading package: rt 3.4.2 -> 3.4.3
Summary:
Revision Changes Path
1.21 +12 -23 openpkg-src/rt/rt.patch
1.151 +2 -2 openpkg-src/rt/rt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.patch
============================================================================
$ cvs diff -u -r1.20 -r1.21 rt.patch
--- openpkg-src/rt/rt.patch 2 Jul 2004 08:21:56 -0000 1.20
+++ openpkg-src/rt/rt.patch 11 Aug 2005 09:30:36 -0000 1.21
@@ -1,26 +1,3 @@
-Index: html/Elements/Header
---- html/Elements/Header.orig 2003-11-18 01:31:11.000000000 +0100
-+++ html/Elements/Header 2003-11-25 17:08:38.000000000 +0100
-@@ -40,9 +40,10 @@
- "
- % }
- >
-+% if ($session{'CurrentUser'} && $session{'CurrentUser'}->Id && $LoggedIn) {
- <table width="100%" border="0" cellspacing="0" cellpadding="0"
bgcolor="#FFFFFF">
- <tr>
-- <td colspan=2><a href="http://bestpractical.com"><img
src="<%$RT::WebImagesURL%>/bplogo.gif" alt="" width="230" height="50"></a></td>
-+ <td colspan=2><a href="<%$RT::LogoLink%>"><img src="<%$RT::LogoURL%>"
alt="" width="230" height="50"></a></td>
- <td> </td>
- <td> </td>
- <td width="50%" align="right">
-@@ -62,6 +63,7 @@
- </td>
- </tr>
- </table>
-+% }
- <%INIT>
-
- $r->header_out('Pragma' => 'no-cache');
Index: html/Elements/Login
--- html/Elements/Login.orig 2003-11-18 01:31:11.000000000 +0100
+++ html/Elements/Login 2003-11-25 17:08:38.000000000 +0100
@@ -119,3 +96,15 @@
return ( 0, $self->loc('Could not create user') );
}
+Index: html/Elements/Header
+--- html/Elements/Header.orig 2005-03-27 09:40:16 +0200
++++ html/Elements/Header 2005-08-11 11:17:29 +0200
+@@ -77,7 +77,7 @@
+ >
+ <table width="100%" border="0" cellspacing="0" cellpadding="0"
bgcolor="#FFFFFF">
+ <tr>
+- <td colspan=2><a href="http://bestpractical.com"><img
src="<%$RT::WebImagesURL%>/bplogo.gif" alt="<%loc("Best Practical Solutions,
LLC corporate logo")%>" width="230" height="50"></a></td>
++ <td colspan=2><a href="<%$RT::LogoLink%>"><img src="<%$RT::LogoURL%>"
alt="" width="230" height="50"></a></td>
+ <td> </td>
+ <td> </td>
+ <td width="50%" align="right">
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.150 -r1.151 rt.spec
--- openpkg-src/rt/rt.spec 6 May 2005 06:49:21 -0000 1.150
+++ openpkg-src/rt/rt.spec 11 Aug 2005 09:30:36 -0000 1.151
@@ -25,7 +25,7 @@
# FIXME: rse: Error: MM: mm:core: failed to open semaphore file
(Permission denied): OS: No such file or directory
# package versions
-%define V_rt 3.4.2
+%define V_rt 3.4.3
%define V_log_dispatch 2.04
%define V_html_mason 1.28
%define V_mldbm 2.01
@@ -45,7 +45,7 @@
Group: Database
License: GPL
Version: %{V_rt}
-Release: 20050506
+Release: 20050811
# package options
%option with_color_primary 336699
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]