This commit is contained in:
Remi Collet 2016-01-27 14:47:38 +01:00
commit 61ba2a8262
3 changed files with 9 additions and 5 deletions

View file

@ -12,8 +12,8 @@
%global github_owner twigphp
%global github_name Twig
%global github_version 1.23.3
%global github_commit ae53fc2c312fdee63773b75cb570304f85388b08
%global github_version 1.24.0
%global github_commit 3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8
# Lib
@ -52,7 +52,7 @@ BuildRequires: php-devel >= %{php_min_ver}
# Tests
%if %{with_tests}
BuildRequires: %{_bindir}/phpunit
## phpcompatinfo (computed from version 1.23.3)
## phpcompatinfo (computed from version 1.24.0)
BuildRequires: php-ctype
BuildRequires: php-date
BuildRequires: php-dom
@ -68,7 +68,7 @@ BuildRequires: php-spl
# Lib
## composer.json
Requires: php(language) >= %{php_min_ver}
## phpcompatinfo (computed from version 1.22.2)
## phpcompatinfo (computed from version 1.24.0)
Requires: php-ctype
Requires: php-date
Requires: php-dom
@ -247,6 +247,9 @@ sed 's/function testGetAttributeWithTemplateAsObject/function SKIP_testGetAttrib
%changelog
* Tue Jan 26 2016 Remi Collet <remi@fedoraproject.org> - 1.24.0-1
- Update to 1.24.0
* Mon Jan 11 2016 Remi Collet <remi@fedoraproject.org> - 1.23.3-1
- Update to 1.23.3