packages: redmine/redmine.spec, redmine/redmine-utf8.patch (NEW) - Ruby 1.9...

baggins baggins at pld-linux.org
Mon Dec 12 14:42:39 CET 2011


Author: baggins                      Date: Mon Dec 12 13:42:38 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Ruby 1.9: add "encoding: utf-8" header to fix broken "HTML escapes"

---- Files affected:
packages/redmine:
   redmine.spec (1.53 -> 1.54) , redmine-utf8.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/redmine/redmine.spec
diff -u packages/redmine/redmine.spec:1.53 packages/redmine/redmine.spec:1.54
--- packages/redmine/redmine.spec:1.53	Mon Dec 12 13:23:38 2011
+++ packages/redmine/redmine.spec	Mon Dec 12 14:42:33 2011
@@ -25,6 +25,7 @@
 Patch5:		%{name}-gantt.patch
 Patch6:		%{name}-git-parse.patch
 Patch7:		%{name}-tmail.patch
+Patch8:		%{name}-utf8.patch
 URL:		http://www.redmine.org/
 BuildRequires:	dos2unix
 BuildRequires:	perl-base
@@ -125,6 +126,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 # ruby 1.9.3 became very strict about escaping
 %{__sed} -i  -e 's/\([^\]\+\):\\\([^\]\+\)/\1:\\\\\2/g' \
@@ -287,6 +289,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2011/12/12 13:42:33  baggins
+- Ruby 1.9: add "encoding: utf-8" header to fix broken "HTML escapes"
+
 Revision 1.53  2011/12/12 12:23:38  baggins
 - 1.3.0
 - R rails 2.3.14

================================================================
Index: packages/redmine/redmine-utf8.patch
diff -u /dev/null packages/redmine/redmine-utf8.patch:1.1
--- /dev/null	Mon Dec 12 14:42:39 2011
+++ packages/redmine/redmine-utf8.patch	Mon Dec 12 14:42:33 2011
@@ -0,0 +1,8 @@
+--- redmine-1.3.0/app/helpers/calendars_helper.rb~	2011-12-12 14:21:02.081038675 +0100
++++ redmine-1.3.0/app/helpers/calendars_helper.rb	2011-12-12 14:39:37.437755664 +0100
+@@ -1,3 +1,5 @@
++# encoding: utf-8
++
+ module CalendarsHelper
+   def link_to_previous_month(year, month, options={})
+     target_year, target_month = if month == 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/redmine/redmine.spec?r1=1.53&r2=1.54&f=u



More information about the pld-cvs-commit mailing list