diff options
-rw-r--r-- | phpMyAdmin.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index de9b5f2..3b8eca9 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -23,7 +23,7 @@ %global with_httpd 0 %endif -%global upstream_version 5.0.3 +%global upstream_version 5.0.4 #global upstream_prever rc1 Name: phpMyAdmin @@ -350,6 +350,9 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \ %changelog +* Fri Oct 16 2020 Remi Collet <remi@remirepo.net> - 5.0.4-1 +- update to 5.0.4 (2020-10-15, bug fix release) + * Sat Oct 10 2020 Remi Collet <remi@remirepo.net> - 5.0.3-1 - update to 5.0.3 (2020-10-10, security release) - raise dependency on twig 2.9 and allow v3 |