From fdbae0a2222c98f9133ef451af780e3d74b282db0e2babad1c2b90961a697be9 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 21 Mar 2008 02:40:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=27 --- autoyast2-2.16.10.tar.bz2 | 3 --- autoyast2-2.16.11.tar.bz2 | 3 +++ autoyast2.changes | 12 ++++++++++++ autoyast2.spec | 16 +++++++++++----- 4 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 autoyast2-2.16.10.tar.bz2 create mode 100644 autoyast2-2.16.11.tar.bz2 diff --git a/autoyast2-2.16.10.tar.bz2 b/autoyast2-2.16.10.tar.bz2 deleted file mode 100644 index effaa0a..0000000 --- a/autoyast2-2.16.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f571d6ebcf9cc2640388c986a3b7fe7ed3bd95f71eccd4e400d13b38f40f79a9 -size 1194507 diff --git a/autoyast2-2.16.11.tar.bz2 b/autoyast2-2.16.11.tar.bz2 new file mode 100644 index 0000000..ae1628c --- /dev/null +++ b/autoyast2-2.16.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47693f10a5fc0c93917bb332f3e2eba2676bed7f8ab004030425bbda8eba8a1c +size 1181181 diff --git a/autoyast2.changes b/autoyast2.changes index df41cc4..74b6479 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 19 11:18:42 CET 2008 - ug@suse.de + +- outdated migration chapter dropped +- desktop files updated +- 2.16.11 + +------------------------------------------------------------------- +Mon Mar 17 12:43:32 CET 2008 - jsrain@suse.cz + +- added 'StartupNotify=true' to the desktop file (bnc #304964) + ------------------------------------------------------------------- Fri Mar 14 12:20:44 CET 2008 - locilka@suse.cz diff --git a/autoyast2.spec b/autoyast2.spec index b1266bf..24aa728 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -1,5 +1,5 @@ # -# spec file for package autoyast2 (Version 2.16.10) +# spec file for package autoyast2 (Version 2.16.11) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,12 +13,12 @@ Url: http://www.suse.de/~ug Name: autoyast2 -Version: 2.16.10 +Version: 2.16.11 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: autoyast2-2.16.10.tar.bz2 +Source0: autoyast2-2.16.11.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets java2-devel-packages libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-country yast2-devtools yast2-mouse yast2-testsuite yast2-transfer yast2-update # API for Disabled Modules (ProductControl) @@ -53,7 +53,7 @@ Authors: Anas Nashif %package installation -Version: 2.16.10 +Version: 2.16.11 Release: 1 Summary: YaST2 - Auto Installation Modules Group: System/YaST @@ -75,7 +75,7 @@ Authors: Anas Nashif %prep -%setup -n autoyast2-2.16.10 +%setup -n autoyast2-2.16.11 %build %{prefix}/bin/y2tool y2autoconf @@ -215,6 +215,12 @@ rm -rf "$RPM_BUILD_ROOT" %dir /var/lib/autoinstall %dir /var/lib/autoinstall/autoconf %changelog +* Wed Mar 19 2008 ug@suse.de +- outdated migration chapter dropped +- desktop files updated +- 2.16.11 +* Mon Mar 17 2008 jsrain@suse.cz +- added 'StartupNotify=true' to the desktop file (bnc #304964) * Fri Mar 14 2008 locilka@suse.cz - Adjusted to new API for disabled modules in ProductControl. - Adjusted RPM dependencies.