packages: redmine/redmine-tmail.patch (NEW) - we don't have tmail 1.2.7 bec...
baggins
baggins at pld-linux.org
Fri Jul 8 14:25:28 CEST 2011
Author: baggins Date: Fri Jul 8 12:25:28 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- we don't have tmail 1.2.7 because it's not compatible with ruby 1.9
---- Files affected:
packages/redmine:
redmine-tmail.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/redmine/redmine-tmail.patch
diff -u /dev/null packages/redmine/redmine-tmail.patch:1.1
--- /dev/null Fri Jul 8 14:25:28 2011
+++ packages/redmine/redmine-tmail.patch Fri Jul 8 14:25:23 2011
@@ -0,0 +1,23 @@
+--- redmine-1.2.0/config/initializers/10-patches.rb~ 2011-07-08 13:55:42.128774536 +0200
++++ redmine-1.2.0/config/initializers/10-patches.rb 2011-07-08 14:22:00.549775176 +0200
+@@ -81,13 +81,13 @@
+
+ # TMail::Unquoter.convert_to_with_fallback_on_iso_8859_1 introduced in TMail 1.2.7
+ # triggers a test failure in test_add_issue_with_japanese_keywords(MailHandlerTest)
+-module TMail
+- class Unquoter
+- class << self
+- alias_method :convert_to, :convert_to_without_fallback_on_iso_8859_1
+- end
+- end
+-end
++#module TMail
++# class Unquoter
++# class << self
++# alias_method :convert_to, :convert_to_without_fallback_on_iso_8859_1
++# end
++# end
++#end
+
+ module ActionController
+ module MimeResponds
================================================================
More information about the pld-cvs-commit
mailing list