v2.0.4
This commit is contained in:
parent
5b8760f14a
commit
e1f515377d
3 changed files with 16 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
/php-phpunit-php-text-template2-2.0.0-526dc99.tar.gz
|
||||
/php-phpunit-php-text-template2-2.0.1-0c69cbf.tgz
|
||||
/php-phpunit-php-text-template2-2.0.2-6ff9c8e.tgz
|
||||
/php-phpunit-php-text-template2-2.0.3-18c8870.tgz
|
||||
/php-phpunit-php-text-template2-2.0.4-5da5f67.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 6ff9c8ea4d3212b88fcf74e25e516e2c51c99324
|
||||
%global gh_commit 5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-text-template
|
||||
|
|
@ -27,9 +27,9 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 2.0.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Simple template engine
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple template engine, version %{ver_major}
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -42,12 +42,12 @@ BuildRequires: php-cli
|
|||
BuildRequires: php-fedora-autoloader-devel
|
||||
%if %{with tests}
|
||||
# From composer.json, require-dev
|
||||
# "phpunit/phpunit": "^9.0"
|
||||
BuildRequires: phpunit9
|
||||
# "phpunit/phpunit": "^9.3"
|
||||
BuildRequires: phpunit9 >= 9.3
|
||||
%endif
|
||||
|
||||
# From composer.json
|
||||
# "php": "^7.3 || ^8.0"
|
||||
# "php": ">=7.3"
|
||||
Requires: php(language) >= 7.3
|
||||
# From phpcompatinfo report for version 2.0.0
|
||||
Requires: php-spl
|
||||
|
|
@ -100,6 +100,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 26 2020 Remi Collet <remi@remirepo.net> - 2.0.4-1
|
||||
- update to 2.0.4
|
||||
|
||||
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 2.0.3-1
|
||||
- update to 2.0.3 (no change)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-text-template2-2.0.2-6ff9c8e.tgz) = 6731d1dfcb0896f1edc749785b7b894b765b01b76b9823a4e574cb67612fe56be6a2a514b23e644eaff0fa4bf60b790080a222c928e3ce8ba439b1ef90d2f320
|
||||
SHA512 (php-phpunit-php-text-template2-2.0.4-5da5f67.tgz) = 46f19b48e627f3cc2bc7791ee9f195abe45f0ff7ec4a7efd327984ea791e3e08763cd3533cd5635fab9a89a3523a5f7621ab5e1def6f262b6a568344083ad6e1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue