Hello community,

here is the log from the commit of package rubygem-factory_girl for 
openSUSE:Factory checked in at 2012-08-05 08:02:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-factory_girl (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-factory_girl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-factory_girl/rubygem-factory_girl.changes    
    2012-06-01 07:37:32.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-factory_girl.new/rubygem-factory_girl.changes
   2012-08-05 08:02:04.000000000 +0200
@@ -1,0 +2,18 @@
+Sat Aug  4 19:02:11 UTC 2012 - [email protected]
+
+- updated to version 4.0.0
+  Remove deprecated cucumber_steps
+  Remove deprecated alternate syntaxes
+  Deprecate duplicate_attribute_assignment_from_initialize_with, which is now 
unused
+   as attributes assigned within initialize_with are not subsequently assigned
+
+-------------------------------------------------------------------
+Fri Aug  3 13:56:29 UTC 2012 - [email protected]
+
+- updated to version 3.6.1
+  Update README to include info about running with JRuby
+  Update dependencies on RSpec and tiny versions of Rails in Appraisal
+  Improve flexibility of using traits with associations and add documentation
+  Stub update_column to raise to mirror ActiveRecord's change from 
update_attribute
+
+-------------------------------------------------------------------

Old:
----
  factory_girl-3.3.0.gem

New:
----
  factory_girl-4.0.0.gem

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

Other differences:
------------------
++++++ rubygem-factory_girl.spec ++++++
--- /var/tmp/diff_new_pack.AwC1IV/_old  2012-08-05 08:02:05.000000000 +0200
+++ /var/tmp/diff_new_pack.AwC1IV/_new  2012-08-05 08:02:05.000000000 +0200
@@ -15,40 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:           rubygem-factory_girl
-Version:        3.3.0
+Version:        4.0.0
 Release:        0
 %define mod_name factory_girl
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:          Development/Languages/Ruby
-License:        MIT
-#
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
 
-Requires:       ruby >= 1.8.7
-BuildRequires:  ruby-devel >= 1.8.7
-BuildRequires:  rubygem-activesupport >= 3.0
-Requires:       rubygem-activesupport >= 3.0
-#
-Provides:       rubygem-%{mod_name}-3_3 = %{version}-%{release}
-#
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros >= 1
+Requires:       ruby >= 1.9.2
+BuildRequires:  ruby-devel >= 1.9.2
 Url:            https://github.com/thoughtbot/factory_girl
 Source:         %{mod_full_name}.gem
-#
-Summary:        Framework and DSL for defining and using model instance 
factories
+Summary:        factory_girl provides a framework and DSL for defining and 
using
+License:        MIT
+Group:          Development/Languages/Ruby
+
 %description
-Factory_girl provides a framework and DSL for defining and
-                       using factories - less error-prone, more explicit, and
-                       all-around easier to work with than fixtures.
+factory_girl provides a framework and DSL for defining and
+using factories - less error-prone, more explicit, and
+all-around easier to work with than fixtures.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -57,16 +50,19 @@
 Summary:        Test suite for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
+
 %description testsuite
 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