Mailinglist Archive: opensuse-commit (858 mails)

< Previous Next >
commit yast2
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 02 Nov 2007 01:30:20 +0100
  • Message-id: <20071102003020.E3F4A678331@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2
checked in at Fri Nov 2 01:30:20 CET 2007.

--------
--- yast2/yast2.changes 2007-10-31 13:21:27.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2/yast2.changes 2007-11-01
16:44:52.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Nov 1 16:44:07 CET 2007 - locilka@xxxxxxx
+
+- Update/backup-related variables were moved from Update::* to
+ Installation::update_* to remove RPM dependencies.
+- 2.16.5
+
+-------------------------------------------------------------------

Old:
----
yast2-2.16.4.tar.bz2

New:
----
yast2-2.16.5.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.GO2058/_old 2007-11-02 01:30:11.000000000 +0100
+++ /var/tmp/diff_new_pack.GO2058/_new 2007-11-02 01:30:11.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2 (Version 2.16.4)
+# spec file for package yast2 (Version 2.16.5)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild

Name: yast2
-Version: 2.16.4
+Version: 2.16.5
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-2.16.4.tar.bz2
+Source0: yast2-2.16.5.tar.bz2
Prefix: /usr
Source1: yast2-rpmlintrc
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools
yast2-perl-bindings yast2-pkg-bindings yast2-testsuite
@@ -43,7 +43,7 @@
Conflicts: yast2-network < 2.15.58
# Hotplug and HwStatus modules
Conflicts: yast2-installation < 2.16.2
-Conflicts: yast2-update < 2.16.0
+Conflicts: yast2-update < 2.16.1
Provides: yast2-lib-sequencer
Obsoletes: yast2-lib-sequencer
Provides: yast2-lib-wizard yast2-lib-wizard-devel yast2-trans-wizard
@@ -115,7 +115,7 @@
Steffen Winterfeldt <snwint@xxxxxxx>

%prep
-%setup -n yast2-2.16.4
+%setup -n yast2-2.16.5

%build
%{prefix}/bin/y2tool y2autoconf
@@ -218,6 +218,10 @@
%doc %{prefix}/share/doc/packages/yast2/types
%doc %{prefix}/share/doc/packages/yast2/wizard
%changelog
+* Thu Nov 01 2007 - locilka@xxxxxxx
+- Update/backup-related variables were moved from Update::* to
+ Installation::update_* to remove RPM dependencies.
+- 2.16.5
* Wed Oct 31 2007 - locilka@xxxxxxx
- installedVersion and updateVersion moved from 'Update' to
'Installation' YCP module to remove dependencies.

++++++ yast2-2.16.4.tar.bz2 -> yast2-2.16.5.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-2.16.4/library/control/src/Installation.ycp
new/yast2-2.16.5/library/control/src/Installation.ycp
--- old/yast2-2.16.4/library/control/src/Installation.ycp 2007-10-31
13:21:41.000000000 +0100
+++ new/yast2-2.16.5/library/control/src/Installation.ycp 2007-11-01
16:44:59.000000000 +0100
@@ -12,7 +12,7 @@
* Klaus Kaempf <kkaempf@xxxxxxx>
* Lukas Ocilka <locilka@xxxxxxx>
*
- * $Id: Installation.ycp 41668 2007-10-31 12:21:40Z locilka $
+ * $Id: Installation.ycp 41719 2007-11-01 15:44:59Z locilka $
*/

{
@@ -141,6 +141,16 @@
*/
global map <string, any> updateVersion = $[];

+ // Global variables moved here to break dependencies
+ // on yast2-update
+ global boolean update_backup_modified = true;
+
+ global boolean update_backup_sysconfig = true;
+
+ global boolean update_remove_old_backups = false;
+
+ global string update_backup_path = "/var/adm/backup";
+
//---------------------------------------------------------------
// constructor

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-2.16.4/library/modules/Version.ycp
new/yast2-2.16.5/library/modules/Version.ycp
--- old/yast2-2.16.4/library/modules/Version.ycp 2007-10-31
13:23:13.000000000 +0100
+++ new/yast2-2.16.5/library/modules/Version.ycp 2007-11-01
16:51:37.000000000 +0100
@@ -20,7 +20,7 @@
/**
* Version of the yast2 package
*/
-global string yast2 = "2.16.4";
+global string yast2 = "2.16.5";

/* EOF */
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-2.16.4/VERSION new/yast2-2.16.5/VERSION
--- old/yast2-2.16.4/VERSION 2007-10-31 13:21:32.000000000 +0100
+++ new/yast2-2.16.5/VERSION 2007-11-01 16:29:44.000000000 +0100
@@ -1 +1 @@
-2.16.4
+2.16.5



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



Remember to have fun...

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

< Previous Next >