diff options
author | Remi Collet <remi@remirepo.net> | 2021-02-08 13:09:48 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-02-08 13:09:48 +0100 |
commit | cb23930a49ce0690f07bb87fc5b2e30e5b1cba45 (patch) | |
tree | f589663c67d6c4b705c146868ff5f8282f1175a6 | |
parent | 5598b390b9227f3ff90d7c1046dfc30bcac68ae4 (diff) |
update to 3.3.0
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-twig3.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 4a0eb8e..c344849 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "3.3-dev" } } } diff --git a/php-twig3.spec b/php-twig3.spec index e0bd247..5dfa6f1 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit f795ca686d38530045859b0350b5352f7d63447d +%global github_commit 1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5 %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.2.1 +Version: 3.3.0 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -165,6 +165,9 @@ exit $RETURN_CODE %changelog +* Mon Feb 8 2021 Remi Collet <remi@remirepo.net> - 3.3.0-1 +- update to 3.3.0 + * Wed Jan 6 2021 Remi Collet <remi@remirepo.net> - 3.2.1-1 - update to 3.2.1 |