summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-28 15:27:35 +0100
committerRemi Collet <remi@php.net>2023-11-28 15:27:35 +0100
commitc2ddacecf26ddfd05b225b49b83ea1c53598eda2 (patch)
tree61e4f001d55b564940142b0017f6085f33c0c1d8
parent5ecaa082ff26b17df2ed97390eab75d30e5251e0 (diff)
update to 2.0.8 (no change)
-rw-r--r--php-tecnickcom-tc-lib-unicode.spec16
1 files changed, 6 insertions, 10 deletions
diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec
index e765dd8..bfb73d2 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 6302bdc710495ccfb5dba94b7848a348ae9c52e9
+%global gh_commit f135ad3f8d5521056ecb048bda31ea19c91e56b1
%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: 2.0.7
+Version: 2.0.8
Release: 1%{?dist}
Summary: PHP library containing Unicode methods
@@ -26,15 +26,8 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
BuildArch: noarch
%if %{with_tests}
# For tests
-# remirepo:1
-%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10
%global phpunit %{_bindir}/phpunit10
BuildRequires: phpunit10 >= 10.1.2
-# remirepo:4
-%else
-%global phpunit %{_bindir}/phpunit9
-BuildRequires: phpunit9 >= 9.6.13
-%endif
BuildRequires: php(language) >= 8.0
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
BuildRequires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3)
@@ -109,7 +102,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in php "php80 %{_bindir}/phpunit9" php81 php82 php83; do
+for cmdarg in php php81 php82 php83; do
if which $cmdarg; then
set $cmdarg
cp phpunit.xml.dist phpunit.xml
@@ -133,6 +126,9 @@ exit $ret
%changelog
+* Tue Nov 28 2023 Remi Collet <remi@remirepo.net> - 2.0.8-1
+- update to 2.0.8 (no change)
+
* Wed Nov 22 2023 Remi Collet <remi@remirepo.net> - 2.0.7-1
- update to 2.0.7
- raise dependency on PHP 8