From 0c4ceccf98c5d0b1d4a5f96ba07e04f5ab76995176ecc79f5faf03b6fa91e5d8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 16 Jul 2008 20:42:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=102 --- yast2-installation-2.17.1.tar.bz2 | 3 --- yast2-installation-2.17.2.tar.bz2 | 3 +++ yast2-installation.changes | 13 +++++++++++++ yast2-installation.spec | 15 +++++++++++---- 4 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 yast2-installation-2.17.1.tar.bz2 create mode 100644 yast2-installation-2.17.2.tar.bz2 diff --git a/yast2-installation-2.17.1.tar.bz2 b/yast2-installation-2.17.1.tar.bz2 deleted file mode 100644 index 3e792fc..0000000 --- a/yast2-installation-2.17.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:791810b96067c8f29de002b8c0508387223e842e60374555029ac1c30b70f73f -size 245006 diff --git a/yast2-installation-2.17.2.tar.bz2 b/yast2-installation-2.17.2.tar.bz2 new file mode 100644 index 0000000..1101500 --- /dev/null +++ b/yast2-installation-2.17.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850ee1105e37b6ec9c56e9e12865f0f7432078339e5fefa7b6c0883f35b5b9f1 +size 245138 diff --git a/yast2-installation.changes b/yast2-installation.changes index e37ffd9..2ab107d 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 15 16:59:38 CEST 2008 - aschnell@suse.de + +- fixed vnc connect message during installation (bnc #395834) +- 2.17.2 + +------------------------------------------------------------------- +Tue Jul 15 09:54:48 CEST 2008 - locilka@suse.cz + +- Not only DPMS->off, but also screen-saver->off (FATE #304395). +- Added new control file feature globals->rle_offer_rulevel_4 + plus control file documentation (FATE #303798). + ------------------------------------------------------------------- Mon Jul 14 15:15:15 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index b30cd7a..6c633e1 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.1) +# spec file for package yast2-installation (Version 2.17.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-installation -Version: 2.17.1 +Version: 2.17.2 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.1.tar.bz2 +Source0: yast2-installation-2.17.2.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() @@ -107,7 +107,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.1 +%setup -n yast2-installation-2.17.2 %build %{prefix}/bin/y2tool y2autoconf @@ -173,6 +173,13 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Tue Jul 15 2008 aschnell@suse.de +- fixed vnc connect message during installation (bnc #395834) +- 2.17.2 +* Tue Jul 15 2008 locilka@suse.cz +- Not only DPMS->off, but also screen-saver->off (FATE #304395). +- Added new control file feature globals->rle_offer_rulevel_4 + plus control file documentation (FATE #303798). * Mon Jul 14 2008 locilka@suse.cz - Base-product license directory moved to control file (base_product_license_directory) (FATE #304865).