[rubygem-aws/f13/master] Version bump

Michal Fojtik mfojtik at fedoraproject.org
Wed Jan 12 08:58:08 UTC 2011


commit a1ae269cca32ffb6b260daae78b5a2e796c7ee96
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Wed Jan 12 09:57:52 2011 +0100

    Version bump

 .gitignore       |    1 +
 rubygem-aws.spec |   18 ++++++++++--------
 sources          |    1 +
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f9c32b3..bd4b461 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /aws-2.3.21.gem
 /rubygem-aws-fix-ruby18-compatibility.patch
+/aws-2.3.34.gem
diff --git a/rubygem-aws.spec b/rubygem-aws.spec
index bda3e61..f65a569 100644
--- a/rubygem-aws.spec
+++ b/rubygem-aws.spec
@@ -4,19 +4,16 @@
 
 Summary: Ruby gem for all Amazon Web Services
 Name: rubygem-%{gemname}
-Version: 2.3.21
-Release: 4%{?dist}
+Version: 2.3.34
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/appoxy/aws
 Source0: http://rubygems.org/downloads/%{gemname}-%{version}.gem
-# This patch is needed in order to get this gem work under Ruby 1.8
-# Upstream contacted via email
-Patch0: %{name}-fix-ruby18-compatibility.patch
 Requires: rubygems
 Requires: ruby(abi) = 1.8
 Requires: rubygem(xml-simple)
-Requires: rubygem(right_http_connection)
+Requires: rubygem(http_connection)
 Requires: rubygem(uuidtools)
 Requires: rubygem(activesupport)
 BuildRequires: rubygems
@@ -40,8 +37,6 @@ gem install --local --install-dir %{buildroot}%{gemdir} \
             --force --no-ri --rdoc %{SOURCE0}
 # Fix typo in gemspec
 sed -i -e "s|http_connection|right_http_connection|" %{buildroot}/%{gemdir}/specifications/%{gemname}-%{version}.gemspec
-# Ruby 1.8 compatibility fix
-(cd %{buildroot}/%{geminstdir} && %_bindir/patch -p0 < %{PATCH0})
 
 %check
 
@@ -59,6 +54,13 @@ rm -rf %{buildroot}
 %doc %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Mon Jan 10 2011 Michal Fojtik <mfojtik at redhat.com> - 2.3.34-1
+- Version bump
+
+* Tue Nov 23 2010 Michal Fojtik <mfojtik at redhat.com> - 2.3.26-1
+- Replaced right_http_connection with http_connection
+- Version bump
+
 * Mon Oct 11 2010 Michal Fojtik <mfojtik at redhat.com> - 2.3.21-4
 * Replaced patch path with macro
 
diff --git a/sources b/sources
index de3acce..f38da4e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 8cae0a0b820a3305b3ff354385ef465d  aws-2.3.21.gem
 cbbe8fcaffbdb163806dcc8e3af201bd  rubygem-aws-fix-ruby18-compatibility.patch
+8213105ddc89b0a9545f10d563818065  aws-2.3.34.gem


More information about the scm-commits mailing list