diff options
Diffstat (limited to 'php-sebastian-comparator2.spec')
-rw-r--r-- | php-sebastian-comparator2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-comparator2.spec b/php-sebastian-comparator2.spec index d81c879..1b7a4ea 100644 --- a/php-sebastian-comparator2.spec +++ b/php-sebastian-comparator2.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 1174d9018191e93cb9d719edec01257fc05f8158 +%global gh_commit b11c729f95109b56a0fe9650c6a63a0fcd8c439f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -24,7 +24,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.1.0 +Version: 2.1.1 Release: 1%{?dist} Summary: Compare PHP values for equality @@ -121,6 +121,9 @@ exit $ret %changelog +* Sat Dec 23 2017 Remi Collet <remi@remirepo.net> - 2.1.1-1 +- Update to 2.1.1 + * Fri Nov 3 2017 Remi Collet <remi@remirepo.net> - 2.1.0-1 - Update to 2.1.0 - raise dependency on sebastian/exporter 3.1 |