From 91c97d26de6d18c3b52a97ef8360335a948e64e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 May 2021 09:09:00 +0200 Subject: update to 5.5.3 --- php-bartlett-PHP-CompatInfo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 8b362cf..85cfcff 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -11,7 +11,7 @@ %undefine __brp_mangle_shebangs %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 547803ee1bd9e160bbb99f58273177b497790636 +%global gh_commit 7353738b51e38b0763e2bf154d05c55ad2fdc105 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville @@ -19,7 +19,7 @@ #global prever RC2 %bcond_without tests -%global upstream_version 5.5.2 +%global upstream_version 5.5.3 #global upstream_prever RC1 Name: php-bartlett-PHP-CompatInfo @@ -264,6 +264,9 @@ fi %changelog +* Mon May 3 2021 Remi Collet - 5.5.3-1 +- update to 5.5.3 + * Tue Apr 13 2021 Remi Collet - 5.5.2-1 - update to 5.5.2 -- cgit