This commit is contained in:
Remi Collet 2016-10-04 07:23:47 +02:00
commit eed08db5e4

View file

@ -12,8 +12,8 @@
%global github_owner twigphp
%global github_name Twig
%global github_version 1.24.2
%global github_commit 33093f6e310e6976baeac7b14f3a6ec02f2d79b7
%global github_version 1.26.0
%global github_commit 81c2b5fd36581370c7731387f05dcdb577050513
%if "%{php_version}" < "7"
%global with_ext 1
@ -58,7 +58,7 @@ BuildRequires: php-devel >= %{php_min_ver}
# Tests
%if %{with_tests}
BuildRequires: %{_bindir}/phpunit
## phpcompatinfo (computed from version 1.24.2)
## phpcompatinfo (computed from version 1.26.0)
BuildRequires: php-ctype
BuildRequires: php-date
BuildRequires: php-dom
@ -74,7 +74,7 @@ BuildRequires: php-spl
# Lib
## composer.json
Requires: php(language) >= %{php_min_ver}
## phpcompatinfo (computed from version 1.24.2)
## phpcompatinfo (computed from version 1.26.0)
Requires: php-ctype
Requires: php-date
Requires: php-dom
@ -274,6 +274,9 @@ sed 's/function testGetAttributeWithTemplateAsObject/function SKIP_testGetAttrib
%changelog
* Tue Oct 4 2016 Remi Collet <remi@fedoraproject.org> - 1.26.0-1
- Update to 1.26.0
* Sun Sep 11 2016 Shawn Iwinski <shawn@iwin.ski> - 1.24.2-1
- Updated to 1.24.2 (RHBZ #1372507)