diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-15 19:47:16 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-15 19:47:16 +0100 |
commit | ea9c16848200da98ed2c49bbaf41df8f6187ff27 (patch) | |
tree | e0bf99754a1c286a2824fbe759acc716567c96c9 | |
parent | b0128938aa0ebe0b84df04bfc11ca080df96e282 (diff) |
phpMyAdmin 4.3.12 (bugfix)
-rw-r--r-- | phpMyAdmin.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 1cdf216..7dc0a31 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -22,7 +22,7 @@ %endif Name: phpMyAdmin -Version: 4.3.11.1 +Version: 4.3.12 Release: 1%{?dist} Summary: Web based MySQL browser written in php @@ -214,6 +214,9 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN %changelog +* Sun Mar 15 2015 Remi Collet <rpms@famillecollet.com> 4.3.12 +- update to 4.3.12 (2015-03-14, bugfix) + * Thu Mar 5 2015 Remi Collet <rpms@famillecollet.com> 4.3.11.1-1 - update to 4.3.11.1 (2015-03-04, security) |