From 2b2f3eeb9054cff3c7ddab50871b26c5902610d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Nov 2023 13:42:18 +0100 Subject: update to 2.0.7 raise dependency on PHP 8 --- php-tecnickcom-tc-lib-file.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'php-tecnickcom-tc-lib-file.spec') diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec index 1ceb91c..8d1f137 100644 --- a/php-tecnickcom-tc-lib-file.spec +++ b/php-tecnickcom-tc-lib-file.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 06c94a9396343863d27048e7c7695f67d1566096 +%global gh_commit f1eef59ace3f85dfca874a2a469ce12bb5e958e7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.7.39 +Version: 2.0.7 Release: 1%{?dist} Summary: PHP library to read byte-level data from files @@ -29,13 +29,13 @@ BuildArch: noarch # remirepo:1 %if 0%{?fedora} >= 37 || 0%{?rhel} >= 10 %global phpunit %{_bindir}/phpunit10 -BuildRequires: phpunit10 +BuildRequires: phpunit10 >= 10.1.2 # remirepo:4 %else %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.5.27 +BuildRequires: phpunit9 >= 9.6.13 %endif -BuildRequires: php(language) >= 5.4 +BuildRequires: php(language) >= 8.0 BuildRequires: php-curl BuildRequires: php-pcre %endif @@ -45,7 +45,7 @@ BuildRequires: php-fedora-autoloader-devel # "php": ">=5.4", # "ext-curl": "*", # "ext-pcre": "*" -Requires: php(language) >= 5.4 +Requires: php(language) >= 8.0 Requires: php-curl Requires: php-pcre # From phpcompatinfo report for version 1.6.4 @@ -118,6 +118,10 @@ exit $ret %changelog +* Wed Nov 22 2023 Remi Collet - 2.0.7-1 +- update to 2.0.7 +- raise dependency on PHP 8 + * Mon Oct 23 2023 Remi Collet - 1.7.39-1 - update to 1.7.39 (no change) -- cgit