Hello community,

here is the log from the commit of package rubygem-orm_adapter for 
openSUSE:Factory checked in at 2012-09-03 18:56:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-orm_adapter (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-orm_adapter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-orm_adapter", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-orm_adapter/rubygem-orm_adapter.changes  
2012-06-05 15:35:19.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-orm_adapter.new/rubygem-orm_adapter.changes 
    2012-09-03 18:56:19.000000000 +0200
@@ -1,0 +2,16 @@
+Sun Jul 29 17:22:24 UTC 2012 - [email protected]
+ - v0.4.0
+    * Adds :limit, and :offset options to #find_all
+
+ - v0.3.0
+    * Removes OrmAdapter::Base.model_classes and friends.
+    * Add note about the scope of ORM Adapter re: model instance methods
+  
+ - v0.2.0
+    * Normalise :id in find conditions
+    * Allow find_first and find_all to take no arguments
+ 
+ - v0.1.0
+    * Add #destroy(object) to the API
+
+-------------------------------------------------------------------

Old:
----
  orm_adapter-0.0.7.gem

New:
----
  orm_adapter-0.4.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-orm_adapter.spec ++++++
--- /var/tmp/diff_new_pack.v2gARU/_old  2012-09-03 18:56:20.000000000 +0200
+++ /var/tmp/diff_new_pack.v2gARU/_new  2012-09-03 18:56:20.000000000 +0200
@@ -17,20 +17,16 @@
 
 
 Name:           rubygem-orm_adapter
-Version:        0.0.7
+Version:        0.4.0
 Release:        0
 %define mod_name orm_adapter
 %define mod_full_name %{mod_name}-%{version}
-#
-#
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
+BuildRequires:  ruby-macros >= 1
 Url:            http://github.com/ianwhite/orm_adapter
 Source:         %{mod_full_name}.gem
-#
-Summary:        orm_adapter provides a single point of entry for using basic 
features of popular ruby ORMs.  Its target audience is gem authors who want to 
support many ruby ORMs
+Summary:        orm_adapter provides a single point of entry for using basic 
features of popular ruby ORMs.  Its target audience is gem authors who want to 
support many ruby ORMs.
 License:        MIT
 Group:          Development/Languages/Ruby
 
@@ -55,12 +51,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to