diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-12 07:48:49 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-12 07:48:49 +0200 |
commit | d05e9624770779c95abf055dc70572cb531190ca (patch) | |
tree | c54d90547aeb0b956704eba20219c6f87fa3c774 | |
parent | dd8090f33accf070e51b39f1168127483770e4f0 (diff) |
-rw-r--r-- | php-twig3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-twig3.spec b/php-twig3.spec index 67c7d8c..a234d25 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 106c170d08e8415d78be2d16c3d057d0d108262b +%global github_commit 7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd %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.6.0 +Version: 3.6.1 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -167,6 +167,9 @@ exit $RETURN_CODE %changelog +* Mon Jun 12 2023 Remi Collet <remi@remirepo.net> - 3.6.1-1 +- update to 3.6.1 + * Thu May 4 2023 Remi Collet <remi@remirepo.net> - 3.6.0-1 - update to 3.6.0 |