diff options
| author | Remi Collet <remi@remirepo.net> | 2023-09-01 07:51:51 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-09-01 07:51:51 +0200 | 
| commit | c284e69a3a1f5dd019675b35cbf5bcd53b8ce42e (patch) | |
| tree | 2242cfb3a28ebae960ba0fc7f42cf0a1af31aa8b | |
| parent | ad2dbf33fa7c9d638a26dae5ac145a797e6502f1 (diff) | |
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | 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 <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  | 
