summaryrefslogtreecommitdiffstats
path: root/php-swiftmailer.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-swiftmailer.spec')
-rw-r--r--php-swiftmailer.spec15
1 files changed, 6 insertions, 9 deletions
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 <remi@fedoraproject.org> - 5.4.2-1
+- update to 5.4.2
+
* Fri Mar 25 2016 Remi Collet <remi@fedoraproject.org> - 5.4.1-2
- rebuild for remi repository