[php-aws-sdk] Fix php-guzzle-Guzzle max version (3.9.0 => 3.9.9)

Shawn Iwinski siwinski at fedoraproject.org
Mon Aug 4 15:58:12 UTC 2014


commit d3aa21778d40298699311f4f3f272f3ee0a92b78
Author: Shawn Iwinski <siwinski at redhat.com>
Date:   Mon Aug 4 11:57:53 2014 -0400

    Fix php-guzzle-Guzzle max version (3.9.0 => 3.9.9)

 php-aws-sdk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-aws-sdk.spec b/php-aws-sdk.spec
index 6706870..2532959 100644
--- a/php-aws-sdk.spec
+++ b/php-aws-sdk.spec
@@ -4,7 +4,7 @@
 
 Name:		php-aws-sdk
 Version:	2.6.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Amazon Web Services framework for PHP
 
 License:	ASL 2.0
@@ -41,7 +41,7 @@ Requires:	php-Monolog
 Requires:	php-Monolog-dynamo
 Requires:	php-symfony-yaml
 Requires:	php-guzzle-Guzzle >= 3.7.0
-Requires:	php-guzzle-Guzzle < 3.9.0
+Requires:	php-guzzle-Guzzle < 3.9.9
 Provides:	php-pear(%{pear_name}) = %{version}
 Provides:	php-pear(%{channelname}/%{pear_name}) = %{version}
 
@@ -102,6 +102,9 @@ fi
 
 
 %changelog
+* Mon Aug 04 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 2.6.1-3
+- Fix php-guzzle-Guzzle max version (3.9.0 => 3.9.9)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list