Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2014-11-19 20:26:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firstboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firstboot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2014-09-19 15:45:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes     
2014-11-19 20:30:34.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Nov 18 12:56:02 UTC 2014 - an...@suse.com
+
+- Added missing module for DHCP (bnc#895359, bnc#904527).
+- Fixed errors in keyboard and language configuration (bnc#904527).
+- 3.1.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-3.1.4.tar.bz2

New:
----
  yast2-firstboot-3.1.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.RRtIiz/_old  2014-11-19 20:30:37.000000000 +0100
+++ /var/tmp/diff_new_pack.RRtIiz/_new  2014-11-19 20:30:37.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-firstboot-3.1.4.tar.bz2 -> yast2-firstboot-3.1.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.4/.travis.yml 
new/yast2-firstboot-3.1.5/.travis.yml
--- old/yast2-firstboot-3.1.4/.travis.yml       1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-firstboot-3.1.5/.travis.yml       2014-11-18 14:37:10.000000000 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+    - gcc
+before_install:
+    # disable rvm, use system Ruby
+    - rvm reset
+    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
+    - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
+script:
+    - rake check:syntax
+    - rake check:pot
+    - make -f Makefile.cvs
+    - make
+    - sudo make install
+    - make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.4/README.md 
new/yast2-firstboot-3.1.5/README.md
--- old/yast2-firstboot-3.1.4/README.md 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-firstboot-3.1.5/README.md 2014-11-18 14:37:10.000000000 +0100
@@ -0,0 +1,5 @@
+# YaST - The Firstboot Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-firstboot.svg?branch=master)](https://travis-ci.org/yast/yast-firstboot)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-firstboot-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-firstboot-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.4/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.5/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.4/package/yast2-firstboot.changes   2014-09-18 
16:43:12.000000000 +0200
+++ new/yast2-firstboot-3.1.5/package/yast2-firstboot.changes   2014-11-18 
14:37:10.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Nov 18 12:56:02 UTC 2014 - an...@suse.com
+
+- Added missing module for DHCP (bnc#895359, bnc#904527).
+- Fixed errors in keyboard and language configuration (bnc#904527).
+- 3.1.5
+
+-------------------------------------------------------------------
 Wed Sep 17 19:09:03 UTC 2014 - mfi...@suse.com
 
 - bnc#895359
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.4/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.5/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.4/package/yast2-firstboot.spec      2014-09-18 
16:43:12.000000000 +0200
+++ new/yast2-firstboot-3.1.5/package/yast2-firstboot.spec      2014-11-18 
14:37:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.4/src/Makefile.am 
new/yast2-firstboot-3.1.5/src/Makefile.am
--- old/yast2-firstboot-3.1.4/src/Makefile.am   2014-09-18 16:43:12.000000000 
+0200
+++ new/yast2-firstboot-3.1.5/src/Makefile.am   2014-11-18 14:37:10.000000000 
+0100
@@ -21,6 +21,7 @@
   clients/firstboot_language_keyboard.rb \
   clients/firstboot_license_novell.rb \
   clients/firstboot_network_write.rb \
+  clients/firstboot_setup_dhcp.rb \
   clients/firstboot_auto.rb
 
 yncludedir = @yncludedir@/firstboot
@@ -39,4 +40,4 @@
 
 EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) 
$(schemafiles_DATA) $(fillup_DATA)
 
-include $(top_srcdir)/Makefile.am.common
\ No newline at end of file
+include $(top_srcdir)/Makefile.am.common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.4/src/clients/firstboot_language.rb 
new/yast2-firstboot-3.1.5/src/clients/firstboot_language.rb
--- old/yast2-firstboot-3.1.4/src/clients/firstboot_language.rb 2014-09-18 
16:43:12.000000000 +0200
+++ new/yast2-firstboot-3.1.5/src/clients/firstboot_language.rb 2014-11-18 
14:37:10.000000000 +0100
@@ -41,7 +41,6 @@
 
       Yast.import "Console"
       Yast.import "Directory"
-      Yast.import "GfxMenu"
       Yast.import "Language"
       Yast.import "Wizard"
       Yast.import "Firstboot"
@@ -132,7 +131,6 @@
 
           # update bootloader menu
           Language.WfmSetLanguage
-          GfxMenu.Update
         else
           Builtins.y2milestone("Language not changed --> doing nothing")
         end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.4/src/clients/firstboot_language_keyboard.rb 
new/yast2-firstboot-3.1.5/src/clients/firstboot_language_keyboard.rb
--- old/yast2-firstboot-3.1.4/src/clients/firstboot_language_keyboard.rb        
2014-09-18 16:43:12.000000000 +0200
+++ new/yast2-firstboot-3.1.5/src/clients/firstboot_language_keyboard.rb        
2014-11-18 14:37:10.000000000 +0100
@@ -44,7 +44,6 @@
       Yast.import "Console"
       Yast.import "Directory"
       Yast.import "GetInstArgs"
-      Yast.import "GfxMenu"
       Yast.import "Keyboard"
       Yast.import "Label"
       Yast.import "Language"
@@ -280,8 +279,6 @@
         Keyboard.Save
         Timezone.Save
         Console.Save
-        # update bootloader menu items
-        GfxMenu.Update
       end
 
       false

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to