File project.diff of Package rubygem-webmock
--- rubygem-webmock.changes.orig
+++ rubygem-webmock.changes
@@ -1,4 +1,40 @@
-------------------------------------------------------------------
+Fri Dec 16 05:47:52 UTC 2016 - coolo@suse.com
+
+- updated to version 2.3.1
+ see installed CHANGELOG.md
+
+-------------------------------------------------------------------
+Mon Dec 5 06:11:47 UTC 2016 - coolo@suse.com
+
+- updated to version 2.3.0
+ see installed CHANGELOG.md
+
+ ## 2.3.0
+
+ * Added support for Ruby 2.4
+
+ Thanks to [Koichi ITO](https://github.com/koic)
+
+ * Dropped support for Ruby 1.9.3
+
+ ## 2.2.0
+
+ * Added `refute_requested` as an alias for `assert_not_requested`
+
+ Thanks to [Michael Grosser](https://github.com/grosser)
+
+ * Raising `Net::OpenTimeout` instead of `Timeout::Error` if available when a request stub is declared `to_timeout`
+
+ Thanks to [Gabe Martin-Dempesy](https://github.com/gabetax)
+
+ ## 2.1.1
+
+ * Added support for handling status messages in Excon responses.
+
+ Thanks to [Tero Marttila](https://github.com/SpComb) for reporting the issue.
+
+-------------------------------------------------------------------
Sat Jun 4 04:32:25 UTC 2016 - coolo@suse.com
- updated to version 2.1.0
--- rubygem-webmock.spec.orig
+++ rubygem-webmock.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-webmock
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,12 +24,12 @@
#
Name: rubygem-webmock
-Version: 2.1.0
+Version: 2.3.1
Release: 0
%define mod_name webmock
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: %{ruby >= 1.9.3}
+BuildRequires: %{ruby >= 2.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
Url: http://github.com/bblimke/webmock