diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-23 06:35:54 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-23 06:35:54 +0100 |
commit | bd921439bf34689e85585d6244a38d583df23ba2 (patch) | |
tree | cd53a6acdee968587ee588438dadac1684201c1d | |
parent | 90957af8acb45e2db2fd36b411cf5bb6e82192ed (diff) |
v2.1.1
-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 |