From 4612e0206e000771c1e02302f1b6ebca411c9ab9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Oct 2015 16:07:05 +0200 Subject: phpMyAdmin: 4.4.15.1 + 4.5.1 --- phpMyAdmin-dev.spec | 8 ++++++-- phpMyAdmin.spec | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/phpMyAdmin-dev.spec b/phpMyAdmin-dev.spec index e697474..7c96c62 100644 --- a/phpMyAdmin-dev.spec +++ b/phpMyAdmin-dev.spec @@ -22,7 +22,7 @@ %endif Name: phpMyAdmin -Version: 4.5.0.2 +Version: 4.5.1 Release: 1%{?dist} Summary: Web based MySQL browser written in php @@ -76,7 +76,7 @@ Requires: php-php-gettext Requires: php-tcpdf Requires: php-tcpdf-dejavu-sans-fonts Requires: php-composer(phpseclib/phpseclib) >= 2.0.0 -Requires: php-composer(udan11/sql-parser) +Requires: php-composer(udan11/sql-parser) >= 3.0.3 # optional and ignored php-gmp (as bcmath is enough) Provides: phpmyadmin = %{version}-%{release} @@ -220,6 +220,10 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN %changelog +* Fri Sep 25 2015 Remi Collet 4.5.1-1 +- update to 4.5.1 (2015-10-23, bugfix) +- raise dependency on udan11/sql-parser >= 3.0.3 + * Fri Sep 25 2015 Remi Collet 4.5.0.2-1 - update to 4.5.0.2 (2015-09-25, regression fix) diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index a784ea3..66f222d 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -22,7 +22,7 @@ %endif Name: phpMyAdmin -Version: 4.4.15 +Version: 4.4.15.1 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 +* Fri Sep 25 2015 Remi Collet 4.4.15.1-1 +- update to 4.4.15.1 (2015-10-23, bugfix) + * Sun Sep 20 2015 Remi Collet 4.4.15-1 - update to 4.4.15 (2015-09-20, last bugfix release) -- cgit