forked from pool/phpMyAdmin
Accepting request 352329 from home:computersalat:devel:php
fix for boo#960854 OBS-URL: https://build.opensuse.org/request/show/352329 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=243
This commit is contained in:
parent
56f02d38bf
commit
fd6310b206
@ -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
|
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
|
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
|
- rework config patch
|
||||||
* fix for pma storage config (disabled by default)
|
* fix for pma storage config (disabled by default)
|
||||||
- add phpMyAdmin-pma.patch
|
- add phpMyAdmin-pma.patch
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package phpMyAdmin
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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-bz2
|
||||||
Requires: php-gd
|
Requires: php-gd
|
||||||
Requires: php-iconv
|
Requires: php-iconv
|
||||||
|
Requires: php-json
|
||||||
Requires: php-mbstring
|
Requires: php-mbstring
|
||||||
Requires: php-mcrypt
|
Requires: php-mcrypt
|
||||||
Requires: php-mysql
|
Requires: php-mysql
|
||||||
|
Loading…
Reference in New Issue
Block a user