summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-22 07:25:56 +0100
committerRemi Collet <remi@php.net>2024-03-22 07:25:56 +0100
commitb4acbe19a2f4b7b4695bf8a645ad5f8ffe13fd16 (patch)
tree50742d3df5a8ad19dee08f4a16b1306d3aadf234
parent35a12957528be10603671f9fabf4cee5bb423fa3 (diff)
update to 2.2.0
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-pdf-font.spec17
2 files changed, 11 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 96d17df..5637ba9 100644
--- a/composer.json
+++ b/composer.json
@@ -27,7 +27,7 @@
"ext-zlib": "*",
"tecnickcom/tc-lib-file": "^2.0",
"tecnickcom/tc-lib-unicode-data": "^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-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec
index 24c2a82..25510e3 100644
--- a/php-tecnickcom-tc-lib-pdf-font.spec
+++ b/php-tecnickcom-tc-lib-pdf-font.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 9cd99255138302fe00863319d865890ffecf99b8
+%global gh_commit af272b807d6ca7a6dc89ea18d4c6c0decbd1304b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -16,7 +16,7 @@
%global font_version 2.1.0
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.1.1
+Version: 2.2.0
Release: 1%{?dist}
Summary: PHP library containing PDF page formats and definitions
@@ -41,14 +41,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-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 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-unicode-data < 3
BuildRequires: php-%{c_vendor}-tc-lib-unicode-data >= 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
@@ -60,7 +60,7 @@ BuildRequires: php-fedora-autoloader-devel
# "ext-zlib": "*",
# "tecnickcom/tc-lib-file": "^2.0",
# "tecnickcom/tc-lib-unicode-data": "^2.0",
-# "tecnickcom/tc-lib-pdf-encrypt": "^2.0"
+# "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
Requires: php(language) >= 5.4
Requires: php-json
Requires: php-pcre
@@ -69,14 +69,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-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 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-unicode-data < 3
Requires: php-%{c_vendor}-tc-lib-unicode-data >= 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
@@ -163,6 +163,9 @@ exit $ret
%changelog
+* Fri Mar 22 2024 Remi Collet <remi@remirepo.net> - 2.2.0-1
+- update to 2.2.0
+
* Mon Jan 29 2024 Remi Collet <remi@remirepo.net> - 2.1.1-1
- update to 2.1.1