Hello community,

here is the log from the commit of package rubygem-parser for openSUSE:Factory 
checked in at 2020-01-07 23:54:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-parser (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-parser.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-parser"

Tue Jan  7 23:54:55 2020 rev:2 rq:761545 version:2.7.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-parser/rubygem-parser.changes    
2019-10-04 16:06:46.948692436 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-parser.new.6675/rubygem-parser.changes  
2020-01-07 23:55:31.268098823 +0100
@@ -1,0 +2,42 @@
+Tue Jan  7 11:34:18 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- New upstream release 2.7.0.1
+
+  v2.7.0.1 (2019-12-30)
+
+  Bugs fixed:
+  * dedenter.rb: prevent `ArgumentError` when processing binary en… (#642) 
(Koichi ITO)
+
+  v2.7.0.0 (2019-12-26)
+
+  API modifications:
+  * README.md: documented compatibility issue with EOF chars after… (#637) 
(Ilya Bylich)
+  * ruby27.y: refactor logic around 'circular argument reference'(#628) (Ilya 
Bylich)
+
+  Features implemented:
+  * ruby27.y: added pattern matching (#574) (Ilya Bylich)
+  * lexer.rl: parse embedded ivars/cvars starting with digit as str (#639) 
(Ilya Bylich)
+  * lexer.rl: warn on `...` at EOL. (#636) (Ilya Bylich)
+  * ruby27.y: removed opt_block_args_tail: tOROP rule. (#635) (Ilya Bylich)
+  * ruby27.y: reverted method reference operator (added in #634) (Ilya Bylich)
+  * ruby27.y: treat numparams as locals outside numblock. (#633) (Ilya Bylich)
+
+  Bugs fixed:
+  * dedenter.rb: fixed over-dedenting of squiggly heredocs (#641) (Ilya Bylich)
+  * ruby27.y: added "arguments forwarding" (#625) (Ilya Bylich)
+  * ruby27.y: reject circular argument reference. (#622) (Ilya Bylich)
+  * ruby27.y: changed prefix of numparams to "_" (#620) (Ilya Bylich)
+
+  v2.6.5.0 (2019-10-03)
+
+  API modifications:
+  * Bump ruby versions to 2.4.9, 2.5.7 and 2.6.5. (#619) (Ilya Bylich)
+
+  Features implemented:
+  * lexer.rl: changed max numparam to `@9` (#617) (Ilya Bylich)
+  * lexer.rl: support comments before leading dot in 27 mode. (#613) (Ilya 
Bylich)
+
+  Bugs fixed:
+  * lexer.rl: emit tMETHREF as tDOT+tCOLON for rubies \< 27. (#614) (Ilya 
Bylich)
+
+-------------------------------------------------------------------

Old:
----
  parser-2.6.4.1.gem

New:
----
  parser-2.7.0.1.gem

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

Other differences:
------------------
++++++ rubygem-parser.spec ++++++
--- /var/tmp/diff_new_pack.uNDJD9/_old  2020-01-07 23:55:31.948099176 +0100
+++ /var/tmp/diff_new_pack.uNDJD9/_new  2020-01-07 23:55:31.952099179 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-parser
 #
-# 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,16 @@
 #
 
 Name:           rubygem-parser
-Version:        2.6.4.1
+Version:        2.7.0.1
 Release:        0
 %define mod_name parser
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 2.0.0}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:            https://github.com/whitequark/parser
+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
@@ -58,7 +58,6 @@
 find %{buildroot}%{gem_base} \( -name .travis.yml -o -name .yardopts -o -name 
.gitkeep -o -name .gitignore -o -name run_rubocop_specs \) | xargs rm
 # /MANUAL
 
-
 %gem_packages
 
 %changelog

++++++ parser-2.6.4.1.gem -> parser-2.7.0.1.gem ++++++
++++ 44531 lines of diff (skipped)


Reply via email to