Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2017-02-04 15:18:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-kdump (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-kdump.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-kdump"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2016-11-03 
12:57:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new/yast2-kdump.changes     
2017-02-04 16:52:30.081493858 +0100
@@ -1,0 +2,6 @@
+Wed Jan 25 13:01:58 UTC 2017 - mvid...@suse.com
+
+- Implement simple_mode -> label_proposal (FATE#322328)
+- 3.2.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-kdump-3.2.0.tar.bz2

New:
----
  yast2-kdump-3.2.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-kdump.spec ++++++
--- /var/tmp/diff_new_pack.x0lYau/_old  2017-02-04 16:52:30.449441470 +0100
+++ /var/tmp/diff_new_pack.x0lYau/_new  2017-02-04 16:52:30.449441470 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-kdump
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        3.2.0
+Version:        3.2.1
 Release:        0
 Summary:        Configuration of kdump
 License:        GPL-2.0

++++++ yast2-kdump-3.2.0.tar.bz2 -> yast2-kdump-3.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.0/.travis.yml 
new/yast2-kdump-3.2.1/.travis.yml
--- old/yast2-kdump-3.2.0/.travis.yml   2016-10-27 15:42:59.777987040 +0200
+++ new/yast2-kdump-3.2.1/.travis.yml   2017-01-31 08:16:54.509993255 +0100
@@ -1,13 +1,11 @@
-language: cpp
-compiler:
-    - gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-    # disable rvm, use system Ruby
-    - rvm reset
-    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-    - sh ./travis_setup.sh -p "rake yast2-devtools yast2 yast2-packager 
yast2-storage yast2-bootloader ruby2.1-dev libaugeas-dev pkg-config" -g 
"rspec:3.3.0 yast-rake gettext simplecov coveralls cfa_grub2 cheetah"
+  - docker build -t yast-kdump-image .
 script:
-    - rake check:syntax
-    - rake check:pot
-    - COVERAGE=1 rake test:unit
-    - sudo rake install
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-kdump-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.0/Dockerfile 
new/yast2-kdump-3.2.1/Dockerfile
--- old/yast2-kdump-3.2.0/Dockerfile    1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-kdump-3.2.1/Dockerfile    2017-01-31 08:16:54.529993255 +0100
@@ -0,0 +1,3 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.0/package/yast2-kdump.changes 
new/yast2-kdump-3.2.1/package/yast2-kdump.changes
--- old/yast2-kdump-3.2.0/package/yast2-kdump.changes   2016-10-27 
15:42:59.809987040 +0200
+++ new/yast2-kdump-3.2.1/package/yast2-kdump.changes   2017-01-31 
08:16:54.565993255 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Jan 25 13:01:58 UTC 2017 - mvid...@suse.com
+
+- Implement simple_mode -> label_proposal (FATE#322328)
+- 3.2.1
+
+-------------------------------------------------------------------
 Thu Oct 27 13:33:19 UTC 2016 - jreidin...@suse.com
 
 - fix typos in kdump help (bsc#703145)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.0/package/yast2-kdump.spec 
new/yast2-kdump-3.2.1/package/yast2-kdump.spec
--- old/yast2-kdump-3.2.0/package/yast2-kdump.spec      2016-10-27 
15:42:59.809987040 +0200
+++ new/yast2-kdump-3.2.1/package/yast2-kdump.spec      2017-01-31 
08:16:54.569993255 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        3.2.0
+Version:        3.2.1
 Release:        0
 Summary:        Configuration of kdump
 License:        GPL-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.0/src/clients/kdump_proposal.rb 
new/yast2-kdump-3.2.1/src/clients/kdump_proposal.rb
--- old/yast2-kdump-3.2.0/src/clients/kdump_proposal.rb 2016-10-27 
15:42:59.821987040 +0200
+++ new/yast2-kdump-3.2.1/src/clients/kdump_proposal.rb 2017-01-31 
08:16:54.585993255 +0100
@@ -44,6 +44,7 @@
 
         @ret = {
           "raw_proposal" => Kdump.Summary,
+          "label_proposal" => Kdump.Summary[0..0],
           # FATE#317488 When expectation at the end of proposal does not match
           # the value, this proposal will be called again
           "trigger"      => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.0/src/modules/Kdump.rb 
new/yast2-kdump-3.2.1/src/modules/Kdump.rb
--- old/yast2-kdump-3.2.0/src/modules/Kdump.rb  2016-10-27 15:42:59.841987040 
+0200
+++ new/yast2-kdump-3.2.1/src/modules/Kdump.rb  2017-01-31 08:16:54.605993255 
+0100
@@ -65,6 +65,7 @@
       Yast.import "FileUtils"
       Yast.import "Directory"
       Yast.import "String"
+      Yast.import "SpaceCalculation"
 
       reset
     end


Reply via email to