From e57530075cc4cde79839703019c72ef7b29fd432 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 Aug 2014 10:46:50 +0200 Subject: php-ocramius-instantiator: 1.1.2 --- php-ocramius-instantiator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-ocramius-instantiator.spec b/php-ocramius-instantiator.spec index 6221ea8..5e6bac0 100644 --- a/php-ocramius-instantiator.spec +++ b/php-ocramius-instantiator.spec @@ -9,7 +9,7 @@ # bootstrap needed when rebuilding PHPUnit for new major version %global bootstrap 0 -%global gh_commit 8aa99efa86c51319afc26d23254fe6a8b5a5144a +%global gh_commit a7abbb5fc9df6e7126af741dd6c140d1a7369435 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Ocramius %global gh_project Instantiator @@ -20,7 +20,7 @@ %endif Name: php-ocramius-instantiator -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: Instantiate objects in PHP without invoking their constructors @@ -105,6 +105,9 @@ rm -rf %{buildroot} %changelog +* Sat Aug 16 2014 Remi Collet - 1.1.2-1 +- update to 1.1.2 + * Tue Aug 12 2014 Remi Collet - 1.1.1-1 - update to 1.1.1 - add LICENSE -- cgit