diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-12 15:51:38 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-12 15:51:38 +0100 |
commit | 733b444c91904264576e7c81fab6632e73f113d2 (patch) | |
tree | 8f5623810d74ed0d3c9d7741cf8f461014670f0b | |
parent | 8f50c783a935fe33f53a69b52634a7d2947464a8 (diff) |
v2.7.0
-rw-r--r-- | composer.json | 5 | ||||
-rw-r--r-- | php-twig2.spec | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 094e1ce..68f8d2e 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,6 @@ "role": "Project Founder" } ], - "support": { - "forum": "https://groups.google.com/forum/#!forum/twig-users" - }, "require": { "php": "^7.0", "symfony/polyfill-mbstring": "^1.3", @@ -51,7 +48,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.6-dev" + "dev-master": "2.7-dev" } } } diff --git a/php-twig2.spec b/php-twig2.spec index bff9a22..4b609ca 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -13,7 +13,7 @@ %global with_tests 0%{!?_without_tests:1} %global github_owner twigphp %global github_name Twig -%global github_commit 7d7342c8a4059fefb9b8d07db0cc14007021f9b7 +%global github_commit 57bd838bb7a9368ecf8b19bbe9788090502d1615 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -24,7 +24,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.6.2 +Version: 2.7.0 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -169,6 +169,7 @@ exit $RETURN_CODE %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc CHANGELOG README.rst composer.json @@ -176,6 +177,9 @@ exit $RETURN_CODE %changelog +* Tue Mar 12 2019 Remi Collet <remi@remirepo.net> - 2.7.0-1 +- update to 2.7.0 + * Mon Jan 14 2019 Remi Collet <remi@remirepo.net> - 2.6.2-1 - update to 2.6.2 |