Hello community,

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

Package is "rubygem-cfa_grub2"

Wed Apr 12 17:08:15 2017 rev:7 rq:483393 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-cfa_grub2/rubygem-cfa_grub2.changes      
2017-03-29 13:22:12.980436728 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-cfa_grub2.new/rubygem-cfa_grub2.changes 
2017-04-12 17:08:16.094768493 +0200
@@ -1,0 +2,7 @@
+Wed Mar 29 09:13:56 UTC 2017 - [email protected]
+
+- Fix switched xen hypervisor and xen kernel parameters
+  (bsc#1014136)
+- 0.6.1
+
+-------------------------------------------------------------------

Old:
----
  cfa_grub2-0.6.0.gem

New:
----
  cfa_grub2-0.6.1.gem

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

Other differences:
------------------
++++++ rubygem-cfa_grub2.spec ++++++
--- /var/tmp/diff_new_pack.CwGtzL/_old  2017-04-12 17:08:16.738677343 +0200
+++ /var/tmp/diff_new_pack.CwGtzL/_new  2017-04-12 17:08:16.738677343 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-cfa_grub2
-Version:        0.6.0
+Version:        0.6.1
 Release:        0
 %define mod_name cfa_grub2
 %define mod_full_name %{mod_name}-%{version}

++++++ cfa_grub2-0.6.0.gem -> cfa_grub2-0.6.1.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-03-20 15:31:04.000000000 +0100
+++ new/lib/cfa/grub2/default.rb        2017-03-29 16:32:23.000000000 +0200
@@ -70,14 +70,15 @@
 
       def xen_hypervisor_params
         @xen_hypervisor_params ||= KernelParams.new(
-          data["GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT"],
-          "GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT"
+          data["GRUB_CMDLINE_XEN_DEFAULT"],
+          "GRUB_CMDLINE_XEN_DEFAULT"
         )
       end
 
       def xen_kernel_params
         @xen_kernel_params ||= KernelParams.new(
-          data["GRUB_CMDLINE_XEN_DEFAULT"], "GRUB_CMDLINE_XEN_DEFAULT"
+          data["GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT"],
+          "GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT"
         )
       end
 
@@ -227,7 +228,7 @@
           end
 
           def data
-            @data.select { |e| e[:operation] != :remove }.freeze
+            @data.reject { |e| e[:operation] == :remove }.freeze
           end
 
           def all_data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2017-03-20 15:31:04.000000000 +0100
+++ new/metadata        2017-03-29 16:32:28.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: cfa_grub2
 version: !ruby/object:Gem::Version
-  version: 0.6.0
+  version: 0.6.1
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-03-20 00:00:00.000000000 Z
+date: 2017-03-29 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: cfa
@@ -56,9 +56,8 @@
       version: 1.3.6
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.2.2
+rubygems_version: 2.4.5.2
 signing_key: 
 specification_version: 4
 summary: Models for GRUB2 configuration files.
 test_files: []
-has_rdoc: 


Reply via email to