From 729c0a190809f91cded501aab2a5d81be6fd3bc4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 May 2016 07:02:23 +0200 Subject: php-swiftmailer: 5.4.2 --- php-swiftmailer.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'php-swiftmailer.spec') diff --git a/php-swiftmailer.spec b/php-swiftmailer.spec index 05454f4..bf36910 100644 --- a/php-swiftmailer.spec +++ b/php-swiftmailer.spec @@ -6,7 +6,7 @@ # # Please preserve changelog entries # -%global gh_commit 0697e6aa65c83edf97bb0f23d8763f94e3f11421 +%global gh_commit d8db871a54619458a805229a057ea2af33c753e8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner swiftmailer %global gh_project swiftmailer @@ -14,8 +14,8 @@ %global php_home %{_datadir}/php Name: php-%{gh_project} -Version: 5.4.1 -Release: 2%{?dist} +Version: 5.4.2 +Release: 1%{?dist} Summary: Free Feature-rich PHP Mailer Group: Development/Libraries @@ -23,10 +23,6 @@ License: MIT URL: http://www.swiftmailer.org/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz -# Upstream patches -# Fix test bootstrap and disable gc to avoid segfault -Patch0: %{gh_project}-upstream.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} @@ -77,8 +73,6 @@ Autoloader: %{php_home}/Swift/swift_required.php %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 - # Install using the same layout than the old PEAR package mv lib/swift_required_pear.php lib/swift_required.php rm lib/swiftmailer_generate_mimes_config.php @@ -154,6 +148,9 @@ rm -rf %{buildroot} %changelog +* Mon May 2 2016 Remi Collet - 5.4.2-1 +- update to 5.4.2 + * Fri Mar 25 2016 Remi Collet - 5.4.1-2 - rebuild for remi repository -- cgit