summaryrefslogtreecommitdiffstats
path: root/php-swiftmailer.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-02 07:02:23 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-02 07:02:23 +0200
commit729c0a190809f91cded501aab2a5d81be6fd3bc4 (patch)
treefd0f4efa8cc52592b6d69849993bd368231349f7 /php-swiftmailer.spec
parent484fee869117546d1c398a8fd7f7e4c8278b247f (diff)
php-swiftmailer: 5.4.2
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