diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-30 14:43:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-30 14:43:50 +0200 |
commit | a960225a4f7036b34e51ff2b151e1782945e3d1c (patch) | |
tree | 8f2f2daad154d2406725be63ee62423d8baac49b | |
parent | 8a8e9a3d982f602dd105e31b0e7c5239d6ef5c68 (diff) |
v4.0.5
-rw-r--r-- | php-sebastian-comparator4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 4.0.5-1 +- update to 4.0.5 + * Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 4.0.4-1 - update to 4.0.4 (no change) |