From fbf9f215228e8f55c49638865f96c91937f74246afb6615781a291c95b1c9687 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Tue, 31 Jul 2018 21:19:32 +0000 Subject: [PATCH] Accepting request 626779 from home:computersalat:devel:php fix for boo#1103305 OBS-URL: https://build.opensuse.org/request/show/626779 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=321 --- phpMyAdmin.changes | 6 ++++++ phpMyAdmin.spec | 1 + 2 files changed, 7 insertions(+) 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