summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-17 13:01:45 +0200
committerRemi Collet <remi@remirepo.net>2018-07-17 13:01:45 +0200
commit99627ce5d7002c5fbf8cb99ad7ff382477c71846 (patch)
tree7a5e8c85cda5ce595d4ec1c2c160af09d7cc0111
parent7d54942bc7b288f8c6c5330cf5a41cffaa26fa85 (diff)
v5.0.1
-rw-r--r--php-phpspec.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpspec.spec b/php-phpspec.spec
index 75fdc24..e57a3c1 100644
--- a/php-phpspec.spec
+++ b/php-phpspec.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 33fa9932c22b64f9b05e9c4ef5d1acbdd28e8912
+%global gh_commit b37c5a0659d8a405b820737099cf619b29b3a40e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpspec
%global gh_project phpspec
@@ -23,8 +23,8 @@
%global symfony_max 5
Name: php-phpspec
-Version: 5.0.0
-Release: 2%{?dist}
+Version: 5.0.1
+Release: 1%{?dist}
Summary: Specification-oriented BDD framework for PHP
Group: Development/Libraries
@@ -178,6 +178,9 @@ done
%changelog
+* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 5.0.1-1
+- update to 5.0.1
+
* Mon Jul 16 2018 Remi Collet <remi@remirepo.net> - 5.0.0-2
- missing dependency on symfony/yaml