summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-31 18:21:23 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-31 18:21:23 +0200
commit633cc0b2d74c7cb5900aab8d607501f3bdd23d2e (patch)
tree37a7a674245302bb091d2d2bab901d8dde534e31
parentb3b43cff68a8a8fdf724d5ebfeac07d0f7afdb15 (diff)
php-twig: 1.19.0
-rw-r--r--REFLECTION2
-rw-r--r--php-twig.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index e2b5396..ed1346d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #195 twig version 1.18.2 ] {
+Extension [ <persistent> extension #196 twig version 1.19.0 ] {
- Functions {
Function [ <internal:twig> function twig_template_get_attributes ] {
diff --git a/php-twig.spec b/php-twig.spec
index fafb9f6..6b698b5 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -14,8 +14,8 @@
%global github_owner twigphp
%global github_name Twig
-%global github_version 1.18.2
-%global github_commit e8e6575abf6102af53ec283f7f14b89e304fa602
+%global github_version 1.19.0
+%global github_commit edbeaf43b0a606cdaadc32a11d2673614a377b90
%global github_short %(c=%{github_commit}; echo ${c:0:7})
@@ -56,7 +56,7 @@
Name: %{?sub_prefix}php-%{composer_project}
Version: %{github_version}
-Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: The flexible, fast, and secure template engine for PHP
Group: Development/Libraries
@@ -289,6 +289,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Jul 31 2015 Remi Collet <remi@fedoraproject.org> - 1.19.0-1
+- Update to 1.19.0
+
* Mon Jun 22 2015 Remi Collet <rcollet@redhat.com> - 1.18.2-4
- add virtual "rh-php56" provides