# HG changeset patch # User Michael Schloh von Bennewitz # Date 1351355689 -7200 # Node ID 0e7016e6972437a91aa2d685baa41509b3d1c8c8 # Parent cb3670951831df67784e444137386741553c604e Increase maximum length of user name to allow for proper full name printing. diff -r cb3670951831 -r 0e7016e69724 drupal/drupal.spec --- a/drupal/drupal.spec Sat Oct 27 17:20:32 2012 +0200 +++ b/drupal/drupal.spec Sat Oct 27 18:34:49 2012 +0200 @@ -103,6 +103,12 @@ # apply local patches %patch -p0 + # correct flaws + %{l_shtool} subst \ + -e 's;\(if (drupal_strlen(\$name) >\) 20);\1 32);' \ + -e 's;\(\$name = drupal_substr(\$name, 0,\) 15) \.;\1 28) .;' \ + includes/theme.inc + %build %install