diff options
| -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 | 
