Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48825f0de5 |
3 changed files with 16 additions and 14 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
/php-sebastian-recursion-context4-4.0.0-cdd8661.tar.gz
|
||||
/php-sebastian-recursion-context4-4.0.1-a32789e.tgz
|
||||
/php-sebastian-recursion-context4-4.0.2-062231b.tgz
|
||||
/php-sebastian-recursion-context4-4.0.3-ed8c9cd.tgz
|
||||
/php-sebastian-recursion-context4-4.0.4-cd9d8cf.tgz
|
||||
|
|
|
|||
|
|
@ -6,8 +6,10 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 062231bf61d2b9448c4fa5a7643b5e1829c11d63
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit cd9d8cf3c5804de4341c283ed787f099f5506172
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project recursion-context
|
||||
|
|
@ -19,16 +21,11 @@
|
|||
%global ns_project RecursionContext
|
||||
%global major 4
|
||||
%global php_home %{_datadir}/php
|
||||
%if %{bootstrap}
|
||||
%bcond_with tests
|
||||
%else
|
||||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 4.0.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Recursively process PHP variables
|
||||
Version: 4.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively process PHP variables, version %{major}
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -40,12 +37,12 @@ BuildRequires: php(language) >= 7.3
|
|||
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 4.0.0
|
||||
Requires: php-spl
|
||||
|
|
@ -100,6 +97,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 26 2020 Remi Collet <remi@remirepo.net> - 4.0.4-1
|
||||
- update to 4.0.4
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-recursion-context4-4.0.2-062231b.tgz) = 8dc7d3033e5eafcb1e2c6d412e7e331c2f28b392daeb6a01457a5d808f3f7e09905135f892984b47fc6cbb2e65e8bed845d3f3dbd85c03ad0c09c490a52a9c0b
|
||||
SHA512 (php-sebastian-recursion-context4-4.0.4-cd9d8cf.tgz) = 69a0624f2bfdd6e716ddacf4a69616af467688ce05c5be929f8511aff683377699ac1d17e8bc7702300cb1c8155f1e2e876522f136ff2c85223a1ba101577751
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue