summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-file.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-13 08:22:37 +0200
committerRemi Collet <remi@php.net>2026-05-13 08:22:37 +0200
commit878f4572f1d044af3a5038d4c1ba43daa9bc644d (patch)
tree56af897706a3423c6cfdcdaebf77a5d800be0226 /php-tecnickcom-tc-lib-file.spec
parentca47ba765b9060fda0b3ad4ef3ab22561b9d072a (diff)
update to 2.6.1HEADmaster
raise dependency on PHP 8.2
Diffstat (limited to 'php-tecnickcom-tc-lib-file.spec')
-rw-r--r--php-tecnickcom-tc-lib-file.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec
index 119050a..013ec82 100644
--- a/php-tecnickcom-tc-lib-file.spec
+++ b/php-tecnickcom-tc-lib-file.spec
@@ -19,7 +19,7 @@
Name: php-%{gh_owner}-%{gh_project}
Summary: PHP library to read byte-level data from files
License: LGPL-3.0-or-later
-Version: 2.5.2
+Version: 2.6.1
Release: 1%{?dist}
%forgemeta
@@ -38,10 +38,10 @@ BuildRequires: php-pcre
BuildRequires: php-fedora-autoloader-devel
# From composer.json, "require": {
-# "php": ">=8.1",
+# "php": ">=8.2",
# "ext-curl": "*",
# "ext-pcre": "*"
-Requires: php(language) >= 8.1
+Requires: php(language) >= 8.2
Requires: php-curl
Requires: php-pcre
# From phpcompatinfo report for version 1.6.4
@@ -112,6 +112,10 @@ exit $ret
%changelog
+* Wed May 13 2026 Remi Collet <remi@remirepo.net> - 2.6.1-1
+- update to 2.6.1
+- raise dependency on PHP 8.2
+
* Sun May 3 2026 Remi Collet <remi@remirepo.net> - 2.5.2-1
- update to 2.5.2