Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aca1e4566f |
3 changed files with 16 additions and 14 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
/php-sebastian-object-enumerator4-4.0.0-e67516b.tar.gz
|
||||
/php-sebastian-object-enumerator4-4.0.1-15f319d.tgz
|
||||
/php-sebastian-object-enumerator4-4.0.2-074fed2.tgz
|
||||
/php-sebastian-object-enumerator4-4.0.3-f6f5957.tgz
|
||||
/php-sebastian-object-enumerator4-4.0.4-5c9eeac.tgz
|
||||
|
|
|
|||
|
|
@ -6,8 +6,10 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 074fed2d0a6d08e1677dd8ce9d32aecb384917b8
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 5c9eeac41b290a3712d88851518825ad78f45c71
|
||||
#global gh_date 20150728
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
|
|
@ -20,17 +22,12 @@
|
|||
%global ns_project ObjectEnumerator
|
||||
%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
|
||||
Version: 4.0.4
|
||||
%global specrel 1
|
||||
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}.1
|
||||
Summary: Traverses array and object to enumerate all referenced objects
|
||||
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
|
||||
Summary: Traverses array and object to enumerate all referenced objects, version %{major}
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -44,12 +41,12 @@ BuildRequires: php-fedora-autoloader-devel
|
|||
BuildRequires: (php-composer(%{pk_vendor}/object-reflector) >= 2.0 with php-composer(%{pk_vendor}/object-reflector) < 3)
|
||||
BuildRequires: (php-composer(sebastian/recursion-context) >= 4.0 with php-composer(sebastian/recursion-context) < 5)
|
||||
# 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",
|
||||
# "sebastian/object-reflector": "^2.0",
|
||||
# "sebastian/recursion-context": "^4.0"
|
||||
Requires: php(language) >= 7.3
|
||||
|
|
@ -118,6 +115,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-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-object-enumerator4-4.0.2-074fed2.tgz) = e6fda35a951ec8591f36ac243e0096078acf51cc43465b330c082bb4bf97974c9ef85f0c1537c3320f6c111e22015cca53d7e1f31e45fb5d38e6a98279b9f19a
|
||||
SHA512 (php-sebastian-object-enumerator4-4.0.4-5c9eeac.tgz) = 7f7b86262b65c1fc44161e4243a53937824c33b5174c6e687e0591dfd2b6cafddbbd64836d9e77313341505d757739936ebfe64a071d947eb306d841ff2e440c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue