diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-18 06:46:01 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-18 06:46:01 +0100 |
commit | e5b1a4b118af719076ce1b4943a36b951fc40ff9 (patch) | |
tree | 43641f8af185b4ec707212b6f0e93a821ed2f9ed | |
parent | 5c95856ea5a2a8283498e0b30a1fe6f56ea8f7db (diff) |
v4.2.2
-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 b3606b0..69c7567 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 6f0997236f35b7994b8898fba3b5f82f1336fe50 +%global gh_commit 8d3a2dbc8eb8c9b00fc832d9adc825a15135fdcd %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.1 +Version: 4.2.2 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP @@ -165,6 +165,9 @@ done %changelog +* Sat Nov 18 2017 Remi Collet <remi@remirepo.net> - 4.2.2-1 +- Update to 4.2.2 + * Sat Nov 11 2017 Remi Collet <remi@remirepo.net> - 4.2.1-1 - Update to 4.2.1 |