From 6402dfacdb922c5fa4a6a7c15d8aca3e07ca93e3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2022 14:53:12 +0200 Subject: update to 4.0.8 --- php-sebastian-comparator4.spec | 7 +++++-- 1 file 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 - 4.0.8-1 +- update to 4.0.8 + * Wed Sep 14 2022 Remi Collet - 4.0.7-1 - update to 4.0.7 -- cgit