diff options
-rw-r--r-- | php-sebastian-comparator7.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-comparator7.spec b/php-sebastian-comparator7.spec index 4f0cbba..a93f712 100644 --- a/php-sebastian-comparator7.spec +++ b/php-sebastian-comparator7.spec @@ -9,11 +9,11 @@ %bcond_without tests -%global gh_commit 1a7c2bce03a13a457ed3c975dfd331b3b4b133aa +%global gh_commit dc904b4bb3ab070865fa4068cd84f3da8b945148 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator -%global gh_date 2025-08-10 +%global gh_date 2025-08-20 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -24,7 +24,7 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 7.1.2 +Version: 7.1.3 Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} @@ -124,6 +124,9 @@ exit $ret %changelog +* Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 7.1.3-1 +- update to 7.1.3 + * Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 7.1.2-1 - update to 7.1.2 |