summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-12 10:55:41 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-12 10:55:41 +0200
commitab854d8e6cf1093212243d9ca63ecbf9bccf42d7 (patch)
treee82a75715db53c888a0f69adc39a3f391863775f
parenta47328e54a881f5c27c8d33160cd4057125ce6bb (diff)
php-phpunit-PHP-TokenStream: 1.4.2
-rw-r--r--php-phpunit-PHP-TokenStream.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php-phpunit-PHP-TokenStream.spec b/php-phpunit-PHP-TokenStream.spec
index ca6aa00..a3c578b 100644
--- a/php-phpunit-PHP-TokenStream.spec
+++ b/php-phpunit-PHP-TokenStream.spec
@@ -1,4 +1,4 @@
-# spec file for php-phpunit-PHP-TokenStream
+# remirepo/fedora spec file for php-phpunit-PHP-TokenStream
#
# Copyright (c) 2010-2015 Christof Damian, Remi Collet
#
@@ -8,7 +8,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit eab81d02569310739373308137284e0158424330
+%global gh_commit db63be1159c81df649cd0260e30249a586d4129e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-token-stream
@@ -22,14 +22,14 @@
%endif
Name: php-phpunit-PHP-TokenStream
-Version: 1.4.1
+Version: 1.4.2
Release: 1%{?dist}
Summary: Wrapper around PHP tokenizer extension
Group: Development/Libraries
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
-Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
+Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
# Autoload template, from version 1.2.2
Source1: Autoload.php.in
@@ -90,6 +90,7 @@ sed -e 's:vendor/autoload.php:PHP/Token/Stream/Autoload.php:' \
# Run tests
phpunit \
--bootstrap tests/bootstrap.php \
+ --verbose \
tests
%endif
@@ -114,6 +115,9 @@ fi
%changelog
+* Fri Jun 12 2015 Remi Collet <remi@fedoraproject.org> - 1.4.2-1
+- Update to 1.4.2
+
* Wed Apr 8 2015 Remi Collet <remi@fedoraproject.org> - 1.4.1-1
- Update to 1.4.1