From c284e69a3a1f5dd019675b35cbf5bcd53b8ce42e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Sep 2023 07:51:51 +0200 Subject: update to 3.0.1 --- composer.json | 3 ++- php-phpunit-php-text-template3.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 8cb50c2..cd6cf75 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues" + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "security": "https://github.com/sebastianbergmann/php-text-template/security/policy" }, "config": { "platform": { 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 - 3.0.1-1 +- update to 3.0.1 + * Wed Aug 23 2023 Remi Collet - 3.0.0-3 - Enable test suite -- cgit