summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-23 09:43:36 +0200
committerRemi Collet <remi@remirepo.net>2019-04-23 09:43:36 +0200
commitbe9302de26f9eb7289a6969fa3e8d7cd44808282 (patch)
tree09fccd5c4bbc32e4ada6be1627300489228712d4
parenta64abb8278b5258dbb9763ee4e03fa8689d1b182 (diff)
v6.2.1
-rw-r--r--php-swiftmailer6.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-swiftmailer6.spec b/php-swiftmailer6.spec
index e53f1a2..dc0de06 100644
--- a/php-swiftmailer6.spec
+++ b/php-swiftmailer6.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-swiftmailer6
#
-# Copyright (c) 2016-2018 Remi Collet
+# Copyright (c) 2016-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please preserve changelog entries
#
-%global gh_commit 6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707
+%global gh_commit 5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner swiftmailer
%global gh_project swiftmailer
@@ -16,7 +16,7 @@
%global php_home %{_datadir}/php
Name: php-%{gh_project}%{major}
-Version: 6.2.0
+Version: 6.2.1
Release: 1%{?dist}
Summary: Free Feature-rich PHP Mailer
@@ -150,7 +150,7 @@ EOF
: Run upstream test suite
ret=0
-for cmd in php php70 php71 php72 php73; do
+for cmd in php php71 php72 php73; do
if which $cmd; then
$cmd %{_bindir}/phpunit6 --exclude smoke --verbose || ret=1
fi
@@ -170,6 +170,9 @@ exit $ret
%changelog
+* Tue Apr 23 2019 Remi Collet <remi@remirepo.net> - 6.2.1-1
+- update to 6.2.1
+
* Mon Mar 11 2019 Remi Collet <remi@remirepo.net> - 6.2.0-1
- update to 6.2.0