From 5755be977a19f6761d1d06c59683aa3bfe3bf0ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Dec 2017 06:42:19 +0100 Subject: v4.3.0 --- composer.json | 2 +- php-phpspec.spec | 9 ++++++--- 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 - 4.3.0-1 +- Update to 4.3.0 + * Thu Dec 7 2017 Remi Collet - 4.2.5-1 - Update to 4.2.5 -- cgit