Hello community,

here is the log from the commit of package rubygem-sexp_processor for 
openSUSE:Factory checked in at 2016-03-01 09:40:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sexp_processor (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sexp_processor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sexp_processor"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-sexp_processor/rubygem-sexp_processor.changes
    2015-06-12 20:30:41.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sexp_processor.new/rubygem-sexp_processor.changes
       2016-03-01 09:40:50.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Jan 25 05:53:48 UTC 2016 - [email protected]
+
+- updated to version 4.6.1
+ see installed History.txt
+
+  === 4.6.1 / 2016-01-21
+  
+  * 1 bug fix:
+  
+    * defs should have a nil node if body is empty.
+
+-------------------------------------------------------------------

Old:
----
  sexp_processor-4.6.0.gem

New:
----
  sexp_processor-4.6.1.gem

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

Other differences:
------------------
++++++ rubygem-sexp_processor.spec ++++++
--- /var/tmp/diff_new_pack.a9YP1f/_old  2016-03-01 09:40:53.000000000 +0100
+++ /var/tmp/diff_new_pack.a9YP1f/_new  2016-03-01 09:40:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sexp_processor
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-sexp_processor
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 %define mod_name sexp_processor
 %define mod_full_name %{mod_name}-%{version}

++++++ sexp_processor-4.6.0.gem -> sexp_processor-4.6.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt     2015-05-28 23:47:41.000000000 +0200
+++ new/History.txt     2016-01-22 00:40:32.000000000 +0100
@@ -1,3 +1,9 @@
+=== 4.6.1 / 2016-01-21
+
+* 1 bug fix:
+
+  * defs should have a nil node if body is empty.
+
 === 4.6.0 / 2015-05-28
 
 * 2 minor enhancements:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pt_testcase.rb new/lib/pt_testcase.rb
--- old/lib/pt_testcase.rb      2015-05-28 23:47:41.000000000 +0200
+++ new/lib/pt_testcase.rb      2016-01-22 00:40:32.000000000 +0100
@@ -1488,19 +1488,21 @@
 
   add_tests("defs_empty",
             "Ruby"         => "def self.empty\n  # do nothing\nend",
-            "ParseTree"    => s(:defs, s(:self), :empty, s(:args)))
+            "ParseTree"    => s(:defs, s(:self), :empty, s(:args), s(:nil)))
 
   add_tests("defs_empty_args",
             "Ruby"         => "def self.empty(*)\n  # do nothing\nend",
             "ParseTree"    => s(:defs, s(:self), :empty,
-                                s(:args, :*)))
+                                s(:args, :*),
+                                s(:nil)))
 
   add_tests("defs_expr_wtf",
             "Ruby"         => "def (a.b).empty(*)\n  # do nothing\nend",
             "ParseTree"    => s(:defs,
                                 s(:call, s(:call, nil, :a), :b),
                                 :empty,
-                                s(:args, :*)))
+                                s(:args, :*),
+                                s(:nil)))
 
   add_tests("dmethod",
             "Ruby"         => [Examples, :dmethod_added],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sexp_processor.rb new/lib/sexp_processor.rb
--- old/lib/sexp_processor.rb   2015-05-28 23:47:41.000000000 +0200
+++ new/lib/sexp_processor.rb   2016-01-22 00:40:32.000000000 +0100
@@ -33,7 +33,7 @@
 
 class SexpProcessor
 
-  VERSION = "4.6.0"
+  VERSION = "4.6.1"
 
   ##
   # Automatically shifts off the Sexp type before handing the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-05-28 23:47:41.000000000 +0200
+++ new/metadata        2016-01-22 00:40:32.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: sexp_processor
 version: !ruby/object:Gem::Version
-  version: 4.6.0
+  version: 4.6.1
 platform: ruby
 authors:
 - Ryan Davis
@@ -10,9 +10,9 @@
 cert_chain:
 - |
   -----BEGIN CERTIFICATE-----
-  MIIDPjCCAiagAwIBAgIBAjANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
+  MIIDPjCCAiagAwIBAgIBAzANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
   ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
-  GRYDY29tMB4XDTE0MDkxNzIzMDcwN1oXDTE1MDkxNzIzMDcwN1owRTETMBEGA1UE
+  GRYDY29tMB4XDTE1MDkxOTIwNTEyMloXDTE2MDkxODIwNTEyMlowRTETMBEGA1UE
   AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
   JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
   b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
@@ -22,14 +22,14 @@
   qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
   gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
   HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
-  AQAFoDJRokCQdxFfOrmsKX41KOFlU/zjrbDVM9hgB/Ur999M6OXGSi8FitXNtMwY
-  FVjsiAPeU7HaWVVcZkj6IhINelTkXsxgGz/qCzjHy3iUMuZWw36cS0fiWJ5rvH+e
-  hD7uXxJSFuyf1riDGI1aeWbQ74WMwvNstOxLUMiV5a1fzBhlxPqb537ubDjq/M/h
-  zPUFPVYeL5KjDHLCqI2FwIk2sEMOQgjpXHzl+3NlD2LUgUhHDMevmgVua0e2GT1B
-  xJcC6UN6NHMOVMyAXsr2HR0gRRx4ofN1LoP2KhXzSr8UMvQYlwPmE0N5GQv1b5AO
-  VpzF30vNaJK6ZT7xlIsIlwmH
+  AQB+Hx8xUgrpZa4P8H8gR8zme5kISwQrG80MbpqJV6/G3/ZicRFhN5sjwu0uHGue
+  bd9Cymf6oIRwHVarJux2M32T6bL07Hmi07w2QaPc3MnMKB/D46SRZ2JSSGPFRBTc
+  SilobMRoGs/7B15uGFUEnNrCB/ltMqhwwSx1r++UQPfeySHEV9uqu03E5Vb7J37O
+  2Er6PLXHRiYsIycD1LkMi6YnixdITRHmrqJYE2rsjaIfpIehiusVAPHkNf7qbpHq
+  qx3h45R1CAsObX0SQDIT+rRbQrtKz1GHIZTOFYvEJjUY1XmRTZupD3CJ8Q7sDqSy
+  NLq5jm1fq6Y9Uolu3RJbmycf
   -----END CERTIFICATE-----
-date: 2015-05-28 00:00:00.000000000 Z
+date: 2016-01-21 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: minitest
@@ -37,14 +37,14 @@
     requirements:
     - - ~>
       - !ruby/object:Gem::Version
-        version: '5.7'
+        version: '5.8'
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - ~>
       - !ruby/object:Gem::Version
-        version: '5.7'
+        version: '5.8'
 - !ruby/object:Gem::Dependency
   name: rdoc
   requirement: !ruby/object:Gem::Requirement
@@ -65,14 +65,14 @@
     requirements:
     - - ~>
       - !ruby/object:Gem::Version
-        version: '3.13'
+        version: '3.14'
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - ~>
       - !ruby/object:Gem::Version
-        version: '3.13'
+        version: '3.14'
 description: |-
   sexp_processor branches from ParseTree bringing all the generic sexp
   processing tools with it. Sexp, SexpProcessor, Environment, etc... all
@@ -86,7 +86,6 @@
 - Manifest.txt
 - README.txt
 files:
-- .gemtest
 - History.txt
 - Manifest.txt
 - README.txt
Files old/metadata.gz.sig and new/metadata.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/test_environment.rb new/test/test_environment.rb
--- old/test/test_environment.rb        2015-05-28 23:47:41.000000000 +0200
+++ new/test/test_environment.rb        2016-01-22 00:40:32.000000000 +0100
@@ -74,10 +74,10 @@
 
     @env.scope do
       @env[:var] = Math::PI
-      assert_equal Math::PI, @env[:var]
+      assert_in_epsilon Math::PI, @env[:var]
     end
 
-    assert_equal Math::PI, @env[:var]
+    assert_in_epsilon Math::PI, @env[:var]
   end
 
   def test_current_shadow


Reply via email to