summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-28 15:23:49 +0100
committerRemi Collet <remi@php.net>2023-11-28 15:23:49 +0100
commitf37175b1cbf905918c7b98257b8a44a224454b42 (patch)
tree5b3e1c3e54ca9f903dd7211cbfe014313b3f0a90
parenteb9cfd451efbcfdb64d1aa3e153625b5d8513e18 (diff)
update to 2.0.9 (no change)
-rw-r--r--php-tecnickcom-tc-lib-pdf-graph.spec16
1 files changed, 6 insertions, 10 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec
index 26362cb..2f33673 100644
--- a/php-tecnickcom-tc-lib-pdf-graph.spec
+++ b/php-tecnickcom-tc-lib-pdf-graph.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit c1b9ad0267553dc839ae0d87797e623e7434b735
+%global gh_commit 82ad3af5b08c7552a157f194d41f83e6c514fe41
%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.8
+Version: 2.0.9
Release: 1%{?dist}
Summary: PHP library containing PDF graphic and geometric 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-color) >= 2.0 with php-composer(%{c_vendor}/tc-lib-color) < 3)
@@ -112,7 +105,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
@@ -137,6 +130,9 @@ exit $ret
%changelog
+* Tue Nov 28 2023 Remi Collet <remi@remirepo.net> - 2.0.9-1
+- update to 2.0.9 (no change)
+
* Thu Nov 23 2023 Remi Collet <remi@remirepo.net> - 2.0.8-1
- update to 2.0.8