diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-14 14:02:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-14 14:02:00 +0200 |
commit | 2f7473021d7542207321331001b1ce9d9b736245 (patch) | |
tree | 0502a13812dddb310e9111938a1402c9c2cd04f0 | |
parent | 1cafd23ad0ae7b085b1ced40f15fc467a1cda484 (diff) |
update to 1.4.9 (no change)
-rw-r--r-- | php-tecnickcom-tc-lib-unicode.spec | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec index 6ee4a4f..9e94a7d 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 cd10f06a147d2f6f042e04f1f90465df30f6f51c +%global gh_commit d032df898643379ee5bfaa45162fb02defaf16b8 %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.7 +Version: 1.4.9 Release: 1%{?dist} Summary: PHP library containing Unicode methods @@ -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: php(language) >= 5.4 %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) @@ -107,7 +102,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 @@ -128,6 +123,9 @@ exit $ret %changelog +* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.4.9-1 +- update to 1.4.9 (no change) + * Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.4.7-1 - update to 1.4.7 (no change) |