Hello community,

here is the log from the commit of package rubygem-parser for openSUSE:Factory 
checked in at 2020-09-06 00:01:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-parser (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-parser.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-parser"

Sun Sep  6 00:01:06 2020 rev:5 rq:830998 version:2.7.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-parser/rubygem-parser.changes    
2020-05-11 13:39:18.404860112 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-parser.new.3399/rubygem-parser.changes  
2020-09-06 00:01:36.203229833 +0200
@@ -1,0 +2,36 @@
+Tue Sep  1 07:28:38 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- New upstream release 2.7.1.4
+
+  v2.7.1.4 (2020-06-19)
+  ---------------------
+
+  Features implemented:
+   * ruby28.y: add find pattern. (#714) (Ilya Bylich)
+   * lexer.rl: reject `->...` and `->(...)` with the same error. (#713) (Ilya 
Bylich)
+   * ruby28.y: accept leading args before forward arg. (#712) (Ilya Bylich)
+   * Added `emit_forward_arg` compatibility flag. (#710) (Ilya Bylich)
+   * ruby28.y: include entire lambda expr in lambda rule. (#708) (Ilya Bylich)
+   * ruby28.y: extracted excessed_comma rule. (#706) (Ilya Bylich)
+   * Source::TreeRewriter: Improved merging and representations (#703) 
(Marc-André Lafortune)
+
+  Bugs fixed:
+   * ruby*.y: fixed context inside lambda args and module. (#709) (Ilya Bylich)
+
+  v2.7.1.3 (2020-05-26)
+  ---------------------
+
+  API modifications:
+   * fixed all warnings. tests are running in verbose mode now. (#685) (Ilya 
Bylich)
+
+  Features implemented:
+   * ruby-[parse, rewrite]: add legacy switches (#699) (Marc-André Lafortune)
+   * Added Parser::Source::Range#to_range. (#697) (Ilya Bylich)
+   * ruby28.y: support rescue modifier in endless method definition. (#696) 
(Ilya Bylich)
+   * ruby28.y: unify kwrest and no-kwrest rules. (#694) (Ilya Bylich)
+   * ruby28.y: add right hand assignment (#682) (Vladimir Dementyev)
+
+  Bugs fixed:
+   * fix Comment.associate for postfix conditions/loops (#688) (Marc-André 
Lafortune)
+
+-------------------------------------------------------------------

Old:
----
  parser-2.7.1.2.gem

New:
----
  parser-2.7.1.4.gem

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

Other differences:
------------------
++++++ rubygem-parser.spec ++++++
--- /var/tmp/diff_new_pack.jbsYt2/_old  2020-09-06 00:01:37.263230363 +0200
+++ /var/tmp/diff_new_pack.jbsYt2/_new  2020-09-06 00:01:37.267230366 +0200
@@ -16,29 +16,28 @@
 #
 
 
+%define mod_name parser
+%define mod_full_name %{mod_name}-%{version}
 #
 # This file was generated with a gem2rpm.yml and not just plain gem2rpm.
 # All sections marked as MANUAL, license headers, summaries and descriptions
 # can be maintained in that file. Please consult this file before editing any
 # of those fields
 #
-
 Name:           rubygem-parser
-Version:        2.7.1.2
+Version:        2.7.1.4
 Release:        0
-%define mod_name parser
-%define mod_full_name %{mod_name}-%{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Summary:        A Ruby parser written in pure Ruby
+License:        MIT
+Group:          Development/Languages/Ruby
+URL:            https://github.com/whitequark/parser
+Source:         https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:        gem2rpm.yml
 BuildRequires:  %{ruby >= 2.0.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-URL:            https://github.com/whitequark/parser
-Source:         https://rubygems.org/gems/%{mod_full_name}.gem
-Source1:        gem2rpm.yml
-Summary:        A Ruby parser written in pure Ruby
-License:        MIT
-Group:          Development/Languages/Ruby
+# FIXME: use proper Requires(pre/post/preun/...)
 PreReq:         update-alternatives
 
 %description

++++++ parser-2.7.1.2.gem -> parser-2.7.1.4.gem ++++++
++++ 91416 lines of diff (skipped)


Reply via email to