summaryrefslogtreecommitdiffstats
path: root/php-phpspec.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-02 14:18:02 +0200
committerRemi Collet <remi@remirepo.net>2019-10-02 14:18:02 +0200
commitedc780d93257c213b834ef773d8d4a3c0d7fdd9b (patch)
treee565d52f7b5f308853a67cd2c9b0d24b12cb116d /php-phpspec.spec
parent79007103f51a1a22a735891ffef4c01e0c07fff3 (diff)
- update to 6.0.0
- raise dependency to PHP 7.2
Diffstat (limited to 'php-phpspec.spec')
-rw-r--r--php-phpspec.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php-phpspec.spec b/php-phpspec.spec
index a8ccc85..fcaab4c 100644
--- a/php-phpspec.spec
+++ b/php-phpspec.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit ff4119650a76de25eb674530547f1924082d3703
+%global gh_commit d78e90427386063729afe989f9038da0c3212dff
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpspec
%global gh_project phpspec
@@ -24,7 +24,7 @@
%global symfony_max 5
Name: php-phpspec
-Version: 5.1.2
+Version: 6.0.0
Release: 1%{?dist}
Summary: Specification-oriented BDD framework for PHP
@@ -38,7 +38,7 @@ Source1: %{gh_project}-autoload.php
Patch0: %{gh_project}-4-rpm.patch
BuildArch: noarch
-BuildRequires: php(language) >= 7.1
+BuildRequires: php(language) >= 7.2
# remirepo:1
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
BuildRequires: (php-composer(phpspec/prophecy) >= 1.7 with php-composer(phpspec/prophecy) < 2)
@@ -67,7 +67,7 @@ BuildRequires: phpunit6
BuildRequires: php-composer(fedora/autoloader) >= 1
# From composer.json, require
-# "php": "^7.0,<7.4",
+# "php": "^7.2, <7.4",
# "phpspec/prophecy": "^1.7",
# "phpspec/php-diff": "^1.0.0",
# "sebastian/exporter": "^1.0 || ^2.0 || ^3.0",
@@ -79,7 +79,7 @@ BuildRequires: php-composer(fedora/autoloader) >= 1
# "doctrine/instantiator": "^1.0.5"
# "ext-tokenizer": "*"
-Requires: php(language) >= 7.1
+Requires: php(language) >= 7.2
# remirepo:1
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
Requires: (php-composer(phpspec/prophecy) >= 1.7 with php-composer(phpspec/prophecy) < 2)
@@ -184,6 +184,10 @@ done
%changelog
+* Wed Oct 2 2019 Remi Collet <remi@remirepo.net> - 6.0.0-1
+- update to 6.0.0
+- raise dependency to PHP 7.2
+
* Wed Oct 2 2019 Remi Collet <remi@remirepo.net> - 5.1.2-1
- update to 5.1.2