Hello community,
here is the log from the commit of package rubygem-regexp_parser for
openSUSE:Factory checked in at 2020-10-05 19:33:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-regexp_parser (Old)
and /work/SRC/openSUSE:Factory/.rubygem-regexp_parser.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-regexp_parser"
Mon Oct 5 19:33:12 2020 rev:2 rq:838073 version:1.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-regexp_parser/rubygem-regexp_parser.changes
2020-06-22 17:46:59.058049977 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-regexp_parser.new.4249/rubygem-regexp_parser.changes
2020-10-05 19:33:21.133213501 +0200
@@ -1,0 +2,27 @@
+Fri Sep 25 14:47:43 UTC 2020 - Stephan Kulow <[email protected]>
+
+updated to version 1.8.0
+ see installed CHANGELOG.md
+
+ ### [1.8.0] - 2020-09-20 - [Janosch Müller](mailto:[email protected])
+
+ ### Changed
+
+ - dropped support for running on Ruby 1.9.x
+
+ ### Added
+
+ - regexp flags can now be passed when parsing a `String` as regexp body
+ * see the [README](/README.md#usage) for details
+ * thanks to [Owen Stephens](https://github.com/owst)
+ - bare occurrences of `\g` and `\k` are now allowed and scanned as literal
escapes
+ * matches Onigmo behavior
+ * thanks for the report to [Marc-André
Lafortune](https://github.com/marcandre)
+
+ ### Fixed
+
+ - fixed parsing comments without preceding space or trailing newline in
x-mode
+ * thanks to [Owen Stephens](https://github.com/owst)
+
+
+-------------------------------------------------------------------
Old:
----
regexp_parser-1.7.1.gem
New:
----
regexp_parser-1.8.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-regexp_parser.spec ++++++
--- /var/tmp/diff_new_pack.eQZ95o/_old 2020-10-05 19:33:21.741214094 +0200
+++ /var/tmp/diff_new_pack.eQZ95o/_new 2020-10-05 19:33:21.741214094 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-regexp_parser
#
-# Copyright (c) 2020 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
@@ -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-regexp_parser
-Version: 1.7.1
+Version: 1.8.0
Release: 0
%define mod_name regexp_parser
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: ruby-macros >= 5
BuildRequires: %{ruby >= 1.9.1}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
-Url: https://github.com/ammar/regexp_parser
+BuildRequires: ruby-macros >= 5
+URL: https://github.com/ammar/regexp_parser
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Scanner, lexer, parser for ruby's regular expressions
++++++ regexp_parser-1.7.1.gem -> regexp_parser-1.8.0.gem ++++++
++++ 3473 lines of diff (skipped)