update to 1.7.0
raise dependency on PHP 7.2
(cherry picked from commit fdd5cf6afe)
This commit is contained in:
parent
b0e24e1c0f
commit
630ce0185f
2 changed files with 11 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 32c4202886c51fbe5cc3a7c34ec5c9a4a790345e
|
||||
%global gh_commit e00b7b3d8d2ef0da908ea9d3df627271b93a9253
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner myclabs
|
||||
%global gh_project php-enum
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}
|
||||
Version: 1.6.6
|
||||
Version: 1.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Enum implementation
|
||||
|
||||
|
|
@ -33,27 +33,23 @@ Source1: makesrc.sh
|
|||
BuildArch: noarch
|
||||
%if %{with_tests}
|
||||
# For tests
|
||||
BuildRequires: php(language) >= 5.4
|
||||
BuildRequires: php(language) >= 7.2
|
||||
BuildRequires: php-reflection
|
||||
BuildRequires: php-json
|
||||
BuildRequires: php-spl
|
||||
# From composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
|
||||
# "squizlabs/php_codesniffer": "1.*"
|
||||
%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8
|
||||
%global phpunit %{_bindir}/phpunit6
|
||||
%else
|
||||
%global phpunit %{_bindir}/phpunit
|
||||
%endif
|
||||
BuildRequires: %{phpunit}
|
||||
# Required by autoloader
|
||||
BuildRequires: php-composer(fedora/autoloader)
|
||||
%endif
|
||||
|
||||
# From composer.json, "require": {
|
||||
# "php": ">=5.4",
|
||||
# "php": ">=7.2",
|
||||
# "ext-json": "*"
|
||||
Requires: php(language) >= 5.4
|
||||
Requires: php(language) >= 7.2
|
||||
Requires: php-json
|
||||
# From phpcompatinfo report for version 1.6.1
|
||||
Requires: php-reflection
|
||||
|
|
@ -101,7 +97,7 @@ require '%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php';
|
|||
EOF
|
||||
|
||||
ret=0
|
||||
for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72 php73; do
|
||||
for cmd in "php %{phpunit}" php72 php73; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1
|
||||
|
|
@ -123,6 +119,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 24 2019 Remi Collet <remi@remirepo.net> - 1.7.0-1
|
||||
- update to 1.7.0
|
||||
- raise dependency on PHP 7.2
|
||||
|
||||
* Tue Feb 5 2019 Remi Collet <remi@remirepo.net> - 1.6.6-1
|
||||
- update to 1.6.6
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-myclabs-php-enum-1.6.6-32c4202.tgz) = b43b3485866c4bcf84f26824adecc260501e30c2977edcafa81bb91a4c9f3e39a58627491b16311a5f50f914e8ddf9fc7ddda4458b0d24806608392dc03074ef
|
||||
SHA512 (php-myclabs-php-enum-1.7.0-e00b7b3.tgz) = bba7d873100126baf2ec1046d748e7e5c390fdf187ed27658f7d907d11534276010949baa3b58d52c3fa57028969e82a332dd63bbe59a861776b557f58b39bd7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue