From a960225a4f7036b34e51ff2b151e1782945e3d1c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 14:43:50 +0200 Subject: v4.0.5 --- php-sebastian-comparator4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-sebastian-comparator4.spec') diff --git a/php-sebastian-comparator4.spec b/php-sebastian-comparator4.spec index 50dcc43..f6823d6 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 e717aabeafe4eac045d3e947dad3207118664c72 +%global gh_commit 7a8ff306445707539c1a6397372a982a1ec55120 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -26,9 +26,9 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.4 +Version: 4.0.5 Release: 1%{?dist} -Summary: Compare PHP values for equality +Summary: Compare PHP values for equality, version %{major} License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -135,6 +135,9 @@ exit $ret %changelog +* Wed Sep 30 2020 Remi Collet - 4.0.5-1 +- update to 4.0.5 + * Mon Sep 28 2020 Remi Collet - 4.0.4-1 - update to 4.0.4 (no change) -- cgit