summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-05-28 07:59:21 +0200
committerRemi Collet <remi@php.net>2025-05-28 07:59:21 +0200
commitfd894e4eb92d417f00190553cdba50d41cedb393 (patch)
tree3d31db5a989fac2205b967b01b404cfab9c0bfdb
parent4654ce7ca5bc16efbace94d38335fb22ad2c6aa1 (diff)
update to 2.1.12HEADmaster
raise dependency on tc-lib-file 2.2
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-pdf-image.spec14
2 files changed, 10 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 36b4f5e..94b02f2 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
"php": ">=8.1",
"ext-gd": "*",
"ext-zlib": "*",
- "tecnickcom/tc-lib-file": "^2.1",
+ "tecnickcom/tc-lib-file": "^2.2",
"tecnickcom/tc-lib-color": "^2.2",
"tecnickcom/tc-lib-pdf-encrypt": "^2.1"
},
diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec
index 8b51029..dacea7d 100644
--- a/php-tecnickcom-tc-lib-pdf-image.spec
+++ b/php-tecnickcom-tc-lib-pdf-image.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 9271336272f6597be0b065c73e5ffe1104ade83b
+%global gh_commit 29b57692928123fd7408452b834489a375545dab
%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.1.10
+Version: 2.1.12
Release: 1%{?dist}
Summary: PHP library containing PDF Image methods
@@ -31,7 +31,7 @@ BuildRequires: phpunit10 >= 10.5.40
BuildRequires: php(language) >= 8.1
BuildRequires: php-gd
BuildRequires: php-zlib
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.0 with php-composer(%{c_vendor}/tc-lib-file) < 3)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.2 with php-composer(%{c_vendor}/tc-lib-file) < 3)
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-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
%endif
@@ -41,13 +41,13 @@ BuildRequires: php-fedora-autoloader-devel
# "php": ">=8.1",
# "ext-gd": "*",
# "ext-zlib": "*",
-# "tecnickcom/tc-lib-file": "^2.0",
+# "tecnickcom/tc-lib-file": "^2.2",
# "tecnickcom/tc-lib-color": "^2.2",
# "tecnickcom/tc-lib-pdf-encrypt": "^2.0"
Requires: php(language) >= 8.1
Requires: php-gd
Requires: php-zlib
-Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.0 with php-composer(%{c_vendor}/tc-lib-file) < 3)
+Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.2 with php-composer(%{c_vendor}/tc-lib-file) < 3)
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-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
# From phpcompatinfo report for version 2.0.8
@@ -122,6 +122,10 @@ exit $ret
%changelog
+* Wed May 28 2025 Remi Collet <remi@remirepo.net> - 2.1.12-1
+- update to 2.1.12
+- raise dependency on tc-lib-file 2.2
+
* Wed May 14 2025 Remi Collet <remi@remirepo.net> - 2.1.10-1
- update to 2.1.10 (no change)