v1.24.0
This commit is contained in:
parent
801db4d5ef
commit
61ba2a8262
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ clog
|
|||
/php-twig-1.23.0-5868cd822fd6cf626d5f805439575f9c323cee2a.tar.gz
|
||||
/php-twig-1.23.1-d9b6333ae8dd2c8e3fd256e127548def0bc614c6.tar.gz
|
||||
/php-twig-1.23.3-ae53fc2c312fdee63773b75cb570304f85388b08.tar.gz
|
||||
/php-twig-1.24.0-3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b0dd4d29e6c662b80b2892b8d3584646 php-twig-1.23.3-ae53fc2c312fdee63773b75cb570304f85388b08.tar.gz
|
||||
54ad8bf1bf725bd3379548e5179723a8 php-twig-1.24.0-3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue