[php-phpunit-PHP-TokenStream/epel7] update to 1.4.0

Remi Collet remi at fedoraproject.org
Mon Jan 19 09:04:21 UTC 2015


commit a78ae35cdedc0fb094042e2825acaf3d5d881165
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Jan 19 10:02:06 2015 +0100

    update to 1.4.0
    
    (cherry picked from commit 857eda92843f6270189faafaf18d54db9cc82fc2)

 .gitignore                       |    1 +
 php-phpunit-PHP-TokenStream.spec |    8 +++++---
 sources                          |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ae5040..76a90b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 clog
 /php-token-stream-1.2.2.tar.gz
 /php-token-stream-1.3.0.tar.gz
+/php-token-stream-1.4.0.tar.gz
diff --git a/php-phpunit-PHP-TokenStream.spec b/php-phpunit-PHP-TokenStream.spec
index d94f86e..ecae098 100644
--- a/php-phpunit-PHP-TokenStream.spec
+++ b/php-phpunit-PHP-TokenStream.spec
@@ -1,5 +1,5 @@
 %global bootstrap    0
-%global gh_commit    f8d5d08c56de5cfd592b3340424a81733259a876
+%global gh_commit    db32c18eba00b121c145575fcbcd4d4d24e6db74
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   php-token-stream
@@ -13,7 +13,7 @@
 %endif
 
 Name:           php-phpunit-PHP-TokenStream
-Version:        1.3.0
+Version:        1.4.0
 Release:        1%{?dist}
 Summary:        Wrapper around PHP tokenizer extension
 
@@ -79,7 +79,6 @@ sed -e 's:vendor/autoload.php:PHP/Token/Stream/Autoload.php:' \
 # Run tests
 phpunit  \
    --bootstrap tests/bootstrap.php \
-   -d date.timezone=UTC \
    tests
 %endif
 
@@ -99,6 +98,9 @@ fi
 
 
 %changelog
+* Sun Jan 18 2015 Remi Collet <remi at fedoraproject.org> - 1.4.0-1
+- Update to 1.4.0
+
 * Sun Aug 31 2014 Remi Collet <remi at fedoraproject.org> - 1.3.0-1
 - Update to 1.3.0
 - enable tests during build
diff --git a/sources b/sources
index 33442e6..872650e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5c19bac276ea419b1b634d2e7bd101c  php-token-stream-1.3.0.tar.gz
+ff68613102bdb66f803eb9d6a100a91c  php-token-stream-1.4.0.tar.gz


More information about the scm-commits mailing list