diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-24 07:18:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-24 07:18:02 +0100 |
commit | 12419f39da58a9f21a782962a0b24e0c7e189335 (patch) | |
tree | 0d7700b7f5bfe843f07bf34e5f99840952f70dfb | |
parent | 57e942a5abcf343b978a506380f3257c7967f8fc (diff) |
phpMyAdmin: 4.6.6
-rw-r--r-- | phpMyAdmin.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 5d57ed5..a571946 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -22,8 +22,8 @@ %endif Name: phpMyAdmin -Version: 4.6.5.2 -Release: 2%{?dist} +Version: 4.6.6 +Release: 1%{?dist} Summary: Web based MySQL browser written in php Group: Applications/Internet @@ -78,7 +78,7 @@ Requires: php-tcpdf Requires: php-tcpdf-dejavu-sans-fonts Requires: php-composer(phpseclib/phpseclib) >= 2.0.0 Requires: php-composer(phpmyadmin/sql-parser) < 4 -Requires: php-composer(phpmyadmin/sql-parser) >= 3.4.13 +Requires: php-composer(phpmyadmin/sql-parser) >= 3.4.17 # optional and ignored php-gmp (as bcmath is enough) Provides: phpmyadmin = %{version}-%{release} @@ -222,6 +222,9 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \ %changelog +* Tue Jan 24 2017 Remi Collet <remi@remirepo.net> 4.6.6-1 +- update to 4.6.6 (2017-01-23, bug and security fixes) + * Mon Jan 23 2017 Remi Collet <remi@remirepo.net> 4.6.5.2-2 - ensure phpmyadmin/sql-parser v3 is used |