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