diff --git a/.gitignore b/.gitignore index c8e344a..2d464b1 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ clog /php-twig-1.41.0-575cd5028362da591facde1ef5d7b94553c375c9.tar.gz /php-twig-1.42.0-2983fcf2e20a4afe95f07e61d89a7590b3c8df2e.tar.gz /php-twig-1.42.1-671347603760a88b1e7288aaa9378f33687d7edf.tar.gz +/php-twig-1.42.2-21707d6ebd05476854805e4f91b836531941bcd4.tar.gz diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2f10465 --- /dev/null +++ b/composer.json @@ -0,0 +1,48 @@ +{ + "name": "twig/twig", + "type": "library", + "description": "Twig, the flexible, fast, and secure template language for PHP", + "keywords": ["templating"], + "homepage": "https://twig.symfony.com", + "license": "BSD-3-Clause", + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "homepage": "https://twig.symfony.com/contributors", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "require": { + "php": ">=5.4.0", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0", + "symfony/debug": "^2.7", + "psr/container": "^1.0" + }, + "autoload": { + "psr-0" : { + "Twig_" : "lib/" + }, + "psr-4" : { + "Twig\\" : "src/" + } + }, + "extra": { + "branch-alias": { + "dev-master": "1.42-dev" + } + } +} diff --git a/php-twig.spec b/php-twig.spec index ce09f88..828240c 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -12,8 +12,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.42.1 -%global github_commit 671347603760a88b1e7288aaa9378f33687d7edf +%global github_version 1.42.2 +%global github_commit 21707d6ebd05476854805e4f91b836531941bcd4 %if 0%{?fedora} < 25 && 0%{?rhel} < 8 %global with_ext 1 @@ -65,7 +65,7 @@ BuildRequires: php-symfony-debug >= 2.7 BuildRequires: php-composer(psr/container) < 2 BuildRequires: php-composer(psr/container) >= 1.0 %endif -## phpcompatinfo (computed from version 1.34.2) +## phpcompatinfo (computed from version 1.42.2) BuildRequires: php-ctype BuildRequires: php-date BuildRequires: php-dom @@ -75,6 +75,7 @@ BuildRequires: php-json BuildRequires: php-mbstring BuildRequires: php-pcre BuildRequires: php-reflection +BuildRequires: php-simplexml BuildRequires: php-spl %endif # Autoloader @@ -83,7 +84,7 @@ BuildRequires: php-fedora-autoloader-devel # Lib ## composer.json Requires: php(language) >= %{php_min_ver} -## phpcompatinfo (computed from version 1.34.2) +## phpcompatinfo (computed from version 1.42.2) Requires: php-ctype Requires: php-date Requires: php-dom @@ -93,6 +94,7 @@ Requires: php-json Requires: php-mbstring Requires: php-pcre Requires: php-reflection +Requires: php-simplexml Requires: php-spl # Ext %if %{with_ext} @@ -294,6 +296,9 @@ exit $ret %changelog +* Tue Jun 18 2019 Shawn Iwinski - 1.42.2-1 +- Update to 1.42.2 + * Tue Jun 4 2019 Remi Collet - 1.42.1-1 - update to 1.42.1 diff --git a/sources b/sources index dfe2f88..a4f8399 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-twig-1.42.1-671347603760a88b1e7288aaa9378f33687d7edf.tar.gz) = 8699865d642ef6f44ec87ee3d1427a27cb880d8767864c0b4277c6587408f870179f9d4cfe97670b7da5943d5fb533dd59e3c7478796c7415af30e45ea5276b5 +SHA512 (php-twig-1.42.2-21707d6ebd05476854805e4f91b836531941bcd4.tar.gz) = ec5fd526d2c6a9d740748416e567a77c50ccf07259e8b7a0c4a6f035ccfa23f54cb29291695b2260ad51250101a00592f69f387c294558fd664fc97dd3bef362