summaryrefslogtreecommitdiffstats
path: root/phpunit7.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-23 10:26:14 +0200
committerRemi Collet <remi@remirepo.net>2018-10-23 10:26:14 +0200
commit06a89a24530d5aa3f6e058f03fc4976c940a837b (patch)
tree58d7e48d96096fc7c23e2c85dd14884332216625 /phpunit7.spec
parent72e52cfa39010f7d5fb81c7054b4ef609b43dec4 (diff)
update to 7.4.3
drop patch merged upstream
Diffstat (limited to 'phpunit7.spec')
-rw-r--r--phpunit7.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/phpunit7.spec b/phpunit7.spec
index b1ec880..600afaa 100644
--- a/phpunit7.spec
+++ b/phpunit7.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit c5a120ade60992bd671a912188ee9ee9f8083bbd
+%global gh_commit c151651fb6ed264038d486ea262e243af72e5e64
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_vendor sebastianbergmann
@@ -24,8 +24,8 @@
%global php_home %{_datadir}/php
%global ver_major 7
%global ver_minor 4
-%global ver_patch 1
-%global specrel 2
+%global ver_patch 3
+%global specrel 1
Name: %{pk_project}%{ver_major}
Version: %{ver_major}.%{ver_minor}.%{ver_patch}
@@ -38,7 +38,6 @@ Source0: https://github.com/%{gh_vendor}/%{gh_project}/archive/%{gh_commi
# Fix command for autoload
Patch0: %{name}-rpm.patch
-Patch1: https://patch-diff.githubusercontent.com/raw/sebastianbergmann/phpunit/pull/3355.patch
BuildArch: noarch
BuildRequires: php(language) >= 7.1
@@ -194,7 +193,6 @@ It is an instance of the xUnit architecture for unit testing frameworks.
%prep
%setup -q -n %{gh_project}-%{gh_commit}
%patch0 -p0 -b .rpm
-%patch1 -p1
%build
@@ -278,6 +276,10 @@ exit $ret
%changelog
+* Tue Oct 23 2018 Remi Collet <remi@remirepo.net> - 7.4.3-1
+- update to 7.4.3
+- drop patch merged upstream
+
* Thu Oct 18 2018 Remi Collet <remi@remirepo.net> - 7.4.1-2
- add patch for https://github.com/sebastianbergmann/phpunit/issues/3354
from https://github.com/sebastianbergmann/phpunit/pull/3355