diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-08 15:18:43 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-08 15:18:43 +0200 |
commit | 8a5c140f1ac5376c639259d262fb54a45e59d4d6 (patch) | |
tree | 32704bbab69ef2f14b833517e6e9d40047373ed7 | |
parent | 45345f41798592626993febf4178bc86dee8e67c (diff) |
atoum: 2.6.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 80a985ae02bb0028c6e9c658b1d862d01ad8e522 +%global gh_commit 10a0cde18ab73d4b66283c8b1b736574c14ecd0f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: atoum -Version: 2.6.0 +Version: 2.6.1 Release: 1%{?dist} Summary: PHP Unit Testing framework @@ -174,6 +174,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 8 2016 Remi Collet <remi@fedoraproject.org> - 2.6.1-1 +- update to 2.6.1 + * Wed Mar 9 2016 Remi Collet <remi@fedoraproject.org> - 2.6.0-1 - update to 2.6.0 |