[php-aws-sdk/f19] Update to latest 2.4.x version

Joseph Marrero jmarrero at fedoraproject.org
Sun Mar 16 18:47:10 UTC 2014


commit a902623763993144f09a81b3d50a981a8176f5f9
Author: Joseph Marrero <jmarrero at fedoraproject.org>
Date:   Sun Mar 16 14:46:13 2014 -0400

    Update to latest 2.4.x version

 php-aws-sdk.spec |   26 ++++++++------------------
 1 files changed, 8 insertions(+), 18 deletions(-)
---
diff --git a/php-aws-sdk.spec b/php-aws-sdk.spec
index 46001e7..af0a3b0 100644
--- a/php-aws-sdk.spec
+++ b/php-aws-sdk.spec
@@ -3,8 +3,8 @@
 %global channelname pear.amazonwebservices.com
 
 Name:		php-aws-sdk
-Version:	2.5.0
-Release:	5%{?dist}
+Version:	2.4.12
+Release:	1%{?dist}
 Summary:	Amazon Web Services framework for PHP
 
 License:	ASL 2.0
@@ -38,10 +38,9 @@ Requires:	php-pcre
 Requires:	php-session
 Requires:	php-sqlite3
 Requires:	php-Monolog
-Requires:	php-Monolog-dynamo
-Requires:	php-symfony-yaml
+Requires:	php-symfony2-Yaml
 Requires:	php-guzzle-Guzzle >= 3.7.0
-Requires:	php-guzzle-Guzzle < 3.9.0
+Requires:	php-guzzle-Guzzle < 3.8
 Provides:	php-pear(%{pear_name}) = %{version}
 Provides:	php-pear(%{channelname}/%{pear_name}) = %{version}
 
@@ -64,6 +63,8 @@ sed -e '/_samples/s/role="php"/role="doc"/' \
         -e '/README/s/role="php"/role="doc"/' \
         package2.xml >%{pear_name}-%{version}/%{name}.xml
 
+#remove aws.phar
+rm %{pear_name}-%{version}/aws.phar
 %build
 # Empty build section, most likely nothing required.
 
@@ -73,7 +74,6 @@ cd %{pear_name}-%{version}
 %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml
 
 # Clean up unnecessary files
-rm $RPM_BUILD_ROOT%{pear_phpdir}/AWSSDKforPHP/aws.phar
 %if 0%{?rhel}
 rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??*
 %else
@@ -102,18 +102,8 @@ fi
 
 
 %changelog
-* Fri Jan 03 2014 Joseph Marrero <jmarrero at fedoraproject.org> - 2.5.0-5
-- Remove the aws.phar with other uneaded files on %%install
-* Fri Jan 03 2014 Joseph Marrero <jmarrero at fedoraproject.org> - 2.5.0-4
-- Keep the aws.phar file for workaround on install
-* Thu Jan 02 2014 Joseph Marrero <jmarrero at fedoraproject.org> - 2.5.0-3
-- Fix file installation
-* Mon Dec 30 2013 Joseph Marrero <jmarrero at fedoraproject.org> - 2.5.0-2
-- add php-Monolog-dynamo dependency
-- update naming on dependency php-symfony-yaml
-- fix max version require on guzzle dependency
-* Sun Dec 29 2013 Joseph Marrero <jmarrero at fedoraproject.org> - 2.5.0-1
-- update to latest upstrean version
+* Sun Mar 16 2014 Joseph Marrero <jmarrero at fedoraproject.org> - 2.4.12-1
+- Update to latest upstream version
 * Mon Nov 18 2013 Joseph Marrero <jmarrero at fedoraproject.org> - 2.4.10-1
 - update to latest upstream version
 - add php-symfony2-Yaml(version2) and php-Monolog


More information about the scm-commits mailing list