diff options
Diffstat (limited to 'phpMyAdmin.spec')
-rw-r--r-- | phpMyAdmin.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index b4d3b77..feb064d 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -20,12 +20,12 @@ %global with_httpd 0 %endif -%global upstream_version 4.8.0 +%global upstream_version 4.8.0.1 #global upstream_prever rc1 Name: phpMyAdmin Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Web based MySQL browser written in php # MIT (js/jquery/, js/jqplot, js/codemirror/, js/tracekit/) @@ -309,6 +309,9 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \ %changelog +* Thu Apr 19 2018 Remi Collet <remi@remirepo.net> - 4.8.0.1-1 +- update to 4.8.0.1 (2018-04-19, security release) + * Wed Apr 11 2018 Remi Collet <remi@remirepo.net> 4.8.0-2 - add dependency on symfony/polyfill-mbstring for PHP < 7.2 |