[Rapier-commits] r226 - in branches/diablo: debian src

This list send mail when a change occurs on the subversion repository rapier-commits at garage.maemo.org
Thu Oct 29 13:24:54 EET 2009


Author: pamadio
Date: 2009-10-29 13:24:05 +0200 (Thu, 29 Oct 2009)
New Revision: 226

Modified:
   branches/diablo/debian/changelog
   branches/diablo/src/rapier
Log:
Previous fix broke usual strong's number display.

Modified: branches/diablo/debian/changelog
===================================================================
--- branches/diablo/debian/changelog	2009-10-28 17:04:00 UTC (rev 225)
+++ branches/diablo/debian/changelog	2009-10-29 11:24:05 UTC (rev 226)
@@ -1,3 +1,9 @@
+rapier (1.0.4-6) unstable; urgency=low
+
+  * Previous fix broke usual strong's number display. 
+
+ -- maemo user <user at maemo-2008.localdomain>  Thu, 29 Oct 2009 12:18:12 +0100
+
 rapier (1.0.4-5) unstable; urgency=low
 
   * On Diablo, there is a strange issue with displaying modules such 

Modified: branches/diablo/src/rapier
===================================================================
--- branches/diablo/src/rapier	2009-10-28 17:04:00 UTC (rev 225)
+++ branches/diablo/src/rapier	2009-10-29 11:24:05 UTC (rev 226)
@@ -1450,7 +1450,7 @@
           #
           #Not so the impious, not so; but <G237.1> is as dust <G5515.2> which [3casts forth <G1610.1> 1the 2wind] from the face of the earth.
           
-          verseTxt=re.sub(r'<\S+>','',verseTxt)
+          verseTxt=re.sub(r'<\S+\.\S+>','',verseTxt)
 
           if self.append_carriage_return:
               verseTxt.rstrip("\r")



More information about the Rapier-commits mailing list