diff options
-rw-r--r-- | composer.json | 6 | ||||
-rw-r--r-- | phpMyAdmin.spec | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 5653a0d..2423a25 100644 --- a/composer.json +++ b/composer.json @@ -93,5 +93,11 @@ "branch-alias": { "dev-master": "4.9.x-dev" } + }, + "scripts": { + "test": [ + "phpcs", + "phpunit --color=always" + ] } } diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 0eac39b..b002eb5 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -20,7 +20,7 @@ %global with_httpd 0 %endif -%global upstream_version 4.9.2 +%global upstream_version 4.9.3 #global upstream_prever rc1 Name: phpMyAdmin @@ -324,6 +324,9 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \ %changelog +* Fri Dec 27 2019 Remi Collet <remi@remirepo.net> - 4.9.3-1 +- update to 4.9.3 (2019-12-26, bug fix release) + * Fri Nov 22 2019 Remi Collet <remi@remirepo.net> - 4.9.2-1 - update to 4.9.2 (2019-11-22, bugfix and security release) |