summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-29 13:43:50 +0100
committerRemi Collet <remi@php.net>2023-11-29 13:43:50 +0100
commit59a14f1e3a4254a03a9a01fc655497d28c6b94e8 (patch)
treea835006112f2cef3162d6d25d174628e1d5b295b
parentf469c2ab68c4bae8aab87917674957e34545f500 (diff)
update to 2.0.10
raise dependency on tc-lib-pdf-encrypt 2.1
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-pdf-image.spec16
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index ea2440d..c120ccd 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,7 @@
"ext-zlib": "*",
"tecnickcom/tc-lib-file": "^2.0",
"tecnickcom/tc-lib-color": "^2.0",
- "tecnickcom/tc-lib-pdf-encrypt": "^2.0"
+ "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
},
"require-dev": {
"pdepend/pdepend": "2.13.0",
diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec
index 713ba70..68b4f0b 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 8e762cb0163311f3cddc7f21e509f247d53cb17a
+%global gh_commit b532f935ee8eac08b6f94606e105c7e7c5745477
%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.10
Release: 1%{?dist}
Summary: PHP library containing PDF Image methods
@@ -34,14 +34,14 @@ BuildRequires: php-zlib
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
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-color) >= 2.0 with php-composer(%{c_vendor}/tc-lib-color) < 3)
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.0 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
%else
BuildRequires: php-%{c_vendor}-tc-lib-file < 3
BuildRequires: php-%{c_vendor}-tc-lib-file >= 2.0
BuildRequires: php-%{c_vendor}-tc-lib-color < 3
BuildRequires: php-%{c_vendor}-tc-lib-color >= 2.0
BuildRequires: php-%{c_vendor}-tc-lib-pdf-encrypt < 3
-BuildRequires: php-%{c_vendor}-tc-lib-pdf-encrypt >= 2.0
+BuildRequires: php-%{c_vendor}-tc-lib-pdf-encrypt >= 2.1
%endif
%endif
BuildRequires: php-fedora-autoloader-devel
@@ -59,14 +59,14 @@ Requires: php-zlib
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
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-color) >= 2.0 with php-composer(%{c_vendor}/tc-lib-color) < 3)
-Requires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.0 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
+Requires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
%else
Requires: php-%{c_vendor}-tc-lib-file < 3
Requires: php-%{c_vendor}-tc-lib-file >= 2.0
Requires: php-%{c_vendor}-tc-lib-color < 3
Requires: php-%{c_vendor}-tc-lib-color >= 2.0
Requires: php-%{c_vendor}-tc-lib-pdf-encrypt) < 3
-Requires: php-%{c_vendor}-tc-lib-pdf-encrypt) >= 2.0
+Requires: php-%{c_vendor}-tc-lib-pdf-encrypt) >= 2.1
%endif
# From phpcompatinfo report for version 2.0.8
# none
@@ -141,6 +141,10 @@ exit $ret
%changelog
+* Wed Nov 29 2023 Remi Collet <remi@remirepo.net> - 2.0.10-1
+- update to 2.0.10
+- raise dependency on tc-lib-pdf-encrypt 2.1
+
* Tue Nov 28 2023 Remi Collet <remi@remirepo.net> - 2.0.8-1
- initial package, version 2.0.8