summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-06 15:27:04 +0100
committerRemi Collet <remi@remirepo.net>2021-01-06 15:27:04 +0100
commit1618d3799e66ecb61f4acc001861c6bbe3af7941 (patch)
tree866dd07de914a3dc9d8ea8efff20a5fddc4ec909
parentb2ec5c99411b2b4debc9b85d1dad245b798930c3 (diff)
update to 7.0.1
-rw-r--r--php-phpspec.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpspec.spec b/php-phpspec.spec
index e5fe779..5721e16 100644
--- a/php-phpspec.spec
+++ b/php-phpspec.spec
@@ -13,7 +13,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 9b82625c790d9092d3b9a50358358834d4713766
+%global gh_commit 26e814250e76711235a30b6f1a7695181934f230
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpspec
%global gh_project phpspec
@@ -26,7 +26,7 @@
%global symfony_max 5
Name: php-phpspec
-Version: 7.0.0
+Version: 7.0.1
Release: 1%{?dist}
Summary: Specification-oriented BDD framework for PHP
@@ -189,6 +189,9 @@ done
%changelog
+* Wed Jan 6 2021 Remi Collet <remi@remirepo.net> - 7.0.1-1
+- update to 7.0.1
+
* Tue Nov 3 2020 Remi Collet <remi@remirepo.net> - 7.0.0-1
- update to 7.0.0
- raise dependency on PHP 7.3