summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-23 06:42:19 +0100
committerRemi Collet <remi@remirepo.net>2017-12-23 06:42:19 +0100
commit5755be977a19f6761d1d06c59683aa3bfe3bf0ff (patch)
treee5132ec4b2996bb0dee3385bd7a6fd548d67e781
parentb93cc3aedf236fda6b2c5fcaebc2e8f29991aa68 (diff)
v4.3.0
-rw-r--r--composer.json2
-rw-r--r--php-phpspec.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 5c96288..43b1be8 100644
--- a/composer.json
+++ b/composer.json
@@ -61,7 +61,7 @@
"extra": {
"branch-alias": {
- "dev-master": "4.2.x-dev"
+ "dev-master": "4.3.x-dev"
}
}
}
diff --git a/php-phpspec.spec b/php-phpspec.spec
index f895bc9..e41bae7 100644
--- a/php-phpspec.spec
+++ b/php-phpspec.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 4ca111448e9c666302ea966954665c0ae21ffedf
+%global gh_commit 0671a4c63377cad221d2202177853f070f718884
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpspec
%global gh_project phpspec
@@ -19,7 +19,7 @@
%global symfony_max 4
Name: php-phpspec
-Version: 4.2.5
+Version: 4.3.0
Release: 1%{?dist}
Summary: Specification-oriented BDD framework for PHP
@@ -142,7 +142,7 @@ rm spec/PhpSpec/Message/CurrentExampleTrackerSpec.php
# Ignore this test which rely on composer installation
rm spec/PhpSpec/NamespaceProvider/ComposerPsrNamespaceProviderSpec.php
-for cmd in php php70 php71 php72; do
+for cmd in php php71 php72; do
if which $cmd; then
$cmd -d memory_limit=1G -d include_path=.:%{buildroot}%{_datadir}/php \
bin/phpspec \
@@ -165,6 +165,9 @@ done
%changelog
+* Sat Dec 23 2017 Remi Collet <remi@remirepo.net> - 4.3.0-1
+- Update to 4.3.0
+
* Thu Dec 7 2017 Remi Collet <remi@remirepo.net> - 4.2.5-1
- Update to 4.2.5