Hello community,

here is the log from the commit of package rubygem-cfa_grub2 for 
openSUSE:Factory checked in at 2017-08-04 11:57:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-cfa_grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-cfa_grub2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-cfa_grub2"

Fri Aug  4 11:57:19 2017 rev:9 rq:514038 version:0.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-cfa_grub2/rubygem-cfa_grub2.changes      
2017-04-25 08:56:12.231924863 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-cfa_grub2.new/rubygem-cfa_grub2.changes 
2017-08-04 11:57:20.884836073 +0200
@@ -1,0 +2,7 @@
+Wed Aug  2 08:47:20 UTC 2017 - [email protected]
+
+- do not share parsers to avoid use of wrong file content as cache
+  (bsc#1044409)
+- 0.6.3
+
+-------------------------------------------------------------------

Old:
----
  cfa_grub2-0.6.2.gem

New:
----
  cfa_grub2-0.6.3.gem

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

Other differences:
------------------
++++++ rubygem-cfa_grub2.spec ++++++
--- /var/tmp/diff_new_pack.sYfk04/_old  2017-08-04 11:57:21.536744059 +0200
+++ /var/tmp/diff_new_pack.sYfk04/_new  2017-08-04 11:57:21.552741801 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-cfa_grub2
-Version:        0.6.2
+Version:        0.6.3
 Release:        0
 %define mod_name cfa_grub2
 %define mod_full_name %{mod_name}-%{version}

++++++ cfa_grub2-0.6.2.gem -> cfa_grub2-0.6.3.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/cfa/grub2/default.rb new/lib/cfa/grub2/default.rb
--- old/lib/cfa/grub2/default.rb        2017-04-19 14:27:59.000000000 +0200
+++ new/lib/cfa/grub2/default.rb        2017-08-02 13:53:52.000000000 +0200
@@ -24,11 +24,11 @@
         timeout:        "GRUB_TIMEOUT"
       )
 
-      PARSER = AugeasParser.new("sysconfig.lns")
       PATH = "/etc/default/grub".freeze
 
       def initialize(file_handler: nil)
-        super(PARSER, PATH, file_handler: file_handler)
+        super(AugeasParser.new("sysconfig.lns"), PATH,
+          file_handler: file_handler)
       end
 
       def save(changes_only: false)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/cfa/grub2/device_map.rb 
new/lib/cfa/grub2/device_map.rb
--- old/lib/cfa/grub2/device_map.rb     2017-04-19 14:27:59.000000000 +0200
+++ new/lib/cfa/grub2/device_map.rb     2017-08-02 13:53:52.000000000 +0200
@@ -16,11 +16,11 @@
     #   Limitation is caused by BIOS Int 13 used by grub2 for selecting boot
     #   device.
     class DeviceMap < BaseModel
-      PARSER = AugeasParser.new("device_map.lns")
       PATH = "/boot/grub2/device.map".freeze
 
       def initialize(file_handler: nil)
-        super(PARSER, PATH, file_handler: file_handler)
+        super(AugeasParser.new("device_map.lns"), PATH,
+          file_handler: file_handler)
       end
 
       def save(changes_only: false)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2017-04-19 14:28:04.000000000 +0200
+++ new/metadata        2017-08-02 13:53:57.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: cfa_grub2
 version: !ruby/object:Gem::Version
-  version: 0.6.2
+  version: 0.6.3
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-04-19 00:00:00.000000000 Z
+date: 2017-08-02 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: cfa


Reply via email to