rpms/rt3/devel rt-3.8.4-rh-bz526870.diff, NONE, 1.1 rt3.spec, 1.42, 1.43

corsepiu corsepiu at fedoraproject.org
Mon Oct 12 15:20:45 UTC 2009


Author: corsepiu

Update of /cvs/pkgs/rpms/rt3/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4090

Modified Files:
	rt3.spec 
Added Files:
	rt-3.8.4-rh-bz526870.diff 
Log Message:
* Mon Oct 12 2009 Ralf Corsépius <corsepiu at fedoraproject.org> - 3.8.4-4
- Add rt-3.8.4-rh-bz526870.diff (BZ #526870).


rt-3.8.4-rh-bz526870.diff:
 ShowCustomFields |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE rt-3.8.4-rh-bz526870.diff ---
--- a/share/html/Elements/ShowCustomFields
+++ b/share/html/Elements/ShowCustomFields
@@ -92,7 +92,7 @@ my $print_value = sub {
     if ( $m->comp_exists( $comp ) ) {
         $m->comp( $comp, Object => $value );
     } else {
-        $m->print( $value->Content );
+        $m->out( $m->interp->apply_escapes( $value->Content, 'h' ) );
     }
     $m->out('</a>') if $linked;


Index: rt3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rt3/devel/rt3.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- rt3.spec	27 Jul 2009 03:17:42 -0000	1.42
+++ rt3.spec	12 Oct 2009 15:20:45 -0000	1.43
@@ -55,6 +55,11 @@ Patch0:		rt-3.8.4-config.diff
 Patch2:		rt-3.8.4-Makefile.diff
 Patch3:		rt-3.8.4-test-dependencies.diff
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=526870
+# Patch from http://lists.bestpractical.com/pipermail/rt-announce/2009-September/000173.html
+# Fixed in rt >= 3.8.5
+Patch5:		rt-3.8.4-rh-bz526870.diff
+
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -232,6 +237,7 @@ find etc -type f -exec chmod a-x {} \;
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
+%patch5 -p1
 
 # Patch backups added by rpm disturb
 find -name '*.orig' -exec rm -f {} \;
@@ -431,6 +437,9 @@ fi
 %{RT3_LIBDIR}/RT/Test*
 
 %changelog
+* Mon Oct 12 2009 Ralf Corsépius <corsepiu at fedoraproject.org> - 3.8.4-4
+- Add rt-3.8.4-rh-bz526870.diff (BZ #526870).
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.8.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list