rpms/ruby-aws/F-8 .cvsignore, 1.2, 1.3 ruby-aws.spec, 1.1, 1.2 sources, 1.2, 1.3

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Mon Apr 14 15:33:35 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/ruby-aws/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23881/F-8

Modified Files:
	.cvsignore ruby-aws.spec sources 
Log Message:
* Tue Apr 15 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.1.0-1
- 0.1.0
- Description, etc, synced to upstream



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ruby-aws/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Apr 2008 03:48:42 -0000	1.2
+++ .cvsignore	14 Apr 2008 15:32:56 -0000	1.3
@@ -1 +1 @@
-ruby-aws-0.0.2.tar.gz
+ruby-aws-0.1.0.tar.gz


Index: ruby-aws.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-aws/F-8/ruby-aws.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-aws.spec	4 Apr 2008 03:48:42 -0000	1.1
+++ ruby-aws.spec	14 Apr 2008 15:32:56 -0000	1.2
@@ -2,7 +2,7 @@
 %define		rubyabi		1.8
 
 Name:		ruby-aws
-Version:	0.0.2
+Version:	0.1.0
 Release:	1%{?dist}
 Summary:	Ruby interface to Amazon Web Services
 Group:		Development/Languages
@@ -14,24 +14,26 @@
 
 BuildArch:	noarch
 BuildRequires:	ruby
-BuildRequires:	ruby-devel
+#BuildRequires:	ruby-devel
 BuildRequires:	ruby(abi) = %{rubyabi}
 Requires:	ruby(abi) = %{rubyabi}
 Requires:	ruby
 Provides:	ruby(aws) = %{version}-%{release}
-# Obsoletes but not Provides, actually doesn't provide
+# Obsoletes but not Provides, because Ruby/Amazon API is obsolete.
 Obsoletes:	ruby-amazon < 0.9.4
 
 %description
-Ruby/AWS is the follow-up to Ruby/Amazon. See the NOTES file for more
-information.
-
 Ruby/AWS is a Ruby language library that allows the programmer to retrieve
-information from the popular Amazon Web site via Amazon Web Services. In
-addition to the original amazon.com site, amazon.co.uk, amazon.de, amazon.fr,
-amazon.ca and amazon.co.jp are also supported.
+information from Amazon via the Associate Web Service. In addition to the
+original amazon.com site, amazon.co.uk, amazon.de, amazon.fr, amazon.ca and
+amazon.co.jp are also supported.
+
+In addition to wrapping the AWS API, Ruby/AWS provides geolocation of clients,
+transparent fetching of all hits for a given search (not just the first 10)
+and a host of other features.
+
+Ruby/AWS supersedes Ruby/Amazon.
 
-This library supports significant functionality in the AWS v4 API.
 
 %package	doc
 Summary:	Documentation for %{name}
@@ -64,7 +66,7 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING
-%doc NOTES
+%doc NEWS
 %doc README*
 
 %{ruby_sitelib}/amazon.rb
@@ -75,6 +77,10 @@
 %doc example/
 
 %changelog
+* Tue Apr 15 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.1.0-1
+- 0.1.0
+- Description, etc, synced to upstream
+
 * Sat Mar 29 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.0.2-1
 - Initial packaging, based on the spec file by developer
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ruby-aws/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Apr 2008 03:48:42 -0000	1.2
+++ sources	14 Apr 2008 15:32:56 -0000	1.3
@@ -1 +1 @@
-dfa123d2755171b823ec746b42ef62ac  ruby-aws-0.0.2.tar.gz
+3b7d2d0f0982b1a2ac58f76577ec9356  ruby-aws-0.1.0.tar.gz




More information about the fedora-extras-commits mailing list