diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-17 16:03:37 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-17 16:03:37 +0200 |
commit | 6840479b253124c63442644abb40e0d7a275a9e0 (patch) | |
tree | e591344f4739b4cb981a719911321fcee3065ea1 | |
parent | dbf25c7961234a99da0e20e010fb56fdd6bdc33e (diff) |
phpMyAdmin: 4.4.10 (bugfix)
-rw-r--r-- | phpMyAdmin.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index aa7ddac..15d3c4d 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -1,8 +1,8 @@ -# spec file for phpMyAdmin +# remirepo spec file for phpMyAdmin # # Copyright (c) 2008-2015 Remi Collet -# Copyright (c) 2007-2009 Robert Scheck -# Copyright (c) 2006-2007 Mike McGrath +# +# Fedora spec file for phpMyAdmin # # License: MIT # http://opensource.org/licenses/MIT @@ -22,7 +22,7 @@ %endif Name: phpMyAdmin -Version: 4.4.9 +Version: 4.4.10 Release: 1%{?dist} Summary: Web based MySQL browser written in php @@ -213,6 +213,9 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN %changelog +* Wed Jun 17 2015 Remi Collet <remi@remirepo.net> 4.4.10-1 +- update to 4.4.10 (2015-06-17, bugfix) + * Thu Jun 4 2015 Remi Collet <rpms@famillecollet.com> 4.4.9-1 - update to 4.4.9 (2015-06-04, bugfix) |