[rubygem-aeolus-image/f17] updated to 0.4.0 release

Mo Morsi mmorsi at fedoraproject.org
Mon May 7 07:52:46 UTC 2012


commit fec45df08721cb76a6227364c0e503d09c7c5e77
Author: Mo Morsi <mmorsi at redhat.com>
Date:   Mon May 7 09:51:09 2012 +0200

    updated to 0.4.0 release

 .gitignore                |    1 +
 rubygem-aeolus-image.spec |   65 ++++++++++++++++++++++++++++++++++++--------
 sources                   |    2 +-
 3 files changed, 55 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 492fdc1..10716e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /aeolus-image-0.0.1.gem
 /aeolus-image-0.1.0.gem
+/aeolus-image-0.4.0.gem
diff --git a/rubygem-aeolus-image.spec b/rubygem-aeolus-image.spec
index fe0200d..61af785 100644
--- a/rubygem-aeolus-image.spec
+++ b/rubygem-aeolus-image.spec
@@ -1,30 +1,28 @@
 %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %global gemname aeolus-image
 %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
+%if 0%{?fedora} > 16
+%global rubyabi 1.9.1
+%else
 %global rubyabi 1.8
+%endif
+
 
 Summary: Ruby Client for interacting with Image Warehouse and Image Factory
 Name: rubygem-aeolus-image
-Version: 0.1.0
-Release: 4%{?extra_release}%{?dist}
+Version: 0.4.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: ASL 2.0
 URL: http://aeolusproject.org
 
-# The source for this packages was pulled from the upstream's git repo.
-# Use the following commands to generate the gem
-# git clone  git://git.fedorahosted.org/aeolus/conductor.git
-# git checkout next
-# cd services/image_factory/aeolus-image
-# rake gem
-# grab image_factory_console-0.0.1.gem from the pkg subdir
 Source0: %{gemname}-%{version}.gem
 
 Requires: ruby(abi) = %{rubyabi}
 Requires: rubygems
 Requires: rubygem(nokogiri) >= 1.4.0
 Requires: rubygem(rest-client)
-Requires: rubygem(imagefactory-console) >= 0.4.0
+Requires: rubygem(oauth)
 
 BuildRequires: ruby
 BuildRequires: rubygems
@@ -60,8 +58,51 @@ rm -rf %{buildroot}%{gemdir}/gems/%{gemname}-%{version}/.yardoc
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 %changelog
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Wed Feb 15 2012 Mo Morsi <mmorsi at redhat.com> - 0.3.0-3
+- updated to ruby 1.9
+
+* Mon Jan 09 2012 Steve Linabery <slinaber at redhat.com> - 0.3.0-2
+- d0624e1 Add provider_account-filtered 'provider images' method to build model
+- 8108b42 Remove extra_release from spec.in
+- fc06460 Bump version
+- 2e7977a Add Changelog entry for 0.3.0-1
+
+* Wed Jan 04 2012 Steve Linabery <slinaber at redhat.com> - 0.3.0-1
+- c13b654 Changes to build behavior in rpmtask.rb, Rakefile
+- dd1bab7 Create an Aeolus::Image.import method
+- 9b6cfd2 Fix a bug with repeat invocations of .imported?
+- d1d97b0 WarehouseModel objects now implement a set_attr instance method.
+- 68aa3fb Adds imported? method to Warehouse::Image
+- 8a65b83 BZ#753917 Added Target to Builder
+- 64c2ac5 Added ASL license header to files
+- 0132975 Bump version for ongoing development on master branch
+- 74dba63 Bump release for 0.2.0 RC
+
+* Thu Dec  1 2011 Steve Linabery <slinaber at redhat.com> - 0.2.0-1
+- d451628 Fixed creation of a bucket when saving a bucket object
+- 289dcbf Added builder helper methods
+- 4f708c8 Added couple of helper methods to image model
+- 6ae089c Added convenience methods for checking providerimages on image/build
+- 90154e0 Updated models to use iwhd query syntax
+- 1cba777 Fixed comparing of two warehouse objects
+- 2e2d735 Commented out couple of tests
+- 4b6408d Updated fetching of template for an image
+- 424c117 Added create method and enabled access to body
+- dd829cd BZ#752494 Handle 404 for status in rubygem
+- 5d4cdc0 Add tests for aeolus-image-rubygem
+- 0706f29 Fixed request_without_oauth method
+- a121b34 Fixed template body initialize
+- 105420b Updated warehouse models initialize method and fixed image body
+- cd55966 adding icicle support
+- 3aa588a Fixes formatting of README.md
+- 0cf1a58 Adds README file
+
+* Tue Nov 29 2011 Steve Linabery <slinaber at redhat.com> - 0.2.0-0
+- Bump release, set version to 0
+
+* Mon Oct 17 2011 Matt Wagner <matt.wagner at redhat.com> - 0.0.1-4
+- Adds OAuth support for Factory client
+- Add vcr and webmock dependencies
 
 * Tue Sep 20 2011 Martyn Taylor  <mtaylor at redhat.com>  - 0.0.1-3
 - split out command line tools
diff --git a/sources b/sources
index 67c6dbc..92d20ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a755de9ebae2e02b0d310508ce6d083d  aeolus-image-0.1.0.gem
+836cfec36bc81721a066f2dffc22b81f  aeolus-image-0.4.0.gem


More information about the scm-commits mailing list