diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-12 07:12:17 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-12 07:12:17 +0100 |
commit | 526a203202f67d8da2598c2b88ca87237a630a75 (patch) | |
tree | 90af181dc23d7fcd1456fd43c1e40571b1a7a03f | |
parent | 603979100d4ccf07d3ff7c320c1d1bd6366e651b (diff) |
php-twig2: 2.1.0
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-twig2.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 1a76dd8..2cd1f1a 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "2.1-dev" } } } diff --git a/php-twig2.spec b/php-twig2.spec index 1d7bf88..404847c 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 2a86dde1288d7270169083d0e078dc7ebe0f48b6 +%global github_commit 9062992538bc5855a683c6737257bfa18d25a4b8 %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.0.0 +Version: 2.1.0 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -146,6 +146,9 @@ exit $RETURN_CODE %changelog +* Thu Jan 11 2017 Remi Collet <remi@fedoraproject.org> - 2.1.0-1 +- update to 2.1.0 + * Fri Jan 6 2017 Remi Collet <remi@fedoraproject.org> - 2.0.0-1 - update to 2.0.0 - rename to php-twig2 |