From 7350866188b5b33623270c8c5e439bd3e0ad962d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Aug 2015 07:06:10 +0200 Subject: php-twig: sync with fedora, cleanups --- php-twig.spec | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/php-twig.spec b/php-twig.spec index ddd222b..df117a0 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -69,7 +69,7 @@ BuildRequires: %{?scl_prefix}php-devel >= %{php_min_ver} %if %{with_tests} # For tests BuildRequires: %{_bindir}/phpunit -## phpcompatinfo (computed from version 1.18.2) +## phpcompatinfo (computed from version 1.20.0) BuildRequires: %{?scl_prefix}php-ctype BuildRequires: %{?scl_prefix}php-date BuildRequires: %{?scl_prefix}php-dom @@ -85,7 +85,7 @@ BuildRequires: %{?scl_prefix}php-spl # Lib ## composer.json Requires: %{?scl_prefix}php(language) >= %{php_min_ver} -## phpcompatinfo (computed from version 1.18.2) +## phpcompatinfo (computed from version 1.20.0) Requires: %{?scl_prefix}php-ctype Requires: %{?scl_prefix}php-date Requires: %{?scl_prefix}php-dom @@ -185,16 +185,17 @@ extension=%{ext_name}.so INI : Create lib autoloader -(cat <<'AUTOLOAD' +cat <<'AUTOLOAD' | tee lib/Twig/autoload.php - 1.20.0-1 +- Updated to 1.20.0 (BZ #1249259) + * Wed Aug 12 2015 Remi Collet - 1.20.0-1 - Update to 1.20.0 -- cgit