summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-parser.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-22 14:07:04 +0100
committerRemi Collet <remi@php.net>2023-11-22 14:07:04 +0100
commit2ed144e2a3ccfd96f4ffd18d4f2595f80b2ee646 (patch)
tree1288775acfa74050ab739d1028db04783c6a004b /php-tecnickcom-tc-lib-pdf-parser.spec
parenta117bed6cf3444d8f8aa6c740e25eb233a7c670f (diff)
update to 3.0.4
raise dependency on PHP 8 raise dependency on tc-lib-pdf-filter 2.0
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-parser.spec')
-rw-r--r--php-tecnickcom-tc-lib-pdf-parser.spec31
1 files changed, 18 insertions, 13 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec
index d1b58cd..fc226da 100644
--- a/php-tecnickcom-tc-lib-pdf-parser.spec
+++ b/php-tecnickcom-tc-lib-pdf-parser.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 668b3c41d28d7791caed257e457279f89df4151a
+%global gh_commit 2fe8eed647003809a691c4dc3eb2de50f31cff77
%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.4.33
+Version: 3.0.4
Release: 1%{?dist}
Summary: PHP library to parse PDF documents
@@ -29,34 +29,34 @@ BuildArch: noarch
# remirepo:1
%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10
%global phpunit %{_bindir}/phpunit10
-BuildRequires: phpunit10
+BuildRequires: phpunit10 >= 10.1.2
# remirepo:4
%else
%global phpunit %{_bindir}/phpunit9
-BuildRequires: phpunit9 >= 9.5.27
+BuildRequires: phpunit9 >= 9.6.13
%endif
-BuildRequires: php(language) >= 5.4
+BuildRequires: php(language) >= 8.0
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 1.4 with php-composer(%{c_vendor}/tc-lib-pdf-filter) < 2)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0 with php-composer(%{c_vendor}/tc-lib-pdf-filter) < 3)
%else
-BuildRequires: php-%{c_vendor}-tc-lib-pdf-filter < 2
-BuildRequires: php-%{c_vendor}-tc-lib-pdf-filter >= 1.4
+BuildRequires: php-%{c_vendor}-tc-lib-pdf-filter < 3
+BuildRequires: php-%{c_vendor}-tc-lib-pdf-filter >= 2.0
%endif
BuildRequires: php-pcre
%endif
BuildRequires: php-fedora-autoloader-devel
# From composer.json, "require": {
-# "php": ">=5.4"
+# "php": ">=8.0"
# "ext-pcre": "*",
-# "tecnickcom/tc-lib-pdf-filter": "^1.4"
+# "tecnickcom/tc-lib-pdf-filter": "^2.0"
Requires: php(language) >= 5.4
Requires: php-pcre
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
-Requires: (php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 1.4 with php-composer(%{c_vendor}/tc-lib-pdf-filter) < 2)
+Requires: (php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0 with php-composer(%{c_vendor}/tc-lib-pdf-filter) < 3)
%else
-Requires: php-%{c_vendor}-tc-lib-pdf-filter < 2
-Requires: php-%{c_vendor}-tc-lib-pdf-filter >= 1.4
+Requires: php-%{c_vendor}-tc-lib-pdf-filter < 3
+Requires: php-%{c_vendor}-tc-lib-pdf-filter >= 2.0
%endif
# From phpcompatinfo report for version 2.1.0
# None
@@ -136,6 +136,11 @@ exit $ret
%changelog
+* Wed Nov 22 2023 Remi Collet <remi@remirepo.net> - 3.0.4-1
+- update to 3.0.4
+- raise dependency on PHP 8
+- raise dependency on tc-lib-pdf-filter 2.0
+
* Mon Oct 23 2023 Remi Collet <remi@remirepo.net> - 2.4.33-1
- update to 2.4.33 (no change)