Hello community,
here is the log from the commit of package rubygem-factory_girl for
openSUSE:Factory checked in at 2014-02-25 07:36:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-factory_girl (Old)
and /work/SRC/openSUSE:Factory/.rubygem-factory_girl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-factory_girl"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-factory_girl/rubygem-factory_girl.changes
2013-11-24 18:12:32.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-factory_girl.new/rubygem-factory_girl.changes
2014-02-25 07:36:34.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Feb 22 06:25:43 UTC 2014 - [email protected]
+
+- updated to version 4.4.0
+ Add FactoryGirl.lint
+ Fix memory leak in duplicate traits
+ Update documentation
+
+-------------------------------------------------------------------
@@ -4 +12,8 @@
-- updated to version 4.3.0, no changelog provided
+- updated to version 4.3.0
+ Start testing against Rails 4.0 and Ruby 2.0.0
+ Stop testing against Rails 3.0 and Ruby 1.9.2
+ Add *_pair methods to only build two objects
+ Raise if a method is defined with a FactoryGirl block (factory or trait)
+ Allow use of Symbol#to_proc in callbacks
+ Add global callbacks
+ Improve GETTING_STARTED and README
Old:
----
factory_girl-4.3.0.gem
New:
----
factory_girl-4.4.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-factory_girl.spec ++++++
--- /var/tmp/diff_new_pack.JrCe1v/_old 2014-02-25 07:36:35.000000000 +0100
+++ /var/tmp/diff_new_pack.JrCe1v/_new 2014-02-25 07:36:35.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-factory_girl
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
Name: rubygem-factory_girl
-Version: 4.3.0
+Version: 4.4.0
Release: 0
%define mod_name factory_girl
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: ruby-macros >= 1
+BuildRequires: ruby-macros >= 3
Requires: ruby >= 1.9.2
-BuildRequires: ruby-devel >= 1.9.2
+BuildRequires: ruby >= 1.9.2
Url: https://github.com/thoughtbot/factory_girl
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: factory_girl provides a framework and DSL for defining and
using
@@ -64,23 +64,23 @@
%install
%gem_install -f
mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md
%buildroot/%{_docdir}/%{name}/README.md
%files
%defattr(-,root,root,-)
%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
%files doc
%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
%files testsuite
%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]