Mailinglist Archive: opensuse-commit (1945 mails)

< Previous Next >
commit yast2
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 18 Nov 2008 13:59:28 +0100
  • Message-id: <20081118125928.80392678164@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2
checked in at Tue Nov 18 13:59:28 CET 2008.


--------
--- yast2/yast2.changes 2008-11-07 17:38:36.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2/yast2.changes 2008-11-18
00:13:24.557837000 +0100
@@ -1,0 +2,13 @@
+Fri Nov 14 16:26:33 CET 2008 - sh@xxxxxxx
+
+- Consistent behaviour for Wizard::HideAbortButton() (bnc #444176)
+ Still broken usability-wise, but now broken in a consistent way
+- V 2.17.50
+
+-------------------------------------------------------------------
+Wed Nov 12 18:28:46 CET 2008 - jdsn@xxxxxxx
+
+- revert change to disable x11 setup on Itanium(ia64) (bnc#439612)
+- 2.17.49
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
yast2-2.17.48.tar.bz2

New:
----
yast2-2.17.50.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.iS2535/_old 2008-11-18 13:58:56.000000000 +0100
+++ /var/tmp/diff_new_pack.iS2535/_new 2008-11-18 13:58:56.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2 (Version 2.17.48)
+# spec file for package yast2 (Version 2.17.50)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,12 +19,12 @@


Name: yast2
-Version: 2.17.48
+Version: 2.17.50
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-2.17.48.tar.bz2
+Source0: yast2-2.17.50.tar.bz2
Prefix: /usr
Source1: yast2-rpmlintrc
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools
yast2-perl-bindings yast2-testsuite
@@ -147,7 +147,7 @@
Steffen Winterfeldt <snwint@xxxxxxx>

%prep
-%setup -n yast2-2.17.48
+%setup -n yast2-2.17.50

%build
%{prefix}/bin/y2tool y2autoconf
@@ -250,7 +250,15 @@
%doc %{prefix}/share/doc/packages/yast2/system
%doc %{prefix}/share/doc/packages/yast2/types
%doc %{prefix}/share/doc/packages/yast2/wizard
+
%changelog
+* Fri Nov 14 2008 sh@xxxxxxx
+- Consistent behaviour for Wizard::HideAbortButton() (bnc #444176)
+ Still broken usability-wise, but now broken in a consistent way
+- V 2.17.50
+* Wed Nov 12 2008 jdsn@xxxxxxx
+- revert change to disable x11 setup on Itanium(ia64) (bnc#439612)
+- 2.17.49
* Fri Nov 07 2008 locilka@xxxxxxx
- Checking downloaded files signatures (WorkflowManager)
(bnc #409927).

++++++ yast2-2.17.48.tar.bz2 -> yast2-2.17.50.tar.bz2 ++++++
++++ 5521 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-2.17.48/configure.in new/yast2-2.17.50/configure.in
--- old/yast2-2.17.48/configure.in 2008-10-07 18:10:48.000000000 +0200
+++ new/yast2-2.17.50/configure.in 2008-11-14 16:17:07.000000000 +0100
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.17.6 - DO NOT EDIT! --
dnl (edit configure.in.in instead)

-AC_INIT(yast2, 2.17.38, http://bugs.opensuse.org/, yast2)
+AC_INIT(yast2, 2.17.49, http://bugs.opensuse.org/, yast2)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])

@@ -18,7 +18,7 @@
AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)

dnl Important YaST2 variables
-VERSION="2.17.38"
+VERSION="2.17.49"
RPMNAME="yast2"
MAINTAINER="Jiri Srain <jsrain@xxxxxxx>"

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-2.17.48/library/control/src/InstFinishConfig.ycp
new/yast2-2.17.50/library/control/src/InstFinishConfig.ycp
--- old/yast2-2.17.48/library/control/src/InstFinishConfig.ycp 2008-10-27
15:31:54.000000000 +0100
+++ new/yast2-2.17.50/library/control/src/InstFinishConfig.ycp 1970-01-01
01:00:00.000000000 +0100
@@ -1,18 +0,0 @@
-/**
- * File: modules/InstFinishConfig.ycp
- * Package: Base
- * Summary: Functionality for adjusting the inst_finish scripts
- * Authors: Lukas Ocilka <locilka@xxxxxxx>
- *
- * $Id:$
- *
- * This module is strictly installation-only!
- */
-
-{
-
- textdomain "base";
-
-
-/* EOF */
-}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-2.17.48/library/modules/Arch.ycp
new/yast2-2.17.50/library/modules/Arch.ycp
--- old/yast2-2.17.48/library/modules/Arch.ycp 2008-11-07 10:56:06.000000000
+0100
+++ new/yast2-2.17.50/library/modules/Arch.ycp 2008-11-14 14:35:57.000000000
+0100
@@ -5,7 +5,7 @@
* Authors: Klaus Kaempf <kkaempf@xxxxxxx>
* Flags: Stable
*
- * $Id: Arch.ycp 53016 2008-11-06 17:53:19Z jdsn $
+ * $Id: Arch.ycp 53241 2008-11-12 17:37:21Z jdsn $
*/

{
@@ -487,9 +487,7 @@
*/
global boolean x11_setup_needed () {
// disable X11 setup after initial boot
-
- // disable x11 setup as well for ia64/Itanium (bnc#439612)
- if (board_iseries () || s390 () || mips () || ia64 ())
+ if (board_iseries () || s390 () || mips ())
{
return false;
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-2.17.48/library/modules/Version.ycp
new/yast2-2.17.50/library/modules/Version.ycp
--- old/yast2-2.17.48/library/modules/Version.ycp 2008-11-07
17:51:51.000000000 +0100
+++ new/yast2-2.17.50/library/modules/Version.ycp 2008-11-14
16:28:18.000000000 +0100
@@ -20,7 +20,7 @@
/**
* Version of the yast2 package
*/
-global string yast2 = "2.17.48";
+global string yast2 = "2.17.50";

/* EOF */
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-2.17.48/library/wizard/src/Wizard.ycp
new/yast2-2.17.50/library/wizard/src/Wizard.ycp
--- old/yast2-2.17.48/library/wizard/src/Wizard.ycp 2008-09-30
15:56:49.000000000 +0200
+++ new/yast2-2.17.50/library/wizard/src/Wizard.ycp 2008-11-14
16:20:09.000000000 +0100
@@ -108,7 +108,8 @@
return `HBox(
`HWeight(1, `Empty() ), // Layout trick to make sure
the center button is centered
`HStretch(),
- `HWeight(1, `PushButton(`id(`cancel ), `opt (`key_F9),
Label::CancelButton() ) ),
+ `HWeight(1, `ReplacePoint(`id(`rep_abort), // Make sure
HideAbortButton() works (bnc #444176)
+ `PushButton(`id(`cancel ), `opt
(`key_F9), Label::CancelButton() ) ) ),
`HStretch(),
`HWeight(1, `PushButton(`id(`accept ), `opt (`key_F10,
`default), Label::AcceptButton() ) )
);
@@ -124,7 +125,8 @@
return `HBox(
`HWeight(1, `Empty() ), // Layout trick to make sure
the center button is centered
`HStretch(),
- `HWeight(1, `PushButton(`id(`cancel ), `opt (`key_F9),
Label::CancelButton() ) ),
+ `HWeight(1, `ReplacePoint(`id(`rep_abort), // Make sure
HideAbortButton() works (bnc #444176)
+ `PushButton(`id(`cancel ), `opt
(`key_F9), Label::CancelButton() ) ) ),
`HStretch(),
`HWeight(1, `PushButton(`id(`ok ), `opt (`key_F10,
`default), Label::OKButton() ) )
);
@@ -140,7 +142,8 @@
return `HBox(
`HWeight(1, `ReplacePoint (`id (`back_rep), `Empty())),
// Layout trick to make sure the center button is centered
`HStretch(),
- `PushButton(`id(`abort ), `opt (`key_F9),
Label::AbortButton() ),
+ `HWeight(1, `ReplacePoint(`id(`rep_abort), // Make sure
HideAbortButton() works (bnc #444176)
+ `PushButton(`id(`abort ), `opt
(`key_F9), Label::AbortButton() ) ) ),
`HStretch(),
`HWeight(1, `PushButton(`id(`accept ), `opt (`key_F10,
`default), Label::AcceptButton() ) )
);
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-2.17.48/VERSION new/yast2-2.17.50/VERSION
--- old/yast2-2.17.48/VERSION 2008-11-07 17:38:41.000000000 +0100
+++ new/yast2-2.17.50/VERSION 2008-11-14 16:26:27.000000000 +0100
@@ -1 +1 @@
-2.17.48
+2.17.50


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



Remember to have fun...

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

< Previous Next >