Hello community,
here is the log from the commit of package rubygem-sexp_processor for
openSUSE:Factory checked in at 2020-03-07 21:39:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sexp_processor (Old)
and /work/SRC/openSUSE:Factory/.rubygem-sexp_processor.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-sexp_processor"
Sat Mar 7 21:39:58 2020 rev:32 rq:773849 version:4.14.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-sexp_processor/rubygem-sexp_processor.changes
2019-08-06 15:10:37.975767460 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-sexp_processor.new.26092/rubygem-sexp_processor.changes
2020-03-07 21:40:02.164344973 +0100
@@ -1,0 +2,35 @@
+Mon Feb 10 15:48:06 UTC 2020 - Stephan Kulow <[email protected]>
+
+- updated to version 4.14.1
+ see installed History.rdoc
+
+ === 4.14.1 / 2020-02-09
+
+ * 2 bug fixes:
+
+ * Declared support for ruby 2.2+ to gemspec.
+ * Fixed alias for `not?` to `-` for ruby <= 2.4. (nard-tech).
+
+ === 4.14.0 / 2020-02-06
+
+ * 4 minor enhancements:
+
+ * Added '-' as an alias for the 'not?' pattern matching command.
+ * Added Klass matcher to match on types.
+ * Added `k` shortcut for Klass & hooked into Sexp::Matcher.parse.
+ * Added any matcher to pattern parser.
+
+ === 4.13.0 / 2019-09-24
+
+ * 4 minor enhancements:
+
+ * Added Sexp.q (query) and deprecated Sexp.s to distinguish better and
match inspect output.
+ * Extended Sexp::Matcher::Parser to allow `not?` patterns.
+ * Extended Sexp::Matcher::Parser to cover more method names.
+ * Split out all pattern-oriented code to sexp_matcher.rb.
+
+ * 1 bug fix:
+
+ * Fixed bug w/ ruby's Array#eql? and #hash not looking at ivars.
+
+-------------------------------------------------------------------
Old:
----
sexp_processor-4.12.1.gem
New:
----
sexp_processor-4.14.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-sexp_processor.spec ++++++
--- /var/tmp/diff_new_pack.4kMKCM/_old 2020-03-07 21:40:04.916346830 +0100
+++ /var/tmp/diff_new_pack.4kMKCM/_new 2020-03-07 21:40:04.924346836 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-sexp_processor
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,16 +24,17 @@
#
Name: rubygem-sexp_processor
-Version: 4.12.1
+Version: 4.14.1
Release: 0
%define mod_name sexp_processor
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: %{ruby < 3}
+BuildRequires: %{ruby => 2.2}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
-BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
-Url: https://github.com/seattlerb/sexp_processor
+URL: https://github.com/seattlerb/sexp_processor
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: sexp_processor branches from ParseTree bringing all the
generic sexp
++++++ sexp_processor-4.12.1.gem -> sexp_processor-4.14.1.gem ++++++
++++ 3059 lines of diff (skipped)