diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-16 08:01:11 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-16 08:01:11 +0200 |
| commit | b6de83bf153acb4955edeee77186e72b6554b51a (patch) | |
| tree | 4440d4188151d2b70924505d052b219c37f195f5 /php-phpmailer7.spec | |
| parent | ebe134d3a5886ffe1aa13f3b6e8300f999ed6ab2 (diff) | |
Diffstat (limited to 'php-phpmailer7.spec')
| -rw-r--r-- | php-phpmailer7.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/php-phpmailer7.spec b/php-phpmailer7.spec index 781ea41..5da7724 100644 --- a/php-phpmailer7.spec +++ b/php-phpmailer7.spec @@ -7,8 +7,6 @@ # Please preserve changelog entries # # Github -%global gh_commit ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner PHPMailer %global gh_project PHPMailer # Packagist @@ -23,14 +21,14 @@ %global php_home %{_datadir}/php Name: php-%{pk_project}%{major} -Version: 7.0.2 +Version: 7.1.0 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP License: LGPL-2.1-only URL: https://github.com/%{gh_owner}/%{gh_project} # git snapshot to get upstream test suite -Source0: %{name}-%{version}-%{gh_short}.tgz +Source0: %{name}-%{version}.tgz Source1: makesrc.sh # Simple unit test for packaging Source2: PHPMailerRpmTest.php @@ -121,7 +119,7 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php %prep -%setup -q -n %{gh_project}-%{gh_commit} +%setup -q -n %{gh_project}-%{version} %patch -P0 -p1 -b .rpm find src -name \*.rpm -delete @@ -204,6 +202,9 @@ exit $ret %changelog +* Sat May 16 2026 Remi Collet <remi@remirepo.net> - 7.1.0-1 +- update to 7.1.0 + * Mon Jan 12 2026 Remi Collet <remi@remirepo.net> - 7.0.2-1 - update to 7.0.2 |
