diff options
-rw-r--r-- | php-sebastian-comparator4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-comparator4.spec b/php-sebastian-comparator4.spec index 21ef52b..0d20066 100644 --- a/php-sebastian-comparator4.spec +++ b/php-sebastian-comparator4.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 7fa545db548c90bdebeb9da0583001a252be5578 +%global gh_commit fa0f136dd2334583309d32b62544682ee972b51a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -26,7 +26,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.7 +Version: 4.0.8 Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} @@ -135,6 +135,9 @@ exit $ret %changelog +* Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 4.0.8-1 +- update to 4.0.8 + * Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 4.0.7-1 - update to 4.0.7 |