diff options
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-sebastian-exporter4.spec | 24 | 
2 files changed, 14 insertions, 14 deletions
diff --git a/composer.json b/composer.json index c46d2a0..477d5ed 100644 --- a/composer.json +++ b/composer.json @@ -35,11 +35,11 @@      },      "prefer-stable": true,      "require": { -        "php": "^7.3 || ^8.0", +        "php": ">=7.3",          "sebastian/recursion-context": "^4.0"      },      "require-dev": { -        "phpunit/phpunit": "^9.2", +        "phpunit/phpunit": "^9.3",          "ext-mbstring": "*"      },      "autoload": { 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 <remi@remirepo.net> - 4.0.3-1 +- update to 4.0.3 (no change) +  * Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 4.0.2-1  - update to 4.0.2  | 
