Mailinglist Archive: opensuse-commit (1650 mails)

< Previous Next >
commit yast2-drbd
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 06 Oct 2008 15:55:00 +0200
  • Message-id: <20081006135500.42303678161@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-drbd
checked in at Mon Oct 6 15:55:00 CEST 2008.


--------
--- yast2-drbd/yast2-drbd.changes 2008-07-17 03:01:19.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-drbd/yast2-drbd.changes 2008-10-02
07:04:14.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 2 13:02:01 CST 2008 - xwhu@xxxxxxx
+
+- Replace ReplaceNextButton with SetNextButton (bnc#429021)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
setnextbutton.diff

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

Other differences:
------------------
++++++ yast2-drbd.spec ++++++
--- /var/tmp/diff_new_pack.i30998/_old 2008-10-06 15:54:52.000000000 +0200
+++ /var/tmp/diff_new_pack.i30998/_new 2008-10-06 15:54:52.000000000 +0200
@@ -2,9 +2,16 @@
# spec file for package yast2-drbd (Version 2.13.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# 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/
#

@@ -14,7 +21,7 @@
Name: yast2-drbd
Url: http://en.opensuse.org/YaST
Version: 2.13.1
-Release: 169
+Release: 214
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -27,6 +34,7 @@
Patch5: bug-291771_err_msg.patch
Patch6: bug-295546_res-conf-deleted.pathch
Patch7: bug-291490_typo.patch
+Patch8: setnextbutton.diff
Prefix: /usr
BuildRequires: perl-XML-Writer ruby ruby-racc update-desktop-files yast2
yast2-devtools yast2-testsuite
Requires: yast2
@@ -54,6 +62,7 @@
%patch5 -p1
%patch6 -p1
%patch7
+%patch8 -p1

%build
%{prefix}/bin/y2tool y2autoconf
@@ -94,6 +103,8 @@
%doc %{prefix}/share/doc/packages/yast2-drbd

%changelog
+* Thu Oct 02 2008 xwhu@xxxxxxx
+- Replace ReplaceNextButton with SetNextButton (bnc#429021)
* Wed Jul 16 2008 xwhu@xxxxxxx
- pae was not recognized as a kernel arch (bnc#380074)
* Mon Apr 07 2008 xwhu@xxxxxxx

++++++ setnextbutton.diff ++++++
Index: yast2-drbd-2.13.1/src/common.ycp
===================================================================
--- yast2-drbd-2.13.1.orig/src/common.ycp 2006-12-22 16:50:16.000000000
+0800
+++ yast2-drbd-2.13.1/src/common.ycp 2008-10-02 11:30:54.000000000 +0800
@@ -47,10 +47,10 @@
// UI::ChangeWidget(`id(`back), `Enabled, conf !=
"node_conf");
// if (conf == "startup_conf") {
// UI::WizardCommand(`SetNextButtonLabel(
Label::FinishButton() ) );
-//
Wizard::ReplaceNextButton(`PushButton(`id(`next), `opt(`key_F10),
Label::FinishButton()));
+// Wizard::SetNextButton(`PushButton(`id(`next),
`opt(`key_F10), Label::FinishButton()));
// } else {
// UI::WizardCommand(`SetNextButtonLabel(
Label::NextButton() ) );
-//
Wizard::ReplaceNextButton(`PushButton(`id(`next), `opt(`key_F10),
Label::NextButton()));
+// Wizard::SetNextButton(`PushButton(`id(`next),
`opt(`key_F10), Label::NextButton()));
// }
// }
}
Index: yast2-drbd-2.13.1/src/wizards.ycp
===================================================================
--- yast2-drbd-2.13.1.orig/src/wizards.ycp 2006-12-28 14:03:32.000000000
+0800
+++ yast2-drbd-2.13.1/src/wizards.ycp 2008-10-02 11:30:23.000000000 +0800
@@ -67,7 +67,7 @@
Wizard::CreateTree(tree, "DRBD");

// Buttons redefinition
- Wizard::ReplaceNextButton(`PushButton(`id(`next), `opt(`key_F10),
Label::FinishButton()));
+ Wizard::SetNextButton(`PushButton(`id(`next), `opt(`key_F10),
Label::FinishButton()));

if (UI::WidgetExists(`id(`wizardTree))) {
Wizard::ReplaceBackButton(`PushButton(`id(`help), `opt(`key_F1),
Label::HelpButton()));

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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages