diff options
-rw-r--r-- | atoum.spec | 11 | ||||
-rw-r--r-- | composer.json | 1 |
2 files changed, 6 insertions, 6 deletions
@@ -7,11 +7,11 @@ # # Please preserve changelog entries # -%global gh_commit 6af6b609a108fd2e63f2f42efbb4f0b799e6c710 +%global gh_commit 6f4ab88f3a1826aed2372c9f7f0d53b9303f672a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: atoum -Version: 3.1.1 +Version: 3.2.0 Release: 1%{?dist} Summary: PHP Unit Testing framework @@ -44,13 +44,11 @@ BuildRequires: php-spl # "php": "^5.6.0 || ^7.0.0", # "ext-hash": "*", # "ext-json": "*", -# "ext-session": "*", # "ext-tokenizer": "*", # "ext-xml": "*" Requires: php(language) >= 5.6 Requires: php-hash Requires: php-json -Requires: php-session Requires: php-tokenizer Requires: php-xml # From composer.json, "suggest": { @@ -58,7 +56,7 @@ Requires: php-xml # "atoum/stubs": "Provides IDE support (like autocompletion) for atoum", # "ext-xdebug": "Provides code coverage report (>= 2.3)" Requires: php-mbstring -# From phpcompatinfo report for version 3.1.0 +# From phpcompatinfo report for version 3.2.0 Requires: php-cli Requires: php-date Requires: php-dom @@ -169,6 +167,9 @@ rm -rf %{buildroot} %changelog +* Thu Sep 7 2017 Remi Collet <remi@remirepo.net> - 3.2.0-1 +- Update to 3.2.0 + * Fri Aug 4 2017 Remi Collet <remi@remirepo.net> - 3.1.1-1 - Update to 3.1.1 diff --git a/composer.json b/composer.json index 14e4411..b036465 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,6 @@ "php": "^5.6.0 || ^7.0.0", "ext-hash": "*", "ext-json": "*", - "ext-session": "*", "ext-tokenizer": "*", "ext-xml": "*" }, |