diff options
Diffstat (limited to 'php-sebastian-comparator6.spec')
-rw-r--r-- | php-sebastian-comparator6.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-comparator6.spec b/php-sebastian-comparator6.spec index 9c1b6b7..2d9163b 100644 --- a/php-sebastian-comparator6.spec +++ b/php-sebastian-comparator6.spec @@ -10,11 +10,11 @@ # disabled until phpunit11 available %bcond_with tests -%global gh_commit 5ef523a49ae7a302b87b2102b72b1eda8918d686 +%global gh_commit df95a6e827808debe3dbe190022dd0f643d5d909 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator -%global gh_date 2024-10-21 +%global gh_date 2024-10-30 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -25,7 +25,7 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 6.1.1 +Version: 6.2.0 Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} @@ -127,6 +127,9 @@ exit $ret %changelog +* Wed Oct 30 2024 Remi Collet <remi@remirepo.net> - 6.2.0-1 +- update to 6.2.0 + * Mon Oct 21 2024 Remi Collet <remi@remirepo.net> - 6.1.1-1 - update to 6.1.1 |