From 8e715c6058f9f155a0dac8d48d72d976a9afdd52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 28 Feb 2016 18:23:40 +0100 Subject: php-phpunit-environment: 1.3.5 --- php-phpunit-environment.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpunit-environment.spec b/php-phpunit-environment.spec index a4a0121..9919f5c 100644 --- a/php-phpunit-environment.spec +++ b/php-phpunit-environment.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 6e7133793a8e5a5714a551a8324337374be209df +%global gh_commit dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project environment @@ -19,7 +19,7 @@ %endif Name: php-phpunit-environment -Version: 1.3.3 +Version: 1.3.5 Release: 1%{?dist} Summary: Handle HHVM/PHP environments @@ -99,6 +99,9 @@ rm -rf %{buildroot} %changelog +* Sun Feb 28 2016 Remi Collet - 1.3.5-1 +- update to 1.3.5 + * Wed Dec 2 2015 Remi Collet - 1.3.3-1 - update to 1.3.3 (no change on linux) - run test suite with both php 5 and 7 when available @@ -136,4 +139,4 @@ rm -rf %{buildroot} - add generated autoload.php * Tue Apr 1 2014 Remi Collet - 1.0.0-1 -- initial package \ No newline at end of file +- initial package -- cgit