diff options
author | Remi Collet <remi@remirepo.net> | 2021-02-15 11:59:07 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-02-15 11:59:07 +0100 |
commit | 1ef66759f84d80e1b952f41737505c9597fbd0db (patch) | |
tree | fc8e8720e03f908c4c17c0e5f2029b6919cf740f | |
parent | 6ce9571fd3343d5eaba282c7aee2e1d9cc414d2f (diff) |
update to 5.4.3
-rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index bbf9074..dac54d8 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 456308cc09f2c78903195bbbf09886314950a083 +%global gh_commit e4f9846a409a53b4b095c39386c9c9dbbc903519 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville @@ -26,7 +26,7 @@ %endif Name: php-bartlett-PHP-CompatInfo -Version: 5.4.2 +Version: 5.4.3 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Find out version and the extensions required for a piece of code to run @@ -267,6 +267,9 @@ fi %changelog +* Mon Feb 15 2021 Remi Collet <remi@remirepo.net> - 5.4.3-1 +- update to 5.4.3 + * Mon Nov 23 2020 Remi Collet <remi@remirepo.net> - 5.4.2-1 - update to 5.4.2 |