diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-12 08:48:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-12 08:48:26 +0100 |
commit | 135caa03f1a578dc4f2413184ada95202c2053cf (patch) | |
tree | fc7eb89c3840c0143ac678effbc2be4e6c8ade44 | |
parent | b58d86f41a42c6985ad8a73559ab870c20368ec4 (diff) |
v3.0.3
-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 fa1c3f9..cd886d1 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -13,7 +13,7 @@ %global with_tests 0%{!?_without_tests:1} %global github_owner twigphp %global github_name Twig -%global github_commit 28f856a4c57eeb24485916e8a68403f41a133616 +%global github_commit 3b88ccd180a6b61ebb517aea3b1a8906762a1dc2 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -26,7 +26,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}%{major} -Version: 3.0.1 +Version: 3.0.3 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -160,6 +160,9 @@ exit $RETURN_CODE %changelog +* Wed Feb 12 2020 Remi Collet <remi@remirepo.net> - 3.0.3-1 +- update to 3.0.3 + * Fri Jan 3 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1 - update to 3.0.1 |