diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-twig3.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index f250e00..4a0eb8e 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.2-dev" } } } diff --git a/php-twig3.spec b/php-twig3.spec index fb91af2..e0bd247 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-twig3 # -# Copyright (c) 2014-2020 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2014-2021 Shawn Iwinski <shawn.iwinski@gmail.com> # Remi Collet <remi@fedoraproject.org> # # License: MIT @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit b02fa41f3783a2616eccef7b92fbc2343ffed737 +%global github_commit f795ca686d38530045859b0350b5352f7d63447d %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -27,7 +27,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}%{major} -Version: 3.1.1 +Version: 3.2.1 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -165,6 +165,9 @@ exit $RETURN_CODE %changelog +* Wed Jan 6 2021 Remi Collet <remi@remirepo.net> - 3.2.1-1 +- update to 3.2.1 + * Wed Oct 28 2020 Remi Collet <remi@remirepo.net> - 3.1.1-1 - update to 3.1.1 |