From 466e138584e30d165e4623194316d413b4bcf7a1 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Sun, 29 Oct 2017 07:05:15 +0100
Subject: v4.2.0

---
 composer.json    | 2 +-
 php-phpspec.spec | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 4022a60..b9e3442 100644
--- a/composer.json
+++ b/composer.json
@@ -61,7 +61,7 @@
 
     "extra": {
         "branch-alias": {
-            "dev-master": "4.0.x-dev"
+            "dev-master": "4.2.x-dev"
         }
     }
 }
diff --git a/php-phpspec.spec b/php-phpspec.spec
index 97f7335..efc76fe 100644
--- a/php-phpspec.spec
+++ b/php-phpspec.spec
@@ -6,7 +6,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    e5cd03ab0b2de7a8ce411c9ff18cd17c3a2a7ed2
+%global gh_commit    30f329cf253e581dac4410d5dbbd8b778b180028
 %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.1.0
+Version:        4.2.0
 Release:        1%{?dist}
 Summary:        Specification-oriented BDD framework for PHP
 
@@ -99,6 +99,7 @@ Requires:       php-tokenizer
 # Autoloader
 Requires:       php-composer(fedora/autoloader) >= 1
 # From phpcompatinfo report
+Requires:       php-json
 Requires:       php-pcntl
 Requires:       php-pcre
 Requires:       php-reflection
@@ -174,6 +175,9 @@ done
 
 
 %changelog
+* Sun Oct 29 2017 Remi Collet <remi@remirepo.net> - 4.2.0-1
+- Update to 4.2.0
+
 * Thu Oct 19 2017 Remi Collet <remi@remirepo.net> - 4.1.0-1
 - Update to 4.1.0
 
-- 
cgit