Hello community,
here is the log from the commit of package yast2-installation for
openSUSE:Factory checked in at 2015-02-01 12:28:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2015-01-29 09:54:30.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes
2015-02-01 12:28:52.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan 29 17:10:44 UTC 2015 - [email protected]
+
+- allow keyboard layout testing in language dialog (bsc#889549)
+- 3.1.129
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-3.1.128.tar.bz2
New:
----
yast2-installation-3.1.129.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.mKNsqJ/_old 2015-02-01 12:28:52.000000000 +0100
+++ /var/tmp/diff_new_pack.mKNsqJ/_new 2015-02-01 12:28:52.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-installation
-Version: 3.1.128
+Version: 3.1.129
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-installation-3.1.128.tar.bz2 -> yast2-installation-3.1.129.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.128/package/yast2-installation.changes
new/yast2-installation-3.1.129/package/yast2-installation.changes
--- old/yast2-installation-3.1.128/package/yast2-installation.changes
2015-01-27 14:09:27.000000000 +0100
+++ new/yast2-installation-3.1.129/package/yast2-installation.changes
2015-01-30 10:41:09.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Jan 29 17:10:44 UTC 2015 - [email protected]
+
+- allow keyboard layout testing in language dialog (bsc#889549)
+- 3.1.129
+
+-------------------------------------------------------------------
Tue Jan 27 13:39:57 CET 2015 - [email protected]
- explicitely set language packages for installation during the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.128/package/yast2-installation.spec
new/yast2-installation-3.1.129/package/yast2-installation.spec
--- old/yast2-installation-3.1.128/package/yast2-installation.spec
2015-01-27 14:09:27.000000000 +0100
+++ new/yast2-installation-3.1.129/package/yast2-installation.spec
2015-01-30 10:41:09.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-installation
-Version: 3.1.128
+Version: 3.1.129
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.128/src/clients/inst_complex_welcome.rb
new/yast2-installation-3.1.129/src/clients/inst_complex_welcome.rb
--- old/yast2-installation-3.1.128/src/clients/inst_complex_welcome.rb
2015-01-27 14:09:27.000000000 +0100
+++ new/yast2-installation-3.1.129/src/clients/inst_complex_welcome.rb
2015-01-30 10:41:09.000000000 +0100
@@ -97,30 +97,27 @@
@contents = VBox(
VWeight(1, VStretch()),
Left(
- HSquash(
- HBox(
- HWeight(1, Left(@languagesel)),
- HSpacing(3),
- HWeight(1, Left(@keyboardsel))
- )
+ HBox(
+ HWeight(1, Left(@languagesel)),
+ HSpacing(3),
+ HWeight(1, Left(@keyboardsel))
+ )
+ ),
+ Left(
+ HBox(
+ HWeight(1, HStretch()),
+ HSpacing(3),
+ HWeight(1, Left(TextEntry(Id(:keyboard_test), _("K&eyboard
Test"))))
)
),
- VSpacing(1),
- VWeight(1, VStretch()),
VWeight(
30,
Left(
HSquash(
VBox(
HBox(
- Label(Opt(:boldFont), _("License Agreement")),
- HStretch(),
- # ID: #ICW_B1 button
- PushButton(
- Id(:show_fulscreen_license),
- # TRANSLATORS: button label
- _("License &Translations...")
- )
+ Left(Label(Opt(:boldFont), _("License Agreement"))),
+ HStretch()
),
# bnc #438100
HSquash(
@@ -134,10 +131,15 @@
MinHeight(
1,
HBox(
- HStretch(),
# Will be replaced with license checkbox if required
ReplacePoint(Id(:license_checkbox_rp), Empty()),
- HStretch()
+ HStretch(),
+ # ID: #ICW_B1 button
+ PushButton(
+ Id(:show_fulscreen_license),
+ # TRANSLATORS: button label
+ _("License &Translations...")
+ )
)
)
)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]