Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dcf22061d7 |
3 changed files with 15 additions and 13 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
/php-sebastian-object-reflector2-2.0.0-f4fd083.tar.gz
|
||||
/php-sebastian-object-reflector2-2.0.1-14e04b3.tgz
|
||||
/php-sebastian-object-reflector2-2.0.2-127a46f.tgz
|
||||
/php-sebastian-object-reflector2-2.0.3-d9d0ab3.tgz
|
||||
/php-sebastian-object-reflector2-2.0.4-b4f479e.tgz
|
||||
|
|
|
|||
|
|
@ -6,8 +6,10 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 127a46f6b057441b201253526f81d5406d6c7840
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit b4f479ebdbf63ac605d183ece17d8d7fe49c15c7
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project object-reflector
|
||||
|
|
@ -19,16 +21,11 @@
|
|||
%global ns_project ObjectReflector
|
||||
%global major 2
|
||||
%global php_home %{_datadir}/php
|
||||
%if %{bootstrap}
|
||||
%bcond_with tests
|
||||
%else
|
||||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 2.0.2
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Allows reflection of object attributes
|
||||
Summary: Allows reflection of object attributes, 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 2.0.0
|
||||
Requires: php-spl
|
||||
|
|
@ -104,6 +101,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 26 2020 Remi Collet <remi@remirepo.net> - 2.0.4-1
|
||||
- update to 2.0.4
|
||||
|
||||
* Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 2.0.2-1
|
||||
- update to 2.0.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-object-reflector2-2.0.2-127a46f.tgz) = 634a0e7ed775c696a9237ca0767f713385b064b8ca6a6bbd34cde16b8c5e4b9fe452eabdb5a638cf161a4bc5ead6265fc24736d3a38f42e5e95a18a2fc987b90
|
||||
SHA512 (php-sebastian-object-reflector2-2.0.4-b4f479e.tgz) = 40486a5b5e23a41d665a45ab3a19eb886c3429afe7a7927d1241d315a17b87c0f47b4bc0a788232304be06d863db6083914eaeadb854c53daeb811f1bc08415b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue