From d02603e3a108e0bd18ba4ffdb17beecc29cfa544 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Mar 2016 18:23:12 +0100 Subject: php-Monolog: cleanup --- php-Monolog.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/php-Monolog.spec b/php-Monolog.spec index 4b34423..74d5af8 100644 --- a/php-Monolog.spec +++ b/php-Monolog.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-Monolog # -# Copyright (c) 2012-2015 Shawn Iwinski +# Copyright (c) 2012-2016 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -50,7 +50,7 @@ License: MIT URL: https://github.com/%{github_owner}/%{github_name} Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz -# https://github.com/Seldaek/monolog/pull/756 +# https://github.com/Seldaek/monolog/pull/757 Patch0: %{name}-pr756.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -126,8 +126,8 @@ Conflicts: php-aws-sdk < %{aws_min_ver} Conflicts: php-aws-sdk >= %{aws_max_ver} Conflicts: php-Raven < %{raven_min_ver} Conflicts: php-Raven >= %{raven_max_ver} -Conflicts: php-composer(swiftmailer/swiftmailer) < %{swift_min_ver} -Conflicts: php-composer(swiftmailer/swiftmailer) >= %{swift_max_ver} +Conflicts: php-swiftmailer < %{swift_min_ver} +Conflicts: php-swiftmailer >= %{swift_max_ver} %description @@ -283,6 +283,10 @@ rm -rf %{buildroot} %changelog * Fri Mar 25 2016 Remi Collet - 1.18.1-1 - update to 1.18.1 +- use php-swiftmailer instead of old php-swift-Swift +- install optional dependencies during the build for tests +- add patch for missing property, breaking test suite + open https://github.com/Seldaek/monolog/pull/757 * Thu Oct 15 2015 Shawn Iwinski - 1.17.2-1 - Updated to 1.17.2 (RHBZ #1271882) -- cgit