summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-29 12:01:10 +0200
committerRemi Collet <remi@php.net>2023-08-29 12:01:10 +0200
commit2c9ab129ada4291b66f89d67d03259b5bda803a4 (patch)
treecd21f68665e2c8bf9fb893722359c4e13d137aad
parent1ee06d3537bbe7adab33eabf60209b331fd22b78 (diff)
update to 6.8.1
-rw-r--r--composer.json4
-rw-r--r--php-phpmailer6.spec13
2 files changed, 10 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index 37e3d6e..2fd2f4c 100644
--- a/composer.json
+++ b/composer.json
@@ -37,13 +37,13 @@
"ext-hash": "*"
},
"require-dev": {
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
+ "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"doctrine/annotations": "^1.2.6 || ^1.13.3",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
- "squizlabs/php_codesniffer": "^3.7.1",
+ "squizlabs/php_codesniffer": "^3.7.2",
"yoast/phpunit-polyfills": "^1.0.4"
},
"suggest": {
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec
index c02fd56..508d80c 100644
--- a/php-phpmailer6.spec
+++ b/php-phpmailer6.spec
@@ -7,7 +7,7 @@
# Please preserve changelog entries
#
# Github
-%global gh_commit df16b615e371d81fb79e506277faea67a1be18f1
+%global gh_commit e88da8d679acc3824ff231fdc553565b802ac016
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner PHPMailer
%global gh_project PHPMailer
@@ -23,7 +23,7 @@
%global php_home %{_datadir}/php
Name: php-%{pk_project}%{major}
-Version: 6.8.0
+Version: 6.8.1
Release: 1%{?dist}
Summary: Full-featured email creation and transfer class for PHP
@@ -51,13 +51,13 @@ BuildRequires: php-openssl
BuildRequires: php-pcre
BuildRequires: php-fedora-autoloader-devel
# From composer.json, "require-dev": {
-# "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
+# "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
# "doctrine/annotations": "^1.236 || ^1.13.3",
# "php-parallel-lint/php-console-highlighter": "^0.5.0",
# "php-parallel-lint/php-parallel-lint": "^1.3.1",
# "phpcompatibility/php-compatibility": "^9.3.5",
# "roave/security-advisories": "dev-latest",
-# "squizlabs/php_codesniffer": "^3.7.1",
+# "squizlabs/php_codesniffer": "^3.7.2",
# "yoast/phpunit-polyfills": "^1.0.4"
%global phpunit %{_bindir}/phpunit7
BuildRequires: php-composer(yoast/phpunit-polyfills) >= 1.0.0
@@ -132,7 +132,7 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1 -b .rpm
+%patch -P0 -p1 -b .rpm
find src -name \*.rpm -delete
cp %{SOURCE2} test/PHPMailerRpmTest.php
@@ -211,6 +211,9 @@ exit $ret
%changelog
+* Tue Aug 29 2023 Remi Collet <remi@remirepo.net> - 6.8.1-1
+- update to 6.8.1
+
* Mon Mar 6 2023 Remi Collet <remi@remirepo.net> - 6.8.0-1
- update to 6.8.0