From 87db437e0abe4374e5575e8e40762fb51f17dec4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jun 2023 16:30:30 +0200 Subject: fix dependencies, from review #2168110 --- php-phpunit-php-code-coverage10.spec | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/php-phpunit-php-code-coverage10.spec b/php-phpunit-php-code-coverage10.spec index 37ea3ee..62212a0 100644 --- a/php-phpunit-php-code-coverage10.spec +++ b/php-phpunit-php-code-coverage10.spec @@ -12,7 +12,6 @@ # Github %global gh_commit db1497ec8dd382e82c962f7abbe0320e4882ee4e -#global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann %global gh_project php-code-coverage @@ -27,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 10.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHP code coverage information, version %{ver_major} # SPDX: Main license is BSD-3-Clause @@ -66,6 +65,15 @@ BuildRequires: php-sebastian-lines-of-code2 BuildRequires: php-sebastian-version4 BuildRequires: php-theseer-tokenizer >= 1.2.0 %endif +BuildRequires: php-date +BuildRequires: php-dom +BuildRequires: php-json +BuildRequires: php-libxml +BuildRequires: php-pcre +BuildRequires: php-reflection +BuildRequires: php-spl +BuildRequires: php-tokenizer +BuildRequires: php-xmlwriter # From composer.json, "require-dev": { # "phpunit/phpunit": "^10.1" BuildRequires: phpunit10 >= 10.1 @@ -73,7 +81,7 @@ BuildRequires: php-xdebug %endif # From composer.json, require -# "php": ">=7.3", +# "php": ">=8.1", # "ext-dom": "*", # "ext-libxml": "*", # "ext-xmlwriter": "*", @@ -87,14 +95,8 @@ BuildRequires: php-xdebug # "sebastian/version": "^4.0", # "theseer/tokenizer": "^1.2.0" Requires: php(language) >= 8.1 -Requires: php-date Requires: php-dom -Requires: php-json Requires: php-libxml -Requires: php-pcre -Requires: php-reflection -Requires: php-spl -Requires: php-tokenizer Requires: php-xmlwriter # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -225,6 +227,9 @@ exit $ret %changelog +* Mon Jun 19 2023 Remi Collet - 10.1.2-2 +- fix dependencies, from review #2168110 + * Wed May 24 2023 Remi Collet - 10.1.2-1 - update to 10.1.2 -- cgit