Hello community,
here is the log from the commit of package rubygem-bcrypt-ruby for
openSUSE:Factory checked in at 2014-02-25 07:34:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-02-18 20:24:49.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-bcrypt-ruby.new/rubygem-bcrypt-ruby.changes
2014-02-25 07:34:27.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Feb 22 06:25:41 UTC 2014 - [email protected]
+
+- updated to version 3.1.5
+ - Add support for Ruby 2.1 in compiled Windows binaries
+ - Rename gem from "bcrypt-ruby" to just "bcrypt". [GH #86 by @sferik]
+
+-------------------------------------------------------------------
Old:
----
bcrypt-ruby-3.1.2.gem
New:
----
bcrypt-ruby-3.1.5.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-bcrypt-ruby.spec ++++++
--- /var/tmp/diff_new_pack.tNBZmT/_old 2014-02-25 07:34:28.000000000 +0100
+++ /var/tmp/diff_new_pack.tNBZmT/_new 2014-02-25 07:34:28.000000000 +0100
@@ -17,18 +17,15 @@
Name: rubygem-bcrypt-ruby
-Version: 3.1.2
+Version: 3.1.5
Release: 0
%define mod_name bcrypt-ruby
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: ruby-devel
BuildRequires: ruby-macros >= 3
-%if 0%{?suse_version} > 1110
BuildRequires: rubygem(rdoc) > 3.10
-%endif
-Url: http://bcrypt-ruby.rubyforge.org
+Url: https://github.com/codahale/bcrypt-ruby
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: OpenBSD's bcrypt() password hashing algorithm
License: MIT
@@ -37,7 +34,7 @@
%description
bcrypt() is a sophisticated and secure hash algorithm designed by The
OpenBSD project
-for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for
+for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for
safely handling
passwords.
@@ -50,14 +47,6 @@
Documentation generated at gem installation time.
Usually in RDoc and RI formats.
-%package testsuite
-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
@@ -67,7 +56,6 @@
%install
%gem_install -f
-%gem_cleanup
mkdir -p %{buildroot}%{_docdir}/%{name}
ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG
%buildroot/%{_docdir}/%{name}/CHANGELOG
ln -s %{gem_base}/gems/%{mod_full_name}/COPYING
%buildroot/%{_docdir}/%{name}/COPYING
@@ -78,16 +66,10 @@
%{_docdir}/%{name}
%{gem_base}/cache/%{mod_full_name}.gem
%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
%{gem_base}/specifications/%{mod_full_name}.gemspec
%files doc
%defattr(-,root,root,-)
%doc %{gem_base}/doc
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
-
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]