diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-07 08:17:59 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-07 08:17:59 +0100 |
commit | b93cc3aedf236fda6b2c5fcaebc2e8f29991aa68 (patch) | |
tree | 7069e327c7f02d21f895bb08a5a2057312e86dcd | |
parent | f60051bf9009db5881d90d6dd6d05f0c541dc80f (diff) |
v4.2.5
-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 c5220ac..f895bc9 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 7e820c663647f113bd58fa97dfa3bcc366e5362e +%global gh_commit 4ca111448e9c666302ea966954665c0ae21ffedf %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.2.4 +Version: 4.2.5 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP @@ -165,6 +165,9 @@ done %changelog +* Thu Dec 7 2017 Remi Collet <remi@remirepo.net> - 4.2.5-1 +- Update to 4.2.5 + * Mon Nov 27 2017 Remi Collet <remi@remirepo.net> - 4.2.4-1 - Update to 4.2.4 |