summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-22 09:12:23 +0100
committerRemi Collet <remi@php.net>2022-12-22 09:12:23 +0100
commit4b96fff13e31f60726d062710bfad3a235344dbd (patch)
treeac300c5df7b3774990cd9d56d6026d6b07f16113
parent41d1bb27762ac3aed885abaa53ccc33154e7e527 (diff)
update to 1.14.18 (no change)
-rw-r--r--php-tecnickcom-tc-lib-color.spec16
1 files changed, 7 insertions, 9 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec
index a90d981..867432a 100644
--- a/php-tecnickcom-tc-lib-color.spec
+++ b/php-tecnickcom-tc-lib-color.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit f9e45c59496418227184626ad31e83470153c11f
+%global gh_commit c430e0b8a8847935a72bc5fcc334d1e4d029e23b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,24 +15,19 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.14.14
+Version: 1.14.18
Release: 1%{?dist}
Summary: PHP library to manipulate various color representations
-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
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.3
BuildRequires: php-pcre
%endif
@@ -91,7 +86,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
+for cmdarg in "php %{phpunit}" php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1
@@ -114,6 +109,9 @@ exit $ret
%changelog
+* Thu Dec 22 2022 Remi Collet <remi@remirepo.net> - 1.14.18-1
+- update to 1.14.18 (no change)
+
* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.14.14-1
- update to 1.14.14 (no change)