Mailinglist Archive: opensuse-commit (1206 mails)

< Previous Next >
commit yast2-installation
  • From: root@xxxxxxx (h_root)
  • Date: Wed, 3 May 2006 14:03:42 +0200 (CEST)
  • Message-id: <20060503120342.A160A8C59F@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-installation
checked in at Wed May 3 14:03:42 CEST 2006.

--------
--- yast2-installation/yast2-installation.changes 2006-05-02 15:28:37.000000000 +0200
+++ NOARCH/yast2-installation/yast2-installation.changes 2006-05-03 10:28:42.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 3 10:26:29 CEST 2006 - locilka@xxxxxxx
+
+- Busy cursor when "Contacting server" in suse_register (#171061).
+- 2.13.97
+
+-------------------------------------------------------------------

Old:
----
yast2-installation-2.13.96.tar.bz2

New:
----
yast2-installation-2.13.97.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.Q6OSDu/_old 2006-05-03 14:03:18.000000000 +0200
+++ /var/tmp/diff_new_pack.Q6OSDu/_new 2006-05-03 14:03:18.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-installation (Version 2.13.96)
+# spec file for package yast2-installation (Version 2.13.97)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild

Name: yast2-installation
-Version: 2.13.96
-Release: 1
+Version: 2.13.97
+Release: 2
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-installation-2.13.96.tar.bz2
+Source0: yast2-installation-2.13.97.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-country yast2-devtools yast2-testsuite
Requires: yast2 yast2-update
@@ -48,7 +48,7 @@
Arvin Schnell <arvin@xxxxxxx>

%prep
-%setup -n yast2-installation-2.13.96
+%setup -n yast2-installation-2.13.97

%build
%{prefix}/bin/y2tool y2autoconf
@@ -106,6 +106,9 @@
/usr/X11R6/share/fvwm/

%changelog -n yast2-installation
+* Wed May 03 2006 - locilka@xxxxxxx
+- Busy cursor when "Contacting server" in suse_register (#171061).
+- 2.13.97
* Tue May 02 2006 - locilka@xxxxxxx
- Display KDE-related help in the Congratulations dialog only
in case of KDE as the default windowmanager (#170880).

++++++ yast2-installation-2.13.96.tar.bz2 -> yast2-installation-2.13.97.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-installation-2.13.96/VERSION new/yast2-installation-2.13.97/VERSION
--- old/yast2-installation-2.13.96/VERSION 2006-05-02 15:25:29.000000000 +0200
+++ new/yast2-installation-2.13.97/VERSION 2006-05-03 10:30:21.000000000 +0200
@@ -1 +1 @@
-2.13.96
+2.13.97
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-installation-2.13.96/src/modules/Register.ycp new/yast2-installation-2.13.97/src/modules/Register.ycp
--- old/yast2-installation-2.13.96/src/modules/Register.ycp 2006-04-24 15:54:27.000000000 +0200
+++ new/yast2-installation-2.13.97/src/modules/Register.ycp 2006-05-03 10:26:13.000000000 +0200
@@ -263,6 +263,9 @@
`PushButton(`id(`abort), Label::AbortButton() )
) );

+ // Bug #171061 - Busy cursor during "Contacting server..."
+ UI::BusyCursor();
+
symbol poll_ret = nil;
repeat
{
@@ -274,6 +277,9 @@

} until (poll_ret == `abort || poll_ret == `finish);

+ // Bug #171061 - Changing back to normal cursor
+ UI::NormalCursor();
+
if (poll_ret == `finish)
{
// create return hash


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



Remember to have fun...


< Previous Next >