From bd921439bf34689e85585d6244a38d583df23ba2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Dec 2017 06:35:54 +0100 Subject: v2.1.1 --- php-sebastian-comparator2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-sebastian-comparator2.spec') 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 - 2.1.1-1 +- Update to 2.1.1 + * Fri Nov 3 2017 Remi Collet - 2.1.0-1 - Update to 2.1.0 - raise dependency on sebastian/exporter 3.1 -- cgit