diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index 3160066..2a1e286 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 6 17:36:34 UTC 2016 - chris@computersalat.de + +- fix for boo#960854 + * add missing dependency of php-json + ------------------------------------------------------------------- Mon Jan 4 21:39:35 UTC 2016 - astieger@suse.com @@ -615,6 +621,8 @@ Thu Jan 8 06:07:12 UTC 2015 - ecsos@opensuse.org ------------------------------------------------------------------- Mon Jan 5 23:54:17 UTC 2015 - chris@computersalat.de +- fix for boo#911360 + * problems with pma__config enabled by default in phpMyAdmin - rework config patch * fix for pma storage config (disabled by default) - add phpMyAdmin-pma.patch diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 8779ff8..010092b 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -1,7 +1,7 @@ # # spec file for package phpMyAdmin # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,6 +52,7 @@ Requires: mod_php_any >= 5.5 Requires: php-bz2 Requires: php-gd Requires: php-iconv +Requires: php-json Requires: php-mbstring Requires: php-mcrypt Requires: php-mysql