diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-21 15:27:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-21 15:27:14 +0200 |
commit | d716444abf354297bb204bc8a9a0a311567f03a5 (patch) | |
tree | 1b567526079a3fbd258f4b57bc230b2e3124e910 | |
parent | 5780f673d827c77e5966e625cf01fd414598333d (diff) |
v2.3.2
-rw-r--r-- | php-twig2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-twig2.spec b/php-twig2.spec index 926ccac..86df66b 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 9718186a5df85a4f7917e78d3ffcabc204c75d25 +%global github_commit 85e8372c451510165c04bf781295f9d922fa524b %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.3.0 +Version: 2.3.2 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -148,6 +148,9 @@ exit $RETURN_CODE %changelog +* Fri Apr 21 2017 Remi Collet <remi@remirepo.net> - 2.3.2-1 +- Update to 2.3.2 + * Thu Mar 23 2017 Remi Collet <remi@remirepo.net> - 2.3.0-1 - Update to 2.3.0 |