Sat, 27 Oct 2012 18:34:49 +0200
Increase maximum length of user name to allow for proper full name printing.
drupal/drupal.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/drupal/drupal.spec Sat Oct 27 17:20:32 2012 +0200 1.2 +++ b/drupal/drupal.spec Sat Oct 27 18:34:49 2012 +0200 1.3 @@ -103,6 +103,12 @@ 1.4 # apply local patches 1.5 %patch -p0 1.6 1.7 + # correct flaws 1.8 + %{l_shtool} subst \ 1.9 + -e 's;\(if (drupal_strlen(\$name) >\) 20);\1 32);' \ 1.10 + -e 's;\(\$name = drupal_substr(\$name, 0,\) 15) \.;\1 28) .;' \ 1.11 + includes/theme.inc 1.12 + 1.13 %build 1.14 1.15 %install