diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-27 13:28:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-27 13:28:29 +0200 |
commit | 7299a66df1572871db3c74e69337b40b5c51bf55 (patch) | |
tree | 94cc2647bc7f1b0a73d1c2d6d906306fdf79c6ce | |
parent | 8cf419a29a79663d8ff26d94598b06f7eceaaab4 (diff) |
atoum: 2.2.1
-rw-r--r-- | atoum.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -7,11 +7,11 @@ # # Please preserve changelog entries # -%global gh_commit 84220013abd7917f04007d24c075eb2e7bd00b4d +%global gh_commit 162cd21d1f196e963946fd7c1c77eeee74fb596f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: atoum -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} Summary: PHP Unit Testing framework @@ -160,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 27 2015 Remi Collet <remi@fedoraproject.org> - 2.2.1-1 +- update to 2.2.1 + * Sun Aug 2 2015 Remi Collet <remi@fedoraproject.org> - 2.2.0-1 - update to 2.2.0 - XDebug is optional |