diff options
| -rw-r--r-- | phpMyAdmin.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index b002eb5..8477b24 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -20,7 +20,7 @@  %global with_httpd     0  %endif -%global upstream_version 4.9.3 +%global upstream_version 4.9.4  #global upstream_prever  rc1  Name: phpMyAdmin @@ -324,6 +324,9 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \  %changelog +* Wed Jan  8 2020 Remi Collet <remi@remirepo.net> - 4.9.4-1 +- update to 4.9.4 (2020-01-08, security release) +  * Fri Dec 27 2019 Remi Collet <remi@remirepo.net> - 4.9.3-1  - update to 4.9.3 (2019-12-26, bug fix release)  | 
