summaryrefslogtreecommitdiffstats
path: root/php-phpunit-PHP-CodeCoverage-dev.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-25 09:26:46 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-25 09:26:46 +0200
commit1486d7b7ebcbd256141f52ea84d083f8a829f68b (patch)
tree5a15c40602dfe081d5eb9460298cbd8e928e0fa8 /php-phpunit-PHP-CodeCoverage-dev.spec
parent30eb55ad04f7a3b704e5fd653335dc5ad54eae34 (diff)
php-phpunit-PHP-CodeCoverage: 3.3.2
Diffstat (limited to 'php-phpunit-PHP-CodeCoverage-dev.spec')
-rw-r--r--php-phpunit-PHP-CodeCoverage-dev.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/php-phpunit-PHP-CodeCoverage-dev.spec b/php-phpunit-PHP-CodeCoverage-dev.spec
index 28398bc..e80d09a 100644
--- a/php-phpunit-PHP-CodeCoverage-dev.spec
+++ b/php-phpunit-PHP-CodeCoverage-dev.spec
@@ -8,7 +8,7 @@
#
%global bootstrap 0
-%global gh_commit 2431befdd451fac43fbcde94d1a92fb3b8b68f86
+%global gh_commit 4862dac433cbdb4438b593fa7f79e07559ba157e
#global gh_date 20150924
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -17,8 +17,8 @@
%global pear_name PHP_CodeCoverage
%global pear_channel pear.phpunit.de
%global major 3.3
-%global minor 1
-%global specrel 2
+%global minor 2
+%global specrel 1
%if %{bootstrap}
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
%else
@@ -35,9 +35,6 @@ License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
-# Fix for environment 1.3.6
-Patch0: %{name}-upstream.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php(language) >= 5.6
@@ -99,8 +96,6 @@ for PHP code coverage information.
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
-
%build
phpab \
@@ -171,6 +166,9 @@ fi
%changelog
+* Wed May 25 2016 Remi Collet <remi@fedoraproject.org> - 3.3.2-1
+- Update to 3.3.2
+
* Wed May 4 2016 Remi Collet <remi@fedoraproject.org> - 3.3.1-2
- add upstream patch for environment 1.3.6
https://github.com/sebastianbergmann/php-code-coverage/pull/435