summaryrefslogtreecommitdiffstats
path: root/php-phpmailer6.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpmailer6.spec')
-rw-r--r--php-phpmailer6.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec
index bfe4eca..04b6213 100644
--- a/php-phpmailer6.spec
+++ b/php-phpmailer6.spec
@@ -7,7 +7,7 @@
# Please preserve changelog entries
#
# Github
-%global gh_commit c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3
+%global gh_commit 2c2370ba3df7034f9eb7b8f387c97b52b2ba5ad0
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner PHPMailer
%global gh_project PHPMailer
@@ -19,11 +19,11 @@
%global ns_project PHPMailer
# don't change major version used in package name
%global major 6
-%global with_tests 0%{!?_without_tests:1}
+%bcond_without tests
%global php_home %{_datadir}/php
Name: php-%{pk_project}%{major}
-Version: 6.1.6
+Version: 6.1.7
Release: 1%{?dist}
Summary: Full-featured email creation and transfer class for PHP
@@ -39,7 +39,7 @@ Source2: PHPMailerRpmTest.php
Patch0: %{name}-layout.patch
BuildArch: noarch
-%if %{with_tests}
+%if %{with tests}
BuildRequires: php(language) >= 5.5
BuildRequires: php-ctype
BuildRequires: php-date
@@ -145,7 +145,7 @@ cp -pr language %{buildroot}/%{php_home}/%{ns_vendor}/%{ns_project}%{major}/lang
%check
-%if %{with_tests}
+%if %{with tests}
: Use installed tree and autoloader
mkdir vendor
cat << 'EOF' | tee -a vendor/autoload.php
@@ -196,6 +196,9 @@ exit $ret
%changelog
+* Wed Jul 15 2020 Remi Collet <remi@remirepo.net> - 6.1.7-1
+- update to 6.1.7
+
* Wed May 27 2020 Remi Collet <remi@remirepo.net> - 6.1.6-1
- update to 6.1.6