diff --git a/yast2-installation-2.17.30.tar.bz2 b/yast2-installation-2.17.30.tar.bz2 deleted file mode 100644 index 8d9ff28..0000000 --- a/yast2-installation-2.17.30.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4689b6629bf4dc5ce4d95593bd5a08555189586e2fd5dc3801171d14a59a452 -size 257816 diff --git a/yast2-installation-2.17.32.tar.bz2 b/yast2-installation-2.17.32.tar.bz2 new file mode 100644 index 0000000..6693380 --- /dev/null +++ b/yast2-installation-2.17.32.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfcaf0757b20b90291ef7c28ca0008323aa10ff779479cd62e99e2114f98206 +size 255890 diff --git a/yast2-installation.changes b/yast2-installation.changes index 879bceb..16bfeca 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Nov 11 10:53:25 CET 2008 - jsrain@suse.cz + +- fixed switching to a tab with an error in the proposal + (bnc #441434) +- 2.17.32 + +------------------------------------------------------------------- +Tue Nov 11 10:48:03 CET 2008 - aschnell@suse.de + +- use accelerated xserver during installation for certain Intel + cards (bnc #442413) +- 2.17.31 + ------------------------------------------------------------------- Fri Nov 7 16:32:28 CET 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 5a0573b..57d91c4 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.30) +# spec file for package yast2-installation (Version 2.17.32) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.30 +Version: 2.17.32 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.30.tar.bz2 +Source0: yast2-installation-2.17.32.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() @@ -118,7 +118,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.30 +%setup -n yast2-installation-2.17.32 %build %{prefix}/bin/y2tool y2autoconf @@ -187,6 +187,14 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Tue Nov 11 2008 jsrain@suse.cz +- fixed switching to a tab with an error in the proposal + (bnc #441434) +- 2.17.32 +* Tue Nov 11 2008 aschnell@suse.de +- use accelerated xserver during installation for certain Intel + cards (bnc #442413) +- 2.17.31 * Fri Nov 07 2008 locilka@suse.cz - Fixed deploy_image_auto to handle AutoYaST settings correctly (bnc #442691).