From 089621dfea6a8f3a73c20e24898eb97a322901b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 10:20:26 +0200 Subject: update to 4.0.3 (no change) --- php-sebastian-exporter4.spec | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'php-sebastian-exporter4.spec') diff --git a/php-sebastian-exporter4.spec b/php-sebastian-exporter4.spec index a656961..2107ace 100644 --- a/php-sebastian-exporter4.spec +++ b/php-sebastian-exporter4.spec @@ -6,8 +6,10 @@ # # Please, preserve the changelog entries # -%global bootstrap 0 -%global gh_commit 571d721db4aec847a0e59690b954af33ebf9f023 + +%bcond_without tests + +%global gh_commit d89cc98761b8cb5a1a235a6b703ae50d34080e65 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project exporter @@ -21,16 +23,11 @@ %global php_home %{_datadir}/php %global pear_name Exporter %global pear_channel pear.phpunit.de -%if %{bootstrap} -%bcond_with tests -%else -%bcond_without tests -%endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.2 +Version: 4.0.3 Release: 1%{?dist} -Summary: Export PHP variables for visualization +Summary: Export PHP variables for visualization version %{major} License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -42,9 +39,9 @@ BuildRequires: php(language) >= 7.3 BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^9.2", +# "phpunit/phpunit": "^9.3", # "ext-mbstring": "*" -BuildRequires: phpunit9 >= 9.2 +BuildRequires: phpunit9 >= 9.3 BuildRequires: php-mbstring # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -56,7 +53,7 @@ BuildRequires: php-sebastian-recursion-context4 %endif # from composer.json -# "php": "^7.3", +# "php": ">=7.3", # "sebastian/recursion-context": "^4.0" Requires: php(language) >= 7.3 # remirepo:1 @@ -126,6 +123,9 @@ exit $ret %changelog +* Mon Sep 28 2020 Remi Collet - 4.0.3-1 +- update to 4.0.3 (no change) + * Mon Jun 29 2020 Remi Collet - 4.0.2-1 - update to 4.0.2 -- cgit