diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index 831ee9e..774bacc 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 31 21:17:35 UTC 2018 - chris@computersalat.de + +- fix for boo#1103305 + * add missing dependency for php-ctype + ------------------------------------------------------------------- Fri Jun 22 15:05:37 UTC 2018 - chris@computersalat.de diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 3326b2d..4173438 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -51,6 +51,7 @@ BuildRequires: python-devel BuildRequires: xz # Requires: php-bz2 +Requires: php-ctype Requires: php-gd Requires: php-gettext Requires: php-iconv