From 90b5a776fbb8cd2b4b2048fe7ee0902b08d63a27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 29 Jan 2017 09:55:20 +0100 Subject: php-phpunit-comparator: 1.2.3 --- php-phpunit-comparator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpunit-comparator.spec b/php-phpunit-comparator.spec index 7fbe52c..b429bb5 100644 --- a/php-phpunit-comparator.spec +++ b/php-phpunit-comparator.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 6a1ed12e8b2409076ab22e3897126211ff8b1f7f +%global gh_commit 6554a8aff8735fcd859b44279d5c03a6d1b1cb23 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -21,7 +21,7 @@ %endif Name: php-phpunit-comparator -Version: 1.2.2 +Version: 1.2.3 Release: 1%{?dist} Summary: Compare PHP values for equality @@ -131,6 +131,9 @@ rm -rf %{buildroot} %changelog +* Sun Jan 29 2017 Remi Collet - 1.2.3-1 +- update to 1.2.3 + * Tue Nov 22 2016 Remi Collet - 1.2.2-1 - update to 1.2.2 (no change) - allow sebastian/exporter 2.0 -- cgit