Mailinglist Archive: opensuse-commit (2130 mails)
| < Previous | Next > |
commit yast2-online-update
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 08 Apr 2008 21:41:49 +0200
- Message-id: <20080408194150.32A70678168@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2-online-update
checked in at Tue Apr 8 21:41:49 CEST 2008.
--------
--- yast2-online-update/yast2-online-update.changes 2008-04-03
08:49:56.000000000 +0200
+++ yast2-online-update/yast2-online-update.changes 2008-04-08
15:19:43.083134000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 8 13:56:58 CEST 2008 - jsuchome@xxxxxxx
+
+- enable selecting CD URL for Patch CD (fate#303475)
+- 2.16.10
+
+-------------------------------------------------------------------
Old:
----
yast2-online-update-2.16.9.tar.bz2
New:
----
yast2-online-update-2.16.10.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-online-update.spec ++++++
--- /var/tmp/diff_new_pack.s27246/_old 2008-04-08 21:41:27.000000000 +0200
+++ /var/tmp/diff_new_pack.s27246/_new 2008-04-08 21:41:27.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-online-update (Version 2.16.9)
+# spec file for package yast2-online-update (Version 2.16.10)
#
# 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-online-update
-Version: 2.16.9
+Version: 2.16.10
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-online-update-2.16.9.tar.bz2
+Source0: yast2-online-update-2.16.10.tar.bz2
Prefix: /usr
BuildRequires: gcc-c++ libxcrypt-devel perl-XML-Writer pkg-config
update-desktop-files yast2-bootloader yast2-devtools yast2-packager
PreReq: grep sed
@@ -50,7 +50,7 @@
gs@xxxxxxx
%prep
-%setup -n yast2-online-update-2.16.9
+%setup -n yast2-online-update-2.16.10
%build
%{prefix}/bin/y2tool y2autoconf
@@ -153,6 +153,9 @@
/var/lib/YaST2/cd_update.desktop
%ghost %{prefix}/share/applications/YaST2/cd_update.desktop
%changelog
+* Tue Apr 08 2008 jsuchome@xxxxxxx
+- enable selecting CD URL for Patch CD (fate#303475)
+- 2.16.10
* Wed Apr 02 2008 lslezak@xxxxxxx
- adapted to the new callback registration scheme (fate#302296)
- 2.16.9
++++++ yast2-online-update-2.16.9.tar.bz2 ->
yast2-online-update-2.16.10.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-online-update-2.16.9/src/online_update.ycp
new/yast2-online-update-2.16.10/src/online_update.ycp
--- old/yast2-online-update-2.16.9/src/online_update.ycp 2008-02-21
12:40:40.000000000 +0100
+++ new/yast2-online-update-2.16.10/src/online_update.ycp 2008-04-08
13:58:23.000000000 +0200
@@ -215,6 +215,14 @@
*/
define boolean CDUpdateHandler (map options ) {
OnlineUpdate::cd_update = true;
+ if (options["cd_url"]:"" != "")
+ {
+ OnlineUpdate::cd_url = options["cd_url"]:"";
+ }
+ if (options["cd_directory"]:"" != "")
+ {
+ OnlineUpdate::cd_directory = options["cd_directory"]:"";
+ }
OnlineUpdateSequence ();
return true;
}
@@ -231,23 +239,36 @@
// the command line description map
map cmdline = $[
"id" : "online_update",
- // translators: command line help text
+ // command line help text
"help" : _("Online Update module"),
"guihandler" : OnlineUpdateSequence,
"actions" : $[
"cd_update" :$[
"handler" : CDUpdateHandler,
- // translators: command line help text for cd_update action
+ // command line help text for cd_update action
"help" : _("Start Patch CD Update")
],
"simple_mode" : $[
"handler" : SimpleModeHandler,
- // translators: command line help text for simple_mode action
+ // command line help text for simple_mode action
"help" : _("Use simple Package Selector")
],
],
+ "options" : $[
+ "cd_url" :$[
+ // command line help text for cd_url option
+ "help" : sformat(_("URL for Patch CD (default value is '%1')"),
+ OnlineUpdate::cd_url),
+ "type" : "string"
+ ],
+ "cd_directory" :$[
+ // command line help text for cd_directory option
+ "help" : sformat(_("Directory for patch data on Patch CD
(default value is '%1')"), OnlineUpdate::cd_directory),
+ "type" : "string"
+ ],
+ ],
"mappings" : $[
- "cd_update" : [],
+ "cd_update" : [ "cd_url", "cd_directory"],
"simple_mode" : [],
]
];
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-online-update-2.16.9/VERSION
new/yast2-online-update-2.16.10/VERSION
--- old/yast2-online-update-2.16.9/VERSION 2008-03-19 08:49:23.000000000
+0100
+++ new/yast2-online-update-2.16.10/VERSION 2008-04-08 13:59:51.000000000
+0200
@@ -1 +1 @@
-2.16.9
+2.16.10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |