Hello community,

here is the log from the commit of package rubygem-cancan for openSUSE:Factory 
checked in at 2013-06-05 13:36:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-cancan (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-cancan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-cancan"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-cancan/rubygem-cancan.changes    
2012-08-04 09:36:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-cancan.new/rubygem-cancan.changes       
2013-06-05 13:36:51.000000000 +0200
@@ -1,0 +2,14 @@
+Mon May 27 10:40:29 UTC 2013 - [email protected]
+
+- updated to version 1.6.10
+ * fix matches_conditons_hash for string values on 1.8 (thanks rrosen)
+ * work around SQL injection vulnerability in older Rails versions (thanks 
steerio) - issue #800
+ * add support for nested join conditions (thanks yuszuv) - issue #806
+ * fix load_resource "find_by" in mongoid resources (thanks albertobajo) - 
issue #705
+ * fix namespace split behavior (thanks xinuc) - issue #668
+ * fix inserting AND (NULL) to end of SQL queries (thanks jonsgreen) - issue 
#687
+ * fix merge_joins for nested association hashes (thanks DavidMikeSimon) - 
issues #655, #560
+ * raise error on recursive alias_action (thanks fl00r) - issue #660
+ * fix namespace controllers not loading params (thanks andhapp) - issues 
#670, #664
+
+-------------------------------------------------------------------

Old:
----
  cancan-1.6.8.gem

New:
----
  cancan-1.6.10.gem

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

Other differences:
------------------
++++++ rubygem-cancan.spec ++++++
--- /var/tmp/diff_new_pack.ZZWkKM/_old  2013-06-05 13:36:51.000000000 +0200
+++ /var/tmp/diff_new_pack.ZZWkKM/_new  2013-06-05 13:36:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-cancan
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,7 +17,7 @@
 
 
 Name:           rubygem-cancan
-Version:        1.6.8
+Version:        1.6.10
 Release:        0
 %define mod_name cancan
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
 Url:            http://github.com/ryanb/cancan
-Source:         %{mod_full_name}.gem
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Simple authorization solution for Rails
 License:        MIT
 Group:          Development/Languages/Ruby
@@ -60,9 +60,13 @@
 
 %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.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %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

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

Reply via email to