Mailinglist Archive: opensuse-commit (1139 mails)
| < Previous | Next > |
commit yast2
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 09 Jan 2007 17:56:46 +0100
- Message-id: <20070109165646.753BA67817D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2
checked in at Tue Jan 9 17:56:46 CET 2007.
--------
--- yast2/yast2.changes 2007-01-05 13:24:24.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2/yast2.changes 2007-01-09 11:24:16.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Jan 9 11:23:04 CET 2007 - mzugec@xxxxxxx
+
+- add bond device
+
+-------------------------------------------------------------------
+Mon Jan 8 18:09:00 CET 2007 - locilka@xxxxxxx
+
+- Fixed handling Y2_GEOMETRY="-geometry XxY[+OffsX+OffsY]" and
+ "--geometry XxY[+OffsX+OffsY]" in /sbin/yast2 call (#232568).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.M13818/_old 2007-01-09 17:56:33.000000000 +0100
+++ /var/tmp/diff_new_pack.M13818/_new 2007-01-09 17:56:33.000000000 +0100
@@ -12,7 +12,7 @@
Name: yast2
Version: 2.15.2
-Release: 1
+Release: 4
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -198,6 +198,11 @@
%doc %{prefix}/share/doc/packages/yast2/wizard
%changelog -n yast2
+* Tue Jan 09 2007 - mzugec@xxxxxxx
+- add bond device
+* Mon Jan 08 2007 - locilka@xxxxxxx
+- Fixed handling Y2_GEOMETRY="-geometry XxY[+OffsX+OffsY]" and
+ "--geometry XxY[+OffsX+OffsY]" in /sbin/yast2 call (#232568).
* Fri Jan 05 2007 - lslezak@xxxxxxx
- gpg library: fixed export of a key, export key in ASCII or
binary format, added passphrase widget/popup, API documentation,
++++++ yast2-2.15.2.tar.bz2 ++++++
++++ 2139 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-2.15.2/library/network/src/NetworkDevices.ycp new/yast2-2.15.2/library/network/src/NetworkDevices.ycp
--- old/yast2-2.15.2/library/network/src/NetworkDevices.ycp 2006-11-15 11:16:12.000000000 +0100
+++ new/yast2-2.15.2/library/network/src/NetworkDevices.ycp 2007-01-09 11:23:42.000000000 +0100
@@ -4,7 +4,7 @@
* Summary: Interface manipulation (/etc/sysconfig/network/ifcfg-*)
* Authors: Michal Svec <msvec@xxxxxxx>
*
- * $Id: NetworkDevices.ycp 34371 2006-11-14 10:07:31Z kmachalkova $
+ * $Id: NetworkDevices.ycp 35162 2007-01-09 10:22:50Z mzugec $
*
* The new sysconfig naming is interface (eg. eth0) vs. device
* (eg. NE2000 card), but historically yast has called them device
@@ -82,7 +82,7 @@
* Predefined network card regular expressions
*/
global map<string,string> CardRegex = $[
- "netcard" : "arc|bnep|ci|ctc|dummy|escon|eth|fddi|ficon|hsi|qeth|lcs|iucv|myri|tr|usb|wlan|xp",
+ "netcard" : "arc|bnep|ci|ctc|dummy|bond|escon|eth|fddi|ficon|hsi|qeth|lcs|iucv|myri|tr|usb|wlan|xp",
"modem" : "ppp|modem",
"isdn" : "isdn|ippp",
"dsl" : "dsl",
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-2.15.2/scripts/yast2 new/yast2-2.15.2/scripts/yast2
--- old/yast2-2.15.2/scripts/yast2 2006-12-07 14:49:00.000000000 +0100
+++ new/yast2-2.15.2/scripts/yast2 2007-01-09 11:13:49.000000000 +0100
@@ -268,7 +268,7 @@
c=("${b[@]/%/\")}")
set -- "${c[@]}"
- $ybindir/y2base $module "$@" "$SELECTED_GUI" "$Y2_GEOMETRY" $Y2QT_ARGS
+ $ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2QT_ARGS
if [ ! $module == "online_update" -o ! -e "/var/lib/YaST2/selected_patches.ycp" ] ; then
break
fi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |