diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-07 13:56:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-07 13:56:46 +0200 |
commit | 7e5adc88e3c4e46b5698dd8c31da5e67e131f4c5 (patch) | |
tree | 5c74c52cf7c6ec961d3b37c315435cdb6a14ae90 | |
parent | c2d8733c0959d6b50d29befce1d1870b7de18f53 (diff) |
update to 6.4.1
-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 fbf0dd0..9d6608f 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -11,13 +11,13 @@ %undefine __brp_mangle_shebangs %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 3e23268c2c486c8ea1a6e63694c77ade7715c397 +%global gh_commit 07bb648c3b0e853bac78e8e4b946a3aafa0271ac %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville %global gh_project php-compatinfo -%global upstream_version 6.4.0 +%global upstream_version 6.4.1 #global upstream_prever RC1 Name: php-bartlett-PHP-CompatInfo @@ -193,6 +193,9 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora- %changelog +* Thu Apr 7 2022 Remi Collet <remi@remirepo.net> - 6.4.1-1 +- update to 6.4.1 + * Wed Apr 6 2022 Remi Collet <remi@remirepo.net> - 6.4.0-1 - update to 6.4.0 - update bundled bartlett/php-compatinfo-db to 4.2.0 |