diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-01 10:30:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-01 10:30:21 +0200 |
commit | 25a289902b37d8a1eb33240c2850331a12c6d11c (patch) | |
tree | b995d0ba7d610a146596ebd1f5e13da0950cecdf | |
parent | 04b4612a81bf026e75fa8efbf3c04accd08aa799 (diff) |
v5.0.3
-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 |