summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-unicode-data.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-22 09:22:02 +0100
committerRemi Collet <remi@php.net>2022-12-22 09:22:02 +0100
commit236a7d88810e26a3d72fade01fb57a48137a30b9 (patch)
tree81ff369f17a4f87edef539891fd2c12d10d2dc5f /php-tecnickcom-tc-lib-unicode-data.spec
parentbce48ad7b4ad5549ecf8590cad6224a754c7bbcd (diff)
update to 1.7.12 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode-data.spec')
-rw-r--r--php-tecnickcom-tc-lib-unicode-data.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec
index b4c1615..ac99cdd 100644
--- a/php-tecnickcom-tc-lib-unicode-data.spec
+++ b/php-tecnickcom-tc-lib-unicode-data.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 806a3fcd81389be8bf271244c6ac9b541b6fddb1
+%global gh_commit 4d518fd0ec8adbc02de0e287c490f8fff99be476
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,11 +15,11 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.7.8
+Version: 1.7.12
Release: 1%{?dist}
Summary: PHP library containing UTF-8 font definitions
-License: LGPLv3+
+License: LGPL-3.0-or-later
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz
@@ -27,7 +27,7 @@ BuildArch: noarch
%if %{with_tests}
# For tests
%global phpunit %{_bindir}/phpunit9
-BuildRequires: phpunit9 >= 9.5.11
+BuildRequires: phpunit9 >= 9.5.27
BuildRequires: php(language) >= 5.4
%endif
BuildRequires: php-fedora-autoloader-devel
@@ -80,7 +80,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81 php81; do
+for cmdarg in "php %{phpunit}" php80 php81 php81; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1
@@ -104,6 +104,9 @@ exit $ret
%changelog
+* Thu Dec 22 2022 Remi Collet <remi@remirepo.net> - 1.7.12-1
+- update to 1.7.12 (no change)
+
* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.7.8-1
- update to 1.7.8 (no change)