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 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 |