diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-25 18:23:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-25 18:23:12 +0100 |
commit | d02603e3a108e0bd18ba4ffdb17beecc29cfa544 (patch) | |
tree | 940f57b3bd9a81fa454b24f1518d9aa4d016d7f2 /php-Monolog.spec | |
parent | fef9cd6ce258b9aa455028709049a607e2ef33bf (diff) |
php-Monolog: cleanup
Diffstat (limited to 'php-Monolog.spec')
-rw-r--r-- | php-Monolog.spec | 12 |
1 files 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 <shawn.iwinski@gmail.com> +# Copyright (c) 2012-2016 Shawn Iwinski <shawn.iwinski@gmail.com> # # 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 <remi@remirepo.net> - 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 <shawn.iwinski@gmail.com> - 1.17.2-1 - Updated to 1.17.2 (RHBZ #1271882) |