summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-pdf-font.spec21
2 files changed, 14 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 3e1d0d4..545b9d5 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,7 @@
"ext-json": "*",
"ext-pcre": "*",
"ext-zlib": "*",
- "tecnickcom/tc-lib-file": "^2.0",
+ "tecnickcom/tc-lib-file": "^2.1",
"tecnickcom/tc-lib-unicode-data": "^2.0",
"tecnickcom/tc-lib-pdf-encrypt": "^2.1"
},
diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec
index 16df05c..3d5e69f 100644
--- a/php-tecnickcom-tc-lib-pdf-font.spec
+++ b/php-tecnickcom-tc-lib-pdf-font.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-font
#
-# Copyright (c) 2023-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2023-2024 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
-%global gh_commit d8afaba6b117be8b90642b708c34c7fde60eabeb
+%global gh_commit b13ed8ac002b34454f1a62223168612fb9adc83c
%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.6.2
+Version: 2.6.4
Release: 1%{?dist}
Summary: PHP library containing PDF page formats and definitions
@@ -38,7 +38,7 @@ BuildRequires: php-json
BuildRequires: php-pcre
BuildRequires: php-spl
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.1 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.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
%endif
@@ -49,7 +49,7 @@ BuildRequires: php-fedora-autoloader-devel
# "ext-json": "*",
# "ext-pcre": "*",
# "ext-zlib": "*",
-# "tecnickcom/tc-lib-file": "^2.0",
+# "tecnickcom/tc-lib-file": "^2.1",
# "tecnickcom/tc-lib-unicode-data": "^2.0",
# "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
Requires: php(language) >= 8.0
@@ -57,7 +57,7 @@ Requires: php-json
Requires: php-pcre
Requires: php-spl
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.1 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.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
# From phpcompatinfo report for version 2.0.8
@@ -143,6 +143,11 @@ exit $ret
%changelog
+* Mon Dec 23 2024 Remi Collet <remi@remirepo.net> - 2.6.4-1
+- update to 2.6.4
+- raise dependency on tecnickcom/tc-lib-file 2.1
+- re-license spec file to CECILL-2.1
+
* Mon Nov 25 2024 Remi Collet <remi@remirepo.net> - 2.6.2-1
- update to 2.6.2 (no change)