From a9161eaf55160f478ba128349a5fa7e3c4f0abc43bce0ab8e9cea7e9ed5c875a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 28 Nov 2008 15:12:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=130 --- yast2-installation-2.17.41.tar.bz2 | 3 --- yast2-installation-2.17.42.tar.bz2 | 3 +++ yast2-installation.changes | 20 +++++++++++++++++++- yast2-installation.spec | 26 +++++++++++++++++++------- 4 files changed, 41 insertions(+), 11 deletions(-) delete mode 100644 yast2-installation-2.17.41.tar.bz2 create mode 100644 yast2-installation-2.17.42.tar.bz2 diff --git a/yast2-installation-2.17.41.tar.bz2 b/yast2-installation-2.17.41.tar.bz2 deleted file mode 100644 index a5cedd5..0000000 --- a/yast2-installation-2.17.41.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:185bf4f6ac8e508dc5ea52ec76ca527910917d4e342b29a8b26df2c1d3ba9593 -size 235534 diff --git a/yast2-installation-2.17.42.tar.bz2 b/yast2-installation-2.17.42.tar.bz2 new file mode 100644 index 0000000..0ebe56b --- /dev/null +++ b/yast2-installation-2.17.42.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9059fec53db2a7e2816edf6830f3cbefc1a537094d0cf7d52ad6c5cfca457e +size 259188 diff --git a/yast2-installation.changes b/yast2-installation.changes index 525132f..9969a4a 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,7 +1,25 @@ +------------------------------------------------------------------- +Fri Nov 28 12:16:03 CET 2008 - locilka@suse.cz + +- Fixed behavior of inst_new_desktop when user switched to another + language later (bnc #449818). +- 2.17.42 + +------------------------------------------------------------------- +Thu Nov 27 16:49:11 CET 2008 - locilka@suse.cz + +- Using yast-live-install-finish icon when finishing LiveCD + installation/inst_finish (bnc #438154). +- Fixed ImageInstallation SlideShow - download progress is shown + only when downloading the images, not the other helper files + (bnc #449792). +- Adjusting ImageInstallation-related SlideShow only if + ImageInstallation is in use (bnc #439104). + ------------------------------------------------------------------- Thu Nov 27 15:05:11 CET 2008 - ug@suse.de -- the real fix for bnc #442691 +- the real fix for #442691 deploy_image_auto doesn't use the boolean variable image_installation - 2.17.41 diff --git a/yast2-installation.spec b/yast2-installation.spec index de7395f..7903aad 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.41) +# spec file for package yast2-installation (Version 2.17.42) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.41 +Version: 2.17.42 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.41.tar.bz2 +Source0: yast2-installation-2.17.42.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite # PackageCallbacks::RegisterEmptyProgressCallbacks() @@ -45,8 +45,8 @@ Requires: yast2-bootloader Requires: yast2-country-data >= 2.16.11 # Pkg::SourceProvideDigestedFile() Conflicts: yast2-pkg-bindings < 2.17.25 -# ProductLicense::AcceptanceNeeded, BNC #448598 -Requires: yast2-packager >= 2.17.46 +# BNC #449818: "description_id" in DefaultDesktop +Requires: yast2-packager >= 2.17.49 # Storage::GetCommitInfo() call in include/misc.ycp Requires: yast2-storage >= 2.17.47 # Only in inst-sys @@ -120,7 +120,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.41 +%setup -n yast2-installation-2.17.42 %build %{prefix}/bin/y2tool y2autoconf @@ -189,8 +189,20 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Nov 28 2008 locilka@suse.cz +- Fixed behavior of inst_new_desktop when user switched to another + language later (bnc #449818). +- 2.17.42 +* Thu Nov 27 2008 locilka@suse.cz +- Using yast-live-install-finish icon when finishing LiveCD + installation/inst_finish (bnc #438154). +- Fixed ImageInstallation SlideShow - download progress is shown + only when downloading the images, not the other helper files + (bnc #449792). +- Adjusting ImageInstallation-related SlideShow only if + ImageInstallation is in use (bnc #439104). * Thu Nov 27 2008 ug@suse.de -- the real fix for bnc #442691 +- the real fix for #442691 deploy_image_auto doesn't use the boolean variable image_installation - 2.17.41