diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-11 17:12:18 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-11 17:12:18 +0100 |
commit | 17fca65e035dbfe7843de5c81c2c88fd16e8ef4e (patch) | |
tree | 7a9c2990891e53a7b070a94879d2b382ab276167 | |
parent | c4953ca7e26042a1abd63509802461295599b0d7 (diff) |
atoum: 2.9.0
-rw-r--r-- | atoum.spec | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -7,11 +7,11 @@ # # Please preserve changelog entries # -%global gh_commit 4d0136b21185eea5fc2ee638f77b291e6c537100 +%global gh_commit 421aafc829d0a1120422ddc3fe5872ae1814add9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: atoum -Version: 2.8.2 +Version: 2.9.0 Release: 1%{?dist} Summary: PHP Unit Testing framework @@ -168,14 +168,18 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} -%license COPYING -%doc ABOUT composer.json CREDITS.md FAQ.md README.md +%license LICENSE +%doc ABOUT *.md +%doc composer.json %{_bindir}/%{name} %dir %{_datadir}/%{name} %{_datadir}/%{name}/* %changelog +* Sat Feb 11 2017 Remi Collet <remi@fedoraproject.org> - 2.9.0-1 +- update to 2.9.0 + * Sat Aug 13 2016 Remi Collet <remi@fedoraproject.org> - 2.8.2-1 - update to 2.8.2 |