From a51b0ae0ebd8ffa63787f6da51ef1563f5a7a0e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 May 2017 18:10:05 +0200 Subject: v5.4.8 --- php-swiftmailer.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-swiftmailer.spec b/php-swiftmailer.spec index 74b1c66..7748c76 100644 --- a/php-swiftmailer.spec +++ b/php-swiftmailer.spec @@ -6,7 +6,7 @@ # # Please preserve changelog entries # -%global gh_commit 56db4ed32a6d5c9824c3ecc1d2e538f663f47eb4 +%global gh_commit 9a06dc570a0367850280eefd3f1dc2da45aef517 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner swiftmailer %global gh_project swiftmailer @@ -14,7 +14,7 @@ %global php_home %{_datadir}/php Name: php-%{gh_project} -Version: 5.4.7 +Version: 5.4.8 Release: 1%{?dist} Summary: Free Feature-rich PHP Mailer @@ -31,7 +31,8 @@ BuildRequires: php-fedora-autoloader-devel # "mockery/mockery": "~0.9.1", # "symfony/phpunit-bridge": "~3.2" BuildRequires: php-composer(mockery/mockery) >= 0.9.1 -BuildRequires: php-composer(symfony/phpunit-bridge) >= 0.9.1 +# SF3 don't provides this package for now +BuildRequires: php-composer(symfony/phpunit-bridge) < 3 %endif # From composer.json, "require": { @@ -130,6 +131,9 @@ exit $ret %changelog +* Wed May 10 2017 Remi Collet - 5.4.8-1 +- Update to 5.4.8 + * Fri Apr 21 2017 Remi Collet - 5.4.7-1 - Update to 5.4.7 -- cgit