From f922e44d7d2e6b852a7614f2e0ef3496b826d732 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Apr 2018 16:12:29 +0200 Subject: update to 4.8.0.1 (2018-04-19, security release) --- phpMyAdmin.spec | 7 +++++-- 1 file 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 - 4.8.0.1-1 +- update to 4.8.0.1 (2018-04-19, security release) + * Wed Apr 11 2018 Remi Collet 4.8.0-2 - add dependency on symfony/polyfill-mbstring for PHP < 7.2 -- cgit