From bd74207561e4cfc8015f4dec3b1040469378e7ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Dec 06 2016 06:08:14 +0000 Subject: v3.2.2 --- diff --git a/.gitignore b/.gitignore index 186f187..54dd1a3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ clog /phpspec-3.1.1-53d89ff.tar.gz /phpspec-3.2.0-3ee05c3.tar.gz /phpspec-3.2.1-b3063fa.tar.gz +/phpspec-3.2.2-019a113.tar.gz diff --git a/php-phpspec.spec b/php-phpspec.spec index c1f9f0f..5a3b8cc 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -6,14 +6,14 @@ # # Please, preserve the changelog entries # -%global gh_commit b3063faa68b258d9423bf83e32f074919d069d3c +%global gh_commit 019a113b657aed90a4aa8f5e39696800779b8b2c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project phpspec #global prever beta3 Name: php-phpspec -Version: 3.2.1 +Version: 3.2.2 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP @@ -51,7 +51,7 @@ BuildRequires: php-composer(fedora/autoloader) # "php": "^5.6 || ^7.0", # "phpspec/prophecy": "^1.5", # "phpspec/php-diff": "^1.0.0", -# "sebastian/exporter": "^1.0", +# "sebastian/exporter": "^1.0 || ^2.0", # "symfony/console": "^2.7 || ^3.0", # "symfony/event-dispatcher": "^2.7 || ^3.0", # "symfony/process": "^2.7 || ^3.0", @@ -66,7 +66,7 @@ Requires: php-composer(phpspec/prophecy) < 2 Requires: php-composer(phpspec/php-diff) >= 1.0.0 Requires: php-composer(phpspec/php-diff) < 2 Requires: php-composer(sebastian/exporter) >= 1.0 -#Requires: php-composer(sebastian/exporter) < 2 +Requires: php-composer(sebastian/exporter) < 3 Requires: php-composer(symfony/console) >= 2.7 Requires: php-composer(symfony/console) < 4 Requires: php-composer(symfony/event-dispatcher) >= 2.7 @@ -152,6 +152,9 @@ rm spec/PhpSpec/Message/CurrentExampleTrackerSpec.php %changelog +* Tue Dec 6 2016 Remi Collet - 3.2.2-1 +- update to 3.2.2 + * Mon Dec 5 2016 Remi Collet - 3.2.1-1 - update to 3.2.1 diff --git a/sources b/sources index a7665ae..7667f9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2305158cb9a2bbc838706d698cb612f1 phpspec-3.2.1-b3063fa.tar.gz +27f1156fda7cd77260f0f93d97993fb3 phpspec-3.2.2-019a113.tar.gz