From a47328e54a881f5c27c8d33160cd4057125ce6bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Apr 2015 13:04:05 +0200 Subject: php-phpunit-PHP-TokenStream: 1.4.1 --- php-phpunit-PHP-TokenStream.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'php-phpunit-PHP-TokenStream.spec') diff --git a/php-phpunit-PHP-TokenStream.spec b/php-phpunit-PHP-TokenStream.spec index 0e00b32..ca6aa00 100644 --- a/php-phpunit-PHP-TokenStream.spec +++ b/php-phpunit-PHP-TokenStream.spec @@ -1,5 +1,14 @@ +# spec file for php-phpunit-PHP-TokenStream +# +# Copyright (c) 2010-2015 Christof Damian, Remi Collet +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# Please, preserve the changelog entries +# %global bootstrap 0 -%global gh_commit db32c18eba00b121c145575fcbcd4d4d24e6db74 +%global gh_commit eab81d02569310739373308137284e0158424330 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-token-stream @@ -13,7 +22,7 @@ %endif Name: php-phpunit-PHP-TokenStream -Version: 1.4.0 +Version: 1.4.1 Release: 1%{?dist} Summary: Wrapper around PHP tokenizer extension @@ -105,6 +114,9 @@ fi %changelog +* Wed Apr 8 2015 Remi Collet - 1.4.1-1 +- Update to 1.4.1 + * Sun Jan 18 2015 Remi Collet - 1.4.0-1 - Update to 1.3.0 -- cgit