OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Mar-2004 16:25:04
Branch: HEAD Handle: 2004031615250300
Modified files:
openpkg-src/rt rt.patch rt.spec
Log:
upgrading package: rt 3.0.8 -> 3.0.9
Summary:
Revision Changes Path
1.19 +7 -20 openpkg-src/rt/rt.patch
1.123 +3 -3 openpkg-src/rt/rt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.patch
============================================================================
$ cvs diff -u -r1.18 -r1.19 rt.patch
--- openpkg-src/rt/rt.patch 25 Nov 2003 16:23:11 -0000 1.18
+++ openpkg-src/rt/rt.patch 16 Mar 2004 15:25:03 -0000 1.19
@@ -40,12 +40,12 @@
$user => ""
$pass => undef
Index: html/Ticket/Elements/ShowMessageStanza
---- html/Ticket/Elements/ShowMessageStanza.orig 2003-11-18 01:31:12.000000000
+0100
-+++ html/Ticket/Elements/ShowMessageStanza 2003-11-25 17:19:25.000000000 +0100
-@@ -23,23 +23,44 @@
- %# END LICENSE BLOCK
+--- html/Ticket/Elements/ShowMessageStanza.orig 2004-03-16 16:19:24.000000000
+0100
++++ html/Ticket/Elements/ShowMessageStanza 2004-03-16 16:20:51.000000000 +0100
+@@ -24,12 +24,40 @@
+ % if (ref($Message)) {
+ <font color="<%$colors[$Depth]%>">
<%perl>
- if (ref($Message)) {
-foreach my $stanza (@$Message) {
- if ( ref $stanza eq "ARRAY" ) {
- $m->comp( 'ShowMessageStanza',
@@ -87,21 +87,8 @@
+ $msg .= "$stanza->{raw}\n";
+ }
}
-- elsif ( ref $stanza eq "HASH" ) {
-- my $content = $stanza->{raw};
-- RT::Interface::Web::EscapeUTF8(\$content);
-- $m->comp('/Elements/Callback', content => \$content, %ARGS);
-- $content =~ s/\n/<br>/gi;
--
-+ $wrapfunc->($msg);
- </%perl>
--<font color="<%$colors[$Depth]%>"><%$content |n%><br></font>
--% }
--% }
-+<font color="<%$colors[$Depth]%>"><pre><%$msg |n%></pre></font>
- % } else {
- % my $content = $Message;
- % RT::Interface::Web::EscapeUTF8(\$content);
+ elsif ( ref $stanza eq "HASH" ) {
+ my $content = $stanza->{raw};
Index: lib/RT/Attachment_Overlay.pm
--- lib/RT/Attachment_Overlay.pm.orig 2003-11-18 01:31:13.000000000 +0100
+++ lib/RT/Attachment_Overlay.pm 2003-11-25 17:08:38.000000000 +0100
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.122 -r1.123 rt.spec
--- openpkg-src/rt/rt.spec 18 Feb 2004 12:22:56 -0000 1.122
+++ openpkg-src/rt/rt.spec 16 Mar 2004 15:25:03 -0000 1.123
@@ -26,8 +26,8 @@
# FIXME: rse: Error: MM: mm:core: failed to open semaphore file (Permission
denied): OS: No such file or directory
# package versions
-%define V_real 3-0-8
-%define V_here 3.0.8
+%define V_real 3-0-9
+%define V_here 3.0.9
%define V_log_dispatch 2.04
%define V_html_mason 1.25
%define V_mldbm 2.01
@@ -48,7 +48,7 @@
Group: Database
License: GPL
Version: %{V_here}
-Release: 20040218
+Release: 20040316
# package options
%option with_color_primary 336699
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]