summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-10 12:34:13 +0200
committerRemi Collet <remi@php.net>2023-10-10 12:34:13 +0200
commit6b4520e53cc25b8659dc977b202b3b90d1159776 (patch)
tree95b6e8ab143f1db19076ce96000836c0ac4d713e
parent33798958896ca649c62bc84c527e39981b938d54 (diff)
update to 3.2.1
-rw-r--r--composer.json4
-rw-r--r--php-tecnickcom-tc-lib-pdf-page.spec9
2 files changed, 7 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 8e7f822..51dea39 100644
--- a/composer.json
+++ b/composer.json
@@ -22,14 +22,12 @@
"ext-date": "*",
"ext-zlib": "*",
"tecnickcom/tc-lib-color": "^1.14",
- "tecnickcom/tc-lib-pdf-encrypt": "^1.6.0"
+ "tecnickcom/tc-lib-pdf-encrypt": "^1.6"
},
"require-dev": {
"pdepend/pdepend": "2.13.0",
- "phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5",
"phpmd/phpmd": "2.13.0",
"phpunit/phpunit": "10.1.2 || 9.6.7 || 8.5.31 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
- "sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4",
"squizlabs/php_codesniffer": "3.7.2 || 2.9.2"
},
"autoload": {
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec
index 6bc7ea7..6a96093 100644
--- a/php-tecnickcom-tc-lib-pdf-page.spec
+++ b/php-tecnickcom-tc-lib-pdf-page.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit df0474afbc546aab0e9ca6562b05084812ee35af
+%global gh_commit a8b0cfcf98801e2643be35e703445d4ff1900adf
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,13 +15,13 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 3.2.0
+Version: 3.2.1
Release: 1%{?dist}
Summary: PHP library containing PDF page formats and definitions
License: LGPL-3.0-or-later
URL: https://github.com/%{gh_owner}/%{gh_project}
-Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz
+Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{?gh_short}.tar.gz
BuildArch: noarch
%if %{with_tests}
@@ -131,6 +131,9 @@ exit $ret
%changelog
+* Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 3.2.1-1
+- update to 3.2.1
+
* Wed Oct 4 2023 Remi Collet <remi@remirepo.net> - 3.2.0-1
- update to 3.2.0