[php-phpunit-PHP-CodeCoverage/epel7] update to 2.0.8

Remi Collet remi at fedoraproject.org
Tue May 27 06:27:15 UTC 2014


commit 15b310e40f14552a40c63bd511838ea60a41085a
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue May 27 08:16:13 2014 +0200

    update to 2.0.8
    
    (cherry picked from commit 8c521f88a8dd67b1314b5e86ce3b3017224627a6)

 .gitignore                        |    1 +
 php-phpunit-PHP-CodeCoverage.spec |   10 ++++++++--
 sources                           |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af8a983..9d79703 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ package*.xml
 /PHP_CodeCoverage-1.2.16.tgz
 /PHP_CodeCoverage-1.2.17.tgz
 /php-code-coverage-2.0.6.tar.gz
+/php-code-coverage-2.0.8.tar.gz
diff --git a/php-phpunit-PHP-CodeCoverage.spec b/php-phpunit-PHP-CodeCoverage.spec
index e6aab89..858fc94 100644
--- a/php-phpunit-PHP-CodeCoverage.spec
+++ b/php-phpunit-PHP-CodeCoverage.spec
@@ -6,7 +6,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    bccecf50645068b44f49a84009e2a0499a500b99
+%global gh_commit    58401826c8cfc8fd689b60026e91c337df374bca
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   php-code-coverage
@@ -17,7 +17,7 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-phpunit-PHP-CodeCoverage
-Version:        2.0.6
+Version:        2.0.8
 Release:        1%{?dist}
 Summary:        PHP code coverage information
 
@@ -80,6 +80,9 @@ cp -pr src %{buildroot}%{php_home}/PHP
 
 %if %{with_tests}
 %check
+# to ensure current version is used (instead of installed one)
+ln -s src PHP
+
 phpunit \
   -d date.timezone=UTC \
   --bootstrap src/CodeCoverage/Autoload.php
@@ -100,6 +103,9 @@ fi
 
 
 %changelog
+* Tue May 27 2014 Remi Collet <remi at fedoraproject.org> - 2.0.8-1
+- update to 2.0.8
+
 * Tue May  6 2014 Remi Collet <remi at fedoraproject.org> - 2.0.6-1
 - update to 2.0.6 for PHPUnit 4
 - sources from github
diff --git a/sources b/sources
index 8110259..9a88a7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e883235cf9b48ab589da9995ba7e342d  php-code-coverage-2.0.6.tar.gz
+a6af4a4634935ab877117f51b7c3ba66  php-code-coverage-2.0.8.tar.gz


More information about the scm-commits mailing list