diff options
-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 5397116..e6d3636 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 df95a6e827808debe3dbe190022dd0f643d5d909 +%global gh_commit 43d129d6a0f81c78bee378b46688293eb7ea3739 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator -%global gh_date 2024-10-30 +%global gh_date 2024-10-31 # 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.2.0 +Version: 6.2.1 Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} @@ -127,6 +127,9 @@ exit $ret %changelog +* Thu Oct 31 2024 Remi Collet <remi@remirepo.net> - 6.2.1-1 +- update to 6.2.1 + * Wed Oct 30 2024 Remi Collet <remi@remirepo.net> - 6.2.0-1 - update to 6.2.0 |