summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-unicode.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode.spec')
-rw-r--r--php-tecnickcom-tc-lib-unicode.spec33
1 files changed, 19 insertions, 14 deletions
diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec
index 3e0700c..e765dd8 100644
--- a/php-tecnickcom-tc-lib-unicode.spec
+++ b/php-tecnickcom-tc-lib-unicode.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 889ab8bb2d48dfb7fa510498c16cbd0df3472348
+%global gh_commit 6302bdc710495ccfb5dba94b7848a348ae9c52e9
%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.4.33
+Version: 2.0.7
Release: 1%{?dist}
Summary: PHP library containing Unicode methods
@@ -29,18 +29,18 @@ 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
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 1.7 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 2)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3)
%else
-BuildRequires: php-%{c_vendor}-tc-lib-unicode-data < 2
-BuildRequires: php-%{c_vendor}-tc-lib-unicode-data >= 1.7
+BuildRequires: php-%{c_vendor}-tc-lib-unicode-data < 3
+BuildRequires: php-%{c_vendor}-tc-lib-unicode-data >= 2.0
%endif
BuildRequires: php-mbstring
BuildRequires: php-pcre
@@ -48,18 +48,18 @@ BuildRequires: php-pcre
BuildRequires: php-fedora-autoloader-devel
# From composer.json, "require": {
-# "php": ">=5.4"
+# "php": ">=8.0"
# "ext-mbstring": "*",
# "ext-pcre": "*",
-# "tecnickcom/tc-lib-unicode-data": "^1.7"
-Requires: php(language) >= 5.4
+# "tecnickcom/tc-lib-unicode-data": "^2.0"
+Requires: php(language) >= 8.0
Requires: php-mbstring
Requires: php-pcre
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
-Requires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 1.7 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 2)
+Requires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3)
%else
-Requires: php-%{c_vendor}-tc-lib-unicode-data < 2
-Requires: php-%{c_vendor}-tc-lib-unicode-data >= 1.7
+Requires: php-%{c_vendor}-tc-lib-unicode-data < 3
+Requires: php-%{c_vendor}-tc-lib-unicode-data >= 2.0
%endif
# From phpcompatinfo report for version 1.2.1
# None
@@ -133,6 +133,11 @@ exit $ret
%changelog
+* Wed Nov 22 2023 Remi Collet <remi@remirepo.net> - 2.0.7-1
+- update to 2.0.7
+- raise dependency on PHP 8
+- raise dependency on tc-lib-unicode-data 2.0
+
* Mon Oct 23 2023 Remi Collet <remi@remirepo.net> - 1.4.33-1
- update to 1.4.33 (no change)