diff options
-rw-r--r-- | php-phpspec.spec | 9 |
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 |