diff options
-rw-r--r-- | php-phpspec.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpspec.spec b/php-phpspec.spec index c473cad..81b657e 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit eeb9503bdd0bca26d7d7dcfb87742a9675d3bbcd +%global gh_commit 6c0351a46582be027f3e504c93789427cdd4bcda %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project phpspec @@ -24,7 +24,7 @@ %global symfony_max 5 Name: php-phpspec -Version: 5.0.2 +Version: 5.0.3 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP @@ -184,6 +184,9 @@ done %changelog +* Mon Oct 1 2018 Remi Collet <remi@remirepo.net> - 5.0.3-1 +- update to 5.0.3 + * Mon Sep 24 2018 Remi Collet <remi@remirepo.net> - 5.0.2-1 - update to 5.0.2 |