Hello community,

here is the log from the commit of package rubygem-moneta for openSUSE:Factory 
checked in at 2019-04-01 12:36:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-moneta (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-moneta.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-moneta"

Mon Apr  1 12:36:38 2019 rev:7 rq:689704 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-moneta/rubygem-moneta.changes    
2017-03-21 22:49:25.379852448 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-moneta.new.25356/rubygem-moneta.changes 
2019-04-01 12:36:51.233870695 +0200
@@ -1,0 +2,36 @@
+Fri Mar 29 06:06:18 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 1.1.0
+ see installed CHANGES
+
+  1.1.0
+  
+  * Adapters::ActiveRecord - rewrite to use Arel directly; support for Rails 5
+  * Moneta::Server - close all connections when stopping
+  * Moneta::Shared - recover from socket errors
+  * Transformer - add :urlsafe_base64; use this by default for keys with Couch
+    adapter
+  * Adapters::MongoMoped - recover from failed increment
+  * Moneta::Pool - fix race condition in #pop (#144)
+  * Moneta::Client - raise EOFError if a read fails
+  * Moneta::Expires - use Rational objects to get much more accurate time
+    resolution
+  * Moneta::Lock/Moneta::Pool - allow wrapped methods to call other wrapped
+    methods
+  * Adapters::Sequel - add optimisations for MySQL, PostgreSQL and SQLite
+  * Adapters::Sequel - add Postgres+HStore backend
+  * Add Adapters::ActiveSupportCache
+  * Adapters::Sqlite - add :journal_mode option
+  * Add table creation options to Sequel and ActiveRecord adapters
+  * Adapters::ActiveRecord - support for forking (#159)
+  * Adapters::Cassandra - rewrite to use cassandra-driver gem (#81)
+  * Adapters::Couch - add a LRUHash to cache document revs
+  * Adapters::KyotoCabinet - implement atomic increment
+  * Add :each_key feature and implemented on many adapters; add
+    Moneta::WeakEachKey (#143; see feature matrix)
+  * Add bulk read/write methods to the spec; added default implementation to
+    Defaults and fast versions in many adapters (#116; see feature matrix)
+  * First class support for latest JRuby (#160)
+  * Minimum required MRI version is now 2.2.2 (#135)
+
+-------------------------------------------------------------------

Old:
----
  moneta-1.0.0.gem

New:
----
  moneta-1.1.0.gem

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

Other differences:
------------------
++++++ rubygem-moneta.spec ++++++
--- /var/tmp/diff_new_pack.gnCyLQ/_old  2019-04-01 12:36:51.905871024 +0200
+++ /var/tmp/diff_new_pack.gnCyLQ/_new  2019-04-01 12:36:51.905871024 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-moneta
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,16 +24,16 @@
 #
 
 Name:           rubygem-moneta
-Version:        1.0.0
+Version:        1.1.0
 Release:        0
 %define mod_name moneta
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.9}
+BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:            http://github.com/minad/moneta
-Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Url:            http://github.com/moneta-rb/moneta
+Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        A unified interface to key/value stores, including Redis, 
Memcached,
 License:        MIT

++++++ moneta-1.0.0.gem -> moneta-1.1.0.gem ++++++
++++ 93955 lines of diff (skipped)


Reply via email to