openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
May 2006
- 1 participants
- 1219 discussions
Hello community,
here is the log from the commit of package mpfr
checked in at Fri May 26 16:11:08 CEST 2006.
--------
--- mpfr/mpfr.changes 2006-05-26 12:38:15.000000000 +0200
+++ mpfr/mpfr.changes 2006-05-26 15:20:29.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 26 15:20:09 CEST 2006 - rguenther(a)suse.de
+
+- Fix the real bug, re-enable testsuite on s390.
+
+-------------------------------------------------------------------
New:
----
type-config.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mpfr.spec ++++++
--- /var/tmp/diff_new_pack.fw9Sc7/_old 2006-05-26 16:10:32.000000000 +0200
+++ /var/tmp/diff_new_pack.fw9Sc7/_new 2006-05-26 16:10:32.000000000 +0200
@@ -17,11 +17,12 @@
Autoreqprov: on
Requires: gmp
Version: 2.2.0
-Release: 3
+Release: 4
Summary: The MPFR library for multiple-precision floating-point computations with exact rounding
URL: http://www.mpfr.org/
Source: mpfr-%{version}.tar.bz2
Patch: patches
+Patch1: type-config.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -65,13 +66,12 @@
%prep
%setup -q
%patch -p1
+%patch1
%build
%configure --enable-shared --enable-thread-safe
make %{?jobs:-j%jobs}
-%ifnarch s390
make check %{?jobs:-j%jobs}
-%endif
%install
@@ -107,6 +107,8 @@
%changelog -n mpfr
* Fri May 26 2006 - rguenther(a)suse.de
+- Fix the real bug, re-enable testsuite on s390.
+* Fri May 26 2006 - rguenther(a)suse.de
- Skip testsuite for s390.
* Mon May 15 2006 - rguenther(a)suse.de
- Add provides to mpfr-devel to fix updating from gmp-devel.
++++++ type-config.patch ++++++
--- mpfr-gmp.h.orig 2006-05-26 15:11:20.000000000 +0200
+++ mpfr-gmp.h 2006-05-26 15:11:38.000000000 +0200
@@ -178,7 +178,7 @@
#define TMP_FREE(m)
/* For longlong.h */
-#ifdef HAVE_ATTRIBUTE_MODE
+#if 1
typedef unsigned int UQItype __attribute__ ((mode (QI)));
typedef int SItype __attribute__ ((mode (SI)));
typedef unsigned int USItype __attribute__ ((mode (SI)));
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package 3ddiag
checked in at Fri May 26 16:10:26 CEST 2006.
--------
--- 3ddiag/3ddiag.changes 2006-05-25 20:34:03.000000000 +0200
+++ 3ddiag/3ddiag.changes 2006-05-26 14:35:46.000000000 +0200
@@ -1,0 +2,9 @@
+Fri May 26 14:27:47 CEST 2006 - sndirsch(a)suse.de
+
+- 3Ddiag-0.735.tar.gz:
+ * obsoletes nvidia.diff
+ * added 3dinfo wrapper to make sure that information, that is
+ not available yet to libhd, is incorporated nevertheless
+ (Bug #175683)
+
+-------------------------------------------------------------------
Old:
----
3Ddiag-0.734.tar.gz
nvidia.diff
New:
----
3Ddiag-0.735.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ 3ddiag.spec ++++++
--- /var/tmp/diff_new_pack.OaI32l/_old 2006-05-26 16:10:12.000000000 +0200
+++ /var/tmp/diff_new_pack.OaI32l/_new 2006-05-26 16:10:12.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package 3ddiag (Version 0.734)
+# spec file for package 3ddiag (Version 0.735)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,14 +15,13 @@
License: GPL
Group: System/Base
Autoreqprov: on
-Version: 0.734
-Release: 6
+Version: 0.735
+Release: 1
Summary: A Tool to Verify the 3D Configuration
Source: 3Ddiag-%{version}.tar.gz
Source5: switch2nv
Source6: switch2nvidia
Source7: 3Ddiag-result
-Patch: nvidia.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -36,7 +35,6 @@
%prep
%setup -n 3Ddiag
-%patch
%build
make CFLAGS="$RPM_OPT_FLAGS"
@@ -68,10 +66,17 @@
/usr/bin/3Ddiag.runtime
/usr/bin/3Ddiag-result
/usr/bin/3dinfo
+/usr/bin/3dinfo.bin
/usr/bin/switch2nv
/usr/bin/switch2nvidia
%changelog -n 3ddiag
+* Fri May 26 2006 - sndirsch(a)suse.de
+- 3Ddiag-0.735.tar.gz:
+ * obsoletes nvidia.diff
+ * added 3dinfo wrapper to make sure that information, that is
+ not available yet to libhd, is incorporated nevertheless
+ (Bug #175683)
* Thu May 25 2006 - sndirsch(a)suse.de
- nvidia.diff:
* also check for the nvidia driver in new updates path
++++++ 3Ddiag-0.734.tar.gz -> 3Ddiag-0.735.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/3Ddiag/3Ddiag new/3Ddiag/3Ddiag
--- old/3Ddiag/3Ddiag 2006-04-12 20:17:39.000000000 +0200
+++ new/3Ddiag/3Ddiag 2006-05-25 20:30:42.000000000 +0200
@@ -183,7 +183,7 @@
echo -n " $server ... "
libdir="lib"
test "$(arch)" == "x86_64" && libdir="lib64"
- strings /usr/X11R6/$libdir/modules/drivers/nvidia_drv.so | \
+ strings /usr/X11R6/$libdir/modules/{updates/,}drivers/nvidia_drv.so | \
grep -q "NVIDIA dlloader X Driver"
if test $? -eq 0; then
echo "done."
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/3Ddiag/3dinfo.sh new/3Ddiag/3dinfo.sh
--- old/3Ddiag/3dinfo.sh 1970-01-01 01:00:00.000000000 +0100
+++ new/3Ddiag/3dinfo.sh 2006-05-26 14:18:51.000000000 +0200
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+vgaline=$(/sbin/lspci -n | grep 0300 | head -n 1)
+
+VID=$(echo $vgaline | cut -d " " -f 4|cut -d ":" -f 1)
+DID=$(echo $vgaline | cut -d " " -f 4|cut -d ":" -f 2)
+
+line=$(grep -h "VID=0x${VID}&DID=0x${DID}.*FLAG=3D" /usr/share/sax/sysp/maps/update/* 2> /dev/null)
+if [ $? -eq 0 ]; then
+ model="$(echo $line | cut -d "&" -f 1,2 | sed -e 's/NAME=//g' -e 's/DEVICE=//g' -e 's/&/ /g')"
+ xversion="4"
+ driver="$(echo $line | cut -d "&" -f 5 | sed -e 's/SERVER=//g')"
+ colordepth=""
+ extensions="$(echo $line | cut -d "&" -f 6 | sed -e 's/EXT=//g')"
+ options="$(echo $line | cut -d "&" -f 7 | sed -e 's/OPT=//g')"
+ raw="$(echo $line | cut -d "&" -f 8 | sed -e 's/RAW=//g')"
+ packages="$(echo $line | cut -d "&" -f 11 | sed -e 's/PACKAGE3D=//g')"
+ echo "$model:$xversion:$driver:$colordepth:$extensions:$options:$raw:$packages:"
+else
+ /usr/bin/3dinfo.bin
+fi
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/3Ddiag/Makefile new/3Ddiag/Makefile
--- old/3Ddiag/Makefile 2005-07-03 16:06:55.000000000 +0200
+++ new/3Ddiag/Makefile 2006-05-26 14:20:47.000000000 +0200
@@ -33,12 +33,14 @@
sed s/VERSION/0.`cat version`/ 3Ddiag > $(DESTDIR)/usr/bin/3Ddiag
#diff -u 3Ddiag $(DESTDIR)/usr/bin/3Ddiag || true
chmod 755 $(DESTDIR)/usr/bin/3Ddiag
- install -m 755 3Ddiag.* 3dinfo $(DESTDIR)/usr/bin
+ install -m 755 3Ddiag.* $(DESTDIR)/usr/bin
+ install -m 755 3dinfo $(DESTDIR)/usr/bin/3dinfo.bin
+ install -m 755 3dinfo.sh $(DESTDIR)/usr/bin/3dinfo
dist: all
@cd ..; \
3Ddiag/revision > 3Ddiag/version; \
- tar cvzf 3Ddiag/3Ddiag-0.`cat 3Ddiag/version`.tar.gz 3Ddiag/{Makefile,LICENSE,3dinfo.c,3Ddiag,3Ddiag.*,version}
+ tar cvzf 3Ddiag/3Ddiag-0.`cat 3Ddiag/version`.tar.gz 3Ddiag/{Makefile,LICENSE,3dinfo.c,3Ddiag,3Ddiag.*,version,3dinfo.sh}
clean:
rm -f 3Ddiag*.tar.gz 3dinfo version *.ps *.bak *~
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/3Ddiag/version new/3Ddiag/version
--- old/3Ddiag/version 2006-04-19 23:30:48.000000000 +0200
+++ new/3Ddiag/version 2006-05-26 14:23:18.000000000 +0200
@@ -1 +1 @@
-734
+735
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package zmd
checked in at Fri May 26 15:49:03 CEST 2006.
--------
--- zmd/zmd.changes 2006-05-24 00:39:41.000000000 +0200
+++ zmd/zmd.changes 2006-05-25 19:40:50.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 25 19:40:09 CEST 2006 - maw(a)suse.de
+
+- Added a patch (sleep-interval.patch) to make zmd go to sleep
+ after 30 minutes of inactivity instead of 5.
+
+-------------------------------------------------------------------
New:
----
sleep-interval.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zmd.spec ++++++
--- /var/tmp/diff_new_pack.gtxr1C/_old 2006-05-26 15:48:49.000000000 +0200
+++ /var/tmp/diff_new_pack.gtxr1C/_new 2006-05-26 15:48:49.000000000 +0200
@@ -14,7 +14,7 @@
BuildRequires: dbus-1-mono log4net mono-basic mono-data-sqlite mono-devel perl-XML-Parser rpm-devel sqlite-devel
URL: http://www.novell.com
Version: 7.1.1.0
-Release: 43
+Release: 44
License: LGPL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
@@ -23,6 +23,7 @@
Patch2: dont-run-transaction-test.patch
Patch3: zmd-networkmanager-reconnect.diff
Patch4: retry-interval.patch
+Patch5: sleep-interval.patch
Summary: Novell ZENworks Linux Management daemon
Group: System/Daemons
Autoreqprov: on
@@ -70,6 +71,7 @@
%patch2
%patch3
%patch4
+%patch5
%build
libtoolize -f
@@ -157,6 +159,9 @@
# %{_libdir}/monodoc/sources/*
%changelog -n zmd
+* Thu May 25 2006 - maw(a)suse.de
+- Added a patch (sleep-interval.patch) to make zmd go to sleep
+ after 30 minutes of inactivity instead of 5.
* Wed May 24 2006 - maw(a)suse.de
- Actually restart on update. #178218
* Mon May 22 2006 - maw(a)suse.de
++++++ sleep-interval.patch ++++++
--- src/Prefs.cs 2006-04-24 23:40:44.000000000 +0200
+++ src/Prefs.cs.rian 2006-05-25 19:38:33.963676619 +0200
@@ -524,7 +524,7 @@
this.description = GettextCatalog.GetString ("Number of seconds of inactivity until sleep occurs");
this.category = GettextCatalog.GetString ("Server");
this.type = typeof (int);
- this.default_value = (int) 60 * 5; // 5 minutes
+ this.default_value = (int) 60 * 30; // 30 minutes
}
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package ypserv
checked in at Fri May 26 15:48:42 CEST 2006.
--------
--- ypserv/ypserv.changes 2006-01-25 21:43:42.000000000 +0100
+++ ypserv/ypserv.changes 2006-05-26 13:13:36.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 26 13:13:32 CEST 2006 - schwab(a)suse.de
+
+- Don't strip binaries.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ypserv.spec ++++++
--- /var/tmp/diff_new_pack.nNk59J/_old 2006-05-26 15:48:37.000000000 +0200
+++ /var/tmp/diff_new_pack.nNk59J/_new 2006-05-26 15:48:37.000000000 +0200
@@ -5,7 +5,7 @@
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -18,7 +18,7 @@
Autoreqprov: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 2.19
-Release: 1
+Release: 13
Summary: YP - (NIS)-Server
PreReq: %insserv_prereq %fillup_prereq
Source: ypserv-%{version}.tar.bz2
@@ -124,6 +124,8 @@
#/usr/sbin/ypslave
%changelog -n ypserv
+* Fri May 26 2006 - schwab(a)suse.de
+- Don't strip binaries.
* Wed Jan 25 2006 - mls(a)suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 10 2006 - kukuk(a)suse.de
++++++ ypserv-2.19.dif ++++++
--- /var/tmp/diff_new_pack.nNk59J/_old 2006-05-26 15:48:37.000000000 +0200
+++ /var/tmp/diff_new_pack.nNk59J/_new 2006-05-26 15:48:37.000000000 +0200
@@ -1,5 +1,5 @@
--- etc/ypserv.conf
-+++ etc/ypserv.conf 2004/04/14 14:20:47
++++ etc/ypserv.conf
@@ -17,7 +17,7 @@
files: 30
@@ -9,8 +9,118 @@
# After how many seconds we should re-register ypserv with SLP ?
slp_timeout: 3600
+--- makedbm/Makefile.am
++++ makedbm/Makefile.am
+@@ -4,7 +4,7 @@
+ AUTOMAKE_OPTIONS = 1.7 gnits
+ MAINT_CHARSET = latin1
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+
+ localedir = $(datadir)/locale
+
+--- makedbm/Makefile.in
++++ makedbm/Makefile.in
+@@ -96,7 +96,7 @@
+ EXEEXT = @EXEEXT@
+ INSTALL_DATA = @INSTALL_DATA@
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
+--- mknetid/Makefile.am
++++ mknetid/Makefile.am
+@@ -4,7 +4,7 @@
+ AUTOMAKE_OPTIONS = 1.7 gnits
+ MAINT_CHARSET = latin1
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+
+ localedir = $(datadir)/locale
+
+--- mknetid/Makefile.in
++++ mknetid/Makefile.in
+@@ -97,7 +97,7 @@
+ EXEEXT = @EXEEXT@
+ INSTALL_DATA = @INSTALL_DATA@
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
+--- revnetgroup/Makefile.am
++++ revnetgroup/Makefile.am
+@@ -4,7 +4,7 @@
+ AUTOMAKE_OPTIONS = 1.7 gnits
+ MAINT_CHARSET = latin1
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+
+ localedir = $(datadir)/locale
+
+--- revnetgroup/Makefile.in
++++ revnetgroup/Makefile.in
+@@ -98,7 +98,7 @@
+ EXEEXT = @EXEEXT@
+ INSTALL_DATA = @INSTALL_DATA@
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
+--- rpc.yppasswdd/Makefile.am
++++ rpc.yppasswdd/Makefile.am
+@@ -4,7 +4,7 @@
+ AUTOMAKE_OPTIONS = 1.7 gnits
+ MAINT_CHARSET = latin1
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+
+ localedir = $(datadir)/locale
+
+--- rpc.yppasswdd/Makefile.in
++++ rpc.yppasswdd/Makefile.in
+@@ -103,7 +103,7 @@
+ EXEEXT = @EXEEXT@
+ INSTALL_DATA = @INSTALL_DATA@
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
+--- rpc.ypxfrd/Makefile.am
++++ rpc.ypxfrd/Makefile.am
+@@ -4,7 +4,7 @@
+ AUTOMAKE_OPTIONS = 1.7 gnits
+ MAINT_CHARSET = latin1
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+
+ localedir = $(datadir)/locale
+
+--- rpc.ypxfrd/Makefile.in
++++ rpc.ypxfrd/Makefile.in
+@@ -98,7 +98,7 @@
+ EXEEXT = @EXEEXT@
+ INSTALL_DATA = @INSTALL_DATA@
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
--- scripts/ypMakefile.in
-+++ scripts/ypMakefile.in 2004/04/14 14:20:25
++++ scripts/ypMakefile.in
@@ -37,8 +37,9 @@
MERGE_PASSWD=true
@@ -46,7 +156,7 @@
########################################################################
--- scripts/ypxfr_1perday.in
-+++ scripts/ypxfr_1perday.in 2004/04/14 14:20:25
++++ scripts/ypxfr_1perday.in
@@ -6,7 +6,9 @@
YPBINDIR=@YPBINDIR@
@@ -59,7 +169,7 @@
for map in $MAPS_TO_GET
do
--- scripts/ypxfr_1perhour.in
-+++ scripts/ypxfr_1perhour.in 2004/04/14 14:20:25
++++ scripts/ypxfr_1perhour.in
@@ -6,7 +6,8 @@
YPBINDIR=@YPBINDIR@
@@ -70,3 +180,69 @@
for map in $MAPS_TO_GET
do
+--- yphelper/Makefile.am
++++ yphelper/Makefile.am
+@@ -4,7 +4,7 @@
+ AUTOMAKE_OPTIONS = 1.7 gnits
+ MAINT_CHARSET = latin1
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+
+ localedir = $(datadir)/locale
+
+--- yphelper/Makefile.in
++++ yphelper/Makefile.in
+@@ -95,7 +95,7 @@
+ EXEEXT = @EXEEXT@
+ INSTALL_DATA = @INSTALL_DATA@
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
+--- yppush/Makefile.am
++++ yppush/Makefile.am
+@@ -4,7 +4,7 @@
+ AUTOMAKE_OPTIONS = 1.7 gnits
+ MAINT_CHARSET = latin1
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+
+ localedir = $(datadir)/locale
+
+--- yppush/Makefile.in
++++ yppush/Makefile.in
+@@ -96,7 +96,7 @@
+ EXEEXT = @EXEEXT@
+ INSTALL_DATA = @INSTALL_DATA@
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
+--- ypserv/Makefile.am
++++ ypserv/Makefile.am
+@@ -4,7 +4,7 @@
+ AUTOMAKE_OPTIONS = 1.7 gnits
+ MAINT_CHARSET = latin1
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+
+ localedir = $(datadir)/locale
+
+--- ypserv/Makefile.in
++++ ypserv/Makefile.in
+@@ -98,7 +98,7 @@
+ EXEEXT = @EXEEXT@
+ INSTALL_DATA = @INSTALL_DATA@
+ #
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package ypbind
checked in at Fri May 26 15:48:30 CEST 2006.
--------
--- ypbind/ypbind.changes 2006-05-17 18:48:48.000000000 +0200
+++ ypbind/ypbind.changes 2006-05-26 13:05:29.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 26 13:05:24 CEST 2006 - schwab(a)suse.de
+
+- Don't strip binaries.
+
+-------------------------------------------------------------------
New:
----
ypbind-mt-1.19.1.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ypbind.spec ++++++
--- /var/tmp/diff_new_pack.yxVlbz/_old 2006-05-26 15:48:25.000000000 +0200
+++ /var/tmp/diff_new_pack.yxVlbz/_new 2006-05-26 15:48:25.000000000 +0200
@@ -21,14 +21,14 @@
PreReq: %insserv_prereq %fillup_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 1.19.1
-Release: 14
+Release: 15
URL: http://www.linux-nis.org/nis/ypbind-mt
Summary: NIS client daemon
Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{version}.tar.bz2
Source1: sysconfig.ypbind
Source2: HOWTO.SuSE
Source3: README.NetworkManager
-#Patch: ypbind-mt-%{version}.dif
+Patch: ypbind-mt-%{version}.diff
%description
This package provides the ypbind daemon. The ypbind daemon binds NIS
@@ -46,7 +46,7 @@
%prep
%setup -n ypbind-mt-%{version}
-#%patch
+%patch
%build
export CFLAGS=$RPM_OPT_FLAGS
@@ -54,7 +54,6 @@
make
%install
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/etc/init.d
mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
mkdir -p $RPM_BUILD_ROOT/var/yp/binding
@@ -105,6 +104,8 @@
%dir /var/yp/binding
%changelog -n ypbind
+* Fri May 26 2006 - schwab(a)suse.de
+- Don't strip binaries.
* Wed May 17 2006 - seife(a)suse.de
- Add README.NetworkManager [#175935]
* Wed Jan 25 2006 - mls(a)suse.de
++++++ ypbind-mt-1.19.1.diff ++++++
--- src/Makefile.am
+++ src/Makefile.am
@@ -6,7 +6,7 @@
AUTOMAKE_OPTIONS = 1.4 gnits
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
AM_CFLAGS = -D_REENTRANT=1 @WARNFLAGS@ -DUSE_BROADCAST=@USE_BROADCAST@
LDADD = ../lib/libcompat.a @LIBINTL@ @SLP_LIBS@
--- src/Makefile.in
+++ src/Makefile.in
@@ -106,7 +106,7 @@
EXEEXT = @EXEEXT@
GMSGFMT = @GMSGFMT@
INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INTLLIBS = @INTLLIBS@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package yast2-update
checked in at Fri May 26 15:48:19 CEST 2006.
--------
--- yast2-update/yast2-update.changes 2006-05-11 09:04:21.000000000 +0200
+++ yast2-update/yast2-update.changes 2006-05-25 13:34:37.000000000 +0200
@@ -1,0 +2,13 @@
+Thu May 25 13:15:54 CEST 2006 - jsrain(a)suse.cz
+
+- fixed keeping locked packages during upgrade (#177469)
+- 2.13.29
+
+-------------------------------------------------------------------
+Mon May 22 12:22:35 CEST 2006 - jsrain(a)suse.cz
+
+- do not delete unmaintained packages if not wanted by user
+ (#176788)
+- 2.13.28
+
+-------------------------------------------------------------------
Old:
----
yast2-update-2.13.27.tar.bz2
New:
----
yast2-update-2.13.29.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-update.spec ++++++
--- /var/tmp/diff_new_pack.aKERUg/_old 2006-05-26 15:48:05.000000000 +0200
+++ /var/tmp/diff_new_pack.aKERUg/_new 2006-05-26 15:48:05.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-update (Version 2.13.27)
+# spec file for package yast2-update (Version 2.13.29)
#
# 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-update
-Version: 2.13.27
-Release: 2
+Version: 2.13.29
+Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-update-2.13.27.tar.bz2
+Source0: yast2-update-2.13.29.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-bootloader yast2-devtools yast2-mouse yast2-packager yast2-testsuite yast2-xml
Requires: yast2 yast2-installation yast2-storage yast2-packager
@@ -39,7 +39,7 @@
Arvin Schnell <arvin(a)suse.de>
%prep
-%setup -n yast2-update-2.13.27
+%setup -n yast2-update-2.13.29
%build
%{prefix}/bin/y2tool y2autoconf
@@ -74,6 +74,13 @@
%doc %{prefix}/share/doc/packages/yast2-update
%changelog -n yast2-update
+* Thu May 25 2006 - jsrain(a)suse.cz
+- fixed keeping locked packages during upgrade (#177469)
+- 2.13.29
+* Mon May 22 2006 - jsrain(a)suse.cz
+- do not delete unmaintained packages if not wanted by user
+ (#176788)
+- 2.13.28
* Thu May 11 2006 - jsrain(a)suse.cz
- preselect patterns specified in the content file (#168297)
- 2.13.27
++++++ yast2-update-2.13.27.tar.bz2 -> yast2-update-2.13.29.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-update-2.13.27/VERSION new/yast2-update-2.13.29/VERSION
--- old/yast2-update-2.13.27/VERSION 2006-05-11 09:00:16.000000000 +0200
+++ new/yast2-update-2.13.29/VERSION 2006-05-25 13:20:20.000000000 +0200
@@ -1 +1 @@
-2.13.27
+2.13.29
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-update-2.13.27/configure new/yast2-update-2.13.29/configure
--- old/yast2-update-2.13.27/configure 2006-05-11 09:04:00.000000000 +0200
+++ new/yast2-update-2.13.29/configure 2006-05-25 13:33:24.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for yast2-update 2.13.27.
+# Generated by GNU Autoconf 2.59 for yast2-update 2.13.29.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -269,8 +269,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-update'
PACKAGE_TARNAME='yast2-update'
-PACKAGE_VERSION='2.13.27'
-PACKAGE_STRING='yast2-update 2.13.27'
+PACKAGE_VERSION='2.13.29'
+PACKAGE_STRING='yast2-update 2.13.29'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
@@ -728,7 +728,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures yast2-update 2.13.27 to adapt to many kinds of systems.
+\`configure' configures yast2-update 2.13.29 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -795,7 +795,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-update 2.13.27:";;
+ short | recursive ) echo "Configuration of yast2-update 2.13.29:";;
esac
cat <<\_ACEOF
@@ -908,7 +908,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-yast2-update configure 2.13.27
+yast2-update configure 2.13.29
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -922,7 +922,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by yast2-update $as_me 2.13.27, which was
+It was created by yast2-update $as_me 2.13.29, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1652,7 +1652,7 @@
# Define the identity of the package.
PACKAGE='yast2-update'
- VERSION='2.13.27'
+ VERSION='2.13.29'
cat >>confdefs.h <<_ACEOF
@@ -1863,7 +1863,7 @@
-VERSION="2.13.27"
+VERSION="2.13.29"
RPMNAME="yast2-update"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
@@ -2695,7 +2695,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by yast2-update $as_me 2.13.27, which was
+This file was extended by yast2-update $as_me 2.13.29, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2750,7 +2750,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-update config.status 2.13.27
+yast2-update config.status 2.13.29
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-update-2.13.27/configure.in new/yast2-update-2.13.29/configure.in
--- old/yast2-update-2.13.27/configure.in 2006-05-11 09:03:56.000000000 +0200
+++ new/yast2-update-2.13.29/configure.in 2006-05-25 13:33:06.000000000 +0200
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-update, 2.13.27, http://bugs.opensuse.org/, yast2-update)
+AC_INIT(yast2-update, 2.13.29, http://bugs.opensuse.org/, yast2-update)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.13.27"
+VERSION="2.13.29"
RPMNAME="yast2-update"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-update-2.13.27/kernel-update-tool.pot new/yast2-update-2.13.29/kernel-update-tool.pot
--- old/yast2-update-2.13.27/kernel-update-tool.pot 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-update-2.13.29/kernel-update-tool.pot 2006-05-12 12:36:43.000000000 +0200
@@ -0,0 +1,33 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-05-12 12:36+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: src/clients/kernel-update.ycp:188
+msgid "Warning"
+msgstr ""
+
+#: src/clients/kernel-update.ycp:189
+msgid "Abort the kernel upgrade?"
+msgstr ""
+
+#: src/clients/kernel-update.ycp:246
+msgid "Alternate Download Location"
+msgstr ""
+
+#: src/clients/kernel-update.ycp:509
+msgid "Kernel Update Status Log"
+msgstr ""
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-update-2.13.27/src/clients/update_proposal.ycp new/yast2-update-2.13.29/src/clients/update_proposal.ycp
--- old/yast2-update-2.13.27/src/clients/update_proposal.ycp 2006-05-11 08:53:33.000000000 +0200
+++ new/yast2-update-2.13.29/src/clients/update_proposal.ycp 2006-05-25 12:46:33.000000000 +0200
@@ -92,12 +92,9 @@
Packages::using_patterns = true;
}
- if (!Update::did_init2)
+ Pkg::PkgApplReset ();
+ if (! Update::onlyUpdateInstalled)
{
- Pkg::PkgReset ();
- Update::did_init2 = true;
- if (! Update::onlyUpdateInstalled)
- {
if (Packages::using_patterns)
{
Update::SetDesktopPattern ();
@@ -106,12 +103,10 @@
{
Update::ProposeSelection ();
}
- }
}
if (Update::onlyUpdateInstalled) // just consider already installed packages
{
- Pkg::PkgReset();
Pkg::SetSelection (""); // -> don't select any additional selections
}
else if (Packages::using_patterns)
@@ -128,7 +123,6 @@
}
else // update selections too
{
- Pkg::PkgReset();
Pkg::SetSelection (Update::selected_selection); // -> set the base selection (minimal, default, ....)
if (!Update::manual_interaction)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-update-2.13.27/update.pot new/yast2-update-2.13.29/update.pot
--- old/yast2-update-2.13.27/update.pot 2005-09-09 16:22:12.000000000 +0200
+++ new/yast2-update-2.13.29/update.pot 2006-05-12 12:36:43.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-09 16:22+0200\n"
+"POT-Creation-Date: 2006-05-12 12:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -18,68 +18,81 @@
#. Proposal for backup during update
#: src/clients/backup_proposal.ycp:42
+#: yast2-update-2.13.25/src/clients/backup_proposal.ycp:42
msgid "Create Backup of Modified Files"
msgstr ""
#. Proposal for backup during update
#: src/clients/backup_proposal.ycp:47
+#: yast2-update-2.13.25/src/clients/backup_proposal.ycp:47
msgid "Create Backup of /etc/sysconfig Directory"
msgstr ""
#. Proposal for backup during update
#: src/clients/backup_proposal.ycp:52
+#: yast2-update-2.13.25/src/clients/backup_proposal.ycp:52
msgid "Do Not Create Backups"
msgstr ""
#. Proposal for backup during update
#: src/clients/backup_proposal.ycp:57
+#: yast2-update-2.13.25/src/clients/backup_proposal.ycp:57
msgid "Remove Backups from Previous Updates"
msgstr ""
#. this is a heading
#: src/clients/backup_proposal.ycp:88
+#: yast2-update-2.13.25/src/clients/backup_proposal.ycp:88
msgid "Backup"
msgstr ""
#. this is a menu entry
#: src/clients/backup_proposal.ycp:90
+#: yast2-update-2.13.25/src/clients/backup_proposal.ycp:90
msgid "&Backup"
msgstr ""
#. error popup, user did not enter a valid directory specification
#: src/clients/inst_backup.ycp:38
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:38
msgid "Invalid backup path."
msgstr ""
#. there is not enough space for the backup during update
#. inform the user about this (MB==megabytes)
#: src/clients/inst_backup.ycp:78
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:78
#, ycp-format
msgid "Minimum disk space of %1 MB required."
msgstr ""
#. screen title for software selection
#: src/clients/inst_backup.ycp:90
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:90
msgid "Backup System Before Update"
msgstr ""
#. checkbox label if user wants to backup modified files
#: src/clients/inst_backup.ycp:100
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:100
msgid "Create &Backup of Modified Files"
msgstr ""
#. checkbox label if user wants to backup /etc/sysconfig
#: src/clients/inst_backup.ycp:103
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:103
msgid "Create a &Complete Backup of /etc/sysconfig"
msgstr ""
#. checkbox label if user wants remove old backup stuff
#: src/clients/inst_backup.ycp:107
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:107
msgid "Remove &Old Backups from the Backup Directory"
msgstr ""
#. help text for backup dialog during update 1/7
#: src/clients/inst_backup.ycp:112
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:112
msgid ""
"<p>To avoid any loss of information during update,\n"
"it is possible to create a <b>backup</b> prior to updating.</p>\n"
@@ -87,6 +100,7 @@
#. help text for backup dialog during update 2/7
#: src/clients/inst_backup.ycp:117
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:117
msgid ""
"<p><b>Warning:</b> This will not be a complete\n"
"backup. Only modified files will be saved.</p>\n"
@@ -94,11 +108,13 @@
#. help text for backup dialog during update 3/7
#: src/clients/inst_backup.ycp:122
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:122
msgid "<p>Select the desired options.</p>\n"
msgstr ""
#. help text for backup dialog during update 4/7
#: src/clients/inst_backup.ycp:126
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:126
msgid ""
"<p><b>Create a Backup of Modified Files:</b>\n"
"Stores those modified files that are replaced during update.</p>\n"
@@ -106,6 +122,7 @@
#. help text for backup dialog during update 5/7
#: src/clients/inst_backup.ycp:131
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:131
msgid ""
"<p><b>Create a Complete Backup of\n"
"/etc/sysconfig:</b> This covers all configuration files that are part of the\n"
@@ -114,6 +131,7 @@
#. help text for backup dialog during update 6/7
#: src/clients/inst_backup.ycp:137
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:137
msgid ""
"<p><b>Remove Old Backups from the Backup\n"
"Directory:</b> If your current system already is the result of an earlier\n"
@@ -123,18 +141,29 @@
#. help text for backup dialog during update 7/7
#: src/clients/inst_backup.ycp:144
+#: yast2-update-2.13.25/src/clients/inst_backup.ycp:144
#, ycp-format
msgid "<p>All backups are placed in %1.</p>"
msgstr ""
#. screen title for update options
#. this is a heading
-#: src/clients/inst_update.ycp:27 src/clients/update_proposal.ycp:288
+#. screen title for update options
+#. this is a heading
+#: src/clients/inst_update.ycp:27 src/clients/update_proposal.ycp:357
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:27
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:346
msgid "Update Options"
msgstr ""
+#: src/clients/inst_update.ycp:39
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:39
+msgid "Select Patterns"
+msgstr ""
+
#. Display warning message
-#: src/clients/inst_update.ycp:56
+#: src/clients/inst_update.ycp:66
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:66
msgid ""
"You have already chosen software from \"Detailed selection\".\n"
"You will lose that selection if you change the basic selection."
@@ -142,50 +171,62 @@
#. Unkown for unknown system
#. label for an unknown installed system
-#: src/clients/inst_update.ycp:64 src/include/rootpart.ycp:30
-#: src/include/rootpart.ycp:33 src/modules/RootPart.ycp:117
-#: src/modules/RootPart.ycp:1067
+#. Unkown for unknown system
+#. label for an unknown installed system
+#: src/clients/inst_update.ycp:74 src/include/rootpart.ycp:30
+#: src/include/rootpart.ycp:33 src/modules/RootPart.ycp:94
+#: src/modules/RootPart.ycp:1014
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:74
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:94
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:1014
msgid "Unknown"
msgstr ""
#. label showing from what version to what version we are updating
-#: src/clients/inst_update.ycp:69
+#: src/clients/inst_update.ycp:79
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:79
#, ycp-format
msgid "Update from %1 to %2"
msgstr ""
#. frame title for update selection
-#: src/clients/inst_update.ycp:72
+#: src/clients/inst_update.ycp:82
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:82
msgid "Update Mode"
msgstr ""
#. radio button label for update including new packages
-#: src/clients/inst_update.ycp:79
+#: src/clients/inst_update.ycp:89
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:89
msgid ""
"&Update with Installation of New Software and Features\n"
"Based on the Selection:\n"
msgstr ""
#. radio button label for update of already installed packages only
-#: src/clients/inst_update.ycp:90
+#: src/clients/inst_update.ycp:100
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:100
msgid "Only U&pdate Installed Packages"
msgstr ""
#. check box label
#. translator: add a & shortcut
-#: src/clients/inst_update.ycp:100
+#: src/clients/inst_update.ycp:110
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:110
msgid "&Delete Unmaintained Packages"
msgstr ""
#. help text for dialog "update options" 1/4
-#: src/clients/inst_update.ycp:108
+#: src/clients/inst_update.ycp:118
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:118
msgid ""
"<p>The update option differs between two modes. In\n"
"either case, it is recommended to make a backup of your personal data.</p>\n"
msgstr ""
#. help text for dialog "update options" 2/4
-#: src/clients/inst_update.ycp:113
+#: src/clients/inst_update.ycp:123
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:123
msgid ""
"<p><b>With New Software:</b> This default setting\n"
"updates the existing software and installs all new features and benefits of\n"
@@ -194,7 +235,8 @@
msgstr ""
#. help text for dialog "update options" 3/4
-#: src/clients/inst_update.ycp:120
+#: src/clients/inst_update.ycp:130
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:130
msgid ""
"<p><b>Only Installed Packages:</b> This selection\n"
"only updates the packages already installed on your system. <i>Note:</i>\n"
@@ -203,7 +245,8 @@
msgstr ""
#. help text for dialog "update options" 4/4
-#: src/clients/inst_update.ycp:127
+#: src/clients/inst_update.ycp:137
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:137
msgid ""
"<p>After the update, some software might not\n"
"function anymore. Activate <b>Delete Unmaintained Packages</b> to delete those\n"
@@ -211,84 +254,101 @@
msgstr ""
#. yes/no question
-#: src/clients/inst_update.ycp:186
+#: src/clients/inst_update.ycp:216
+#: yast2-update-2.13.25/src/clients/inst_update.ycp:216
msgid ""
"Do you really want\n"
"to reset your detailed selection?"
msgstr ""
#. proposal for packages during update, %1 is count of packages
-#: src/clients/packages_proposal.ycp:74
+#: src/clients/packages_proposal.ycp:75
+#: yast2-update-2.13.25/src/clients/packages_proposal.ycp:75
#, ycp-format
msgid "Packages to Update: %1"
msgstr ""
#. proposal for packages during update, %1 is count of packages
-#: src/clients/packages_proposal.ycp:77
+#: src/clients/packages_proposal.ycp:78
+#: yast2-update-2.13.25/src/clients/packages_proposal.ycp:78
#, ycp-format
msgid "New Packages to Install: %1"
msgstr ""
#. proposal for packages during update, %1 is count of packages
-#: src/clients/packages_proposal.ycp:80
+#: src/clients/packages_proposal.ycp:81
+#: yast2-update-2.13.25/src/clients/packages_proposal.ycp:81
#, ycp-format
msgid "Packages to Remove: %1"
msgstr ""
#. part of summary, %1 is size of packages (in MB or GB)
-#: src/clients/packages_proposal.ycp:83
+#: src/clients/packages_proposal.ycp:84
+#: yast2-update-2.13.25/src/clients/packages_proposal.ycp:84
#, ycp-format
msgid "Total Size of Packages to Update: %1"
msgstr ""
#. warning text
-#: src/clients/packages_proposal.ycp:91
-msgid "Cannot solve all conflicts, requires manual intervention"
+#: src/clients/packages_proposal.ycp:92
+#: yast2-update-2.13.25/src/clients/packages_proposal.ycp:92
+msgid "Cannot solve all conflicts. Manual intervention is required."
msgstr ""
#. this is a heading
-#: src/clients/packages_proposal.ycp:138
+#: src/clients/packages_proposal.ycp:139
+#: yast2-update-2.13.25/src/clients/packages_proposal.ycp:139
msgid "Packages"
msgstr ""
#. this is a menu entry
-#: src/clients/packages_proposal.ycp:140
+#: src/clients/packages_proposal.ycp:141
+#: yast2-update-2.13.25/src/clients/packages_proposal.ycp:141
msgid "&Packages"
msgstr ""
#. Proposal for system to update
#: src/clients/rootpart_proposal.ycp:50
+#: yast2-update-2.13.25/src/clients/rootpart_proposal.ycp:50
msgid "No root partition found"
msgstr ""
#. Proposal for system to update
#: src/clients/rootpart_proposal.ycp:85
+#: yast2-update-2.13.25/src/clients/rootpart_proposal.ycp:85
#, ycp-format
msgid "%1 on root partition %2"
msgstr ""
#. inform user in the proposal about the failed mount
-#: src/clients/rootpart_proposal.ycp:94
+#. error report
+#. inform user in the proposal about the failed mount
+#: src/clients/rootpart_proposal.ycp:94 src/include/rootpart.ycp:226
+#: yast2-update-2.13.25/src/clients/rootpart_proposal.ycp:94
msgid "Failed to mount target system"
msgstr ""
#. this is a heading
#: src/clients/rootpart_proposal.ycp:138
+#: yast2-update-2.13.25/src/clients/rootpart_proposal.ycp:138
msgid "Selected for Update"
msgstr ""
#. this is a menu entry
#: src/clients/rootpart_proposal.ycp:140
+#: yast2-update-2.13.25/src/clients/rootpart_proposal.ycp:140
msgid "&Selected for Update"
msgstr ""
#. intermediate popup while initializing internal packagemanagement
-#: src/clients/update_proposal.ycp:62
+#: src/clients/update_proposal.ycp:67
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:65
msgid "Reading package information. One moment please..."
msgstr ""
#. continue-cancel popup
-#: src/clients/update_proposal.ycp:138
+#: src/clients/update_proposal.ycp:172
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:161
msgid ""
"The installed product is not compatible with the product\n"
"on the installation media. If you try to update using the\n"
@@ -297,45 +357,59 @@
msgstr ""
#. error message in proposal
-#: src/clients/update_proposal.ycp:195
+#: src/clients/update_proposal.ycp:249
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:238
msgid "The installed product is not compatible with the product on the installatin media."
msgstr ""
#. Can't find any software data, probably a installation media error
#. error message
-#: src/clients/update_proposal.ycp:209
+#: src/clients/update_proposal.ycp:263
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:252
msgid "Cannot read package data from installation media. Media error?"
msgstr ""
#. proposal error
-#: src/clients/update_proposal.ycp:220
+#: src/clients/update_proposal.ycp:274
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:263
msgid "Updating to another version is not supported from the running system."
msgstr ""
#. summary text (%1 is package selection)
-#: src/clients/update_proposal.ycp:229
+#: src/clients/update_proposal.ycp:283
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:272
#, ycp-format
msgid "Update to %1"
msgstr ""
#. Proposal for backup during update
-#: src/clients/update_proposal.ycp:234
+#: src/clients/update_proposal.ycp:288
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:277
msgid "Only Update Installed Packages"
msgstr ""
+#. proposal string
+#: src/clients/update_proposal.ycp:299
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:288
+msgid "Update Based on Patterns"
+msgstr ""
+
#. Proposal for selection during update
-#: src/clients/update_proposal.ycp:242
+#: src/clients/update_proposal.ycp:310
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:299
#, ycp-format
msgid "Update Based on Selection \"%1\""
msgstr ""
#. Proposal for backup during update
-#: src/clients/update_proposal.ycp:252
+#: src/clients/update_proposal.ycp:321
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:310
msgid "Delete Old Packages"
msgstr ""
#. this is a menu entry
-#: src/clients/update_proposal.ycp:290
+#: src/clients/update_proposal.ycp:359
+#: yast2-update-2.13.25/src/clients/update_proposal.ycp:348
msgid "&Update Options"
msgstr ""
@@ -364,12 +438,12 @@
msgstr ""
#. label for selection of root partition (for boot)
-#: src/include/rootpart.ycp:56
+#: src/include/rootpart.ycp:58
msgid "Partition or System to Boot:"
msgstr ""
#. help text for root partition dialog (for boot)
-#: src/include/rootpart.ycp:59
+#: src/include/rootpart.ycp:61
msgid ""
"<p>\n"
"Select the partition or system to boot.\n"
@@ -377,12 +451,12 @@
msgstr ""
#. label for selection of root partition (for update)
-#: src/include/rootpart.ycp:67
+#: src/include/rootpart.ycp:69
msgid "Partition or System to Update:"
msgstr ""
#. help text for root partition dialog (for update)
-#: src/include/rootpart.ycp:70
+#: src/include/rootpart.ycp:72
msgid ""
"<p>\n"
"Select the partition or system to update.\n"
@@ -390,12 +464,12 @@
msgstr ""
#. headline for dialog "Select for update"
-#: src/include/rootpart.ycp:78
+#: src/include/rootpart.ycp:80
msgid "Select for Update"
msgstr ""
#. help text for root partition dialog (general part)
-#: src/include/rootpart.ycp:83
+#: src/include/rootpart.ycp:85
msgid ""
"<p>\n"
"<b>Show All Partitions</b> expands the list to a\n"
@@ -404,39 +478,44 @@
msgstr ""
#. table header
-#: src/include/rootpart.ycp:99
+#: src/include/rootpart.ycp:100
msgid "System"
msgstr ""
#. table header
-#: src/include/rootpart.ycp:101
+#: src/include/rootpart.ycp:102
msgid "Partition"
msgstr ""
#. table header
-#: src/include/rootpart.ycp:103
+#: src/include/rootpart.ycp:104
msgid "Architecture"
msgstr ""
+#. table header
+#: src/include/rootpart.ycp:106
+msgid "Label"
+msgstr ""
+
#. check box
-#: src/include/rootpart.ycp:107
+#: src/include/rootpart.ycp:110
msgid "&Show All Partitions"
msgstr ""
#. pushbutton to (rightaway) boot the system selected above
-#: src/include/rootpart.ycp:133
+#: src/include/rootpart.ycp:135
msgid "&Boot"
msgstr ""
#. continue-cancel popup
-#: src/include/rootpart.ycp:198
+#: src/include/rootpart.ycp:200
msgid ""
"No installed system that can be upgraded with this product was found\n"
"on the selected partition."
msgstr ""
#. continue-cancel popup
-#: src/include/rootpart.ycp:205
+#: src/include/rootpart.ycp:207
msgid ""
"The architecture of the system installed in the selected partition\n"
"is different than the one of this product."
@@ -445,7 +524,8 @@
#. *
#. * Link to SDB article concerning renaming of devices.
#.
-#: src/modules/RootPart.ycp:106
+#: src/modules/RootPart.ycp:83
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:83
#, ycp-format
msgid ""
"See the SBD article at %1 for details\n"
@@ -453,7 +533,8 @@
msgstr ""
#. error report, %1 is device (eg. /dev/hda1)
-#: src/modules/RootPart.ycp:188
+#: src/modules/RootPart.ycp:176
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:176
#, ycp-format
msgid ""
"Cannot unmount partition %1.\n"
@@ -464,18 +545,21 @@
msgstr ""
#. label, %1 is partition
-#: src/modules/RootPart.ycp:254
+#: src/modules/RootPart.ycp:240
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:240
#, ycp-format
msgid "Checking partition %1"
msgstr ""
#. yes-no popup
-#: src/modules/RootPart.ycp:589
+#: src/modules/RootPart.ycp:517
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:517
msgid "Incorrect password. Try again?"
msgstr ""
#. label in a popup, %1 is device (eg. /dev/hda1), %2 is output of the 'mount' command
-#: src/modules/RootPart.ycp:700
+#: src/modules/RootPart.ycp:635
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:635
#, ycp-format
msgid ""
"The partition %1 could not be mounted.\n"
@@ -489,45 +573,53 @@
msgstr ""
#. push button
-#: src/modules/RootPart.ycp:714
+#: src/modules/RootPart.ycp:649
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:649
msgid "&Specify Mount Options"
msgstr ""
#. popup heading
-#: src/modules/RootPart.ycp:733
+#: src/modules/RootPart.ycp:668
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:668
msgid "Mount Options"
msgstr ""
#. text entry label
-#: src/modules/RootPart.ycp:736
+#: src/modules/RootPart.ycp:671
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:671
msgid "&Mount Point"
msgstr ""
#. tex entry label
-#: src/modules/RootPart.ycp:739
+#: src/modules/RootPart.ycp:674
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:674
msgid "&Device"
msgstr ""
#. text entry label
-#: src/modules/RootPart.ycp:742
+#: src/modules/RootPart.ycp:677
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:677
msgid ""
"&File System\n"
"(empty for autodetection)"
msgstr ""
#. error message
-#: src/modules/RootPart.ycp:812
+#: src/modules/RootPart.ycp:747
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:747
#, ycp-format
msgid "The /var partition %1 could not be mounted.\n"
msgstr ""
#. error message
-#: src/modules/RootPart.ycp:857
+#: src/modules/RootPart.ycp:792
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:792
msgid "Unable to mount /var partition with this disk configuration.\n"
msgstr ""
#. popup message, %1 will be replace with the name of the logfile
-#: src/modules/RootPart.ycp:882
+#: src/modules/RootPart.ycp:817
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:817
#, ycp-format
msgid ""
"Partitions could not be mounted.\n"
@@ -536,27 +628,32 @@
msgstr ""
#. error message
-#: src/modules/RootPart.ycp:918
+#: src/modules/RootPart.ycp:855
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:855
msgid "No fstab found."
msgstr ""
#. message part 1
-#: src/modules/RootPart.ycp:944
+#: src/modules/RootPart.ycp:881
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:881
msgid "The root partition in /etc/fstab has an invalid root device.\n"
msgstr ""
#. message part 2
-#: src/modules/RootPart.ycp:946
+#: src/modules/RootPart.ycp:883
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:883
#, ycp-format
msgid "It is currently mounted as %1 but listed as %2.\n"
msgstr ""
#. intermediate popup while mounting partitions
-#: src/modules/RootPart.ycp:1169
+#: src/modules/RootPart.ycp:1112
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:1112
msgid "Mounting partitions. One moment please..."
msgstr ""
#. label
-#: src/modules/RootPart.ycp:1184
+#: src/modules/RootPart.ycp:1127
+#: yast2-update-2.13.25/src/modules/RootPart.ycp:1127
msgid "Evaluating root partition. One moment please..."
msgstr ""
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-update-2.13.27/yast2-update-2.13.25/update.pot new/yast2-update-2.13.29/yast2-update-2.13.25/update.pot
--- old/yast2-update-2.13.27/yast2-update-2.13.25/update.pot 2005-09-09 16:22:12.000000000 +0200
+++ new/yast2-update-2.13.29/yast2-update-2.13.25/update.pot 1970-01-01 01:00:00.000000000 +0100
@@ -1,562 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-09 16:22+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Proposal for backup during update
-#: src/clients/backup_proposal.ycp:42
-msgid "Create Backup of Modified Files"
-msgstr ""
-
-#. Proposal for backup during update
-#: src/clients/backup_proposal.ycp:47
-msgid "Create Backup of /etc/sysconfig Directory"
-msgstr ""
-
-#. Proposal for backup during update
-#: src/clients/backup_proposal.ycp:52
-msgid "Do Not Create Backups"
-msgstr ""
-
-#. Proposal for backup during update
-#: src/clients/backup_proposal.ycp:57
-msgid "Remove Backups from Previous Updates"
-msgstr ""
-
-#. this is a heading
-#: src/clients/backup_proposal.ycp:88
-msgid "Backup"
-msgstr ""
-
-#. this is a menu entry
-#: src/clients/backup_proposal.ycp:90
-msgid "&Backup"
-msgstr ""
-
-#. error popup, user did not enter a valid directory specification
-#: src/clients/inst_backup.ycp:38
-msgid "Invalid backup path."
-msgstr ""
-
-#. there is not enough space for the backup during update
-#. inform the user about this (MB==megabytes)
-#: src/clients/inst_backup.ycp:78
-#, ycp-format
-msgid "Minimum disk space of %1 MB required."
-msgstr ""
-
-#. screen title for software selection
-#: src/clients/inst_backup.ycp:90
-msgid "Backup System Before Update"
-msgstr ""
-
-#. checkbox label if user wants to backup modified files
-#: src/clients/inst_backup.ycp:100
-msgid "Create &Backup of Modified Files"
-msgstr ""
-
-#. checkbox label if user wants to backup /etc/sysconfig
-#: src/clients/inst_backup.ycp:103
-msgid "Create a &Complete Backup of /etc/sysconfig"
-msgstr ""
-
-#. checkbox label if user wants remove old backup stuff
-#: src/clients/inst_backup.ycp:107
-msgid "Remove &Old Backups from the Backup Directory"
-msgstr ""
-
-#. help text for backup dialog during update 1/7
-#: src/clients/inst_backup.ycp:112
-msgid ""
-"<p>To avoid any loss of information during update,\n"
-"it is possible to create a <b>backup</b> prior to updating.</p>\n"
-msgstr ""
-
-#. help text for backup dialog during update 2/7
-#: src/clients/inst_backup.ycp:117
-msgid ""
-"<p><b>Warning:</b> This will not be a complete\n"
-"backup. Only modified files will be saved.</p>\n"
-msgstr ""
-
-#. help text for backup dialog during update 3/7
-#: src/clients/inst_backup.ycp:122
-msgid "<p>Select the desired options.</p>\n"
-msgstr ""
-
-#. help text for backup dialog during update 4/7
-#: src/clients/inst_backup.ycp:126
-msgid ""
-"<p><b>Create a Backup of Modified Files:</b>\n"
-"Stores those modified files that are replaced during update.</p>\n"
-msgstr ""
-
-#. help text for backup dialog during update 5/7
-#: src/clients/inst_backup.ycp:131
-msgid ""
-"<p><b>Create a Complete Backup of\n"
-"/etc/sysconfig:</b> This covers all configuration files that are part of the\n"
-"sysconfig mechanism, even those that are not replaced.</p>\n"
-msgstr ""
-
-#. help text for backup dialog during update 6/7
-#: src/clients/inst_backup.ycp:137
-msgid ""
-"<p><b>Remove Old Backups from the Backup\n"
-"Directory:</b> If your current system already is the result of an earlier\n"
-"update, there may be old configuration file backups. Select this option to\n"
-"remove them.</p>\n"
-msgstr ""
-
-#. help text for backup dialog during update 7/7
-#: src/clients/inst_backup.ycp:144
-#, ycp-format
-msgid "<p>All backups are placed in %1.</p>"
-msgstr ""
-
-#. screen title for update options
-#. this is a heading
-#: src/clients/inst_update.ycp:27 src/clients/update_proposal.ycp:288
-msgid "Update Options"
-msgstr ""
-
-#. Display warning message
-#: src/clients/inst_update.ycp:56
-msgid ""
-"You have already chosen software from \"Detailed selection\".\n"
-"You will lose that selection if you change the basic selection."
-msgstr ""
-
-#. Unkown for unknown system
-#. label for an unknown installed system
-#: src/clients/inst_update.ycp:64 src/include/rootpart.ycp:30
-#: src/include/rootpart.ycp:33 src/modules/RootPart.ycp:117
-#: src/modules/RootPart.ycp:1067
-msgid "Unknown"
-msgstr ""
-
-#. label showing from what version to what version we are updating
-#: src/clients/inst_update.ycp:69
-#, ycp-format
-msgid "Update from %1 to %2"
-msgstr ""
-
-#. frame title for update selection
-#: src/clients/inst_update.ycp:72
-msgid "Update Mode"
-msgstr ""
-
-#. radio button label for update including new packages
-#: src/clients/inst_update.ycp:79
-msgid ""
-"&Update with Installation of New Software and Features\n"
-"Based on the Selection:\n"
-msgstr ""
-
-#. radio button label for update of already installed packages only
-#: src/clients/inst_update.ycp:90
-msgid "Only U&pdate Installed Packages"
-msgstr ""
-
-#. check box label
-#. translator: add a & shortcut
-#: src/clients/inst_update.ycp:100
-msgid "&Delete Unmaintained Packages"
-msgstr ""
-
-#. help text for dialog "update options" 1/4
-#: src/clients/inst_update.ycp:108
-msgid ""
-"<p>The update option differs between two modes. In\n"
-"either case, it is recommended to make a backup of your personal data.</p>\n"
-msgstr ""
-
-#. help text for dialog "update options" 2/4
-#: src/clients/inst_update.ycp:113
-msgid ""
-"<p><b>With New Software:</b> This default setting\n"
-"updates the existing software and installs all new features and benefits of\n"
-"the new &product; version. The selection is based on the former predefined\n"
-"software selection.</p>\n"
-msgstr ""
-
-#. help text for dialog "update options" 3/4
-#: src/clients/inst_update.ycp:120
-msgid ""
-"<p><b>Only Installed Packages:</b> This selection\n"
-"only updates the packages already installed on your system. <i>Note:</i>\n"
-"New software in the predefined software selection, such as new YaST modules, is\n"
-"not available after the update. You might miss advertised features.</p>\n"
-msgstr ""
-
-#. help text for dialog "update options" 4/4
-#: src/clients/inst_update.ycp:127
-msgid ""
-"<p>After the update, some software might not\n"
-"function anymore. Activate <b>Delete Unmaintained Packages</b> to delete those\n"
-"packages during the update.</p>\n"
-msgstr ""
-
-#. yes/no question
-#: src/clients/inst_update.ycp:186
-msgid ""
-"Do you really want\n"
-"to reset your detailed selection?"
-msgstr ""
-
-#. proposal for packages during update, %1 is count of packages
-#: src/clients/packages_proposal.ycp:74
-#, ycp-format
-msgid "Packages to Update: %1"
-msgstr ""
-
-#. proposal for packages during update, %1 is count of packages
-#: src/clients/packages_proposal.ycp:77
-#, ycp-format
-msgid "New Packages to Install: %1"
-msgstr ""
-
-#. proposal for packages during update, %1 is count of packages
-#: src/clients/packages_proposal.ycp:80
-#, ycp-format
-msgid "Packages to Remove: %1"
-msgstr ""
-
-#. part of summary, %1 is size of packages (in MB or GB)
-#: src/clients/packages_proposal.ycp:83
-#, ycp-format
-msgid "Total Size of Packages to Update: %1"
-msgstr ""
-
-#. warning text
-#: src/clients/packages_proposal.ycp:91
-msgid "Cannot solve all conflicts, requires manual intervention"
-msgstr ""
-
-#. this is a heading
-#: src/clients/packages_proposal.ycp:138
-msgid "Packages"
-msgstr ""
-
-#. this is a menu entry
-#: src/clients/packages_proposal.ycp:140
-msgid "&Packages"
-msgstr ""
-
-#. Proposal for system to update
-#: src/clients/rootpart_proposal.ycp:50
-msgid "No root partition found"
-msgstr ""
-
-#. Proposal for system to update
-#: src/clients/rootpart_proposal.ycp:85
-#, ycp-format
-msgid "%1 on root partition %2"
-msgstr ""
-
-#. inform user in the proposal about the failed mount
-#: src/clients/rootpart_proposal.ycp:94
-msgid "Failed to mount target system"
-msgstr ""
-
-#. this is a heading
-#: src/clients/rootpart_proposal.ycp:138
-msgid "Selected for Update"
-msgstr ""
-
-#. this is a menu entry
-#: src/clients/rootpart_proposal.ycp:140
-msgid "&Selected for Update"
-msgstr ""
-
-#. intermediate popup while initializing internal packagemanagement
-#: src/clients/update_proposal.ycp:62
-msgid "Reading package information. One moment please..."
-msgstr ""
-
-#. continue-cancel popup
-#: src/clients/update_proposal.ycp:138
-msgid ""
-"The installed product is not compatible with the product\n"
-"on the installation media. If you try to update using the\n"
-"current installation media, the system may not start or\n"
-"some applications may not run properly."
-msgstr ""
-
-#. error message in proposal
-#: src/clients/update_proposal.ycp:195
-msgid "The installed product is not compatible with the product on the installatin media."
-msgstr ""
-
-#. Can't find any software data, probably a installation media error
-#. error message
-#: src/clients/update_proposal.ycp:209
-msgid "Cannot read package data from installation media. Media error?"
-msgstr ""
-
-#. proposal error
-#: src/clients/update_proposal.ycp:220
-msgid "Updating to another version is not supported from the running system."
-msgstr ""
-
-#. summary text (%1 is package selection)
-#: src/clients/update_proposal.ycp:229
-#, ycp-format
-msgid "Update to %1"
-msgstr ""
-
-#. Proposal for backup during update
-#: src/clients/update_proposal.ycp:234
-msgid "Only Update Installed Packages"
-msgstr ""
-
-#. Proposal for selection during update
-#: src/clients/update_proposal.ycp:242
-#, ycp-format
-msgid "Update Based on Selection \"%1\""
-msgstr ""
-
-#. Proposal for backup during update
-#: src/clients/update_proposal.ycp:252
-msgid "Delete Old Packages"
-msgstr ""
-
-#. this is a menu entry
-#: src/clients/update_proposal.ycp:290
-msgid "&Update Options"
-msgstr ""
-
-#: src/config/update.glade:15 src/config/update.glade:38
-msgid "Update Settings"
-msgstr ""
-
-#: src/config/update.glade:30
-msgid "Update"
-msgstr ""
-
-#: src/config/update.glade:44 src/config/update.glade:48
-msgid "Perform Update"
-msgstr ""
-
-#: src/config/update.glade:59
-msgid "Clean Up"
-msgstr ""
-
-#: src/config/update.glade:63
-msgid "Update System Configuration"
-msgstr ""
-
-#: src/config/update.glade:71
-msgid "Update Configuration"
-msgstr ""
-
-#. label for selection of root partition (for boot)
-#: src/include/rootpart.ycp:56
-msgid "Partition or System to Boot:"
-msgstr ""
-
-#. help text for root partition dialog (for boot)
-#: src/include/rootpart.ycp:59
-msgid ""
-"<p>\n"
-"Select the partition or system to boot.\n"
-"</p>\n"
-msgstr ""
-
-#. label for selection of root partition (for update)
-#: src/include/rootpart.ycp:67
-msgid "Partition or System to Update:"
-msgstr ""
-
-#. help text for root partition dialog (for update)
-#: src/include/rootpart.ycp:70
-msgid ""
-"<p>\n"
-"Select the partition or system to update.\n"
-"</p>\n"
-msgstr ""
-
-#. headline for dialog "Select for update"
-#: src/include/rootpart.ycp:78
-msgid "Select for Update"
-msgstr ""
-
-#. help text for root partition dialog (general part)
-#: src/include/rootpart.ycp:83
-msgid ""
-"<p>\n"
-"<b>Show All Partitions</b> expands the list to a\n"
-"general overview of your system's partitions.\n"
-"</p>\n"
-msgstr ""
-
-#. table header
-#: src/include/rootpart.ycp:99
-msgid "System"
-msgstr ""
-
-#. table header
-#: src/include/rootpart.ycp:101
-msgid "Partition"
-msgstr ""
-
-#. table header
-#: src/include/rootpart.ycp:103
-msgid "Architecture"
-msgstr ""
-
-#. check box
-#: src/include/rootpart.ycp:107
-msgid "&Show All Partitions"
-msgstr ""
-
-#. pushbutton to (rightaway) boot the system selected above
-#: src/include/rootpart.ycp:133
-msgid "&Boot"
-msgstr ""
-
-#. continue-cancel popup
-#: src/include/rootpart.ycp:198
-msgid ""
-"No installed system that can be upgraded with this product was found\n"
-"on the selected partition."
-msgstr ""
-
-#. continue-cancel popup
-#: src/include/rootpart.ycp:205
-msgid ""
-"The architecture of the system installed in the selected partition\n"
-"is different than the one of this product."
-msgstr ""
-
-#. *
-#. * Link to SDB article concerning renaming of devices.
-#.
-#: src/modules/RootPart.ycp:106
-#, ycp-format
-msgid ""
-"See the SBD article at %1 for details\n"
-"about how to solve this problem."
-msgstr ""
-
-#. error report, %1 is device (eg. /dev/hda1)
-#: src/modules/RootPart.ycp:188
-#, ycp-format
-msgid ""
-"Cannot unmount partition %1.\n"
-"\n"
-"It is currently in use. If the partition stays mounted,\n"
-"the data may be lost. Unmount the partition manually\n"
-"or restart your computer.\n"
-msgstr ""
-
-#. label, %1 is partition
-#: src/modules/RootPart.ycp:254
-#, ycp-format
-msgid "Checking partition %1"
-msgstr ""
-
-#. yes-no popup
-#: src/modules/RootPart.ycp:589
-msgid "Incorrect password. Try again?"
-msgstr ""
-
-#. label in a popup, %1 is device (eg. /dev/hda1), %2 is output of the 'mount' command
-#: src/modules/RootPart.ycp:700
-#, ycp-format
-msgid ""
-"The partition %1 could not be mounted.\n"
-"\n"
-"%2\n"
-"\n"
-"If you are sure that the partition is not necessary for the\n"
-"update (it is not any system partition), click Continue.\n"
-"To check or fix the mount options, click Specify Mount Options.\n"
-"To abort update, click Cancel."
-msgstr ""
-
-#. push button
-#: src/modules/RootPart.ycp:714
-msgid "&Specify Mount Options"
-msgstr ""
-
-#. popup heading
-#: src/modules/RootPart.ycp:733
-msgid "Mount Options"
-msgstr ""
-
-#. text entry label
-#: src/modules/RootPart.ycp:736
-msgid "&Mount Point"
-msgstr ""
-
-#. tex entry label
-#: src/modules/RootPart.ycp:739
-msgid "&Device"
-msgstr ""
-
-#. text entry label
-#: src/modules/RootPart.ycp:742
-msgid ""
-"&File System\n"
-"(empty for autodetection)"
-msgstr ""
-
-#. error message
-#: src/modules/RootPart.ycp:812
-#, ycp-format
-msgid "The /var partition %1 could not be mounted.\n"
-msgstr ""
-
-#. error message
-#: src/modules/RootPart.ycp:857
-msgid "Unable to mount /var partition with this disk configuration.\n"
-msgstr ""
-
-#. popup message, %1 will be replace with the name of the logfile
-#: src/modules/RootPart.ycp:882
-#, ycp-format
-msgid ""
-"Partitions could not be mounted.\n"
-"\n"
-"Check the log file %1."
-msgstr ""
-
-#. error message
-#: src/modules/RootPart.ycp:918
-msgid "No fstab found."
-msgstr ""
-
-#. message part 1
-#: src/modules/RootPart.ycp:944
-msgid "The root partition in /etc/fstab has an invalid root device.\n"
-msgstr ""
-
-#. message part 2
-#: src/modules/RootPart.ycp:946
-#, ycp-format
-msgid "It is currently mounted as %1 but listed as %2.\n"
-msgstr ""
-
-#. intermediate popup while mounting partitions
-#: src/modules/RootPart.ycp:1169
-msgid "Mounting partitions. One moment please..."
-msgstr ""
-
-#. label
-#: src/modules/RootPart.ycp:1184
-msgid "Evaluating root partition. One moment please..."
-msgstr ""
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package yast2-power-management
checked in at Fri May 26 15:47:57 CEST 2006.
--------
--- arch/i386/yast2-power-management/yast2-power-management.changes 2006-03-27 16:19:38.000000000 +0200
+++ yast2-power-management/yast2-power-management.changes 2006-05-25 14:52:27.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 25 14:40:46 CEST 2006 - jsrain(a)suse.cz
+
+- do not restart powersaved during autoinstallation (#177706)
+- 2.13.7
+
+-------------------------------------------------------------------
Old:
----
yast2-power-management-2.13.6.tar.bz2
New:
----
yast2-power-management-2.13.7.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-power-management.spec ++++++
--- /var/tmp/diff_new_pack.GQBFnJ/_old 2006-05-26 15:47:41.000000000 +0200
+++ /var/tmp/diff_new_pack.GQBFnJ/_new 2006-05-26 15:47:41.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-power-management (Version 2.13.6)
+# spec file for package yast2-power-management (Version 2.13.7)
#
# 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-power-management
-Version: 2.13.6
+Version: 2.13.7
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-power-management-2.13.6.tar.bz2
+Source0: yast2-power-management-2.13.7.tar.bz2
prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
Requires: yast2 gettext
@@ -33,7 +33,7 @@
Jiri Srain <jsrain(a)suse.cz>
%prep
-%setup -n yast2-power-management-2.13.6
+%setup -n yast2-power-management-2.13.7
%build
%{prefix}/bin/y2tool y2autoconf
@@ -68,6 +68,9 @@
%doc %{prefix}/share/doc/packages/yast2-power-management
%changelog -n yast2-power-management
+* Thu May 25 2006 - jsrain(a)suse.cz
+- do not restart powersaved during autoinstallation (#177706)
+- 2.13.7
* Mon Mar 27 2006 - jsrain(a)suse.de
- updated BuildRequires
- 2.13.6
++++++ yast2-power-management-2.13.6.tar.bz2 -> yast2-power-management-2.13.7.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-power-management-2.13.6/Makefile.am new/yast2-power-management-2.13.7/Makefile.am
--- old/yast2-power-management-2.13.6/Makefile.am 2006-03-27 16:18:16.000000000 +0200
+++ new/yast2-power-management-2.13.7/Makefile.am 2006-05-25 14:51:33.000000000 +0200
@@ -8,6 +8,7 @@
#where devtools are
PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools)
+Y2TOOL = $(PREFIX)/bin/y2tool
VERSION = $(shell cat $(srcdir)/VERSION)
RPMNAME = $(shell cat $(srcdir)/RPMNAME)
@@ -95,7 +96,7 @@
done
pot:
- y2tool y2makepot -s $(srcdir)
+ $(Y2TOOL) y2makepot -s $(srcdir)
install-pot: pot
@POT_DST=`find -type d -name testsuite -prune , \
@@ -116,7 +117,7 @@
fi
spellcheck: pot
- y2tool pot-spellcheck
+ $(Y2TOOL) pot-spellcheck
# all-local: $(if $(IS_DEVTOOLS),,$(POT_DST))
@@ -143,20 +144,20 @@
rm -f package/*.bak
rm -f package/*.auto
mv $(RPMNAME)-$(VERSION).tar.bz2 package/
- if ! test -x $(PREFIX)/bin/y2tool; then \
- echo "$(PREFIX)/bin/y2tool: not found."; \
+ if ! test -x $(Y2TOOL); then \
+ echo "$(Y2TOOL): not found."; \
echo "You have to install yast2-devtools to making a package"; \
false; \
fi
here=`pwd`; \
cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \
newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
- $(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \
+ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
done
package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local
-TAGVERSION = $(PREFIX)/bin/y2tool tagversion
+TAGVERSION = $(Y2TOOL) tagversion
check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
if [ -d $(srcdir)/CVS ]; then \
@@ -200,12 +201,12 @@
fi
check-textdomain:
- $(PREFIX)/bin/y2tool check-textdomain $(srcdir)
+ $(Y2TOOL) check-textdomain $(srcdir)
stable: checkin-stable
checkin-stable: package
- $(PREFIX)/bin/y2tool checkin-stable
+ $(Y2TOOL) checkin-stable
# For po/ modules
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-power-management-2.13.6/Makefile.in new/yast2-power-management-2.13.7/Makefile.in
--- old/yast2-power-management-2.13.6/Makefile.in 2006-03-27 16:18:23.000000000 +0200
+++ new/yast2-power-management-2.13.7/Makefile.in 2006-05-25 14:51:43.000000000 +0200
@@ -198,6 +198,7 @@
#where devtools are
PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools)
+Y2TOOL = $(PREFIX)/bin/y2tool
SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS)
ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4)
HAS_YAST_LICENSE = $(shell test -e $(srcdir)/YAST_LICENSE && echo YAST_LICENSE)
@@ -227,7 +228,7 @@
$(IS_DEVTOOLS),Makefile.am.common,$(POT_DST)) $(am__append_1)
@CREATE_PKGCONFIG_NOARCH_TRUE@@CREATE_PKGCONFIG_TRUE@pkgconfigdata_DATA = $(RPMNAME).pc
@CREATE_PKGCONFIG_NOARCH_FALSE@@CREATE_PKGCONFIG_TRUE@pkgconfig_DATA = $(RPMNAME).pc
-TAGVERSION = $(PREFIX)/bin/y2tool tagversion
+TAGVERSION = $(Y2TOOL) tagversion
# test ! -d $(srcdir)/po \
# || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; }
# No ./SUBDIRS file found - assuming default: All direct subdirs with Makefile.am
@@ -724,7 +725,7 @@
done
pot:
- y2tool y2makepot -s $(srcdir)
+ $(Y2TOOL) y2makepot -s $(srcdir)
install-pot: pot
@POT_DST=`find -type d -name testsuite -prune , \
@@ -745,7 +746,7 @@
fi
spellcheck: pot
- y2tool pot-spellcheck
+ $(Y2TOOL) pot-spellcheck
# all-local: $(if $(IS_DEVTOOLS),,$(POT_DST))
@@ -772,15 +773,15 @@
rm -f package/*.bak
rm -f package/*.auto
mv $(RPMNAME)-$(VERSION).tar.bz2 package/
- if ! test -x $(PREFIX)/bin/y2tool; then \
- echo "$(PREFIX)/bin/y2tool: not found."; \
+ if ! test -x $(Y2TOOL); then \
+ echo "$(Y2TOOL): not found."; \
echo "You have to install yast2-devtools to making a package"; \
false; \
fi
here=`pwd`; \
cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \
newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
- $(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \
+ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
done
package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local
@@ -827,12 +828,12 @@
fi
check-textdomain:
- $(PREFIX)/bin/y2tool check-textdomain $(srcdir)
+ $(Y2TOOL) check-textdomain $(srcdir)
stable: checkin-stable
checkin-stable: package
- $(PREFIX)/bin/y2tool checkin-stable
+ $(Y2TOOL) checkin-stable
# For po/ modules
checkpo:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-power-management-2.13.6/VERSION new/yast2-power-management-2.13.7/VERSION
--- old/yast2-power-management-2.13.6/VERSION 2006-03-27 16:17:38.000000000 +0200
+++ new/yast2-power-management-2.13.7/VERSION 2006-05-25 14:41:48.000000000 +0200
@@ -1 +1 @@
-2.13.6
+2.13.7
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-power-management-2.13.6/configure new/yast2-power-management-2.13.7/configure
--- old/yast2-power-management-2.13.6/configure 2006-03-27 16:18:21.000000000 +0200
+++ new/yast2-power-management-2.13.7/configure 2006-05-25 14:51:39.000000000 +0200
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for yast2-power-management 2.13.6.
+# Generated by GNU Autoconf 2.59 for yast2-power-management 2.13.7.
#
-# Report bugs to <http://www.suse.de/feedback>.
+# Report bugs to <http://bugs.opensuse.org/>.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@@ -269,9 +269,9 @@
# Identity of this package.
PACKAGE_NAME='yast2-power-management'
PACKAGE_TARNAME='yast2-power-management'
-PACKAGE_VERSION='2.13.6'
-PACKAGE_STRING='yast2-power-management 2.13.6'
-PACKAGE_BUGREPORT='http://www.suse.de/feedback'
+PACKAGE_VERSION='2.13.7'
+PACKAGE_STRING='yast2-power-management 2.13.7'
+PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
ac_default_prefix=/usr
@@ -728,7 +728,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures yast2-power-management 2.13.6 to adapt to many kinds of systems.
+\`configure' configures yast2-power-management 2.13.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -795,7 +795,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-power-management 2.13.6:";;
+ short | recursive ) echo "Configuration of yast2-power-management 2.13.7:";;
esac
cat <<\_ACEOF
@@ -812,7 +812,7 @@
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <http://www.suse.de/feedback>.
+Report bugs to <http://bugs.opensuse.org/>.
_ACEOF
fi
@@ -908,7 +908,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-yast2-power-management configure 2.13.6
+yast2-power-management configure 2.13.7
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -922,7 +922,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by yast2-power-management $as_me 2.13.6, which was
+It was created by yast2-power-management $as_me 2.13.7, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1652,7 +1652,7 @@
# Define the identity of the package.
PACKAGE='yast2-power-management'
- VERSION='2.13.6'
+ VERSION='2.13.7'
cat >>confdefs.h <<_ACEOF
@@ -1863,7 +1863,7 @@
-VERSION="2.13.6"
+VERSION="2.13.7"
RPMNAME="yast2-power-management"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
@@ -2693,7 +2693,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by yast2-power-management $as_me 2.13.6, which was
+This file was extended by yast2-power-management $as_me 2.13.7, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2748,7 +2748,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-power-management config.status 2.13.6
+yast2-power-management config.status 2.13.7
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-power-management-2.13.6/configure.in new/yast2-power-management-2.13.7/configure.in
--- old/yast2-power-management-2.13.6/configure.in 2006-03-27 16:18:15.000000000 +0200
+++ new/yast2-power-management-2.13.7/configure.in 2006-05-25 14:51:33.000000000 +0200
@@ -1,9 +1,9 @@
dnl configure.in for yast2-power-management
dnl
-dnl -- This file is generated by y2autoconf - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-power-management, 2.13.6, http://www.suse.de/feedback, yast2-power-management)
+AC_INIT(yast2-power-management, 2.13.7, http://bugs.opensuse.org/, yast2-power-management)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.13.6"
+VERSION="2.13.7"
RPMNAME="yast2-power-management"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-power-management-2.13.6/power-management.pot new/yast2-power-management-2.13.7/power-management.pot
--- old/yast2-power-management-2.13.6/power-management.pot 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-power-management-2.13.7/power-management.pot 2005-08-26 07:48:50.000000000 +0200
@@ -0,0 +1,1099 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-08-26 07:48+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. PowerManagement read dialog caption
+#: src/PowerManagement.ycp:177
+msgid "Initializing Configuration"
+msgstr ""
+
+#. Progress stage 1/3
+#: src/PowerManagement.ycp:190
+msgid "Check the environment"
+msgstr ""
+
+#. Progress stage 2/3
+#: src/PowerManagement.ycp:192
+msgid "Read general settings"
+msgstr ""
+
+#. Progress stage 3/3
+#: src/PowerManagement.ycp:194
+msgid "Read power saving schemes"
+msgstr ""
+
+#. Progress step 1/3
+#: src/PowerManagement.ycp:197
+msgid "Checking the environment..."
+msgstr ""
+
+#. Progress step 2/3
+#: src/PowerManagement.ycp:199
+msgid "Reading general settings..."
+msgstr ""
+
+#. Progress step 3/3
+#: src/PowerManagement.ycp:201
+msgid "Reading power saving schemes..."
+msgstr ""
+
+#. Progress finished
+#: src/PowerManagement.ycp:203 src/PowerManagement.ycp:351
+msgid "Finished"
+msgstr ""
+
+#. error report
+#: src/PowerManagement.ycp:230
+msgid "This system does not support ACPI or APM."
+msgstr ""
+
+#. Error message
+#: src/PowerManagement.ycp:270
+msgid "Cannot read the general settings."
+msgstr ""
+
+#. Error message
+#: src/PowerManagement.ycp:298
+msgid "Cannot read power saving schemes."
+msgstr ""
+
+#. PowerManagement read dialog caption
+#: src/PowerManagement.ycp:325
+msgid "Saving Configuration"
+msgstr ""
+
+#. Progress stage 1/3
+#: src/PowerManagement.ycp:338
+msgid "Write schemes"
+msgstr ""
+
+#. Progress stage 2/3
+#: src/PowerManagement.ycp:340
+msgid "Write general settings"
+msgstr ""
+
+#. Progress stage 3/3
+#: src/PowerManagement.ycp:342
+msgid "Restart powersave daemon"
+msgstr ""
+
+#. Progress step 1/3
+#: src/PowerManagement.ycp:345
+msgid "Writing schemes..."
+msgstr ""
+
+#. Progress step 2/3
+#: src/PowerManagement.ycp:347
+msgid "Writing general settings..."
+msgstr ""
+
+#. Progress step 3/3
+#: src/PowerManagement.ycp:349
+msgid "Restarting powersave daemon..."
+msgstr ""
+
+#. Error message
+#: src/PowerManagement.ycp:404
+msgid "Cannot write power saving schemes."
+msgstr ""
+
+#. Error message
+#: src/PowerManagement.ycp:425
+msgid "Cannot write general settings."
+msgstr ""
+
+#. Error message
+#: src/PowerManagement.ycp:442
+msgid "Cannot restart the powersave daemon."
+msgstr ""
+
+#. summary text, %1 is scheme name
+#: src/PowerManagement.ycp:514 src/commandline.ycp:81
+#, ycp-format
+msgid "AC Scheme: %1"
+msgstr ""
+
+#. summary text, %1 is scheme name
+#: src/PowerManagement.ycp:516 src/commandline.ycp:93
+#, ycp-format
+msgid "Battery Scheme: %1"
+msgstr ""
+
+#. cmdline output, %1 is scheme name
+#: src/commandline.ycp:47
+#, ycp-format
+msgid "Scheme Name: %1"
+msgstr ""
+
+#. cmdline output, %1 is scheme description
+#: src/commandline.ycp:50
+#, ycp-format
+msgid "Scheme Description: %1"
+msgstr ""
+
+#. header for commandline output
+#: src/commandline.ycp:69
+msgid "Power Saving Schemes:\n"
+msgstr ""
+
+#. cmdline about power saving schemes, %1 is list of schemes,
+#: src/commandline.ycp:101
+#, ycp-format
+msgid "Available Schemes: %1"
+msgstr ""
+
+#. header for commandline output
+#: src/commandline.ycp:110
+msgid "Battery Capacity Feedback:\n"
+msgstr ""
+
+#. cmdline about battery feedback, %1 is capacity level,
+#. %2 is the action if level reached (e.g., suspend to disk)
+#: src/commandline.ycp:114
+#, ycp-format
+msgid "Warning Capacity: %1%%, Action: %2"
+msgstr ""
+
+#. cmdline about battery feedback, %1 is capacity level,
+#. %2 is the action if level reached (e.g., suspend to disk)
+#: src/commandline.ycp:117
+#, ycp-format
+msgid "Low Capacity: %1%%, Action: %2"
+msgstr ""
+
+#. cmdline about batter feedback, %1 is capacity level,
+#. %2 is the action if level reached (e.g., suspend to disk)
+#: src/commandline.ycp:120
+#, ycp-format
+msgid "Critical Capacity: %1%%, Action: %2"
+msgstr ""
+
+#. header for commandline output
+#: src/commandline.ycp:137
+msgid "ACPI Button Actions:\n"
+msgstr ""
+
+#. cmdline information about actions to be done if event occurs
+#. %1 is the action (e.g., suspend to disk)
+#: src/commandline.ycp:141
+#, ycp-format
+msgid "Power Button Action: %1"
+msgstr ""
+
+#. cmdline information about actions to be done if event occurs
+#. %1 is the action (e.g., suspend to disk)
+#: src/commandline.ycp:144
+#, ycp-format
+msgid "Sleep Button Action: %1"
+msgstr ""
+
+#. cmdline information about actions to be done if event occurs
+#. %1 is the action (e.g., suspend to disk)
+#: src/commandline.ycp:147
+#, ycp-format
+msgid "Laptop Lid Closed Action: %1"
+msgstr ""
+
+#. header for commandline output
+#: src/commandline.ycp:162
+msgid "Actions Allowed for Users:\n"
+msgstr ""
+
+#. cmdline information about operation permission, %1 = Yes or No
+#: src/commandline.ycp:165
+#, ycp-format
+msgid "Suspend to Disk Allowed: %1"
+msgstr ""
+
+#. cmdline information about operation permission, %1 = Yes or No
+#: src/commandline.ycp:167
+#, ycp-format
+msgid "Suspend to RAM Allowed: %1"
+msgstr ""
+
+#. cmdline information about operation permission, %1 = Yes or No
+#: src/commandline.ycp:169
+#, ycp-format
+msgid "Standby Allowed: %1"
+msgstr ""
+
+#. label to be put to messages like Suspend to Disk Allowed: %1
+#: src/commandline.ycp:175
+msgid "Yes"
+msgstr ""
+
+#. label to be put to messages like Suspend to Disk Allowed: %1
+#: src/commandline.ycp:177
+msgid "No"
+msgstr ""
+
+#. error report
+#: src/commandline.ycp:196
+msgid "Battery capacity not specified."
+msgstr ""
+
+#. error report
+#: src/commandline.ycp:202 src/commandline.ycp:223
+msgid "Action not specified."
+msgstr ""
+
+#. error report
+#: src/commandline.ycp:211
+#, ycp-format
+msgid "Capacity must be higher than 0%% and lower than 100%%."
+msgstr ""
+
+#. error report
+#: src/commandline.ycp:236
+msgid "Specify whether the operation should be allowed."
+msgstr ""
+
+#. error report
+#: src/commandline.ycp:265
+msgid "Specified battery scheme not found."
+msgstr ""
+
+#. error report
+#: src/commandline.ycp:275
+msgid "Specified AC scheme not found."
+msgstr ""
+
+#. error report
+#: src/commandline.ycp:294
+msgid "Operation with the scheme not specified."
+msgstr ""
+
+#. error report
+#: src/commandline.ycp:300
+msgid "Scheme name not specified."
+msgstr ""
+
+#. command line help text for power management module
+#: src/commandline.ycp:360
+msgid "Power management configuration module"
+msgstr ""
+
+#. command line help text for an action
+#: src/commandline.ycp:368
+msgid "Display current settings"
+msgstr ""
+
+#. command line help text for an action
+#: src/commandline.ycp:373
+msgid "Set general settings"
+msgstr ""
+
+#. command line help text for an action
+#: src/commandline.ycp:378
+msgid "Set options of a scheme"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:386
+msgid "Display only specified scheme"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:390
+msgid "Display only battery feedback configuration"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:394
+msgid "Display only ACPI button configuration"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:398
+msgid "Display only actions allowed for users"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:402
+msgid "Display only schemes selected for AC and battery power"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:406
+msgid "The battery capacity level"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:412
+msgid "The capacity of the battery for the level (in percent)"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:417
+msgid "The action to perform when the specified capacity level is reached"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:423
+msgid "The ACPI button to set the action for"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:429
+msgid "The action to perform when the specified ACPI button is pressed"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:435
+msgid "Sets whether the specified operation should be allowed for users"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:440
+msgid "Scheme to use when running on AC power source"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:445
+msgid "Scheme to use when running on battery power"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:450
+msgid "The scheme name"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:455
+msgid "Add a new scheme"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:459
+msgid "Edit an existing scheme"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:463
+msgid "Remove an existing scheme"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:467
+msgid "The description of the scheme"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:472
+msgid "The scheme to clone"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:477
+msgid "Option of a scheme to modify"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:482
+msgid "Value of the specified option to set"
+msgstr ""
+
+#. command line help text for an option
+#: src/commandline.ycp:487
+msgid "New name of the scheme to rename"
+msgstr ""
+
+#. yes-no popup
+#: src/dialogs.ycp:68
+msgid ""
+"If you abort writing now, the saved\n"
+"settings may be inconsistent.\n"
+"Really abort?"
+msgstr ""
+
+#. dialog caption
+#: src/dialogs.ycp:121
+msgid "Power Management Settings"
+msgstr ""
+
+#. message popup
+#: src/dialogs.ycp:147
+msgid ""
+"Buttons can be configured only for ACPI. Your\n"
+"system probably does not support ACPI and uses APM."
+msgstr ""
+
+#. dialog caption
+#: src/dialogs.ycp:159
+msgid "ACPI Buttons"
+msgstr ""
+
+#. dialog caption
+#. frame
+#: src/dialogs.ycp:186 src/widgets.ycp:61
+msgid "Battery Capacity Feedback"
+msgstr ""
+
+#. frame
+#: src/dialogs.ycp:209
+msgid "Power-Saving Modes to Allow"
+msgstr ""
+
+#. dialog caption
+#: src/dialogs.ycp:226
+msgid "Modes Permitted for Users"
+msgstr ""
+
+#. dialog caption
+#: src/dialogs.ycp:254 src/dialogs.ycp:289 src/dialogs.ycp:318
+#: src/dialogs.ycp:361
+msgid "Power Management Scheme Setup"
+msgstr ""
+
+#. Read dialog help 1/2
+#: src/helps.ycp:20
+msgid ""
+"<p><b><big>Initializing Power Management Configuration</big></b><br>\n"
+"Please wait...<br></p>"
+msgstr ""
+
+#. Read dialog help 2/2
+#: src/helps.ycp:24
+msgid ""
+"<p><b><big>Aborting Initialization</big></b><br>\n"
+"Safely abort the configuration utility by pressing <b>Abort</b> now.</p>"
+msgstr ""
+
+#. Write dialog help 1/2
+#: src/helps.ycp:29
+msgid ""
+"<p><b><big>Saving Power Management Configuration</big></b><br>\n"
+"Please wait...<br></p>"
+msgstr ""
+
+#. Write dialog help 2/2
+#: src/helps.ycp:33
+msgid ""
+"<p><b><big>Aborting Saving</big></b><br>\n"
+"Abort the save procedure by pressing <b>Abort</b>.</p>"
+msgstr ""
+
+#. Battery warning dialog help 1/3
+#: src/helps.ycp:38
+msgid ""
+"<p><b><big>Battery Capacity Feedback</big></b><br>\n"
+"Set three battery capacity levels and assign actions for\n"
+"each of these capacity levels.</p>"
+msgstr ""
+
+#. Battery warning dialog help 2/3
+#: src/helps.ycp:43
+msgid ""
+"<p>Use <b>Warning Capacity</b>, <b>Low Capacity</b>, and\n"
+"<b>Critical Capacity</b> to set battery levels as a percentage of full\n"
+"capacity.</p>"
+msgstr ""
+
+#. Battery warning dialog help 3/3
+#: src/helps.ycp:48
+msgid ""
+"<p>Use <b>Warning Level Action</b>, <b>Low Level Action</b>, and\n"
+"<b>Critical Level Action</b> to set actions to perform if the relevant\n"
+"battery level is reached.</p>"
+msgstr ""
+
+#. ACPI buttons dialog help 1/1
+#: src/helps.ycp:54
+msgid ""
+"<p><b><big>ACPI Buttons</big></b><br>\n"
+"Assign events to perform after a button is\n"
+"pressed. Events can be set for the <b>Power Button</b> and <b>Sleep Button</b>.\n"
+"To assign an event to perform when the lid of the laptop is\n"
+"closed, use <b>Laptop Lid Closing</b>.</p>"
+msgstr ""
+
+#. enabling standby/suspend dialog help 1/6
+#: src/helps.ycp:61
+msgid ""
+"<p><b><big>Modes Permitted for Users</big></b><br>\n"
+"Configure which power-saving modes users should be able to switch to.</p>"
+msgstr ""
+
+#. enabling standby/suspend dialog help 2/6
+#: src/helps.ycp:65
+msgid ""
+"<p><b>Suspend to Disk</b> allows users to suspend the \n"
+"computer to the disk (ACPI mode 4).\n"
+"Resuming after suspending to disk takes longer than resuming\n"
+"after suspending to RAM.</p>"
+msgstr ""
+
+#. enabling standby/suspend dialog help 3/6
+#: src/helps.ycp:71
+msgid ""
+"<p><b>Suspend to RAM</b> allows users to suspend \n"
+"the computer to RAM (ACPI mode 3).\n"
+"A computer suspended to RAM still consumes electricity and\n"
+"unsaved data will be lost if it is disconnected or the battery drains.</p>"
+msgstr ""
+
+#. enabling standby/suspend dialog help 4/6
+#: src/helps.ycp:77
+msgid ""
+"<p><b>Standby Mode</b> allows users to \n"
+"switch the computer to the standby power saving mode\n"
+"(ACPI mode 1).</p>"
+msgstr ""
+
+#. enabling standby/suspend dialog help 5/6
+#: src/helps.ycp:82
+msgid ""
+"<p><b><big>Supported Power-Saving Modes\n"
+"</big></b><br>\n"
+"Some machines do not support all power-saving modes. If a mode is not supported\n"
+"by your machine, the appropriate check box is disabled.</p>\n"
+msgstr ""
+
+#. enabling standby/suspend dialog help 6/6
+#: src/helps.ycp:89
+msgid ""
+"<p><b><big>Warning</big></b><br>\n"
+"Depending on your hardware, suspend to RAM or standby could fail and you may \n"
+"need to push the reset button to reboot your computer. This could lead to \n"
+"data loss.\n"
+"See <tt>/usr/share/doc/packages/powersave/README.suspend</tt> for details.</p>"
+msgstr ""
+
+#. Main dialog help 1/6
+#: src/helps.ycp:96
+msgid ""
+"<p><b><big>Energy Saving Schemes</big></b><br>\n"
+"Use <b>AC Powered</b> to adjust the energy saving scheme to use when your\n"
+"computer is AC powered.\n"
+"Use <b>Battery Powered</b> to adjust the energy saving scheme to use when your\n"
+"computer is powered by internal battery.</p>"
+msgstr ""
+
+#. Main dialog help 2/6
+#: src/helps.ycp:103
+msgid ""
+"<p>Below the selected schemes, descriptions of both selected schemes\n"
+"are displayed.</p>"
+msgstr ""
+
+#. Main dialog help 3/6
+#: src/helps.ycp:107
+msgid ""
+"<p><b><big>Adjusting Energy Saving Schemes</big></b><br>\n"
+"To adjust energy saving schemes, delete existing ones, or create new ones,\n"
+"use <b>Edit Schemes</b>.</p>"
+msgstr ""
+
+#. Main dialog help 4/6
+#: src/helps.ycp:112
+msgid ""
+"<p><b><big>Battery Warning</big></b><br>\n"
+"To adjust levels of battery status and actions to perform on these levels\n"
+"of battery capacity, use <b>Battery Warning</b>.</p>"
+msgstr ""
+
+#. Main dialog help 5/6
+#: src/helps.ycp:117
+msgid ""
+"<p><b><big>ACPI Settings</big></b><br>\n"
+"To adjust operations to perform when an ACPI button is pressed, use\n"
+"<b>ACPI Settings</b>.</p>"
+msgstr ""
+
+#. Main dialog help 6/6
+#: src/helps.ycp:122
+msgid ""
+"<p><b><big>Suspend Permissions</big></b><br>\n"
+"To set if users are allowed to switch the computer to the standby or\n"
+"suspend mode, use <b>Suspend Permissions</b>.</p>"
+msgstr ""
+
+#. Schemes list dialog 1/3
+#: src/helps.ycp:128
+msgid ""
+"<p><b><big>Scheme Setup</big></b><br>\n"
+"Here, adjust the energy saving schemes. To modify a scheme, select\n"
+"it and click <b>Edit</b>.</p>"
+msgstr ""
+
+#. Schemes list dialog 2/3
+#: src/helps.ycp:133
+msgid ""
+"<p>To add a new scheme, select a scheme to clone then click\n"
+"<b>Add</b>. To delete an existing scheme, select it and click \n"
+"<b>Delete</b>.</p>"
+msgstr ""
+
+#. Schemes list dialog 3/3
+#: src/helps.ycp:138
+msgid ""
+"<p>In the main dialog, assign schemes to use when you \n"
+"work on battery or AC power.</p>"
+msgstr ""
+
+#. Scheme editation dialog 1 help 1/5
+#: src/helps.ycp:142
+msgid ""
+"<p><big><b>Scheme Setup</b></big>\n"
+"Configure the settings of the scheme. Enter its name in <b>Scheme Name</b>\n"
+"and optionally a description in <b>Scheme Description</b>.</p>"
+msgstr ""
+
+#. Scheme editation dialog 1 help 3/5
+#: src/helps.ycp:151
+msgid ""
+"<p><big><b>CPU Settings</b></big><br>\n"
+"Use <b>Frequency Scaling</b> to adjust the frequency of the CPU. If you set it\n"
+"to <b>Dynamic Frequency Scaling</b>, the CPU frequency is adjusted automatically\n"
+"according to the current CPU load.</p>"
+msgstr ""
+
+#. Scheme editation dialog 1 help 4/5
+#: src/helps.ycp:157
+msgid ""
+"<p>Set <b>Allow Throttling</b> to turn CPU throttling on and adjust\n"
+"<b>Max %</b> to set the maximum CPU throttling. Throttling is supported\n"
+"only on ACPI machines.</p>"
+msgstr ""
+
+#. Scheme editation dialog 1 help 5/5
+#: src/helps.ycp:162
+msgid ""
+"<p>If your processor does not support CPU frequency scaling, \n"
+"you may want to let your processor be constantly \n"
+"slowed down when working on battery to save power. To do this, set\n"
+"<b>Always Throttle</b>. This setting \n"
+"might be useful on long-distance trips where you do not need the entire \n"
+"performance of your machine.</p>\n"
+msgstr ""
+
+#. Scheme editation dialog 2 help 1/2
+#: src/helps.ycp:171
+msgid ""
+"<p><b><big>Hard Disk Settings</big></b><br>\n"
+"Use <b>Standby Policy</b> to adjust the power saving policy of the hard disks.\n"
+"Remember that more power saving also means waiting more often until the disk\n"
+"drive is ready.\n"
+"Use <b>Acoustic Policy</b> to adjust the acoustic policy of the disk. The noise\n"
+"produced by the disk may be lowered by moving disk heads more slowly. Not all\n"
+"disks support this feature.</p>"
+msgstr ""
+
+#. Scheme editation dialog 2 help 2/2
+#: src/helps.ycp:180
+msgid ""
+"<p><b><big>Cooling Policy</big></b><br>\n"
+"Use the cooling policy <b>Status</b> to adjust the active or passive cooling policy.\n"
+"Active means that the cooling fan is\n"
+"turned on if the system starts overheating.\n"
+"If the system continues overheating, the CPU frequency and voltage are\n"
+"reduced. Passive means that the system first reduces frequency then, if\n"
+"that does not help, turns the cooling fan on.</p>\n"
+"<p>To specify actions to perform when the system overheats\n"
+"or reaches critical temperature, use <b>Overheat Temperature Action</b> and\n"
+"<b>Critical Temperature Action</b>.</p>"
+msgstr ""
+
+#. Scheme editation dialog 3 help 1/2
+#: src/helps.ycp:192
+msgid ""
+"<p><b><big>Enable Screen Saver</big></b><br>\n"
+"To enable the screen saver in this scheme, set <b>Enable Screen Saver</b>.\n"
+"Disabling the screen saver is useful for schemes used, for example, for\n"
+"presentations.</p>"
+msgstr ""
+
+#. Scheme editation dialog 3 help 2/2
+#. Display is a substantive (screen)
+#: src/helps.ycp:199
+msgid ""
+"<p><b><big>Display Blanking</big></b><br>\n"
+"To allow blanking the display using DPMS, set\n"
+"<b>Enable Display Power Management</b>.\n"
+"To set the standby, suspend, and power off time-outs use\n"
+"<b>Display Standby Time-Out</b>, <b>Display Suspend Time-Out</b>, and\n"
+"<b>Display Power Off Time-Out</b>. To disable a time-out,\n"
+"set its value to <b>0</b>.</p>"
+msgstr ""
+
+#. combo box item
+#: src/misc.ycp:23
+msgid "Notify"
+msgstr ""
+
+#. combo box item
+#: src/misc.ycp:25
+msgid "Shut Down"
+msgstr ""
+
+#. combo box item
+#: src/misc.ycp:27
+msgid "Log Out"
+msgstr ""
+
+#. combo box item
+#: src/misc.ycp:29
+msgid "Switch to Standby"
+msgstr ""
+
+#. combo box item
+#: src/misc.ycp:31
+msgid "Suspend to RAM"
+msgstr ""
+
+#. combo box item
+#: src/misc.ycp:33
+msgid "Suspend to Disk"
+msgstr ""
+
+#. combo box item
+#: src/misc.ycp:35
+msgid "Start Screen Saver"
+msgstr ""
+
+#. combo box item
+#: src/misc.ycp:37
+msgid "Ignore"
+msgstr ""
+
+#. int field
+#: src/widgets.ycp:68
+msgid "&Warning Capacity"
+msgstr ""
+
+#. int field
+#: src/widgets.ycp:74
+msgid "&Low Capacity"
+msgstr ""
+
+#. int field
+#: src/widgets.ycp:80
+msgid "&Critical Capacity"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:90
+msgid "War&ning Level Action"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:96
+msgid "Low Level &Action"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:102
+msgid "Cr&itical Level Action"
+msgstr ""
+
+#. frame
+#: src/widgets.ycp:148
+msgid "ACPI Button Configuration"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:155
+msgid "&Power Button"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:161
+msgid "&Sleep Button"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:167
+msgid "&Laptop Lid Closing"
+msgstr ""
+
+#. check box
+#: src/widgets.ycp:213
+msgid "Suspend to &Disk"
+msgstr ""
+
+#. popup message
+#: src/widgets.ycp:262
+msgid ""
+"Use caution because suspending the machine to RAM fails\n"
+"on many machines. See the help for details.\n"
+msgstr ""
+
+#. check box
+#: src/widgets.ycp:277
+msgid "&Suspend to RAM"
+msgstr ""
+
+#. popup message
+#: src/widgets.ycp:355
+msgid ""
+"Use caution because putting the machine to the standby state\n"
+"fails on many machines. See the help for details.\n"
+msgstr ""
+
+#. check box
+#: src/widgets.ycp:370
+msgid "S&tandby Mode"
+msgstr ""
+
+#. push button, opens battery capacity feedback dialog
+#: src/widgets.ycp:401
+msgid "Batt&ery Warning..."
+msgstr ""
+
+#. push button, opens ACPI button configuration dialog
+#: src/widgets.ycp:427
+msgid "AC&PI Settings..."
+msgstr ""
+
+#. push button, opens
+#: src/widgets.ycp:455
+msgid "&Suspend Permissions..."
+msgstr ""
+
+#. fallback scheme description, displayed in a rich text
+#. but without HTML tags!!!
+#. fallback scheme description, table entre
+#: src/widgets.ycp:488 src/widgets.ycp:599
+msgid "No scheme description available"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:511 src/widgets.ycp:554
+msgid "&AC Powered"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:515 src/widgets.ycp:561
+msgid "&Battery Powered"
+msgstr ""
+
+#. frame
+#: src/widgets.ycp:548
+msgid "Energy Saving Schemes"
+msgstr ""
+
+#. push button
+#: src/widgets.ycp:569
+msgid "Ed&it Schemes"
+msgstr ""
+
+#. popup message
+#: src/widgets.ycp:638 src/widgets.ycp:661
+msgid "No scheme selected."
+msgstr ""
+
+#. popup message
+#: src/widgets.ycp:646
+msgid ""
+"The selected scheme cannot be modified.\n"
+"Add a new one instead."
+msgstr ""
+
+#. table header
+#: src/widgets.ycp:707
+msgid "Scheme Name"
+msgstr ""
+
+#. table header
+#: src/widgets.ycp:709
+msgid "Scheme Description"
+msgstr ""
+
+#. popup message
+#: src/widgets.ycp:756
+msgid "Scheme name must be set."
+msgstr ""
+
+#. popup message
+#: src/widgets.ycp:767
+msgid "The specified scheme name is not unique."
+msgstr ""
+
+#. pop-up message
+#: src/widgets.ycp:774
+msgid "The scheme name must not be longer than 32 characters."
+msgstr ""
+
+#. text entry
+#: src/widgets.ycp:820
+msgid "S&cheme Name"
+msgstr ""
+
+#. text entry
+#: src/widgets.ycp:864
+msgid "Scheme &Description"
+msgstr ""
+
+#. frame,
+#: src/widgets.ycp:910
+msgid "Hard Disk"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:915
+msgid "&Standby Policy"
+msgstr ""
+
+#. combo box item
+#: src/widgets.ycp:919 src/widgets.ycp:937 src/widgets.ycp:1085
+msgid "Maximum Performance"
+msgstr ""
+
+#. combo box item
+#: src/widgets.ycp:922
+msgid "Power Saving"
+msgstr ""
+
+#. combo box item
+#: src/widgets.ycp:925
+msgid "Aggressive Power Saving"
+msgstr ""
+
+#. combo box item
+#: src/widgets.ycp:928 src/widgets.ycp:946
+msgid "Disabled"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:933
+msgid "&Acoustic Policy"
+msgstr ""
+
+#. combo box item
+#: src/widgets.ycp:940
+msgid "Quiet"
+msgstr ""
+
+#. combo box item
+#: src/widgets.ycp:943
+msgid "Maximally Quiet"
+msgstr ""
+
+#. frame
+#: src/widgets.ycp:998
+msgid "Cooling Policy"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:1000
+msgid "&Status"
+msgstr ""
+
+#. combo box item
+#: src/widgets.ycp:1002
+msgid "Active"
+msgstr ""
+
+#. combo box item
+#: src/widgets.ycp:1004
+msgid "Passive"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:1009
+msgid "&Overheat Temperature Action"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:1014
+msgid "&Critical Temperature Action"
+msgstr ""
+
+#. frame
+#: src/widgets.ycp:1078
+msgid "CPU"
+msgstr ""
+
+#. combo box
+#: src/widgets.ycp:1082
+msgid "&Frequency Scaling"
+msgstr ""
+
+#. combo box item
+#: src/widgets.ycp:1087
+msgid "Maximum Energy Saving"
+msgstr ""
+
+#. combo box item
+#: src/widgets.ycp:1089
+msgid "Dynamic Frequency Scaling"
+msgstr ""
+
+#. check box
+#: src/widgets.ycp:1097
+msgid "&Allow Throttling"
+msgstr ""
+
+#. integer field
+#: src/widgets.ycp:1100
+msgid "&Max. %"
+msgstr ""
+
+#. check box
+#: src/widgets.ycp:1104
+msgid "A&lways Throttle"
+msgstr ""
+
+#. frame
+#: src/widgets.ycp:1150
+msgid "Screen Saver Settings"
+msgstr ""
+
+#. check box
+#: src/widgets.ycp:1157
+msgid "Enable &Screen Saver"
+msgstr ""
+
+#. frame
+#. Display is a substantive (screen)
+#: src/widgets.ycp:1233
+msgid "Display Power Management Settings"
+msgstr ""
+
+#. check box
+#. Display is a substantive (screen)
+#: src/widgets.ycp:1241
+msgid "Enable &Display Power Management"
+msgstr ""
+
+#. int field
+#. Display is a substantive (screen)
+#: src/widgets.ycp:1246
+msgid "Display S&tandby Time-Out (minutes)"
+msgstr ""
+
+#. int field
+#. Display is a substantive (screen)
+#: src/widgets.ycp:1250
+msgid "Display &Suspend Time-Out (minutes)"
+msgstr ""
+
+#. int field
+#. Display is a substantive (screen)
+#: src/widgets.ycp:1254
+msgid "Display Power &Off Time-Out (minutes)"
+msgstr ""
+
+#. Initialization dialog caption
+#: src/wizards.ycp:165
+msgid "Power Management Configuration"
+msgstr ""
+
+#. Initialization dialog contents
+#: src/wizards.ycp:167
+msgid "Initializing..."
+msgstr ""
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-power-management-2.13.6/src/PowerManagement.ycp new/yast2-power-management-2.13.7/src/PowerManagement.ycp
--- old/yast2-power-management-2.13.6/src/PowerManagement.ycp 2006-02-19 23:18:47.000000000 +0100
+++ new/yast2-power-management-2.13.7/src/PowerManagement.ycp 2006-05-25 14:41:20.000000000 +0200
@@ -4,7 +4,7 @@
* Summary: PowerManagement settings, input and output functions
* Authors: Jiri Srain <jsrain(a)suse.cz>
*
- * $Id: PowerManagement.ycp 28157 2006-02-19 22:18:17Z jsrain $
+ * $Id: PowerManagement.ycp 31148 2006-05-25 12:41:10Z jsrain $
*
* Representation of the configuration of power-management.
* Input and output routines.
@@ -463,7 +463,8 @@
Progress::NextStage ();
y2milestone ("Restarting powersave daemon");
- stage_success = Service::Restart ("powersaved");
+ if (! write_only)
+ stage_success = Service::Restart ("powersaved");
stage_success = Service::Enable ("powersaved") && stage_success;
if(! stage_success)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package yast2-pkg-bindings
checked in at Fri May 26 15:47:33 CEST 2006.
--------
--- yast2-pkg-bindings/yast2-pkg-bindings.changes 2006-05-22 15:51:46.000000000 +0200
+++ yast2-pkg-bindings/yast2-pkg-bindings.changes 2006-05-25 17:42:02.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 25 17:41:32 CEST 2006 - mvidner(a)suse.cz
+
+- Added SourceSaveAll which always saves and does not disable (#176013).
+- 2.13.80
+
+-------------------------------------------------------------------
Old:
----
yast2-pkg-bindings-2.13.79.tar.bz2
New:
----
yast2-pkg-bindings-2.13.80.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-pkg-bindings.spec ++++++
--- /var/tmp/diff_new_pack.6RWV9L/_old 2006-05-26 15:35:49.000000000 +0200
+++ /var/tmp/diff_new_pack.6RWV9L/_new 2006-05-26 15:35:49.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-pkg-bindings (Version 2.13.79)
+# spec file for package yast2-pkg-bindings (Version 2.13.80)
#
# 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-pkg-bindings
-Version: 2.13.79
+Version: 2.13.80
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-pkg-bindings-2.13.79.tar.bz2
+Source0: yast2-pkg-bindings-2.13.80.tar.bz2
prefix: /usr
BuildRequires: blocxx-devel boost boost-devel dbus-1-devel docbook-xsl-stylesheets doxygen gcc-c++ hal-devel libgcrypt-devel libxcrypt-devel libxslt libzypp libzypp-devel perl-XML-Writer rpm-devel sgml-skel yast2-core-devel yast2-devtools
Summary: YaST2 Package Manager Access
@@ -36,7 +36,7 @@
Stanislav Visnovsky <visnov(a)suse.cz>
%prep
-%setup -n yast2-pkg-bindings-2.13.79
+%setup -n yast2-pkg-bindings-2.13.80
%build
%{prefix}/bin/y2tool y2autoconf
@@ -67,6 +67,9 @@
%doc %{prefix}/share/doc/packages/yast2-pkg-bindings
%changelog -n yast2-pkg-bindings
+* Thu May 25 2006 - mvidner(a)suse.cz
+- Added SourceSaveAll which always saves and does not disable (#176013).
+- 2.13.80
* Mon May 22 2006 - lslezak(a)suse.cz
- Pkg::DoProvide - select only the newest item for installation,
remove the flag from other versions (#176854)
++++++ yast2-pkg-bindings-2.13.79.tar.bz2 -> yast2-pkg-bindings-2.13.80.tar.bz2 ++++++
++++ 13654 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-pkg-bindings-2.13.79/VERSION new/yast2-pkg-bindings-2.13.80/VERSION
--- old/yast2-pkg-bindings-2.13.79/VERSION 2006-05-22 13:23:43.000000000 +0200
+++ new/yast2-pkg-bindings-2.13.80/VERSION 2006-05-25 17:40:51.000000000 +0200
@@ -1 +1 @@
-2.13.79
+2.13.80
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-pkg-bindings-2.13.79/configure.in new/yast2-pkg-bindings-2.13.80/configure.in
--- old/yast2-pkg-bindings-2.13.79/configure.in 2006-05-22 15:43:51.000000000 +0200
+++ new/yast2-pkg-bindings-2.13.80/configure.in 2006-05-25 17:46:01.000000000 +0200
@@ -1,9 +1,9 @@
dnl configure.in for yast2-pkg-bindings
dnl
-dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.13.17 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-pkg-bindings, 2.13.79, http://bugs.opensuse.org/, yast2-pkg-bindings)
+AC_INIT(yast2-pkg-bindings, 2.13.80, http://bugs.opensuse.org/, yast2-pkg-bindings)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.13.79"
+VERSION="2.13.80"
RPMNAME="yast2-pkg-bindings"
MAINTAINER="Michael Andres <ma(a)suse.de>"
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-pkg-bindings-2.13.79/src/PkgModule.cc new/yast2-pkg-bindings-2.13.80/src/PkgModule.cc
--- old/yast2-pkg-bindings-2.13.79/src/PkgModule.cc 2006-02-14 10:12:13.000000000 +0100
+++ new/yast2-pkg-bindings-2.13.80/src/PkgModule.cc 2006-05-25 17:25:47.000000000 +0200
@@ -25,6 +25,9 @@
#include <zypp/base/LogControl.h>
#include <zypp/Pathname.h>
+// it is never deleted :-/
+// which may be a good thing, because ~PkgModuleFunctions would call
+// the badly designed SourceFinishAll. #176013
PkgModule* PkgModule::current_pkg = NULL;
struct YaSTZyppLogger : public zypp::base::LogControl::LineWriter
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-pkg-bindings-2.13.79/src/PkgModuleFunctions.h new/yast2-pkg-bindings-2.13.80/src/PkgModuleFunctions.h
--- old/yast2-pkg-bindings-2.13.79/src/PkgModuleFunctions.h 2006-05-22 13:23:26.000000000 +0200
+++ new/yast2-pkg-bindings-2.13.80/src/PkgModuleFunctions.h 2006-05-25 17:18:10.000000000 +0200
@@ -229,6 +229,8 @@
/* TYPEINFO: boolean(integer)*/
YCPValue SourceFinish (const YCPInteger&);
/* TYPEINFO: boolean()*/
+ YCPValue SourceSaveAll ();
+ /* TYPEINFO: boolean()*/
YCPValue SourceFinishAll ();
/* TYPEINFO: map<string,any>(integer)*/
YCPValue SourceGeneralData (const YCPInteger&);
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-pkg-bindings-2.13.79/src/Source.cc new/yast2-pkg-bindings-2.13.80/src/Source.cc
--- old/yast2-pkg-bindings-2.13.79/src/Source.cc 2006-05-19 09:46:48.000000000 +0200
+++ new/yast2-pkg-bindings-2.13.80/src/Source.cc 2006-05-25 17:40:12.000000000 +0200
@@ -289,10 +289,39 @@
return YCPBoolean(true);
}
+/******************************************************************************
+ * @builtin SourceSaveAll
+ *
+ * @short Save all InstSrces.
+ * @return boolean
+ **/
+YCPValue
+PkgModuleFunctions::SourceSaveAll ()
+{
+ try
+ {
+ y2milestone( "Storing the source setup in %s", _target_root.asString().c_str()) ;
+ zypp::SourceManager::sourceManager()->store( _target_root, true );
+ }
+ catch (zypp::Exception & excpt)
+ {
+ y2error("Pkg::SourceSaveAll has failed: %s", excpt.msg().c_str() );
+ _last_error.setLastError(excpt.asUserString());
+ return YCPBoolean(false);
+ }
+
+ y2milestone( "All sources saved");
+
+ return YCPBoolean(true);
+}
+
/****************************************************************************************
* @builtin SourceFinishAll
*
- * @short Disable all InstSrces.
+ * @short Save and then disable all InstSrces.
+ * @description
+ * If there are no enabled sources, do nothing
+ * (idempotence hack, broken design: #155459, #176013, use SourceSaveAll).
* @return boolean
**/
YCPValue
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package yast2-packager
checked in at Fri May 26 15:35:44 CEST 2006.
--------
--- yast2-packager/yast2-packager.changes 2006-05-24 13:39:03.000000000 +0200
+++ yast2-packager/yast2-packager.changes 2006-05-25 17:50:20.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 25 17:50:04 CEST 2006 - mvidner(a)suse.cz
+
+- Use Pkg::SourceSaveAll which always saves even if no sources are
+ enabled (#176013).
+- 2.13.120
+
+-------------------------------------------------------------------
Old:
----
yast2-packager-2.13.119.tar.bz2
New:
----
yast2-packager-2.13.120.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.PoZQqN/_old 2006-05-26 15:35:26.000000000 +0200
+++ /var/tmp/diff_new_pack.PoZQqN/_new 2006-05-26 15:35:26.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-packager (Version 2.13.119)
+# spec file for package yast2-packager (Version 2.13.120)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,15 +11,17 @@
# norootforbuild
Name: yast2-packager
-Version: 2.13.119
+Version: 2.13.120
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-packager-2.13.119.tar.bz2
+Source0: yast2-packager-2.13.120.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxcrypt-devel libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-country yast2-devtools yast2-installation yast2-testsuite yast2-xml
Requires: yast2 yast2-installation checkmedia yast2-country
+# Pkg::SourceSaveAll
+Requires: yast2-pkg-bindings >= 2.13.80
Provides: yast2-config-package-manager
Obsoletes: yast2-config-package-manager
Provides: y2t_spkg y2t_inst-packages y2pkginf y2c_spkg
@@ -41,7 +43,7 @@
Arvin Schnell <arvin(a)suse.de>
%prep
-%setup -n yast2-packager-2.13.119
+%setup -n yast2-packager-2.13.120
%build
%{prefix}/bin/y2tool y2autoconf
@@ -78,6 +80,10 @@
%doc %{prefix}/share/doc/packages/yast2-packager
%changelog -n yast2-packager
+* Thu May 25 2006 - mvidner(a)suse.cz
+- Use Pkg::SourceSaveAll which always saves even if no sources are
+ enabled (#176013).
+- 2.13.120
* Wed May 24 2006 - jsrain(a)suse.cz
- properly integrate YCP code for add-on product installation if
add-on product media booted (if YCP code present) (#178311)
++++++ yast2-packager-2.13.119.tar.bz2 -> yast2-packager-2.13.120.tar.bz2 ++++++
++++ 6099 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-packager-2.13.119/VERSION new/yast2-packager-2.13.120/VERSION
--- old/yast2-packager-2.13.119/VERSION 2006-05-24 13:04:23.000000000 +0200
+++ new/yast2-packager-2.13.120/VERSION 2006-05-25 17:49:19.000000000 +0200
@@ -1 +1 @@
-2.13.119
+2.13.120
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-packager-2.13.119/configure.in new/yast2-packager-2.13.120/configure.in
--- old/yast2-packager-2.13.119/configure.in 2006-05-24 13:36:16.000000000 +0200
+++ new/yast2-packager-2.13.120/configure.in 2006-05-25 18:10:32.000000000 +0200
@@ -1,9 +1,9 @@
dnl configure.in for yast2-packager
dnl
-dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.13.17 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-packager, 2.13.119, http://bugs.opensuse.org/, yast2-packager)
+AC_INIT(yast2-packager, 2.13.120, http://bugs.opensuse.org/, yast2-packager)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.13.119"
+VERSION="2.13.120"
RPMNAME="yast2-packager"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
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-packager-2.13.119/src/clients/inst_source.ycp new/yast2-packager-2.13.120/src/clients/inst_source.ycp
--- old/yast2-packager-2.13.119/src/clients/inst_source.ycp 2006-05-15 13:28:30.000000000 +0200
+++ new/yast2-packager-2.13.120/src/clients/inst_source.ycp 2006-05-25 17:48:33.000000000 +0200
@@ -224,7 +224,7 @@
});
// store in the persistent libzypp storage
- success = success && Pkg::SourceFinishAll();
+ success = success && Pkg::SourceSaveAll(); // #176013
return success;
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package yast2-core
checked in at Fri May 26 15:35:19 CEST 2006.
--------
--- yast2-core/yast2-core.changes 2006-05-02 16:30:07.000000000 +0200
+++ yast2-core/yast2-core.changes 2006-05-25 10:43:54.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 25 10:43:24 CEST 2006 - mvidner(a)suse.cz
+
+- Use [:alpha:] instead of A-Za-z to catch all ASCII letters even in
+ Estonian (#177560).
+- 2.13.23
+
+-------------------------------------------------------------------
Old:
----
yast2-core-2.13.22.tar.bz2
New:
----
yast2-core-2.13.23.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.cK3Xy6/_old 2006-05-26 15:34:47.000000000 +0200
+++ /var/tmp/diff_new_pack.cK3Xy6/_new 2006-05-26 15:34:47.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-core (Version 2.13.22)
+# spec file for package yast2-core (Version 2.13.23)
#
# 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-core
-Version: 2.13.22
+Version: 2.13.23
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-core-2.13.22.tar.bz2
+Source0: yast2-core-2.13.23.tar.bz2
prefix: /usr
BuildRequires: ElectricFence blocxx-devel curl-devel dejagnu docbook-xsl-stylesheets doxygen gcc-c++ libxcrypt-devel libxslt liby2util-devel openslp-devel perl-XML-Writer popt-devel sgml-skel udev yast2-devtools
Summary: YaST2 - Core Libraries
@@ -93,7 +93,7 @@
Stanislav Visnovsky <visnov(a)suse.cz>
%prep
-%setup -n yast2-core-2.13.22
+%setup -n yast2-core-2.13.23
%build
%{prefix}/bin/y2tool y2autoconf
@@ -164,6 +164,10 @@
/usr/share/YaST2/data/devtools/bin/generateYCPWrappers
%changelog -n yast2-core
+* Thu May 25 2006 - mvidner(a)suse.cz
+- Use [:alpha:] instead of A-Za-z to catch all ASCII letters even in
+ Estonian (#177560).
+- 2.13.23
* Tue May 02 2006 - lslezak(a)suse.cz
- ag_background - use unlimited buffer size as default, do not
block the subprocess (#169648), update of the example
++++++ yast2-core-2.13.22.tar.bz2 -> yast2-core-2.13.23.tar.bz2 ++++++
++++ 13677 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-core-2.13.22/Makefile.am new/yast2-core-2.13.23/Makefile.am
--- old/yast2-core-2.13.22/Makefile.am 2006-05-02 16:24:24.000000000 +0200
+++ new/yast2-core-2.13.23/Makefile.am 2006-05-25 10:49:48.000000000 +0200
@@ -8,6 +8,7 @@
#where devtools are
PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools)
+Y2TOOL = $(PREFIX)/bin/y2tool
VERSION = $(shell cat $(srcdir)/VERSION)
RPMNAME = $(shell cat $(srcdir)/RPMNAME)
@@ -95,7 +96,7 @@
done
pot:
- y2tool y2makepot -s $(srcdir)
+ $(Y2TOOL) y2makepot -s $(srcdir)
install-pot: pot
@POT_DST=`find -type d -name testsuite -prune , \
@@ -116,7 +117,7 @@
fi
spellcheck: pot
- y2tool pot-spellcheck
+ $(Y2TOOL) pot-spellcheck
# all-local: $(if $(IS_DEVTOOLS),,$(POT_DST))
@@ -143,20 +144,20 @@
rm -f package/*.bak
rm -f package/*.auto
mv $(RPMNAME)-$(VERSION).tar.bz2 package/
- if ! test -x $(PREFIX)/bin/y2tool; then \
- echo "$(PREFIX)/bin/y2tool: not found."; \
+ if ! test -x $(Y2TOOL); then \
+ echo "$(Y2TOOL): not found."; \
echo "You have to install yast2-devtools to making a package"; \
false; \
fi
here=`pwd`; \
cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \
newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
- $(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \
+ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
done
package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local
-TAGVERSION = $(PREFIX)/bin/y2tool tagversion
+TAGVERSION = $(Y2TOOL) tagversion
check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
if [ -d $(srcdir)/CVS ]; then \
@@ -200,12 +201,12 @@
fi
check-textdomain:
- $(PREFIX)/bin/y2tool check-textdomain $(srcdir)
+ $(Y2TOOL) check-textdomain $(srcdir)
stable: checkin-stable
checkin-stable: package
- $(PREFIX)/bin/y2tool checkin-stable
+ $(Y2TOOL) checkin-stable
# For po/ modules
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-core-2.13.22/VERSION new/yast2-core-2.13.23/VERSION
--- old/yast2-core-2.13.22/VERSION 2006-05-02 16:18:04.000000000 +0200
+++ new/yast2-core-2.13.23/VERSION 2006-05-25 10:41:32.000000000 +0200
@@ -1 +1 @@
-2.13.22
+2.13.23
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-core-2.13.22/agent-ini/src/IniAgent.cc new/yast2-core-2.13.23/agent-ini/src/IniAgent.cc
--- old/yast2-core-2.13.22/agent-ini/src/IniAgent.cc 2006-01-06 16:17:34.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/src/IniAgent.cc 2006-05-25 10:44:35.000000000 +0200
@@ -8,7 +8,7 @@
* Petr Blahos <pblahos(a)suse.cz>
* Martin Vidner <mvidner(a)suse.cz>
*
- * $Id: IniAgent.cc 26855 2006-01-06 09:49:16Z mvidner $
+ * $Id: IniAgent.cc 31143 2006-05-25 08:44:19Z mvidner $
*/
#include "IniAgent.h"
@@ -209,29 +209,29 @@
YCPMap param;
YCPList lp;
l = YCPList ();
- lp->add (YCPString ("([a-zA-Z0-9_]+)[ \t]*=[ \t]*\"([^\"]*)\""));
+ lp->add (YCPString ("([[:alnum:]_]+)[ \t]*=[ \t]*\"([^\"]*)\""));
lp->add (YCPString ("%s=\"%s\""));
param->add (YCPString ("match"), lp);
lp = YCPList ();
- lp->add (YCPString ("([a-zA-Z0-9_]+)[ \t]*=[ \t]*\"([^\"]*)"));
+ lp->add (YCPString ("([[:alnum:]_]+)[ \t]*=[ \t]*\"([^\"]*)"));
lp->add (YCPString ("([^\"]*)\""));
param->add (YCPString ("multiline"), lp);
l->add (param);
lp = YCPList ();
param = YCPMap ();
- lp->add (YCPString ("^[ \t]*([a-zA-Z_][a-zA-Z0-9_]*)[ \t]*=[ \t]*'([^']*)'"));
+ lp->add (YCPString ("^[ \t]*([[:alpha:]_][[:alnum:]_]*)[ \t]*=[ \t]*'([^']*)'"));
lp->add (YCPString ("%s='%s'"));
param->add (YCPString ("match"), lp);
lp = YCPList ();
- lp->add (YCPString ("([a-zA-Z_][a-zA-Z0-9_]*)[ \t]*=[ \t]*'([^']*)"));
+ lp->add (YCPString ("([[:alpha:]_][[:alnum:]_]*)[ \t]*=[ \t]*'([^']*)"));
lp->add (YCPString ("([^']*)'"));
param->add (YCPString ("multiline"), lp);
l->add (param);
lp = YCPList ();
param = YCPMap ();
- lp->add (YCPString ("([a-zA-Z0-9_]+)[ \t]*=[ \t]*([^\"]*[^ \t\"]|)[ \t]*$"));
+ lp->add (YCPString ("([[:alnum:]_]+)[ \t]*=[ \t]*([^\"]*[^ \t\"]|)[ \t]*$"));
lp->add (YCPString ("%s=\"%s\""));
param->add (YCPString ("match"), lp);
l->add (param);
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-core-2.13.22/agent-ini/testsuite/debug/chg-repeat.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/chg-repeat.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/chg-repeat.scr 2005-01-21 18:50:41.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/chg-repeat.scr 2006-05-24 16:12:03.000000000 +0200
@@ -7,8 +7,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/chg1.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/chg1.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/chg1.scr 2005-01-21 18:50:42.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/chg1.scr 2006-05-24 16:12:03.000000000 +0200
@@ -7,8 +7,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/chg2.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/chg2.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/chg2.scr 2005-01-21 18:50:42.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/chg2.scr 2006-05-24 16:12:03.000000000 +0200
@@ -7,8 +7,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/chg3.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/chg3.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/chg3.scr 2005-01-21 18:50:42.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/chg3.scr 2006-05-24 16:12:03.000000000 +0200
@@ -7,8 +7,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/err1.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/err1.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/err1.scr 2005-01-21 18:50:41.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/err1.scr 2006-05-24 16:12:03.000000000 +0200
@@ -7,8 +7,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/wr_add.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/wr_add.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/wr_add.scr 2005-01-21 18:50:40.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/wr_add.scr 2006-05-24 16:12:03.000000000 +0200
@@ -8,8 +8,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/wr_addsec.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/wr_addsec.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/wr_addsec.scr 2005-01-21 18:50:40.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/wr_addsec.scr 2006-05-24 16:12:03.000000000 +0200
@@ -8,8 +8,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/wr_chg.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/wr_chg.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/wr_chg.scr 2005-01-21 18:50:40.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/wr_chg.scr 2006-05-24 16:12:03.000000000 +0200
@@ -8,8 +8,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/wr_chgsec.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/wr_chgsec.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/wr_chgsec.scr 2005-01-21 18:50:41.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/wr_chgsec.scr 2006-05-24 16:12:03.000000000 +0200
@@ -8,8 +8,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/wr_deep.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/wr_deep.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/wr_deep.scr 2005-01-21 18:50:41.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/wr_deep.scr 2006-05-24 16:12:03.000000000 +0200
@@ -8,8 +8,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/write1.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/write1.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/write1.scr 2005-01-21 18:50:40.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/write1.scr 2006-05-24 16:12:03.000000000 +0200
@@ -7,8 +7,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/debug/write2.scr new/yast2-core-2.13.23/agent-ini/testsuite/debug/write2.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/debug/write2.scr 2005-01-21 18:50:40.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/debug/write2.scr 2006-05-24 16:12:03.000000000 +0200
@@ -7,8 +7,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/tests/add1.scr new/yast2-core-2.13.23/agent-ini/testsuite/tests/add1.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/tests/add1.scr 2005-01-21 18:50:35.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/tests/add1.scr 2006-05-24 16:12:03.000000000 +0200
@@ -7,8 +7,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/tests/del1.scr new/yast2-core-2.13.23/agent-ini/testsuite/tests/del1.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/tests/del1.scr 2005-01-21 18:50:38.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/tests/del1.scr 2006-05-24 16:12:04.000000000 +0200
@@ -7,8 +7,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"params" : [
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-core-2.13.22/agent-ini/testsuite/tests/icreg1.scr new/yast2-core-2.13.23/agent-ini/testsuite/tests/icreg1.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/tests/icreg1.scr 2005-01-21 18:50:38.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/tests/icreg1.scr 2006-05-24 16:12:04.000000000 +0200
@@ -8,12 +8,12 @@
"comments": [ "^[ \t]*;.*", ";.*", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "Section=([a-zA-Z0-9]+)", "Section=%s" ],
+ "begin" : [ "Section=([[:alnum:]]+)", "Section=%s" ],
],
],
"params" : [
$[
- "match" : [ "Value=([a-zA-Z0-9]+)=(.*)$" , "Value=%s=%s"],
+ "match" : [ "Value=([[:alnum:]]+)=(.*)$" , "Value=%s=%s"],
],
],
]
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-core-2.13.22/agent-ini/testsuite/tests/icreg2.scr new/yast2-core-2.13.23/agent-ini/testsuite/tests/icreg2.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/tests/icreg2.scr 2005-01-21 18:50:35.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/tests/icreg2.scr 2006-05-24 16:12:04.000000000 +0200
@@ -8,12 +8,12 @@
"comments": [ "^[ \t]*;.*", ";.*", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "Section=([a-zA-Z0-9]+)", "Section=%s" ],
+ "begin" : [ "Section=([[:alnum:]]+)", "Section=%s" ],
],
],
"params" : [
$[
- "match" : [ "Value=([a-zA-Z0-9]+)=(.*)$" , "Value=%s=%s"],
+ "match" : [ "Value=([[:alnum:]]+)=(.*)$" , "Value=%s=%s"],
],
],
]
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-core-2.13.22/agent-ini/testsuite/tests/n1.scr new/yast2-core-2.13.23/agent-ini/testsuite/tests/n1.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/tests/n1.scr 2005-01-21 18:50:38.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/tests/n1.scr 2006-05-24 16:12:04.000000000 +0200
@@ -7,8 +7,8 @@
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
"sections" : [
$[
- "begin" : [ "[ \t]*\\+([A-Za-z0-9_]+)[ \t]*", "+%s" ],
- "end" : [ "[ \t]*\\-([A-Za-z0-9_]+)[ \t]*", "-%s" ],
+ "begin" : [ "[ \t]*\\+([[:alnum:]_]+)[ \t]*", "+%s" ],
+ "end" : [ "[ \t]*\\-([[:alnum:]_]+)[ \t]*", "-%s" ],
],
],
"subindent" : " ",
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-core-2.13.22/agent-ini/testsuite/tests/type1.scr new/yast2-core-2.13.23/agent-ini/testsuite/tests/type1.scr
--- old/yast2-core-2.13.22/agent-ini/testsuite/tests/type1.scr 2005-01-21 18:50:36.000000000 +0100
+++ new/yast2-core-2.13.23/agent-ini/testsuite/tests/type1.scr 2006-05-24 16:12:04.000000000 +0200
@@ -7,24 +7,24 @@
"comments": [ "^[ \t]*$" ],
"sections" : [
$[
- "begin" : ["1[ \t]+([a-zA-Z0-9]+)[ \t]*$", "1 %s", ]
+ "begin" : ["1[ \t]+([[:alnum:]]+)[ \t]*$", "1 %s", ]
],
$[
- "begin" : ["2[ \t]+([a-zA-Z0-9]+)[ \t]*$", "2 %s", ]
+ "begin" : ["2[ \t]+([[:alnum:]]+)[ \t]*$", "2 %s", ]
],
$[
- "begin" : ["3[ \t]+([a-zA-Z0-9]+)[ \t]*$", "3 %s", ]
+ "begin" : ["3[ \t]+([[:alnum:]]+)[ \t]*$", "3 %s", ]
],
],
"params" : [
$[
- "match" : [ "^V1 ([a-zA-Z0-9]+) = (.*)$", "V1 %s = %s" ],
+ "match" : [ "^V1 ([[:alnum:]]+) = (.*)$", "V1 %s = %s" ],
],
$[
- "match" : [ "^V2 ([a-zA-Z0-9]+) # (.*)$", "V2 %s # %s" ],
+ "match" : [ "^V2 ([[:alnum:]]+) # (.*)$", "V2 %s # %s" ],
],
$[
- "match" : [ "^V3 ([a-zA-Z0-9]+) % (.*)$", "V3 %s %% %s" ],
+ "match" : [ "^V3 ([[:alnum:]]+) % (.*)$", "V3 %s %% %s" ],
],
],
]
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-core-2.13.22/agent-modules/testsuite/tests/dir.scr new/yast2-core-2.13.23/agent-modules/testsuite/tests/dir.scr
--- old/yast2-core-2.13.22/agent-modules/testsuite/tests/dir.scr 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-core-2.13.23/agent-modules/testsuite/tests/dir.scr 2006-05-24 16:42:40.000000000 +0200
@@ -0,0 +1,6 @@
+.
+
+`ag_modules(
+ `ModulesConf("tests/dir.in.test")
+)
+
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-core-2.13.22/agent-modules/testsuite/tests/missing.scr new/yast2-core-2.13.23/agent-modules/testsuite/tests/missing.scr
--- old/yast2-core-2.13.22/agent-modules/testsuite/tests/missing.scr 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-core-2.13.23/agent-modules/testsuite/tests/missing.scr 2006-05-24 16:41:52.000000000 +0200
@@ -0,0 +1,6 @@
+.
+
+`ag_modules(
+ `ModulesConf("tests/missing.in.test")
+)
+
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-core-2.13.22/agent-modules/testsuite/tests/read1.scr new/yast2-core-2.13.23/agent-modules/testsuite/tests/read1.scr
--- old/yast2-core-2.13.22/agent-modules/testsuite/tests/read1.scr 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-core-2.13.23/agent-modules/testsuite/tests/read1.scr 2006-05-24 16:41:50.000000000 +0200
@@ -0,0 +1,6 @@
+.
+
+`ag_modules(
+ `ModulesConf("tests/read1.in.test")
+)
+
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-core-2.13.22/agent-modules/testsuite/tests/write1.scr new/yast2-core-2.13.23/agent-modules/testsuite/tests/write1.scr
--- old/yast2-core-2.13.22/agent-modules/testsuite/tests/write1.scr 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-core-2.13.23/agent-modules/testsuite/tests/write1.scr 2006-05-24 16:41:53.000000000 +0200
@@ -0,0 +1,6 @@
+.
+
+`ag_modules(
+ `ModulesConf("tests/write1.in.test")
+)
+
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-core-2.13.22/agent-modules/testsuite/tests/write2.scr new/yast2-core-2.13.23/agent-modules/testsuite/tests/write2.scr
--- old/yast2-core-2.13.22/agent-modules/testsuite/tests/write2.scr 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-core-2.13.23/agent-modules/testsuite/tests/write2.scr 2006-05-24 16:42:13.000000000 +0200
@@ -0,0 +1,6 @@
+.
+
+`ag_modules(
+ `ModulesConf("tests/write2.in.test")
+)
+
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-core-2.13.22/agent-modules/testsuite/tests/write3.scr new/yast2-core-2.13.23/agent-modules/testsuite/tests/write3.scr
--- old/yast2-core-2.13.22/agent-modules/testsuite/tests/write3.scr 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-core-2.13.23/agent-modules/testsuite/tests/write3.scr 2006-05-24 16:42:26.000000000 +0200
@@ -0,0 +1,6 @@
+.
+
+`ag_modules(
+ `ModulesConf("tests/write3.in.test")
+)
+
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-core-2.13.22/configure.in new/yast2-core-2.13.23/configure.in
--- old/yast2-core-2.13.22/configure.in 2006-05-02 16:24:23.000000000 +0200
+++ new/yast2-core-2.13.23/configure.in 2006-05-25 10:49:47.000000000 +0200
@@ -1,9 +1,9 @@
dnl configure.in for yast2-core
dnl
-dnl -- This file is generated by y2autoconf - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.13.17 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-core, 2.13.22, http://www.suse.de/feedback, yast2-core)
+AC_INIT(yast2-core, 2.13.23, http://bugs.opensuse.org/, yast2-core)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.13.22"
+VERSION="2.13.23"
RPMNAME="yast2-core"
MAINTAINER="Stanislav Visnovsky <visnov(a)suse.cz>"
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-core-2.13.22/libycp/src/parser.h new/yast2-core-2.13.23/libycp/src/parser.h
--- old/yast2-core-2.13.22/libycp/src/parser.h 2006-04-10 10:27:50.000000000 +0200
+++ new/yast2-core-2.13.23/libycp/src/parser.h 2005-04-19 11:07:11.000000000 +0200
@@ -1,7 +1,7 @@
-/* A Bison parser, made by GNU Bison 2.1. */
+/* A Bison parser, made by GNU Bison 1.875. */
/* Skeleton parser for Yacc-like parsing with Bison,
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA. */
+ Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
@@ -95,7 +95,6 @@
UMINUS = 321
};
#endif
-/* Tokens. */
#define SCANNER_ERROR 258
#define END_OF_FILE 259
#define EMPTY 260
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-core-2.13.22/libycp/testsuite/tests/builtin/Builtin-String1.err new/yast2-core-2.13.23/libycp/testsuite/tests/builtin/Builtin-String1.err
--- old/yast2-core-2.13.22/libycp/testsuite/tests/builtin/Builtin-String1.err 2005-12-09 15:31:13.000000000 +0100
+++ new/yast2-core-2.13.23/libycp/testsuite/tests/builtin/Builtin-String1.err 2006-05-24 16:34:00.000000000 +0200
@@ -142,7 +142,7 @@
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
-(regexptokenize ("aaabbBb", "(.*[A-Z]).*") == ["aaabbB"])
+(regexptokenize ("aaabbBb", "(.*[[:upper:]]).*") == ["aaabbB"])
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
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-core-2.13.22/libycp/testsuite/tests/builtin/Builtin-String1.ycp new/yast2-core-2.13.23/libycp/testsuite/tests/builtin/Builtin-String1.ycp
--- old/yast2-core-2.13.22/libycp/testsuite/tests/builtin/Builtin-String1.ycp 2005-12-09 15:31:13.000000000 +0100
+++ new/yast2-core-2.13.23/libycp/testsuite/tests/builtin/Builtin-String1.ycp 2006-05-24 15:55:40.000000000 +0200
@@ -66,7 +66,7 @@
(regexpsub ("aaabbb", "(.*ab).*", "s_\\1_e") == "s_aaab_e")
(regexpsub ("aaabbb", "(.*abb)(.*)", "s_\\1_e\\2") == "s_aaabb_eb")
-(regexptokenize ("aaabbBb", "(.*[A-Z]).*") == [ "aaabbB" ])
+(regexptokenize ("aaabbBb", "(.*[[:upper:]]).*") == [ "aaabbB" ])
(regexptokenize ("aaabbb", "(.*ab)(.*)") == ["aaab", "bb"])
(regexptokenize ("aaabbb", "(.*ba).*") == [])
(regexptokenize ("aaabbb", "(.*ba).*()") == [])
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-core-2.13.22/libycp/testsuite/tests/builtin/Builtin_XI.err new/yast2-core-2.13.23/libycp/testsuite/tests/builtin/Builtin_XI.err
--- old/yast2-core-2.13.22/libycp/testsuite/tests/builtin/Builtin_XI.err 2005-01-21 18:48:39.000000000 +0100
+++ new/yast2-core-2.13.23/libycp/testsuite/tests/builtin/Builtin_XI.err 2006-05-24 16:34:21.000000000 +0200
@@ -40,7 +40,7 @@
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
-(regexptokenize ("aaabbBb", "(.*[A-Z]).*") == ["aaabbB"])
+(regexptokenize ("aaabbBb", "(.*[[:upper:]]).*") == ["aaabbB"])
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
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-core-2.13.22/libycp/testsuite/tests/builtin/Builtin_XI.ycp new/yast2-core-2.13.23/libycp/testsuite/tests/builtin/Builtin_XI.ycp
--- old/yast2-core-2.13.22/libycp/testsuite/tests/builtin/Builtin_XI.ycp 2005-01-21 18:48:39.000000000 +0100
+++ new/yast2-core-2.13.23/libycp/testsuite/tests/builtin/Builtin_XI.ycp 2006-05-24 15:55:05.000000000 +0200
@@ -11,7 +11,7 @@
( regexpsub( "aaabbb", "(.*ab).*", "s_\\1_e" ) == "s_aaab_e" )
( regexpsub( "aaabbb", "(.*abb)(.*)", "s_\\1_e\\2" ) == "s_aaabb_eb" )
-( regexptokenize( "aaabbBb", "(.*[A-Z]).*") == [ "aaabbB" ] )
+( regexptokenize( "aaabbBb", "(.*[[:upper:]]).*") == [ "aaabbB" ] )
( regexptokenize( "aaabbb", "(.*ab)(.*)") == [ "aaab", "bb" ] )
( regexptokenize( "aaabbb", "(.*ba).*") == [] )
( regexptokenize( "aaabbb", "(.*ba).*()") == [] )
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-core-2.13.22/libyui/doc/examples/Layout-Stretchable2.ycp new/yast2-core-2.13.23/libyui/doc/examples/Layout-Stretchable2.ycp
--- old/yast2-core-2.13.22/libyui/doc/examples/Layout-Stretchable2.ycp 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-core-2.13.23/libyui/doc/examples/Layout-Stretchable2.ycp 2005-12-13 14:46:32.000000000 +0100
@@ -0,0 +1,35 @@
+{
+ // Layout example:
+ //
+ // Build a dialog with three widgets without any weights.
+ //
+ // Each widget will get its "nice size", i.e. the size that makes
+ // the widget's contents fit into it.
+ //
+ // Upon resize the first and the last widgets will stretch, the
+ // center widget will retain its size.
+ //
+ // The stretchable widgets will get an equal share of the extra
+ // space in addition to their "nice size". They are not
+ // (generally) of equal size!
+ //
+
+ UI::OpenDialog(
+ `VBox (
+ `HBox(
+ `TextEntry( `opt(`hstretch, `default), "I am stretchable" ),
+ `TextEntry( "I am not" ),
+ `TextEntry( `opt(`hstretch ), "I am stretchable, too" )
+ ),
+ `HBox(
+ `PushButton( `opt(`hstretch, `default), "I am stretchable" ),
+ `PushButton( "I am not" ),
+ `PushButton( `opt(`hstretch ), "I am stretchable, too" )
+ )
+ )
+ );
+
+ UI::UserInput();
+ UI::CloseDialog();
+}
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0