From 0e6c154c4b4c8aa781eae61acdf8a34c2a56bf58 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Apr 2019 09:41:44 +0200 Subject: v2.9.0 --- composer.json | 2 +- php-twig2.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7f10325..735643d 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.9-dev" } } } diff --git a/php-twig2.spec b/php-twig2.spec index b77238e..30326c4 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 91cc2594d3143761ce0399c1caffd0b500ffe5b9 +%global github_commit 82a1c055c8ed4c4705023bfd0405f3c74db6e3ae %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.8.1 +Version: 2.9.0 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -177,6 +177,9 @@ exit $RETURN_CODE %changelog +* Mon Apr 29 2019 Remi Collet - 2.9.0-1 +- update to 2.9.0 + * Wed Apr 17 2019 Remi Collet - 2.8.1-1 - update to 2.8.1 -- cgit