Hello community,

here is the log from the commit of package rubygem-ruby_parser for 
openSUSE:Factory checked in at 2012-04-17 22:02:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-ruby_parser (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-ruby_parser", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-ruby_parser/rubygem-ruby_parser.changes  
2012-04-02 10:31:36.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new/rubygem-ruby_parser.changes 
    2012-04-17 22:02:28.000000000 +0200
@@ -1,0 +2,24 @@
+Mon Apr  9 18:41:31 UTC 2012 - [email protected]
+
+- update to 2.3.1
+  
+    * Fixed line numbers at end of special var+whitespace (larsch)
+    * Holy crap I was smokin' something good... Fixed 1.9.3 warning
+    * Add -g flag to parser compile if DEBUG
+    * Lexer now embeds line number in yacc_value for keywords, helping fix up 
line numbers
+    * Fix method line numbers when no args and no parens (quix)
+    * Fixed line numbers on return/break/next w/ result expr. (pjnz)
+    * Fixed some lexing state in order to parse: 'f (1), 2' as 'f(1, 2)'. 
(invernizzi)
+    * Moved Keyword, Environment, and StackState inside of RubyParser
+    * Added proper dsym and dsym->sym support.
+    * Added extra (failing) tests for call/iter line number checking (quix)
+    * Fixed line numbers for certain call/iter edge cases
+    * Fixed parsing of: alias :"<<" :">>".
+    * Added new accessor canonicalize_conditions to toggle conditional 
canonicalization (on by default). (confused)
+    * Awesome cleanup: Replaced call to append_block by block_append. 
(Confusion)
+    * Fixed handling last line of =begin/=end. (raybaxter)
+    * Fixed source line numbers after heredocs. (jbarreneche)
+    * Switched to hoe's racc plugin to clean up rakefile and builds
+    * Fixed empty =begin/end.
+
+-------------------------------------------------------------------

Old:
----
  ruby_parser-2.0.5.gem

New:
----
  ruby_parser-2.3.1.gem

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

Other differences:
------------------
++++++ rubygem-ruby_parser.spec ++++++
--- /var/tmp/diff_new_pack.y3voKy/_old  2012-04-17 22:02:29.000000000 +0200
+++ /var/tmp/diff_new_pack.y3voKy/_new  2012-04-17 22:02:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-ruby_parser (Version 2.0.5)
+# spec file for package rubygem-ruby_parser
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:           rubygem-ruby_parser
-Version:        2.0.5
+Version:        2.3.1
 Release:        0
 %define mod_name ruby_parser
 #
-Group:          Development/Languages/Ruby
-License:        MIT
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -34,6 +32,9 @@
 Source:         %{mod_name}-%{version}.gem
 #
 Summary:        ruby_parser (RP) is a ruby parser written in pure ruby 
(utilizing racc--which does by default use a C extension)
+License:        MIT
+Group:          Development/Languages/Ruby
+
 %description
 ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
 racc--which does by default use a C extension). RP's output is

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to