summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-page.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-page.spec')
-rw-r--r--php-tecnickcom-tc-lib-pdf-page.spec39
1 files changed, 32 insertions, 7 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec
index 9eb86bf..5a5365c 100644
--- a/php-tecnickcom-tc-lib-pdf-page.spec
+++ b/php-tecnickcom-tc-lib-pdf-page.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit aedaed4127feb73f611b9e857cb7b4e084cc72bb
+%global gh_commit e0fa8bd5cc28d1c5b026a15ff036f118a0bbbc72
%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: 4.2.7
+Version: 4.3.3
Release: 1%{?dist}
Summary: PHP library containing PDF page formats and definitions
@@ -27,9 +27,9 @@ BuildArch: noarch
%if %{with_tests}
# For tests
%global phpunit %{_bindir}/phpunit10
-BuildRequires: phpunit10 >= 10.5.40
+BuildRequires: phpunit10 >= 10.5.58
BuildRequires: php(language) >= 8.1
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.2 with php-composer(%{c_vendor}/tc-lib-color) < 3)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.3 with php-composer(%{c_vendor}/tc-lib-color) < 3)
BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
BuildRequires: php-date
BuildRequires: php-zlib
@@ -40,12 +40,12 @@ BuildRequires: php-fedora-autoloader-devel
# "php": ">=8.1"
# "ext-date": "*",
# "ext-zlib": "*",
-# "tecnickcom/tc-lib-color": "^2.2"
+# "tecnickcom/tc-lib-color": "^2.3"
# "tecnickcom/tc-lib-pdf-encrypt": "^2.0",
Requires: php(language) >= 8.1
Requires: php-date
Requires: php-zlib
-Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.2 with php-composer(%{c_vendor}/tc-lib-color) < 3)
+Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.3 with php-composer(%{c_vendor}/tc-lib-color) < 3)
Requires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
# From phpcompatinfo report for version 2.0.1
# None
@@ -95,7 +95,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in php php81 php82 php83 php84; do
+for cmdarg in php php81 php82 php83 php84 php85; do
if which $cmdarg; then
set $cmdarg
cp phpunit.xml.dist phpunit.xml
@@ -117,6 +117,31 @@ exit $ret
%changelog
+* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 4.3.3-1
+- update to 4.3.3
+
+* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 4.3.2-1
+- update to 4.3.2
+
+* Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 4.2.19-1
+- update to 4.2.19 (no change)
+- raise dependency on tc-lib-color 2.2
+
+* Fri Dec 5 2025 Remi Collet <remi@remirepo.net> - 4.2.18-1
+- update to 4.2.18
+
+* Thu Dec 4 2025 Remi Collet <remi@remirepo.net> - 4.2.16-1
+- update to 4.2.16 (no change)
+
+* Sat Nov 29 2025 Remi Collet <remi@remirepo.net> - 4.2.15-1
+- update to 4.2.15
+
+* Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 4.2.12-1
+- update to 4.2.12 (no change)
+
+* Tue May 20 2025 Remi Collet <remi@remirepo.net> - 4.2.9-1
+- update to 4.2.9 (no change)
+
* Tue May 13 2025 Remi Collet <remi@remirepo.net> - 4.2.7-1
- update to 4.2.7 (no change)