From 87c78049b67b4ce1f1569b92e26c778af57b28ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Nov 2020 09:54:30 +0100 Subject: update to 3.0.1 (no change) --- composer.json | 2 +- php-sebastian-global-state3.spec | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 166649d..0cbc33d 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "sort-packages": true }, "require": { - "php": "^7.2", + "php": ">=7.2", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, diff --git a/php-sebastian-global-state3.spec b/php-sebastian-global-state3.spec index a6c4ff4..55dce94 100644 --- a/php-sebastian-global-state3.spec +++ b/php-sebastian-global-state3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4 +%global gh_commit 474fb9edb7ab891665d3bfc6317f42a0a150454b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project global-state @@ -24,8 +24,8 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.0 -Release: 2%{?dist} +Version: 3.0.1 +Release: 1%{?dist} Summary: Snapshotting of global state License: BSD @@ -56,7 +56,7 @@ BuildRequires: php-dom %endif # from composer.json, "require": { -# "php": "^7.2", +# "php": ">=7.2", # "sebastian/object-reflector": "^1.1.1", # "sebastian/recursion-context": "^3.0" Requires: php(language) >= 7.2 @@ -123,7 +123,7 @@ EOF : Run upstream test suite ret=0 -for cmd in php php72 php73; do +for cmd in php php72 php73 php74 php80; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit8 --verbose || ret=1 @@ -146,6 +146,9 @@ exit $ret %changelog +* Mon Nov 30 2020 Remi Collet - 3.0.1-1 +- update to 3.0.1 (no change) + * Fri Feb 22 2019 Remi Collet - 3.0.0-2 - normal build -- cgit