Hello community,

here is the log from the commit of package rubygem-bcrypt-ruby for 
openSUSE:Factory checked in at 2013-08-06 07:09:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bcrypt-ruby (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-bcrypt-ruby.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-bcrypt-ruby"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-bcrypt-ruby/rubygem-bcrypt-ruby.changes  
2012-08-04 09:36:04.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-bcrypt-ruby.new/rubygem-bcrypt-ruby.changes 
    2013-08-06 07:09:16.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Jul 30 16:00:14 UTC 2013 - [email protected]
+
+- updated to version 3.1.1
+  - Add BCrypt::Password.valid_hash?(str) to check if a string is a valid 
bcrypt password hash
+  - BCrypt::Password cost should be set to DEFAULT_COST if nil
+  - Add BCrypt::Engine.cost attribute for getting/setting a default cost 
externally
+  - Remove support for Ruby 1.8 in compiled win32 binaries
+
+-------------------------------------------------------------------

Old:
----
  bcrypt-ruby-3.0.1.gem

New:
----
  bcrypt-ruby-3.1.1.gem

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

Other differences:
------------------
++++++ rubygem-bcrypt-ruby.spec ++++++
--- /var/tmp/diff_new_pack.bEU4d5/_old  2013-08-06 07:09:17.000000000 +0200
+++ /var/tmp/diff_new_pack.bEU4d5/_new  2013-08-06 07:09:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bcrypt-ruby
 #
-# 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,15 +17,16 @@
 
 
 Name:           rubygem-bcrypt-ruby
-Version:        3.0.1
+Version:        3.1.1
 Release:        0
 %define mod_name bcrypt-ruby
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
+BuildRequires:  rubygem(rdoc) > 3.10
 Url:            http://bcrypt-ruby.rubyforge.org
-Source:         %{mod_full_name}.gem
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        OpenBSD's bcrypt() password hashing algorithm
 License:        MIT
 Group:          Development/Languages/Ruby
@@ -64,9 +65,14 @@
 %install
 %gem_install -f
 %gem_cleanup
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/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

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

Reply via email to