From c284e69a3a1f5dd019675b35cbf5bcd53b8ce42e Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Fri, 1 Sep 2023 07:51:51 +0200
Subject: update to 3.0.1

---
 php-phpunit-php-text-template3.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'php-phpunit-php-text-template3.spec')

diff --git a/php-phpunit-php-text-template3.spec b/php-phpunit-php-text-template3.spec
index 5b9009a..e00b883 100644
--- a/php-phpunit-php-text-template3.spec
+++ b/php-phpunit-php-text-template3.spec
@@ -9,7 +9,7 @@
 
 %bcond_without       tests
 
-%global gh_commit    9f3d3709577a527025f55bcf0f7ab8052c8bb37d
+%global gh_commit    0c7b06ff49e3d5072f057eb1fa59258bf287a748
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   php-text-template
@@ -23,8 +23,8 @@
 %global ver_major    3
 
 Name:           php-%{pk_vendor}-%{pk_project}%{ver_major}
-Version:        3.0.0
-Release:        3%{?dist}
+Version:        3.0.1
+Release:        1%{?dist}
 Summary:        Simple template engine, version %{ver_major}
 
 License:        BSD-3-Clause
@@ -102,6 +102,9 @@ exit $ret
 
 
 %changelog
+* Fri Sep  1 2023 Remi Collet <remi@remirepo.net> - 3.0.1-1
+- update to 3.0.1
+
 * Wed Aug 23 2023 Remi Collet <remi@remirepo.net> - 3.0.0-3
 - Enable test suite
 
-- 
cgit