Hello community,
here is the log from the commit of package yast2-firstboot for openSUSE:Factory
checked in at 2020-09-25 16:25:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
and /work/SRC/openSUSE:Factory/.yast2-firstboot.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firstboot"
Fri Sep 25 16:25:15 2020 rev:96 rq:836060 version:4.3.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes
2020-08-14 13:09:12.161207308 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.4249/yast2-firstboot.changes
2020-09-25 16:28:15.267716051 +0200
@@ -1,0 +2,6 @@
+Tue Sep 22 10:09:33 UTC 2020 - Steffen Winterfeldt <[email protected]>
+
+- add test field to language & keyboard module (bsc#1174856)
+- 4.3.5
+
+-------------------------------------------------------------------
Old:
----
yast2-firstboot-4.3.4.tar.bz2
New:
----
yast2-firstboot-4.3.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.GA0X9q/_old 2020-09-25 16:28:16.431717081 +0200
+++ /var/tmp/diff_new_pack.GA0X9q/_new 2020-09-25 16:28:16.435717084 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-firstboot
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: yast2-firstboot
-Version: 4.3.4
+Version: 4.3.5
Release: 0
Summary: YaST2 - Initial System Configuration
License: GPL-2.0-only
Group: System/YaST
-Url: https://github.com/yast/yast-firstboot
+URL: https://github.com/yast/yast-firstboot
Source0: %{name}-%{version}.tar.bz2
++++++ yast2-firstboot-4.3.4.tar.bz2 -> yast2-firstboot-4.3.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-firstboot-4.3.4/package/yast2-firstboot.changes
new/yast2-firstboot-4.3.5/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.4/package/yast2-firstboot.changes 2020-08-12
12:08:24.000000000 +0200
+++ new/yast2-firstboot-4.3.5/package/yast2-firstboot.changes 2020-09-22
12:14:10.000000000 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Sep 22 10:09:33 UTC 2020 - Steffen Winterfeldt <[email protected]>
+
+- add test field to language & keyboard module (bsc#1174856)
+- 4.3.5
+
+-------------------------------------------------------------------
Mon Aug 10 17:15:51 CEST 2020 - [email protected]
- AutoYaST: Added supplements: autoyast(firstboot) into the spec file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-4.3.4/package/yast2-firstboot.spec
new/yast2-firstboot-4.3.5/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.4/package/yast2-firstboot.spec 2020-08-12
12:08:24.000000000 +0200
+++ new/yast2-firstboot-4.3.5/package/yast2-firstboot.spec 2020-09-22
12:14:10.000000000 +0200
@@ -16,7 +16,7 @@
#
Name: yast2-firstboot
-Version: 4.3.4
+Version: 4.3.5
Release: 0
Summary: YaST2 - Initial System Configuration
Group: System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-firstboot-4.3.4/src/clients/firstboot_language_keyboard.rb
new/yast2-firstboot-4.3.5/src/clients/firstboot_language_keyboard.rb
--- old/yast2-firstboot-4.3.4/src/clients/firstboot_language_keyboard.rb
2020-08-12 12:08:24.000000000 +0200
+++ new/yast2-firstboot-4.3.5/src/clients/firstboot_language_keyboard.rb
2020-09-22 12:14:10.000000000 +0200
@@ -102,6 +102,12 @@
HSquash(Icon.Simple("yast-keyboard")),
HSpacing(2),
Left(@keyboardsel)
+ ),
+ VSpacing(1),
+ HBox(
+ HSquash(Icon.Simple("yast-keyboard")),
+ HSpacing(2),
+ Left(InputField(Opt(:hstretch), _("&Test")))
)
)
),