Mailinglist Archive: opensuse-commit (1500 mails)
| < Previous | Next > |
commit yast2
- From: root@xxxxxxx (h_root)
- Date: Tue, 7 Nov 2006 01:18:45 +0100 (CET)
- Message-id: <20061107001845.309A619AA61@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2
checked in at Tue Nov 7 01:18:45 CET 2006.
--------
--- yast2/yast2.changes 2006-10-30 17:13:37.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2/yast2.changes 2006-11-06 18:19:38.000000000 +0100
@@ -1,0 +2,17 @@
+Mon Nov 6 15:20:34 CET 2006 - mzugec@xxxxxxx
+
+- #177560 - fixed corrupting sysconfig files after setting locale to et_EE
+- set value to boolean if contains "yes" or "no"
+- 2.14.9
+
+-------------------------------------------------------------------
+Fri Nov 3 15:37:06 CET 2006 - locilka@xxxxxxx
+
+- Fixed handling of missign SuSE-release files (partly #217013).
+
+-------------------------------------------------------------------
+Fri Nov 3 10:58:21 CET 2006 - mvidner@xxxxxxx
+
+- Manual page: documented the command line interface (jfriedl).
+
+-------------------------------------------------------------------
Old:
----
yast2-2.14.8.tar.bz2
New:
----
yast2-2.14.9.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.UX8Dhi/_old 2006-11-07 01:18:13.000000000 +0100
+++ /var/tmp/diff_new_pack.UX8Dhi/_new 2006-11-07 01:18:13.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2 (Version 2.14.8)
+# spec file for package yast2 (Version 2.14.9)
#
# Copyright (c) 2006 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.14.8
+Version: 2.14.9
Release: 1
License: GNU General Public License (GPL) - all versions
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-2.14.8.tar.bz2
+Source0: yast2-2.14.9.tar.bz2
prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-pkg-bindings yast2-testsuite
# Need the new file popups
@@ -97,7 +97,7 @@
Steffen Winterfeldt <snwint@xxxxxxx>
%prep
-%setup -n yast2-2.14.8
+%setup -n yast2-2.14.9
%build
%{prefix}/bin/y2tool y2autoconf
@@ -197,6 +197,14 @@
%doc %{prefix}/share/doc/packages/yast2/wizard
%changelog -n yast2
+* Mon Nov 06 2006 - mzugec@xxxxxxx
+- #177560 - fixed corrupting sysconfig files after setting locale to et_EE
+- set value to boolean if contains "yes" or "no"
+- 2.14.9
+* Fri Nov 03 2006 - locilka@xxxxxxx
+- Fixed handling of missign SuSE-release files (partly #217013).
+* Fri Nov 03 2006 - mvidner@xxxxxxx
+- Manual page: documented the command line interface (jfriedl).
* Mon Oct 30 2006 - locilka@xxxxxxx
- Stopping/Starting and/or Enabling/Disabling all SuSEfirewall2
services even if one of them fails. Partly preventing from not
++++++ yast2-2.14.8.tar.bz2 -> yast2-2.14.9.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-2.14.8/Makefile.am new/yast2-2.14.9/Makefile.am
--- old/yast2-2.14.8/Makefile.am 2006-10-30 17:14:40.000000000 +0100
+++ new/yast2-2.14.9/Makefile.am 2006-11-06 15:18:02.000000000 +0100
@@ -67,7 +67,7 @@
# because the prerequisite is made here (not anymore!)
# and we don't want any paths in y2autoconf
# info '(autoconf)config.status Invocation'
-$(RPMNAME).pc: $(RPMNAME).pc.in config.status
+$(RPMNAME).pc: $(RPMNAME).pc.in
./config.status --file=$@:$<
if CREATE_PKGCONFIG_NOARCH
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-2.14.8/Makefile.in new/yast2-2.14.9/Makefile.in
--- old/yast2-2.14.8/Makefile.in 2006-10-30 17:15:03.000000000 +0100
+++ new/yast2-2.14.9/Makefile.in 2006-11-06 15:18:36.000000000 +0100
@@ -711,7 +711,7 @@
# because the prerequisite is made here (not anymore!)
# and we don't want any paths in y2autoconf
# info '(autoconf)config.status Invocation'
-@CREATE_PKGCONFIG_TRUE@$(RPMNAME).pc: $(RPMNAME).pc.in config.status
+@CREATE_PKGCONFIG_TRUE@$(RPMNAME).pc: $(RPMNAME).pc.in
@CREATE_PKGCONFIG_TRUE@ ./config.status --file=$@:$<
dist-hook:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-2.14.8/VERSION new/yast2-2.14.9/VERSION
--- old/yast2-2.14.8/VERSION 2006-10-30 17:12:35.000000000 +0100
+++ new/yast2-2.14.9/VERSION 2006-11-06 15:20:32.000000000 +0100
@@ -1 +1 @@
-2.14.8
+2.14.9
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-2.14.8/configure.in new/yast2-2.14.9/configure.in
--- old/yast2-2.14.8/configure.in 2006-10-30 17:14:40.000000000 +0100
+++ new/yast2-2.14.9/configure.in 2006-11-06 15:18:01.000000000 +0100
@@ -1,6 +1,6 @@
dnl configure.in for yast2
dnl
-dnl -- This file is generated by y2autoconf 2.13.19 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.13.21 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
AC_INIT(yast2, 2.14.8, http://bugs.opensuse.org/, yast2)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-2.14.8/doc/yast2.8 new/yast2-2.14.9/doc/yast2.8
--- old/yast2-2.14.8/doc/yast2.8 2006-10-11 09:18:48.000000000 +0200
+++ new/yast2-2.14.9/doc/yast2.8 2006-11-06 14:44:18.000000000 +0100
@@ -39,11 +39,13 @@
.br
.B YaST2
-comes with two frontends:
+comes with three frontends:
+.B GTK
+,
.B QT
and
.B ncurses.
-Both frontends are functionally equivalent.
+All frontends are functionally equivalent.
The correct frontend is selected automatically based on the available
components and the current environment (the DISPLAY variable).
@@ -78,7 +80,8 @@
.\"
.TP
.B -l, --list
-List all available modules.
+List all available modules. To obtain usage info about
+a module, use "yast module help".
.\"
.TP
.BI --log " " logfile
@@ -100,6 +103,68 @@
preferred GUI for cases when DISPLAY is available.
.\"
.\"
+.SH MODULES WITH COMMAND LINE INTERFACE
+.TP
+This is a list of YaST modules currently supporting command line interface:
+.P
+answering_machine, bootloader, ca_mgm, dhcp-server, dns, dns-server, fax,
+firewall, groups, host, http-server, idedma, inetd, irda, kerberos-client,
+keyboard, lan, language, ldap, mail, mouse, nfs, nfs_server, nis, nis_server,
+ntp-client, power-management, powertweak, printer, profile-manager, proxy,
+remote, routing, runlevel, samba-client, samba-server, security, sound,
+sysconfig, tftp-server, timezone, tv, users
+.\"
+.P
+To obtain a list of basic commands for using a YaST module
+with support for command line interface, use:
+.\"
+.br
+.B yast2
+.I module
+.B help
+.br
+.\"
+.P
+To get more comprehensive information about the commands
+available for a YaST module, use:
+.\"
+.br
+.B yast2
+.I module
+.B longhelp
+.br
+.\"
+.P
+To get information about the commands available for a YaST
+module in a XML formatted file, use:
+.\"
+.br
+.B yast2
+.I module
+.B xmlhelp
+.B xmlfile= \fI<filename>\fP
+.br
+.\"
+.P
+To get information about a specific command of a YaST
+module, use:
+.\"
+.br
+.B yast2
+.I module
+.I command
+.B help
+.br
+.\"
+.P
+To start an interactive console in which you can execute
+commands of a YaST module, use
+.\"
+.br
+.B yast2
+.I module
+.B interactive
+.br
\" .SH BUGS
\" Please report bugs at http://www.suse.de/feedback
.\"
@@ -107,6 +172,7 @@
.SH AUTHOR
.nf
Michal Svec <msvec@xxxxxxx> - manual page
+Jakub Friedl <jfriedl@xxxxxxx> - manual page
.fi
.\"
.\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-2.14.8/library/modules/SuSERelease.ycp new/yast2-2.14.9/library/modules/SuSERelease.ycp
--- old/yast2-2.14.8/library/modules/SuSERelease.ycp 2006-10-09 15:48:58.000000000 +0200
+++ new/yast2-2.14.9/library/modules/SuSERelease.ycp 2006-11-06 14:44:18.000000000 +0100
@@ -6,7 +6,7 @@
* Purpose: Responsible for getting information from the /etc/SuSE-release
* (and similar for other system) file
*
- * $Id: SuSERelease.ycp 27936 2006-02-13 20:01:14Z olh $
+ * $Id: SuSERelease.ycp 34025 2006-11-03 14:41:22Z locilka $
*/
{
@@ -60,7 +60,7 @@
*/
global string ReleaseInformation (string directory) {
string contents = ReleaseFileContents (directory);
- if (contents != "?")
+ if (contents != nil && contents != "?")
{
list lines = splitstring (contents, "\n");
return MakeNiceName (lines[0]:"?");
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-2.14.8/library/modules/Version.ycp new/yast2-2.14.9/library/modules/Version.ycp
--- old/yast2-2.14.8/library/modules/Version.ycp 2006-10-30 17:15:10.000000000 +0100
+++ new/yast2-2.14.9/library/modules/Version.ycp 2006-11-06 15:24:17.000000000 +0100
@@ -20,7 +20,7 @@
/**
* Version of the yast2 package
*/
-global string yast2 = "2.14.8";
+global string yast2 = "2.14.9";
/* EOF */
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-2.14.8/library/network/src/NetworkConfig.ycp new/yast2-2.14.9/library/network/src/NetworkConfig.ycp
--- old/yast2-2.14.8/library/network/src/NetworkConfig.ycp 2006-10-09 15:48:50.000000000 +0200
+++ new/yast2-2.14.9/library/network/src/NetworkConfig.ycp 2006-11-06 15:24:05.000000000 +0100
@@ -4,7 +4,7 @@
* Summary: Network configuration data
* Authors: Michal Svec <msvec@xxxxxxx>
*
- * $Id: NetworkConfig.ycp 27037 2006-01-15 14:11:38Z mvidner $
+ * $Id: NetworkConfig.ycp 34091 2006-11-06 14:24:02Z mzugec $
*
* Representation of the configuration of network cards.
* Input and output routines.
@@ -14,6 +14,8 @@
{
module "NetworkConfig";
+import "String";
+
/**
* Basic network settings (/etc/sysconfig/network/config)
@@ -60,14 +62,14 @@
maplist(string var, vars, {
path varpath = add(config, var);
string comment = (string)SCR::Read(add(varpath, "comment"));
- if(regexpmatch(comment, "^.*## Type:[ \t]*([a-z]*).*$"))
- comment = regexpsub(comment, "^.*## Type:[ \t]*([a-z]*).*$", "\\1");
+ if(regexpmatch(comment, "^.*## Type:[ \t]*(" + String::CLower() + "*).*$"))
+ comment = regexpsub(comment, "^.*## Type:[ \t]*(" + String::CLower() + "*).*$", "\\1");
string val = (string)SCR::Read(varpath);
y2debug("%1[%2]=%3", var, comment, val);
if(val != nil) {
- if(comment == "yesno") {
+ if(comment == "yesno" || ( val=="yes"||val=="no" )) {
ret[var] = ( val == "yes" );
}
else if(comment == "integer") {
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-2.14.8/library/network/src/NetworkDevices.ycp new/yast2-2.14.9/library/network/src/NetworkDevices.ycp
--- old/yast2-2.14.8/library/network/src/NetworkDevices.ycp 2006-10-18 14:40:10.000000000 +0200
+++ new/yast2-2.14.9/library/network/src/NetworkDevices.ycp 2006-11-06 15:24:05.000000000 +0100
@@ -4,7 +4,7 @@
* Summary: Interface manipulation (/etc/sysconfig/network/ifcfg-*)
* Authors: Michal Svec <msvec@xxxxxxx>
*
- * $Id: NetworkDevices.ycp 33491 2006-10-18 11:58:49Z kmachalkova $
+ * $Id: NetworkDevices.ycp 34091 2006-11-06 14:24:02Z mzugec $
*
* The new sysconfig naming is interface (eg. eth0) vs. device
* (eg. NE2000 card), but historically yast has called them device
@@ -154,7 +154,7 @@
string ifcfg_name_regex =
"^" +
// ip6: #48696
- "(ip6tnl|mip6mnha|[a-zA-Z]+)" + "-?" +
+ "(ip6tnl|mip6mnha|" + String::CAlpha() + "+)" + "-?" +
"([^" + alias_separator + "]*)" + alias_separator + "?" +
"(.*)" +
"$";
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |