summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-unicode-data.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode-data.spec')
-rw-r--r--php-tecnickcom-tc-lib-unicode-data.spec21
1 files changed, 11 insertions, 10 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec
index 38bb389..b4c1615 100644
--- a/php-tecnickcom-tc-lib-unicode-data.spec
+++ b/php-tecnickcom-tc-lib-unicode-data.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-tecnickcom-tc-lib-unicode-data
#
-# Copyright (c) 2015-2021 Remi Collet
+# Copyright (c) 2015-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 2cc2c454aae40bdef676089b2085874542b514cb
+%global gh_commit 806a3fcd81389be8bf271244c6ac9b541b6fddb1
%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.3
+Version: 1.7.8
Release: 1%{?dist}
Summary: PHP library containing UTF-8 font definitions
@@ -26,13 +26,8 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
BuildArch: noarch
%if %{with_tests}
# For tests
-%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9
%global phpunit %{_bindir}/phpunit9
-BuildRequires: phpunit9 >= 9.5.0
-%else
-%global phpunit %{_bindir}/phpunit8
-BuildRequires: phpunit8 >= 8.5.13
-%endif
+BuildRequires: phpunit9 >= 9.5.11
BuildRequires: php(language) >= 5.4
%endif
BuildRequires: php-fedora-autoloader-devel
@@ -85,7 +80,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do
+for cmdarg in "php %{phpunit}" php74 php80 php81 php81; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1
@@ -109,6 +104,12 @@ exit $ret
%changelog
+* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.7.8-1
+- update to 1.7.8 (no change)
+
+* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.7.6-1
+- update to 1.7.6 (no change)
+
* Mon Feb 8 2021 Remi Collet <remi@remirepo.net> - 1.7.3-1
- update to 1.7.3 (no change)