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 pwdutils
checked in at Thu May 18 19:07:37 CEST 2006.
--------
--- pwdutils/pwdutils.changes 2006-03-27 15:32:21.000000000 +0200
+++ pwdutils/pwdutils.changes 2006-05-18 16:11:47.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 18 16:11:40 CEST 2006 - schwab(a)suse.de
+
+- Don't strip binaries.
+
+-------------------------------------------------------------------
New:
----
pam_login-3.31.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pwdutils.spec ++++++
--- /var/tmp/diff_new_pack.5sj45m/_old 2006-05-18 19:07:31.000000000 +0200
+++ /var/tmp/diff_new_pack.5sj45m/_new 2006-05-18 19:07:31.000000000 +0200
@@ -17,7 +17,7 @@
Group: System/Base
Autoreqprov: on
Version: 3.0.7.1
-Release: 11
+Release: 17
Summary: Utilities to Manage User and Group Accounts
PreReq: grep /bin/cp /bin/mv
Requires: pam-modules
@@ -40,6 +40,7 @@
Patch1: pwdutils-libldap.diff
Patch2: bugzilla-148065.patch
Patch3: pwdutils-ldap-rfc2307bis.diff
+Patch4: pam_login-3.31.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -70,15 +71,17 @@
%patch1
pushd ../pam_login-*
%patch2 -p0
+%patch4
popd
%patch3
%build
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
+ ./configure --with-ldap-conf-file=/etc/ldap.conf \
%ifnarch hppa
- ./configure --with-ldap-conf-file=/etc/ldap.conf --enable-selinux \
+ --enable-selinux \
%else
- ./configure --with-ldap-conf-file=/etc/ldap.conf --disable-selinux \
+ --disable-selinux \
%endif
--enable-pam_rpasswd --enable-audit-plugin --libdir=%{_libdir}
make
@@ -206,6 +209,8 @@
%{_libdir}/pwdutils/liblog_audit.so.1*
%changelog -n pwdutils
+* Thu May 18 2006 - schwab(a)suse.de
+- Don't strip binaries.
* Mon Mar 27 2006 - kukuk(a)suse.de
- Add updated translations for /bin/login.
- Allow creating/updating LDAP groups according to RFC2307
++++++ pam_login-3.31.diff ++++++
--- src/Makefile.am
+++ src/Makefile.am
@@ -8,7 +8,7 @@
AUTOMAKE_OPTIONS = 1.7 gnits
MAINT_CHARSET = latin1
#
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
AM_CFLAGS = @EXTRA_CFLAGS@
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
--- src/Makefile.in
+++ src/Makefile.in
@@ -113,7 +113,7 @@
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 musictex
checked in at Thu May 18 19:05:12 CEST 2006.
--------
--- musictex/musictex.changes 2006-01-25 21:38:28.000000000 +0100
+++ musictex/musictex.changes 2006-05-18 16:20:45.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 18 16:20:40 CEST 2006 - schwab(a)suse.de
+
+- Don't strip binaries.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ musictex.spec ++++++
--- /var/tmp/diff_new_pack.0a6Ehp/_old 2006-05-18 19:04:43.000000000 +0200
+++ /var/tmp/diff_new_pack.0a6Ehp/_new 2006-05-18 19:04:43.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package musictex (Version T.99)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -20,7 +20,7 @@
Conflicts: ntex
Autoreqprov: on
Version: T.99
-Release: 835
+Release: 850
Summary: MusiXTeX
Source0: musixtex-T99.tar.bz2
Source1: musixexa-T99.tar.bz2
@@ -28,10 +28,10 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-This packages is only usable for TeX-experts with musical ambitions. It
-contains a music Tex format file musixtex for direct usage onto TeX
+This packages is only usable for TeX experts with musical ambitions. It
+contains a music TeX format file musixtex for direct usage onto TeX
music files. LaTeX users should use the corresponding style file. For
-a description you should look under /usr/share/texmf/doc/musixtex/.
+a description, look under /usr/share/texmf/doc/musixtex/.
@@ -125,7 +125,6 @@
#
%install
-rm -rf $RPM_BUILD_ROOT
kpsewhich=$(type -p kpsewhich) || exit 1
test -n "$kpsewhich" || exit 1
if test -L $kpsewhich; then
@@ -137,7 +136,7 @@
test -d $TETEX_BIN || exit 1
test -d $TEXMF_FMT || exit 1
mkdir -p $RPM_BUILD_ROOT$TETEX_BIN
-install -s -m 0755 musixflx $RPM_BUILD_ROOT$TETEX_BIN
+install -m 0755 musixflx $RPM_BUILD_ROOT$TETEX_BIN
mkdir -p $RPM_BUILD_ROOT$TEXMFMAIN/fonts/pk/public/musixtex
#
pushd tex/
@@ -221,6 +220,8 @@
%doc %{_defaultdocdir}/musixtex
%changelog -n musictex
+* Thu May 18 2006 - schwab(a)suse.de
+- Don't strip binaries.
* Wed Jan 25 2006 - mls(a)suse.de
- converted neededforbuild to BuildRequires
* Wed Mar 09 2005 - werner(a)suse.de
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package module-init-tools
checked in at Thu May 18 19:04:37 CEST 2006.
--------
--- module-init-tools/module-init-tools.changes 2006-05-16 17:38:49.000000000 +0200
+++ module-init-tools/module-init-tools.changes 2006-05-18 14:00:30.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 18 13:57:41 CEST 2006 - mjancar(a)suse.cz
+
+- fix double free when module not live (#170381)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ module-init-tools.spec ++++++
--- /var/tmp/diff_new_pack.kKOLmR/_old 2006-05-18 19:02:31.000000000 +0200
+++ /var/tmp/diff_new_pack.kKOLmR/_new 2006-05-18 19:02:31.000000000 +0200
@@ -13,7 +13,7 @@
Name: module-init-tools
BuildRequires: dietlibc dietzlib docbook-utils xmlcharent
Version: 3.2.2
-Release: 33
+Release: 34
%define ver 3.2.2
License: GPL
Group: System/Kernel
@@ -147,6 +147,8 @@
/etc/modprobe.d
%changelog -n module-init-tools
+* Thu May 18 2006 - mjancar(a)suse.cz
+- fix double free when module not live (#170381)
* Tue May 16 2006 - mjancar(a)suse.cz
- fix typo in last change (#162253)
* Mon May 15 2006 - mjancar(a)suse.cz
++++++ module-init-tools-3.2.2-modprobe-fastgetline.diff ++++++
--- /var/tmp/diff_new_pack.kKOLmR/_old 2006-05-18 19:02:32.000000000 +0200
+++ /var/tmp/diff_new_pack.kKOLmR/_new 2006-05-18 19:02:32.000000000 +0200
@@ -67,7 +67,15 @@
}
fclose(modules_dep);
free(modules_dep_name);
-@@ -399,11 +443,11 @@
+@@ -392,18 +436,18 @@
+ if (streq(entry, "Loading")
+ || streq(entry, "Unloading")) {
+ usleep(100000);
+- free(line);
++ GETL_FREE(line);
+ fclose(proc_modules);
+ goto again;
+ }
}
out:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package mkinitrd
checked in at Thu May 18 19:02:25 CEST 2006.
--------
--- mkinitrd/mkinitrd.changes 2006-05-08 02:30:52.000000000 +0200
+++ mkinitrd/mkinitrd.changes 2006-05-18 17:00:14.000000000 +0200
@@ -1,0 +2,17 @@
+Thu May 18 16:50:30 CEST 2006 - hare(a)suse.de
+
+- Configure S/390 CTC devices properly.
+- Start iSCSI connections properly (#176804)
+
+-------------------------------------------------------------------
+Tue May 16 11:55:25 CEST 2006 - hare(a)suse.de
+
+- Fix iSCSI root (#175191)
+- Fix feature list expansion (#175602)
+
+-------------------------------------------------------------------
+Mon May 15 10:24:23 CEST 2006 - hare(a)suse.de
+
+- Fix improper condition in mkinitrd (#94586).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mkinitrd.spec ++++++
--- /var/tmp/diff_new_pack.ySlmVH/_old 2006-05-18 19:01:58.000000000 +0200
+++ /var/tmp/diff_new_pack.ySlmVH/_new 2006-05-18 19:01:58.000000000 +0200
@@ -18,7 +18,7 @@
# bootsplash required only if creating splash initrd's.
Autoreqprov: on
Version: 1.2
-Release: 106
+Release: 107
Summary: Creates an Initial RAM Disk Image for Preloading Modules
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: mkinitrd
@@ -85,6 +85,14 @@
%doc %{_mandir}/man8/mkinitrd.8.gz
%changelog -n mkinitrd
+* Thu May 18 2006 - hare(a)suse.de
+- Configure S/390 CTC devices properly.
+- Start iSCSI connections properly (#176804)
+* Tue May 16 2006 - hare(a)suse.de
+- Fix iSCSI root (#175191)
+- Fix feature list expansion (#175602)
+* Mon May 15 2006 - hare(a)suse.de
+- Fix improper condition in mkinitrd (#94586).
* Mon May 08 2006 - garloff(a)suse.de
- Add option u: also to the getopts call (#166921).
* Sun May 07 2006 - olh(a)suse.de
++++++ ipconfig.sh ++++++
--- mkinitrd/ipconfig.sh 2006-02-16 12:59:20.000000000 +0100
+++ mkinitrd/ipconfig.sh 2006-05-18 17:00:18.000000000 +0200
@@ -12,12 +12,12 @@
# Analyze each block
prefix=0
- while (( $1 == 255 )); do
+ while [ "$1" ] && (( $1 == 255 )); do
prefix=$(($prefix + 8))
shift
done
# Bit-shift first non-zero block
- if (( $1 > 0 )); then
+ if [ "$1" ] && (( $1 > 0 )); then
mask=$1
prefix=$(($prefix + 8))
while (( ($mask & 0x1) == 0 )) ; do
@@ -35,7 +35,7 @@
client=$1
shift
if [ "$1" != "_" ] ; then
- server=$1
+ peer=$1
shift
fi
if [ "$1" != "_" ] ; then
@@ -76,7 +76,11 @@
fi
# Configure the interface
-/sbin/ip addr add ${client}/${prefix} dev $dev
+if [ "$peer" ] ; then
+ /sbin/ip addr add ${client} peer ${peer}/$prefix dev $dev
+else
+ /sbin/ip addr add ${client}/${prefix} dev $dev
+fi
/sbin/ip link set $dev up
if [ "$gateway" ]; then
++++++ mkinitrd ++++++
--- mkinitrd/mkinitrd 2006-05-08 02:30:52.000000000 +0200
+++ mkinitrd/mkinitrd 2006-05-18 17:00:12.000000000 +0200
@@ -23,7 +23,7 @@
# This file is kept in the following CVS repository:
#
# $Source: /suse/yast2/cvsroot/mkinitrd/mkinitrd,v $
-# $Revision: 1.293 $
+# $Revision: 1.297 $
usage() {
cat<<EOF
@@ -826,7 +826,7 @@
netmask=
num=0
- while (( $prefix >= 8 )) ; do
+ while (( $prefix > 8 )) ; do
if (( $num > 0 )) ; then
netmask="${netmask}.255"
else
@@ -863,6 +863,11 @@
shift
ipaddr=${1%%/*}
+ shift
+ if [ "$1" == "peer" ] ; then
+ shift
+ peeraddr=${1%%/*}
+ fi
prefix=${1##*/}
netmask=$(calc_netmask $prefix)
bcast=$3
@@ -873,7 +878,7 @@
gwaddr=$3
fi
hostname=$(hostname)
- echo "$ipaddr:$srvaddr:$gwaddr:$netmask:$hostname:$iface:none"
+ echo "$ipaddr:$peeraddr:$gwaddr:$netmask:$hostname:$iface:none"
}
check_iscsi_root() {
@@ -894,8 +899,9 @@
cd -P device
cd ../..
- if [ -d session* ]; then
- echo session*
+ if [ -d iscsi_session:session* ]; then
+ cd -P iscsi_session:session*
+ echo $(basename $PWD)
fi
}
@@ -1147,6 +1153,26 @@
fi
}
+s390_get_ctc_ccwdevs()
+{
+ local interface=$1
+
+ if [ ! -d /sys/class/net/$interface/device ] ; then
+ error 1 "No device link for interface $interface"
+ fi
+ pushd /sys/class/net/$interface/device > /dev/null 2>&1
+ cd -P cdev0
+ cdev0=$(basename $PWD)
+ popd > /dev/null 2>&1
+
+ pushd /sys/class/net/$interface/device > /dev/null 2>&1
+ cd -P cdev1
+ cdev1=$(basename $PWD)
+ popd > /dev/null 2>&1
+
+ echo "$cdev0,$cdev1"
+}
+
###################################################################
#
# Create the initrd image $2 for kernel $1 (both are absolute path names).
@@ -1226,7 +1252,7 @@
# Enable user-selected features
if [ "$feature_list" ] ; then
- for f in "$feature_list" ; do
+ for f in $feature_list ; do
case $f in
iscsi)
add_module iscsi_tcp
@@ -1280,6 +1306,7 @@
cp_bin /sbin/iscsiadm $tmp_mnt/sbin/iscsiadm
cat /etc/initiatorname.iscsi > $tmp_mnt/etc/initiatorname.iscsi
mkdir -p $tmp_mnt/var/lib/open-iscsi
+ mkdir -p $tmp_mnt/var/run
cp /var/lib/open-iscsi/discovery.db $tmp_mnt/var/lib/open-iscsi
cp /var/lib/open-iscsi/node.db $tmp_mnt/var/lib/open-iscsi
cp_bin /bin/usleep $tmp_mnt/bin/usleep
@@ -2152,6 +2179,33 @@
EOF
fi
+ if [ -n "$interface" ] ; then
+ case $interface in
+ ctc*)
+ ccwdevs=$(s390_get_ctc_ccwdevs $interface)
+ cat_linuxrc <<-EOF
+ |# configure $interface
+ |if [ -d /sys/bus/ccwgroup/drivers/ctc ]; then
+ | echo "$ccwdevs" > /sys/bus/ccwgroup/drivers/ctc/group
+ | # Wait for the device to appear
+ | i=100
+ | while [ "\$i" -gt 0 ]; do
+ | [ -d /sys/bus/ccwgroup/devices/${ccwdevs%%,*} ] && break
+ | i=\$(( \$i - 1 ))
+ | done
+ | if [ "\$i" -le 0 ] ; then
+ | echo "Interface $interface could not be setup, exiting to /bin/sh"
+ | cd /
+ | PATH=$PATH PS1='$ ' /bin/sh -i
+ | else
+ | echo 1 > /sys/bus/ccwgroup/devices/${ccwdevs%%,*}/online
+ | fi
+ |fi
+ EOF
+ ;;
+ esac
+ fi
+
if [ -n "$use_ipconfig" ]; then
ipinterface=$(get_ip_config $interface)
cat_linuxrc <<-EOF
@@ -2173,7 +2227,9 @@
fi
if [ -n "$iscsi_root" ] ; then
- iscsi_sid=$(/sbin/iscsiadm -m node | grep `cat /sys/class/iscsi_session/${iscsi_root}/targetname` | sed 's(a)\[\(.*\)\] .*@\1@g')
+ iscsi_tgtname=$(cat /sys/class/iscsi_session/${iscsi_root}/targetname)
+ iscsi_tgtaddr=$(cat /sys/class/iscsi_connection/connection${iscsi_root#session}:0/address)
+ iscsi_sid=$(/sbin/iscsiadm -m node | grep "$iscsi_tgtname" | grep "$iscsi_tgtaddr" | sed 's(a)\[\(.*\)\] .*@\1@g')
cat_linuxrc <<-EOF
|iscsi_login_root_node()
|{
@@ -2181,9 +2237,16 @@
| local iscsi_sid
|
| if [ -n "\$iscsitarget" ] ; then
- | iscsi_sid=$(/sbin/iscsiadm -m node | grep \$iscsitarget | sed 's(a)\[\(.*\)\] .*@\1@g')
+ | if [ -n "\$iscsiserver" ] ; then
+ | iscsi_sid=\$(/sbin/iscsiadm -m node | grep \$iscsitarget | grep \$iscsiserver | sed 's(a)\[\(.*\)\] .*@\1@g')
+ | else
+ | iscsi_sid=\$(/sbin/iscsiadm -m node | grep \$iscsitarget | sed 's(a)\[\(.*\)\] .*@\1@g')
+ | else
+ | if [ -n "\$iscsiserver" ] ; then
+ | iscsi_sid=\$(/sbin/iscsiadm -m node | grep \$iscsiserver | sed 's(a)\[\(.*\)\] .*@\1@g')
+ | fi
| fi
- | if [ -z "\iscsi_sid" ] ; then
+ | if [ -z "\$iscsi_sid" ] ; then
| iscsi_sid=$iscsi_sid
| fi
|
@@ -2750,8 +2813,8 @@
echo "No bootsplash for kernel flavor ${kernel_version##*-}"
else
echo -ne "Bootsplash:\t"
- if [ -n "$themes_dir" -a \
- -d "$themes_dir/$THEME" -o -L "$themes_dir/$THEME" ]; then
+ if [ -n "$themes_dir" ] && \
+ [ -d "$themes_dir/$THEME" -o -L "$themes_dir/$THEME" ]; then
for size in $splashsizes; do
bootsplash_picture="$themes_dir/$THEME/images/bootsplash-$size.jpg"
cfgname="$themes_dir/$THEME/config/bootsplash-$size.cfg"
@@ -2871,6 +2934,12 @@
error 1 "Could not expand $rootdev to real device"
fi
;;
+ /dev/disk/*)
+ realrootdev=$(/usr/bin/readlink -m $rootdev)
+ # Check for iSCSI
+ sid=$(check_iscsi_root $realrootdev)
+ iscsi_root="$sid"
+ ;;
esac
# check for journal device
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package ltrace
checked in at Thu May 18 19:01:23 CEST 2006.
--------
--- ltrace/ltrace.changes 2006-05-02 14:14:04.000000000 +0200
+++ ltrace/ltrace.changes 2006-05-18 13:03:26.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 18 13:02:44 CEST 2006 - olh(a)suse.de
+
+- update man page to ltrace 0.4 version (176209 - LTC23913)
+
+-------------------------------------------------------------------
New:
----
ltrace.man.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ltrace.spec ++++++
--- /var/tmp/diff_new_pack.dHWItp/_old 2006-05-18 19:00:12.000000000 +0200
+++ /var/tmp/diff_new_pack.dHWItp/_new 2006-05-18 19:00:12.000000000 +0200
@@ -17,7 +17,7 @@
Autoreqprov: on
Summary: Trace the Library and System Calls a Program Makes
Version: 0.3.36
-Release: 20
+Release: 21
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/%{name}_%{version}.orig.tar.…
Source1: ltrace-acl+xattr.conf
@@ -36,6 +36,7 @@
Patch12: ltrace-biarch.patch
Patch13: ltrace-no_segfault_on_fork.diff
Patch14: ltrace-ppc_secure_PLTs.diff
+Patch15: ltrace.man.patch
ExclusiveArch: %ix86 sparc s390 s390x ppc ppc64 armv4l x86_64 alpha
Prefix: /usr
@@ -74,6 +75,7 @@
%patch12 -p1
%patch13
%patch14 -p1
+%patch15 -p1
test -f etc/ltrace.conf || exit 1
cat %{S:1} >> etc/ltrace.conf
@@ -103,6 +105,8 @@
%config /etc/ltrace.conf
%changelog -n ltrace
+* Thu May 18 2006 - olh(a)suse.de
+- update man page to ltrace 0.4 version (176209 - LTC23913)
* Tue May 02 2006 - olh(a)suse.de
- add handling for secure PLT on powerpc (154472 - LTC21994)
fix segfault when following forks (155754 - LTC22229)
++++++ ltrace.man.patch ++++++
---
ltrace.1 | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
Index: ltrace-0.3.36/ltrace.1
===================================================================
--- ltrace-0.3.36.orig/ltrace.1
+++ ltrace-0.3.36/ltrace.1
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1997-2004 Juan Cespedes <cespedes(a)debian.org>
+.\" Copyright (c) 1997-2005 Juan Cespedes <cespedes(a)debian.org>
.\" This file is covered by the GNU GPL
.TH ltrace 1
.SH NAME
@@ -6,7 +6,7 @@ ltrace \- A library call tracer
.SH SYNOPSIS
.B ltrace
-.I "[-CdfhiLrStttV] [-a column] [-e expr] [-l filename] [-n nr] [-o filename] [-p pid] ... [-s strsize] [-u username] [--align=column] [--debug] [--demangle] [--help] [--indent=nr] [--library=filename] [--output=filename] [--version] [command [arg ...]]"
+.I "[-CdfhiLrStttV] [-a column] [-e expr] [-l filename] [-n nr] [-o filename] [-p pid] ... [-s strsize] [-u username] [-X extern] [-x extern] ... [--align=column] [--debug] [--demangle] [--help] [--indent=nr] [--library=filename] [--output=filename] [--version] [command [arg ...]]"
.SH DESCRIPTION
.B ltrace
@@ -36,7 +36,7 @@ this makes C++ function names readable.
.I \-d, \-\-debug
Increase the debugging level.
Use more (ie.
-.I \=dd
+.I \-dd
) for greater debugging information.
.TP
.I \-e expr
@@ -127,6 +127,18 @@ Run command with the userid, groupid and
This option is only useful when running as root and enables the
correct execution of setuid and/or setgid binaries.
.TP
+.I \-X extern
+Some architectures need to know where to set a breakpoint that will be hit
+after the dynamic linker has run. If this flag is used, then the breakpoint
+is set at
+.IR extern ,
+which must be an external function. By default, 'main' is used.
+.TP
+.I \-x extern
+Trace the external function
+.IR extern .
+This option may be repeated.
+.TP
.I \-V, \-\-version
Show the version number of ltrace and exit.
@@ -141,9 +153,11 @@ Option -f sometimes fails to trace some
It only works on Linux and in a small subset of architectures.
.LP
Only ELF32 binaries are supported.
+.LP
+Calls to dlopen()ed libraries will not be traced.
.PP
If you like to report a bug, send a notice to the author, or use the
-.BR bug(1)
+.BR reportbug(1)
program if you are under the Debian GNU/Linux distribution.
.SH FILES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package linuxrc
checked in at Thu May 18 18:59:43 CEST 2006.
--------
--- linuxrc/linuxrc.changes 2006-05-11 13:00:50.000000000 +0200
+++ linuxrc/linuxrc.changes 2006-05-18 17:13:47.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 18 17:13:41 CEST 2006 - snwint(a)suse.de
+
+- increase klog buffer so we don't miss important kernel messages (#172971)
+- s390: add layer2 option for qdio/eth interfaces
+
+-------------------------------------------------------------------
Old:
----
linuxrc-2.0.41.tar.bz2
New:
----
linuxrc-2.0.42.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.s0ya4l/_old 2006-05-18 18:59:26.000000000 +0200
+++ /var/tmp/diff_new_pack.s0ya4l/_new 2006-05-18 18:59:26.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package linuxrc (Version 2.0.41)
+# spec file for package linuxrc (Version 2.0.42)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,9 +16,9 @@
Group: System/Boot
Autoreqprov: on
Summary: SUSE Installation Program
-Version: 2.0.41
-Release: 2
-Source: linuxrc-2.0.41.tar.bz2
+Version: 2.0.42
+Release: 1
+Source: linuxrc-2.0.42.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -53,6 +53,9 @@
%doc linuxrc.html
%changelog -n linuxrc
+* Thu May 18 2006 - snwint(a)suse.de
+- increase klog buffer so we don't miss important kernel messages (#172971)
+- s390: add layer2 option for qdio/eth interfaces
* Thu May 11 2006 - snwint(a)suse.de
- allow block devs without partition table as harddisk install
source (#158529)
++++++ linuxrc-2.0.41.tar.bz2 -> linuxrc-2.0.42.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/Changelog new/linuxrc-2.0.42/Changelog
--- old/linuxrc-2.0.41/Changelog 2006-05-11 12:00:46.000000000 +0200
+++ new/linuxrc-2.0.42/Changelog 2006-05-18 17:09:13.000000000 +0200
@@ -1,3 +1,7 @@
+18/5/2006: v2.0.42
+ - increase klog buffer so we don't miss important kernel messages (#172971)
+ - s390: add layer2 option for qdio/eth interfaces
+
11/5/2006: v2.0.41
- allow block devs without partition table as harddisk install
source (#158529)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/VERSION new/linuxrc-2.0.42/VERSION
--- old/linuxrc-2.0.41/VERSION 2006-05-11 11:59:35.000000000 +0200
+++ new/linuxrc-2.0.42/VERSION 2006-05-18 11:17:59.000000000 +0200
@@ -1 +1 @@
-2.0.41
+2.0.42
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/global.h new/linuxrc-2.0.42/global.h
--- old/linuxrc-2.0.41/global.h 2006-05-08 17:16:57.000000000 +0200
+++ new/linuxrc-2.0.42/global.h 2006-05-18 17:07:58.000000000 +0200
@@ -535,6 +535,7 @@
int type;
int interface;
int medium;
+ int layer2;
} hwp;
#endif
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/net.c new/linuxrc-2.0.42/net.c
--- old/linuxrc-2.0.41/net.c 2006-05-08 17:16:34.000000000 +0200
+++ new/linuxrc-2.0.42/net.c 2006-05-18 17:07:58.000000000 +0200
@@ -1833,6 +1833,20 @@
return rc;
}
+/* enable layer2 support */
+static int net_s390_enable_layer2(int enable)
+{
+ char devpath[256];
+ char value[10];
+
+ fprintf(stderr, "setting layer2 support to %d\n",enable);
+
+ sprintf(devpath,"/sys/bus/ccwgroup/devices/%s/layer2",
+ config.hwp.readchan);
+ sprintf(value,"%d",enable);
+ return util_set_sysfs_attr(devpath,value);
+}
+
/* put device online */
static int net_s390_put_online(char* channel)
{
@@ -2013,9 +2027,19 @@
}
}
+ if(config.hwp.medium == di_osa_eth)
+ {
+ IFNOTAUTO(config.hwp.layer2)
+ {
+ config.hwp.layer2 = dia_yesno(txt_get(TXT_ENABLE_LAYER2), YES) == YES ? 2 : 1;
+ }
+ }
+
if((rc=net_s390_group_chans(3,"qeth"))) return rc;
if((rc=net_s390_qdio_portname(config.hwp.portname))) return rc;
+
+ if(config.hwp.layer2 == 2) if((rc=net_s390_enable_layer2(1))) return rc;
if((rc=net_s390_put_online(config.hwp.readchan))) return rc;
@@ -2077,6 +2101,7 @@
if(config.hwp.ccw_chan_num) fprintf(fp,"CCW_CHAN_NUM=\"%d\"\n",config.hwp.ccw_chan_num);
if(config.hwp.protocol) fprintf(fp,"CCW_CHAN_MODE=\"%d\"\n",config.hwp.protocol-1);
HWE(portname,CCW_CHAN_MODE)
+ if(config.hwp.layer2) fprintf(fp,"QETH_LAYER2_SUPPORT=\"%d\"\n",config.hwp.layer2 - 1);
# undef HWE
fclose(fp);
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/ar.po new/linuxrc-2.0.42/po/ar.po
--- old/linuxrc-2.0.41/po/ar.po 2005-07-28 12:10:58.000000000 +0200
+++ new/linuxrc-2.0.42/po/ar.po 2006-05-18 17:07:58.000000000 +0200
@@ -1130,3 +1130,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/bg.po new/linuxrc-2.0.42/po/bg.po
--- old/linuxrc-2.0.41/po/bg.po 2005-08-29 16:34:59.000000000 +0200
+++ new/linuxrc-2.0.42/po/bg.po 2006-05-18 17:07:58.000000000 +0200
@@ -1211,3 +1211,7 @@
msgid "Loading Rescue System"
msgstr "Зареждане на спасителната система"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/bn.po new/linuxrc-2.0.42/po/bn.po
--- old/linuxrc-2.0.41/po/bn.po 2005-07-28 12:10:58.000000000 +0200
+++ new/linuxrc-2.0.42/po/bn.po 2006-05-18 17:07:58.000000000 +0200
@@ -1130,3 +1130,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/br.po new/linuxrc-2.0.42/po/br.po
--- old/linuxrc-2.0.41/po/br.po 2005-07-28 12:10:58.000000000 +0200
+++ new/linuxrc-2.0.42/po/br.po 2006-05-18 17:07:58.000000000 +0200
@@ -1289,3 +1289,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/bs.po new/linuxrc-2.0.42/po/bs.po
--- old/linuxrc-2.0.41/po/bs.po 2005-07-28 12:10:58.000000000 +0200
+++ new/linuxrc-2.0.42/po/bs.po 2006-05-18 17:07:58.000000000 +0200
@@ -1288,3 +1288,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/cs.po new/linuxrc-2.0.42/po/cs.po
--- old/linuxrc-2.0.41/po/cs.po 2005-08-11 15:03:42.000000000 +0200
+++ new/linuxrc-2.0.42/po/cs.po 2006-05-18 17:07:58.000000000 +0200
@@ -1200,3 +1200,7 @@
msgid "Loading Rescue System"
msgstr "Zavádí se záchranný systém"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/da.po new/linuxrc-2.0.42/po/da.po
--- old/linuxrc-2.0.41/po/da.po 2005-08-15 12:54:32.000000000 +0200
+++ new/linuxrc-2.0.42/po/da.po 2006-05-18 17:07:58.000000000 +0200
@@ -1164,3 +1164,7 @@
msgid "Loading Rescue System"
msgstr "Indlæser redningssystem"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/de.po new/linuxrc-2.0.42/po/de.po
--- old/linuxrc-2.0.41/po/de.po 2006-03-22 13:59:06.000000000 +0100
+++ new/linuxrc-2.0.42/po/de.po 2006-05-18 17:07:58.000000000 +0200
@@ -1222,3 +1222,7 @@
#. TXT_LOADING_RESCUE
msgid "Loading Rescue System"
msgstr "Rettungssystem wird geladen"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/el.po new/linuxrc-2.0.42/po/el.po
--- old/linuxrc-2.0.41/po/el.po 2005-08-29 16:34:59.000000000 +0200
+++ new/linuxrc-2.0.42/po/el.po 2006-05-18 17:07:58.000000000 +0200
@@ -1201,3 +1201,7 @@
msgid "Loading Rescue System"
msgstr "Φόρτωση Συστήματος Διάσωσης"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/es.po new/linuxrc-2.0.42/po/es.po
--- old/linuxrc-2.0.41/po/es.po 2005-08-22 17:00:36.000000000 +0200
+++ new/linuxrc-2.0.42/po/es.po 2006-05-18 17:07:58.000000000 +0200
@@ -1209,3 +1209,7 @@
#. TXT_LOADING_RESCUE
msgid "Loading Rescue System"
msgstr "Cargando sistema de rescate"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/fi.po new/linuxrc-2.0.42/po/fi.po
--- old/linuxrc-2.0.41/po/fi.po 2006-04-07 15:30:19.000000000 +0200
+++ new/linuxrc-2.0.42/po/fi.po 2006-05-18 17:07:58.000000000 +0200
@@ -1177,3 +1177,7 @@
msgid "Loading Rescue System"
msgstr "Ladataan korjausjärjestelmä"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/fr.po new/linuxrc-2.0.42/po/fr.po
--- old/linuxrc-2.0.41/po/fr.po 2005-08-22 17:00:36.000000000 +0200
+++ new/linuxrc-2.0.42/po/fr.po 2006-05-18 17:07:58.000000000 +0200
@@ -1394,3 +1394,7 @@
#. TXT_LOADING_RESCUE
msgid "Loading Rescue System"
msgstr "Chargement du système de secours"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/he.po new/linuxrc-2.0.42/po/he.po
--- old/linuxrc-2.0.41/po/he.po 2005-07-28 12:10:58.000000000 +0200
+++ new/linuxrc-2.0.42/po/he.po 2006-05-18 17:07:58.000000000 +0200
@@ -1130,3 +1130,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/hu.po new/linuxrc-2.0.42/po/hu.po
--- old/linuxrc-2.0.41/po/hu.po 2005-08-11 15:03:42.000000000 +0200
+++ new/linuxrc-2.0.42/po/hu.po 2006-05-18 17:07:58.000000000 +0200
@@ -1163,3 +1163,7 @@
msgid "Loading Rescue System"
msgstr "Mentőrendszer betöltése"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/id.po new/linuxrc-2.0.42/po/id.po
--- old/linuxrc-2.0.41/po/id.po 2005-07-28 12:10:58.000000000 +0200
+++ new/linuxrc-2.0.42/po/id.po 2006-05-18 17:07:58.000000000 +0200
@@ -1271,3 +1271,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/it.po new/linuxrc-2.0.42/po/it.po
--- old/linuxrc-2.0.41/po/it.po 2005-08-22 17:00:36.000000000 +0200
+++ new/linuxrc-2.0.42/po/it.po 2006-05-18 17:07:58.000000000 +0200
@@ -1265,3 +1265,7 @@
#. TXT_LOADING_RESCUE
msgid "Loading Rescue System"
msgstr "Caricamento sistema di salvataggio"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/ja.po new/linuxrc-2.0.42/po/ja.po
--- old/linuxrc-2.0.41/po/ja.po 2005-07-28 12:10:58.000000000 +0200
+++ new/linuxrc-2.0.42/po/ja.po 2006-05-18 17:07:58.000000000 +0200
@@ -1218,3 +1218,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/ko.po new/linuxrc-2.0.42/po/ko.po
--- old/linuxrc-2.0.41/po/ko.po 2005-07-28 12:10:58.000000000 +0200
+++ new/linuxrc-2.0.42/po/ko.po 2006-05-18 17:07:58.000000000 +0200
@@ -1130,3 +1130,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/linuxrc.pot new/linuxrc-2.0.42/po/linuxrc.pot
--- old/linuxrc-2.0.41/po/linuxrc.pot 2006-01-26 14:54:35.000000000 +0100
+++ new/linuxrc-2.0.42/po/linuxrc.pot 2006-05-18 17:07:58.000000000 +0200
@@ -1130,3 +1130,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/nb.po new/linuxrc-2.0.42/po/nb.po
--- old/linuxrc-2.0.41/po/nb.po 2005-08-22 17:00:36.000000000 +0200
+++ new/linuxrc-2.0.42/po/nb.po 2006-05-18 17:07:58.000000000 +0200
@@ -1172,3 +1172,7 @@
msgid "Loading Rescue System"
msgstr "Laster redningssystem"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/nl.po new/linuxrc-2.0.42/po/nl.po
--- old/linuxrc-2.0.41/po/nl.po 2006-03-06 12:36:18.000000000 +0100
+++ new/linuxrc-2.0.42/po/nl.po 2006-05-18 17:07:58.000000000 +0200
@@ -1212,3 +1212,7 @@
msgid "Loading Rescue System"
msgstr "Reddingssysteem laden"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/pl.po new/linuxrc-2.0.42/po/pl.po
--- old/linuxrc-2.0.41/po/pl.po 2006-04-07 15:29:04.000000000 +0200
+++ new/linuxrc-2.0.42/po/pl.po 2006-05-18 17:07:58.000000000 +0200
@@ -1174,3 +1174,7 @@
msgid "Loading Rescue System"
msgstr "Wczytywanie systemu awaryjnego"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/pt.po new/linuxrc-2.0.42/po/pt.po
--- old/linuxrc-2.0.41/po/pt.po 2006-04-07 15:29:40.000000000 +0200
+++ new/linuxrc-2.0.42/po/pt.po 2006-05-18 17:07:58.000000000 +0200
@@ -1158,3 +1158,7 @@
msgid "Loading Rescue System"
msgstr "A carregar Sistema de Recuperação"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/pt_BR.po new/linuxrc-2.0.42/po/pt_BR.po
--- old/linuxrc-2.0.41/po/pt_BR.po 2006-03-06 12:36:18.000000000 +0100
+++ new/linuxrc-2.0.42/po/pt_BR.po 2006-05-18 17:07:58.000000000 +0200
@@ -1206,3 +1206,7 @@
#. TXT_LOADING_RESCUE
msgid "Loading Rescue System"
msgstr "Carregando Sistema de Resgate"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/ro.po new/linuxrc-2.0.42/po/ro.po
--- old/linuxrc-2.0.41/po/ro.po 2005-07-28 12:10:59.000000000 +0200
+++ new/linuxrc-2.0.42/po/ro.po 2006-05-18 17:07:58.000000000 +0200
@@ -1270,3 +1270,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/ru.po new/linuxrc-2.0.42/po/ru.po
--- old/linuxrc-2.0.41/po/ru.po 2005-07-28 12:10:59.000000000 +0200
+++ new/linuxrc-2.0.42/po/ru.po 2006-05-18 17:07:58.000000000 +0200
@@ -1275,3 +1275,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/sk.po new/linuxrc-2.0.42/po/sk.po
--- old/linuxrc-2.0.41/po/sk.po 2005-07-28 12:10:59.000000000 +0200
+++ new/linuxrc-2.0.42/po/sk.po 2006-05-18 17:07:58.000000000 +0200
@@ -1198,3 +1198,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/sl.po new/linuxrc-2.0.42/po/sl.po
--- old/linuxrc-2.0.41/po/sl.po 2006-01-26 14:54:35.000000000 +0100
+++ new/linuxrc-2.0.42/po/sl.po 2006-05-18 17:07:58.000000000 +0200
@@ -1184,3 +1184,7 @@
msgid "Loading Rescue System"
msgstr "Nalaganje sistema za reševanje"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/sv.po new/linuxrc-2.0.42/po/sv.po
--- old/linuxrc-2.0.41/po/sv.po 2005-07-28 12:10:59.000000000 +0200
+++ new/linuxrc-2.0.42/po/sv.po 2006-05-18 17:07:58.000000000 +0200
@@ -1244,3 +1244,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/uk.po new/linuxrc-2.0.42/po/uk.po
--- old/linuxrc-2.0.41/po/uk.po 2006-03-06 12:36:18.000000000 +0100
+++ new/linuxrc-2.0.42/po/uk.po 2006-05-18 17:07:58.000000000 +0200
@@ -1166,3 +1166,7 @@
msgid "Loading Rescue System"
msgstr "Завантаження системи порятунку"
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/zh_CN.po new/linuxrc-2.0.42/po/zh_CN.po
--- old/linuxrc-2.0.41/po/zh_CN.po 2006-03-31 13:27:10.000000000 +0200
+++ new/linuxrc-2.0.42/po/zh_CN.po 2006-05-18 17:07:58.000000000 +0200
@@ -1190,3 +1190,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/po/zh_TW.po new/linuxrc-2.0.42/po/zh_TW.po
--- old/linuxrc-2.0.41/po/zh_TW.po 2005-07-28 12:10:59.000000000 +0200
+++ new/linuxrc-2.0.42/po/zh_TW.po 2006-05-18 17:07:58.000000000 +0200
@@ -1188,3 +1188,7 @@
msgid "Loading Rescue System"
msgstr ""
+#. TXT_ENABLE_LAYER2
+msgid "Enable OSI Layer 2 support?"
+msgstr ""
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-2.0.41/util.c new/linuxrc-2.0.42/util.c
--- old/linuxrc-2.0.41/util.c 2006-04-26 16:24:55.000000000 +0200
+++ new/linuxrc-2.0.42/util.c 2006-05-18 11:17:47.000000000 +0200
@@ -381,7 +381,7 @@
FILE *outfile_pri;
FILE *lastfile_pri;
FILE *bootmsg_pri;
- char buffer_ti [16384];
+ char buffer_ti [1 << 19];
char line_ti [MAX_X - 30];
int i_ii = 1;
int pos_ii;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package libzypp-zmd-backend
checked in at Thu May 18 18:59:05 CEST 2006.
--------
--- libzypp-zmd-backend/libzypp-zmd-backend.changes 2006-05-17 10:07:46.000000000 +0200
+++ libzypp-zmd-backend/libzypp-zmd-backend.changes 2006-05-18 16:46:53.000000000 +0200
@@ -1,0 +2,12 @@
+Thu May 18 16:45:18 CEST 2006 - kkaempf(a)suse.de
+
+- dont keep sources list in query-system, its unused. (#176301)
+- rev 3409
+
+-------------------------------------------------------------------
+Thu May 18 12:08:15 CEST 2006 - kkaempf(a)suse.de
+
+- implement key/digest callbacks (#173920)
+- rev 3398
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libzypp-zmd-backend.spec ++++++
--- /var/tmp/diff_new_pack.YIyOkz/_old 2006-05-18 18:58:35.000000000 +0200
+++ /var/tmp/diff_new_pack.YIyOkz/_new 2006-05-18 18:58:35.000000000 +0200
@@ -22,7 +22,7 @@
Obsoletes: zmd-librc-backend
Summary: ZMD backend for Package, Patch, Pattern, and Product Management
Version: 7.1.1.0
-Release: 44
+Release: 45
Source: zmd-backend-%{version}.tar.bz2
Prefix: /usr
@@ -68,6 +68,12 @@
/etc/logrotate.d/zmd-backend
%changelog -n libzypp-zmd-backend
+* Thu May 18 2006 - kkaempf(a)suse.de
+- dont keep sources list in query-system, its unused. (#176301)
+- rev 3409
+* Thu May 18 2006 - kkaempf(a)suse.de
+- implement key/digest callbacks (#173920)
+- rev 3398
* Wed May 17 2006 - kkaempf(a)suse.de
- adapt to and require libzypp >= 1.0.0
- rev 3391
++++++ zmd-backend-7.1.1.0.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0/src/KeyRingCallbacks.h new/zmd-backend-7.1.1.0/src/KeyRingCallbacks.h
--- old/zmd-backend-7.1.1.0/src/KeyRingCallbacks.h 2006-05-12 12:13:26.000000000 +0200
+++ new/zmd-backend-7.1.1.0/src/KeyRingCallbacks.h 2006-05-18 12:07:07.000000000 +0200
@@ -25,6 +25,25 @@
namespace zypp {
///////////////////////////////////////////////////////////////////
+
+ // read callback answer
+ // can either be '0\n' -> false
+ // or '1\n' -> true
+ // reads characters from stdin until newline. Defaults to 'false'
+ static bool
+ readCallbackAnswer()
+ {
+ char c;
+ bool result = false;
+ while (std::cin.get( c )) {
+ if (c == '\n')
+ break;
+ if (c == '1')
+ result = true;
+ }
+ return result;
+ }
+
///////////////////////////////////////////////////////////////////
// KeyRingReceive
///////////////////////////////////////////////////////////////////
@@ -32,23 +51,27 @@
{
virtual bool askUserToAcceptUnsignedFile( const std::string &file )
{
- XXX << "(" << file << ")" << std::endl;
- return true;
+ DBG << "1|" << file << std::endl;
+ std::cout << "1|" << file << std::endl;
+ return readCallbackAnswer();
}
virtual bool askUserToAcceptUnknownKey( const std::string &file, const std::string &keyid, const std::string &keyname, const std::string &fingerprint )
{
- XXX << "(" << file << ", " << keyid << ", " << keyname << ", " << fingerprint << ")" << std::endl;
- return true;
+ DBG << "2|" << file << "|" << keyid << "|" << keyname << "|" << fingerprint << std::endl;
+ std::cout << "2|" << file << "|" << keyid << "|" << keyname << "|" << fingerprint << std::endl;
+ return readCallbackAnswer();
}
virtual bool askUserToTrustKey( const std::string &keyid, const std::string &keyname, const std::string &fingerprint )
{
- XXX << "(" << keyid << ", " << keyname << ", " << fingerprint << ")" << std::endl;
- return true;
+ DBG << "3|" << keyid << "|" << keyname << "|" << fingerprint << std::endl;
+ std::cout << "3|" << keyid << "|" << keyname << "|" << fingerprint << std::endl;
+ return readCallbackAnswer();
}
virtual bool askUserToAcceptVerificationFailed( const std::string &file, const std::string &keyid, const std::string &keyname, const std::string &fingerprint )
{
- XXX << "(" << file << ", " << keyid << ", " << keyname << ", " << fingerprint << ")" << std::endl;
- return true;
+ DBG << "4|" << file << "|" << keyid << "|" << keyname << "|" << fingerprint << std::endl;
+ std::cout << "4|" << file << "|" << keyid << "|" << keyname << "|" << fingerprint << std::endl;
+ return readCallbackAnswer();
}
};
@@ -57,18 +80,21 @@
{
virtual bool askUserToAcceptNoDigest( const zypp::Pathname &file )
{
- XXX << "(" << file << ")" << std::endl;
- return true;
+ DBG << "5|" << file << std::endl;
+ std::cout << "5|" << file << std::endl;
+ return readCallbackAnswer();
}
virtual bool askUserToAccepUnknownDigest( const Pathname &file, const std::string &name )
{
- XXX << "(" << file << ", " << name << ")" << std::endl;
- return true;
+ DBG << "6|" << file << "|" << name << std::endl;
+ std::cout << "6|" << file << "|" << name << std::endl;
+ return readCallbackAnswer();
}
virtual bool askUserToAcceptWrongDigest( const Pathname &file, const std::string &requested, const std::string &found )
{
- XXX << "(" << file << ", " << requested << ", " << found << ")" << std::endl;
- return true;
+ DBG << "7|" << file << "|" << requested << "|" << found << std::endl;
+ std::cout << "7|" << file << "|" << requested << "|" << found << std::endl;
+ return readCallbackAnswer();
}
};
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0/src/parse-metadata.cc new/zmd-backend-7.1.1.0/src/parse-metadata.cc
--- old/zmd-backend-7.1.1.0/src/parse-metadata.cc 2006-05-16 11:23:27.000000000 +0200
+++ new/zmd-backend-7.1.1.0/src/parse-metadata.cc 2006-05-18 12:39:05.000000000 +0200
@@ -111,7 +111,7 @@
main (int argc, char **argv)
{
if (argc < 5) {
- cerr << "3|usage: " << argv[0] << " <database> <type> <uri> <catalog id>" << endl;
+ cerr << "3|usage: " << argv[0] << " <database> <owner> <uri> <path> <catalog id>" << endl;
return 1;
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0/src/query-system.cc new/zmd-backend-7.1.1.0/src/query-system.cc
--- old/zmd-backend-7.1.1.0/src/query-system.cc 2006-05-16 11:24:31.000000000 +0200
+++ new/zmd-backend-7.1.1.0/src/query-system.cc 2006-05-18 12:26:08.000000000 +0200
@@ -22,123 +22,6 @@
//-----------------------------------------------------------------------------
-static void
-sync_sources( )
-{
-
- MIL << "sync_sources" << endl;
-
- sqlite3 *db;
- int rc = sqlite3_open( "/var/lib/zypp/backend.db", &db );
-
- if (rc != SQLITE_OK) {
- ERR << "Can not open SQL database zsources.db: " << sqlite3_errmsg( db ) << endl;
- return;
- }
-
- sqlite3_exec (db, "PRAGMA synchronous = 0", NULL, NULL, NULL);
- sqlite3_exec (db, "BEGIN", NULL, NULL, NULL);
-
- const char *query =
- "CREATE TABLE zsources ("
- "id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "
- "zmd_id INTEGER DEFAULT 0, " // reference to catalogs table for zmd, 0 for zypp
- "alias VARCHAR, "
- "type VARCHAR, "
- "url VARCHAR, "
- "path VARCHAR "
- ")";
-
- rc = sqlite3_exec( db, query, NULL, NULL, NULL );
- if (rc != SQLITE_OK) {
- ERR << "Can not create 'zsources'[" << rc << "]: " << sqlite3_errmsg( db ) << endl;
- ERR << query << endl;
-// ignore error, possibly already exists return;
- }
-
- // 1
- query = "SELECT id FROM zsources WHERE zmd_id = 0 AND alias = ?";
-
- sqlite3_stmt *select_h = NULL;
- rc = sqlite3_prepare( db, query, -1, &select_h, NULL );
- if (rc != SQLITE_OK) {
- ERR << "Can not create select query: " << sqlite3_errmsg( db ) << endl;
- return;
- }
-
- // 1 2 3 4
- query = "INSERT INTO zsources (alias, type, url, path) VALUES (?, ?, ?, ?)";
-
- sqlite3_stmt *insert_h = NULL;
- rc = sqlite3_prepare( db, query, -1, &insert_h, NULL );
- if (rc != SQLITE_OK) {
- ERR << "Can not create insert query: " << sqlite3_errmsg( db ) << endl;
- return;
- }
-
- SourceManager_Ptr manager = SourceManager::sourceManager();
-
- try {
- manager->restore( "/" );
- }
- catch (Exception & excpt_r) {
- ZYPP_CAUGHT( excpt_r );
- ERR << "Couldn't restore sources" << endl;
- return;
- }
-
- std::list<SourceManager::SourceId> sources = manager->allSources();
- MIL << "Found " << sources.size() << " sources" << endl;
-
- for (std::list<SourceManager::SourceId>::const_iterator it = sources.begin(); it != sources.end(); ++it) {
- Source_Ref source = manager->findSource( *it );
-
- if (!source) {
- ERR << "SourceManager can't find source " << *it << endl;
- continue;
- }
-
-
- sqlite3_bind_text( select_h, 1, source.alias().c_str(), -1, SQLITE_STATIC );
- rc = sqlite3_step( select_h );
-
- bool found = false;
- if (rc == SQLITE_ROW) {
- found = true;
- DBG << "Source '" << source.alias() << "' already synched" << endl;
- }
- else if (rc != SQLITE_DONE) {
- ERR << "rc " << rc << ": " << sqlite3_errmsg( db ) << endl;
- break;
- }
- sqlite3_reset( select_h );
-
- if (!found) {
- DBG << "Syncing source '" << source.alias() << "'" << endl;
- sqlite3_bind_text( insert_h, 1, source.alias().c_str(), -1, SQLITE_STATIC );
- std::string type = source.type();
- if (type.empty()) type = "YaST";
- sqlite3_bind_text( insert_h, 2, type.c_str(), -1, SQLITE_STATIC );
- sqlite3_bind_text( insert_h, 3, source.url().asString().c_str(), -1, SQLITE_STATIC );
- sqlite3_bind_text( insert_h, 4, source.path().asString().c_str(), -1, SQLITE_STATIC );
- rc = sqlite3_step( insert_h );
- if (rc != SQLITE_DONE) {
- ERR << "rc " << rc << ": " << sqlite3_errmsg( db ) << endl;
- break;
- }
- sqlite3_reset( insert_h );
- }
- }
-
- sqlite3_finalize( select_h );
- sqlite3_finalize( insert_h );
- sqlite3_close( db );
-
- return;
-}
-
-//-----------------------------------------------------------------------------
-
int
main (int argc, char **argv)
{
@@ -168,9 +51,6 @@
db.writeStore( God->target()->resolvables(), ResStatus::installed, "@system", ZYPP_OWNED );
- // sync SourceManager with sources table
- sync_sources( );
-
db.closeDb();
MIL << "END query-system, result 0" << endl;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package libgnomesu
checked in at Thu May 18 18:58:17 CEST 2006.
--------
--- GNOME/libgnomesu/libgnomesu.changes 2006-05-04 23:38:30.000000000 +0200
+++ libgnomesu/libgnomesu.changes 2006-05-18 17:00:26.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 18 16:59:44 CEST 2006 - ro(a)suse.de
+
+- add setuid bit to gnomesu-pam-backend in level secure (#175616)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgnomesu.spec ++++++
--- /var/tmp/diff_new_pack.autcU7/_old 2006-05-18 18:57:06.000000000 +0200
+++ /var/tmp/diff_new_pack.autcU7/_new 2006-05-18 18:57:06.000000000 +0200
@@ -23,7 +23,7 @@
Provides: xsu
Obsoletes: xsu
Version: 1.0.0
-Release: 30
+Release: 33
Summary: GNOME su Library
Source: libgnomesu-%{version}.tar.bz2
Source1: gnomesu-pam.pamd
@@ -94,7 +94,7 @@
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
chmod 755 $RPM_BUILD_ROOT/opt/gnome/lib/libgnomesu/gnomesu-backend
-chmod 755 $RPM_BUILD_ROOT/opt/gnome/lib/libgnomesu/gnomesu-pam-backend
+chmod 4755 $RPM_BUILD_ROOT/opt/gnome/lib/libgnomesu/gnomesu-pam-backend
%find_lang libgnomesu-1.0
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
cp AUTHORS README NEWS ChangeLog doc/api.html doc/libgnomesu.css $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
@@ -108,7 +108,7 @@
EOF
cat >$RPM_BUILD_ROOT/etc/permissions.d/%{name}.secure <<EOF
# libgnomesu (#75823)
-/opt/gnome/lib/libgnomesu/gnomesu-pam-backend root:root 0755
+/opt/gnome/lib/libgnomesu/gnomesu-pam-backend root:root 4755
EOF
cat >$RPM_BUILD_ROOT/etc/permissions.d/%{name}.paranoid <<EOF
# libgnomesu (#75823)
@@ -145,8 +145,8 @@
#%attr (6755,root,root) %{prefix}/lib/libgnomesu/gnomesu-backend
#%attr (6755,root,root) %{prefix}/lib/libgnomesu/gnomesu-pam-backend
# NOTE: Original package has 6755.
-# We have only 4755 and only for easy profile.
-%verify (not mode) %attr (0755,root,root) %{prefix}/lib/libgnomesu/gnomesu-pam-backend
+# We have only 4755 and for easy and secure profile.
+%verify (not mode) %attr (4755,root,root) %{prefix}/lib/libgnomesu/gnomesu-pam-backend
%{prefix}/%_lib/libgnomesu.so.*
%{prefix}/share/application-registry/gnomesu-nautilus.applications
%{prefix}/share/mime-info/gnomesu-nautilus.keys
@@ -161,6 +161,8 @@
%{prefix}/%_lib/libgnomesu.*a
%changelog -n libgnomesu
+* Thu May 18 2006 - ro(a)suse.de
+- add setuid bit to gnomesu-pam-backend in level secure (#175616)
* Thu May 04 2006 - danw(a)suse.de
- stick the command label in a scrolledwindow in case it's really
really long. #161044
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package koffice
checked in at Thu May 18 18:56:25 CEST 2006.
--------
--- KDE/koffice/koffice.changes 2006-05-16 15:34:54.000000000 +0200
+++ koffice/koffice.changes 2006-05-18 09:43:17.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 18 09:43:05 CEST 2006 - stbinner(a)suse.de
+
+- updated 1.5.1 release tarball (corrected version numbers,
+ crash fix within Kexi, common kword/kpresenter crash fix)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ koffice.spec ++++++
--- /var/tmp/diff_new_pack.QpYEDY/_old 2006-05-18 18:55:46.000000000 +0200
+++ /var/tmp/diff_new_pack.QpYEDY/_new 2006-05-18 18:55:46.000000000 +0200
@@ -26,7 +26,7 @@
Group: Productivity/Office/Suite
Summary: Libraries and Base Files for the KDE Office Suite
Version: 1.5.1
-Release: 3
+Release: 4
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: koffice-%{version}.tar.bz2
@@ -715,6 +715,9 @@
/opt/kde3/include/*
%changelog -n koffice
+* Thu May 18 2006 - stbinner(a)suse.de
+- updated 1.5.1 release tarball (corrected version numbers,
+ crash fix within Kexi, common kword/kpresenter crash fix)
* Fri May 12 2006 - adrian(a)suse.de
- update to KOffice 1.5.1
* fixes in KOffice libraries, KWord, KSpread, KPresenter, Kexi,
++++++ koffice-1.5.1.tar.bz2 ++++++
KDE/koffice/koffice-1.5.1.tar.bz2 koffice/koffice-1.5.1.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdepim3
checked in at Thu May 18 18:55:21 CEST 2006.
--------
--- KDE/kdepim3/kdepim3.changes 2006-05-17 10:52:03.000000000 +0200
+++ kdepim3/kdepim3.changes 2006-05-17 17:05:13.000000000 +0200
@@ -1,0 +2,33 @@
+Mon May 15 15:00:07 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.2 and 3_5_BRANCH.diff
+ * Akregator
+ - Feed archive: Move feed limit up to 500 feeds instead of 384
+ (due to file limit a process can have opened at a time)
+ - Feed archive: Lock feed archive to prevent multiple write
+ access which can corrupt feed archives and cause crashes on
+ startup
+ - Feed fetching: Do not use Konqueror cache settings, but use
+ "refresh" mode by default (Check with server if the cached
+ file is up-to-date, reload if not)
+ - Feed parser: read feed description and homepage link for Atom
+ feeds (bug #123140)
+ - Feed parser: Improve parsing of Atom content (especially for
+ 0.3 feeds), do not strip HTML markup for types like "text/html"
+ - Feed parser: ignore unknown or invalid version attribute value
+ in the <rss> tag and just assume RSS 2.0. (bug #118793)
+ * KAddressBook
+ - Sometimes KAddressBook lost all data. This is now fixed.
+ - Wait for complete loading of all addressbook resources before
+ execution of commandline and DCOP commands (e.g. "Open in
+ Addressbook" by KMail) (bug #87233)
+ * KAlarm
+ - Fix kalarmd hang when triggering late alarm and KAlarm run
+ mode is on-demand
+ - Prevent defunct kalarm processes when run mode is on-demand
+ - Fix column widths when main window is resized, if columns
+ have been reordered
+ - Add Select All and Deselect actions & shortcuts for alarm and
+ template lists
+
+-------------------------------------------------------------------
@@ -20 +53 @@
-- avoid debug output
+- avoid debug output
@@ -36 +69 @@
-- fix for error by one in monthly recurrence entries in korganizer
+- fix for error by one in monthly recurrence entries in korganizer
@@ -46 +79 @@
-- add patches for KMail/Kabc regression (#160764)
+- add patches for KMail/Kabc regression (#160764)
Old:
----
3_5_BRANCH-r513401.patch
3_5_BRANCH-r516198.patch
3_5_BRANCH-r541603.patch
3_5_BRANCH-r541753.patch
akregator-fixes.diff
fix-blocking-dialog.diff
kdepim-3.5.1.tar.bz2
kdepim-imap4-fix-oom.diff
kmail_fix_mark_hidden_messages.diff
New:
----
kdepim-3.5.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdepim3.spec ++++++
--- /var/tmp/diff_new_pack.L90Yem/_old 2006-05-18 18:54:57.000000000 +0200
+++ /var/tmp/diff_new_pack.L90Yem/_new 2006-05-18 18:54:57.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdepim3 (Version 3.5.1)
+# spec file for package kdepim3 (Version 3.5.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,8 +15,8 @@
License: GPL
Group: System/GUI/KDE
Summary: Personal Information Manager Software for KDE
-Version: 3.5.1
-Release: 42
+Version: 3.5.2
+Release: 3
URL: http://www.kde.org/
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
Requires: kdebase3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
@@ -34,24 +34,16 @@
Patch5: slox-networkstatus-usage.diff
Patch7: fix-artwork.diff
Patch10: start-kpilot-instead-complain.diff
-Patch11: fix-blocking-dialog.diff
Patch16: fix_designer_path.diff
Patch17: knode_threaded_crash.diff
#Patch18: networkstatus_glib_dbus.diff
-Patch19: kdepim-imap4-fix-oom.diff
Patch20: no-final.diff
-Patch21: kmail_fix_mark_hidden_messages.diff
Patch22: kmail_unread_new_important.diff
Patch23: kmail-avoid-crash-on-startup.diff
-Patch24: akregator-fixes.diff
-Patch25: 3_5_BRANCH-r513401.patch
-Patch26: 3_5_BRANCH-r516198.patch
Patch27: kdepim-korganizer-fix-monthly-recurrence.diff
Patch28: gw701_bindings.diff
Patch29: gw701_schemas.diff
Patch30: gw701_resource.diff
-Patch31: 3_5_BRANCH-r541603.patch
-Patch32: 3_5_BRANCH-r541753.patch
Provides: cryptplug
Obsoletes: cryptplug
Provides: kdepim
@@ -177,7 +169,7 @@
%prep
%setup -q -n kdepim-%{version}
-%patch0
+%patch0 -E
%patch1
%if %is_plus
%else
@@ -191,26 +183,18 @@
#%patch5
%patch7
%patch10
-%patch11
%patch16
%patch17
%if %suse_version > 930
#%patch18
%endif
-%patch19
%patch20
-%patch21
#%patch22
%patch23
-%patch24
-%patch25
-%patch26
%patch27
%patch28
%patch29
%patch30
-%patch31
-%patch32
. /etc/opt/kde3/common_options
update_admin
@@ -720,6 +704,36 @@
* Tue May 16 2006 - wstephenson(a)suse.de
- Fix #159533 - Distribution lists in KMail didn't work when the members
are not already in the address book.
+* Mon May 15 2006 - stbinner(a)suse.de
+- update to KDE 3.5.2 and 3_5_BRANCH.diff
+ * Akregator
+- Feed archive: Move feed limit up to 500 feeds instead of 384
+ (due to file limit a process can have opened at a time)
+- Feed archive: Lock feed archive to prevent multiple write
+ access which can corrupt feed archives and cause crashes on
+ startup
+- Feed fetching: Do not use Konqueror cache settings, but use
+ "refresh" mode by default (Check with server if the cached
+ file is up-to-date, reload if not)
+- Feed parser: read feed description and homepage link for Atom
+ feeds (bug #123140)
+- Feed parser: Improve parsing of Atom content (especially for
+ 0.3 feeds), do not strip HTML markup for types like "text/html"
+- Feed parser: ignore unknown or invalid version attribute value
+ in the <rss> tag and just assume RSS 2.0. (bug #118793)
+ * KAddressBook
+- Sometimes KAddressBook lost all data. This is now fixed.
+- Wait for complete loading of all addressbook resources before
+ execution of commandline and DCOP commands (e.g. "Open in
+ Addressbook" by KMail) (bug #87233)
+ * KAlarm
+- Fix kalarmd hang when triggering late alarm and KAlarm run
+ mode is on-demand
+- Prevent defunct kalarm processes when run mode is on-demand
+- Fix column widths when main window is resized, if columns
+ have been reordered
+- Add Select All and Deselect actions & shortcuts for alarm and
+ template lists
* Wed May 03 2006 - dmueller(a)suse.de
- update imap patch to avoid going OOM on overly short headers
* Wed Apr 26 2006 - dmueller(a)suse.de
++++++ 3_5_BRANCH.diff ++++++
++++ 44973 lines (skipped)
++++ between KDE/kdepim3/3_5_BRANCH.diff
++++ and kdepim3/3_5_BRANCH.diff
++++++ gw701_resource.diff ++++++
--- /var/tmp/diff_new_pack.L90Yem/_old 2006-05-18 18:54:58.000000000 +0200
+++ /var/tmp/diff_new_pack.L90Yem/_new 2006-05-18 18:54:58.000000000 +0200
@@ -386,11 +386,21 @@
i = conv.convertFromNote( n );
counts.notes++;
}
-@@ -646,17 +647,19 @@
- soap_call___ngw__getDeltasRequest( mSoap, mUrl.latin1(),
+@@ -643,26 +644,22 @@
+ //request.view = soap_new_std__string( mSoap, -1 );
+ //request.view->append("id name version modified ItemChanges");
+ request.view = 0;
+- int result = soap_call___ngw__getDeltasRequest( mSoap, mUrl.latin1(),
++ soap_call___ngw__getDeltasRequest( mSoap, mUrl.latin1(),
NULL, &request, &response);
soap_print_fault( mSoap, stderr );
-
+- if (!mServer->checkResponse( result, response.status ) )
+- {
+- kdError() << "Error when getting addressbook deltas" << endl;
+- return;
+- }
+-
- std::vector<class ngwt__Item * > *items = &response.items->item;
- if ( items ) {
+ response.items->item;
++++++ kdepim-3.5.1.tar.bz2 -> kdepim-3.5.2.tar.bz2 ++++++
KDE/kdepim3/kdepim-3.5.1.tar.bz2 kdepim3/kdepim-3.5.2.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdebase3-SuSE
checked in at Thu May 18 18:54:33 CEST 2006.
--------
--- KDE/kdebase3-SuSE/kdebase3-SuSE.changes 2006-05-15 19:02:23.000000000 +0200
+++ kdebase3-SuSE/kdebase3-SuSE.changes 2006-05-18 13:08:49.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 18 13:05:03 CEST 2006 - coolo(a)suse.de
+
+- enable Screensaver locking by default for non-autologin users
+ (#58530)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdebase3-SuSE.spec ++++++
--- /var/tmp/diff_new_pack.aQAO3Y/_old 2006-05-18 18:53:49.000000000 +0200
+++ /var/tmp/diff_new_pack.aQAO3Y/_new 2006-05-18 18:53:49.000000000 +0200
@@ -31,7 +31,7 @@
PreReq: %fillup_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 10.2
-Release: 1
+Release: 2
Source0: kdebase-SuSE-%{version}.tar.bz2
Source2: kdebase3-SuSE-displaymanager.fillup
Source3: kdebase3-SuSE-windowmanager.fillup
@@ -185,6 +185,9 @@
/var/lib/kde-profiles
%changelog -n kdebase3-SuSE
+* Thu May 18 2006 - coolo(a)suse.de
+- enable Screensaver locking by default for non-autologin users
+ (#58530)
* Mon May 15 2006 - dmueller(a)suse.de
- bump version to 10.2
* Wed May 10 2006 - coolo(a)suse.de
++++++ kdebase-SuSE-10.2.tar.bz2 ++++++
++++ 8116 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdebase3
checked in at Thu May 18 18:53:28 CEST 2006.
--------
--- KDE/kdebase3/kdebase3.changes 2006-05-10 16:19:14.000000000 +0200
+++ kdebase3/kdebase3.changes 2006-05-17 16:57:52.000000000 +0200
@@ -1,0 +2,39 @@
+Mon May 15 17:14:14 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.2 and 3_5_BRANCH.diff
+ * Klipper
+ - Handle URLs as URLs and not as Text (bug #121114)
+ - Prevent crashes caused by corrupted history (bug #109161)
+ - XFixes support (especially helps with broken clipboard
+ implementations of some non-KDE applications) (bug #101087)
+ - Images are ignored by default, add 'IgnoreImages=false' to
+ '[General]' in klipperrc (bug #109032)
+ - Avoid repeated action popup with the same URL with some
+ non-KDE applications with broken clipboard implementations
+ * Konsole
+ - Correct issue where history size is unlimited when dealing
+ with History options in profiles (bug #120046)
+ - Correctly set Tab bar when set to Dynamic Hide after
+ session restore (bug #121688)
+ * Country settings
+ - Fix short date format for Switzerland (bug #122574)
+ - Fix address format (especially P.O. Box) for Switzerland
+ * KSysGuard
+ - Show the sensors with values of more than two digits
+ correctly in the applet
+ * Kicker
+ - Connect the applications to systray correctly on startup
+ - Panels properly reserve space at screen edges even for
+ differently sized Xinerama screens (bug #94470)
+ * Konqueror
+ - Resolve symlinks only on the desktop (bug #63014)
+ * KWin
+ - Added new window-specific rules for OpenOffice.org, XV and
+ Mozilla family applications for turning off focus stealing
+ prevention, as these applications don't work well with it
+ - Reverted a workaround that as a side-effect had broken
+ systray docking of some applications (bug #100177)
+ - Each virtual desktop has a separate focus chain (bug #33701)
+ * KDesktop
+ - Fixed stacking of some dialogs (bug #89951,bug #113556)
+-------------------------------------------------------------------
@@ -3420 +3459 @@
-- show currency symbol/Euro(€) in kcontrol font dialog
+- show currency symbol/Euro() in kcontrol font dialog
Old:
----
04_startup_phases_kdebase.patch
07_09_wallpaper_opts.patch
08_wallpaper_less_flicker.patch
3_5_BRANCH_fix-kded-hang-with-nfs.diff
3_5_BRANCH_kicker_147941.diff
3_5_BRANCH_kicker_155339.diff
fix-configure-checks.patch
kcm_kio-no-error.diff
kcontrol-lookandfeel.diff
kdebase-3.5.1.tar.bz2
kdesktop-busy-cursor.diff
kdm-always-reinit-pam.diff
kdm-ignore-unresolvable-hosts.diff
kdm-use-latest-samba.diff
khelpcenter-fix-docbook-indexing.patch
klipper-xfixes.diff
konsole-history-saving.diff
konsole-save-session-crash.diff
ksysguard-kill-fix.patch
kth_keyboard.diff
kwin-firefox-focus.diff
mini-cli-parents.diff
nsplugin-crash-fix.diff
pluginscan-libXt.diff
taskbar-size.diff
New:
----
kdebase-3.5.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdebase3.spec ++++++
--- /var/tmp/diff_new_pack.89aObI/_old 2006-05-18 18:53:07.000000000 +0200
+++ /var/tmp/diff_new_pack.89aObI/_new 2006-05-18 18:53:07.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdebase3 (Version 3.5.1)
+# spec file for package kdebase3 (Version 3.5.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -36,9 +36,9 @@
Summary: The KDE Core Components
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.kde.org/
-Version: 3.5.1
-Release: 69
-%define kde_version 3.5.1
+Version: 3.5.2
+Release: 5
+%define kde_version 3.5.2
Source0: kdebase-%{kde_version}.tar.bz2
Source3: startkde.suse.sh
Source4: kdebase3.fillup
@@ -108,7 +108,6 @@
Patch85: ksmserver-tooltips.diff
Patch86: disable-entries-in-gnome.diff
Patch88: hide-only-showin-entries.diff
-Patch89: 04_startup_phases_kdebase.patch
Patch92: kcminit-ignore-arts.diff
Patch94: mach_blass.diff
Patch994: mach_blass_legacy.diff
@@ -125,42 +124,19 @@
Patch116: teach-minicli-lock.diff
Patch117: access.diff
Patch120: kmenu-search-slowdown-fix.diff
-Patch121: 07_09_wallpaper_opts.patch
Patch123: less_verbal_kdesu.patch
-Patch124: 08_wallpaper_less_flicker.patch
Patch125: kicker-defaults.diff
Patch126: kdebase_khc_rellinks.diff
Patch127: khelpcenter-use-suseconfig-indexer.diff
-Patch129: kdesktop-busy-cursor.diff
-Patch130: kdm-use-latest-samba.diff
Patch131: background_default.diff
-Patch132: klipper-xfixes.diff
-Patch133: 3_5_BRANCH_kicker_147941.diff
-Patch134: nsplugin-crash-fix.diff
-Patch135: konsole-history-saving.diff
-Patch136: kdm-always-reinit-pam.diff
-Patch137: kwin-firefox-focus.diff
-Patch138: khelpcenter-fix-docbook-indexing.patch
-Patch139: ksysguard-kill-fix.patch
-Patch140: kth_keyboard.diff
Patch141: khelpcenter-use-susehelp.diff
-Patch142: mini-cli-parents.diff
-Patch143: kdm-ignore-unresolvable-hosts.diff
Patch144: make-wallpapers-hideable.diff
Patch145: kdebase_http_offline_mode.diff
-Patch146: fix-configure-checks.patch
-Patch147: 3_5_BRANCH_kicker_155339.diff
Patch148: kdesu-dont-keep-pwd.diff
Patch149: kdeeject.diff
-Patch150: taskbar-size.diff
-Patch151: 3_5_BRANCH_fix-kded-hang-with-nfs.diff
-Patch152: kcontrol-lookandfeel.diff
-Patch153: konsole-save-session-crash.diff
Patch155: use-full-hinting-by-default.diff
Patch156: kcmshell_use_kde-sound.diff
Patch157: kcmsamba_log.diff
-Patch158: kcm_kio-no-error.diff
-Patch159: pluginscan-libXt.diff
Patch160: khelpcenter-localindices.patch
Provides: kdebase
@@ -331,7 +307,7 @@
Summary: Set and list fileshares
Group: System/Management
Version: 2.0
-Release: 84
+Release: 85
%description -n fileshareset
This package contains the the fileshareset utility to allow users to
@@ -370,7 +346,6 @@
cd kioslave/media
%patch21
cd ../..
-%patch89 -p1
%patch85
%endif
%patch39
@@ -443,44 +418,21 @@
%endif
%patch116
%patch117
-%patch121 -p1
%if %suse_version > 1000
%patch123
-%patch124
%patch125
%patch126
-%patch129
-%patch130
%patch131
%patch141 -p1
%endif
%patch127
-%patch132
-%patch133
-%patch134
-%patch135
-%patch136
-%patch137
-%patch138
-%patch139
-%patch140
-%patch142
-%patch143
%patch144
%patch145
-%patch146
-%patch147 -p1
%patch148
%patch149
-%patch150
-%patch151
-%patch152
-%patch153
%patch155
%patch156
%patch157
-%patch158
-%patch159
%patch160
cp %SOURCE17 l10n/tw/flag.png
. /etc/opt/kde3/common_options
@@ -620,7 +572,6 @@
%suse_update_desktop_file KControl X-SuSE-core
%suse_update_desktop_file konqbrowser WebBrowser
%suse_update_desktop_file Kfind System Filesystem core
-%suse_update_desktop_file printmgr PrintingUtility
%suse_update_desktop_file kinfocenter System Monitor
%suse_update_desktop_file kmenuedit Core-Configuration
%suse_update_desktop_file konsole TerminalEmulator
@@ -1026,7 +977,6 @@
/opt/kde3/share/applnk/System/ScreenSavers/KRandom.desktop
/opt/kde3/share/applnk/System/kmenuedit.desktop
/opt/kde3/share/appl*/*/keditbookmarks.desktop
-/opt/kde3/share/appl*/*/printmgr.desktop
/opt/kde3/share/appl*/*/ktip.desktop
/opt/kde3/share/appl*/*/kpager.desktop
/opt/kde3/share/applnk/konqueror.desktop
@@ -1402,6 +1352,43 @@
%endif
%changelog -n kdebase3
+* Mon May 15 2006 - stbinner(a)suse.de
+- update to KDE 3.5.2 and 3_5_BRANCH.diff
+ * Klipper
+- Handle URLs as URLs and not as Text (bug #121114)
+- Prevent crashes caused by corrupted history (bug #109161)
+- XFixes support (especially helps with broken clipboard
+ implementations of some non-KDE applications) (bug #101087)
+- Images are ignored by default, add 'IgnoreImages=false' to
+ '[General]' in klipperrc (bug #109032)
+- Avoid repeated action popup with the same URL with some
+ non-KDE applications with broken clipboard implementations
+ * Konsole
+- Correct issue where history size is unlimited when dealing
+ with History options in profiles (bug #120046)
+- Correctly set Tab bar when set to Dynamic Hide after
+ session restore (bug #121688)
+ * Country settings
+- Fix short date format for Switzerland (bug #122574)
+- Fix address format (especially P.O. Box) for Switzerland
+ * KSysGuard
+- Show the sensors with values of more than two digits
+ correctly in the applet
+ * Kicker
+- Connect the applications to systray correctly on startup
+- Panels properly reserve space at screen edges even for
+ differently sized Xinerama screens (bug #94470)
+ * Konqueror
+- Resolve symlinks only on the desktop (bug #63014)
+ * KWin
+- Added new window-specific rules for OpenOffice.org, XV and
+ Mozilla family applications for turning off focus stealing
+ prevention, as these applications don't work well with it
+- Reverted a workaround that as a side-effect had broken
+ systray docking of some applications (bug #100177)
+- Each virtual desktop has a separate focus chain (bug #33701)
+ * KDesktop
+- Fixed stacking of some dialogs (bug #89951,bug #113556)
* Wed May 10 2006 - coolo(a)suse.de
- line break if the message is too long for the screen (#157237)
* Tue Apr 25 2006 - wstephenson(a)suse.de
@@ -3073,7 +3060,7 @@
* Wed Apr 18 2001 - adrian(a)suse.de
- switch off --enable-final for axp
* Fri Apr 13 2001 - adrian(a)suse.de
-- show currency symbol/Euro(€) in kcontrol font dialog
+- show currency symbol/Euro() in kcontrol font dialog
* Wed Apr 11 2001 - adrian(a)suse.de
- fix SuSEconfig.kdm2
- fix conflicts in sub packages
++++++ 3_5_BRANCH.diff ++++++
++++ 37325 lines (skipped)
++++ between KDE/kdebase3/3_5_BRANCH.diff
++++ and kdebase3/3_5_BRANCH.diff
++++++ improve-panelservicemenu-geticonset.diff ++++++
--- /var/tmp/diff_new_pack.89aObI/_old 2006-05-18 18:53:07.000000000 +0200
+++ /var/tmp/diff_new_pack.89aObI/_new 2006-05-18 18:53:07.000000000 +0200
@@ -1,6 +1,6 @@
---- kicker/kicker/ui/service_mnu.cpp
-+++ kicker/kicker/ui/service_mnu.cpp
-@@ -419,6 +419,12 @@
+--- kicker/libkicker/global.cpp
++++ kicker/libkicker/global.cpp
+@@ -386,6 +386,12 @@
KIcon::ActiveState,
0,
true);
@@ -13,7 +13,7 @@
// make sure they are not larger than 20x20
if (normal.width() > 20 || normal.height() > 20)
-@@ -431,8 +437,14 @@
+@@ -398,8 +404,14 @@
active.convertFromImage(active.convertToImage().smoothScale(20,20));
}
++++++ kdebase-3.5.1.tar.bz2 -> kdebase-3.5.2.tar.bz2 ++++++
KDE/kdebase3/kdebase-3.5.1.tar.bz2 kdebase3/kdebase-3.5.2.tar.bz2 differ: char 11, line 1
++++++ kdebase_http_offline_mode.diff ++++++
--- /var/tmp/diff_new_pack.89aObI/_old 2006-05-18 18:53:08.000000000 +0200
+++ /var/tmp/diff_new_pack.89aObI/_new 2006-05-18 18:53:08.000000000 +0200
@@ -27,7 +27,7 @@
+ m_paWorkOffline = new KToggleAction( i18n( "Wor&k Offline" ), 0, this, SLOT( slotWorkOffline() ), actionCollection(), "workOffline" );
+ m_paWorkOffline->setChecked( isWorkingOffline() );
+
- m_paFindFiles = new KToggleAction( i18n( "&Find File..." ), "filefind", 0 /*not KStdAccel::find!*/, this, SLOT( slotToolFind() ), actionCollection(), "findfile" );
+ m_paFindFiles = new KToggleAction( i18n( "&Find File..." ), "filefind", KStdAccel::shortcut(KStdAccel::Find), this, SLOT( slotToolFind() ), actionCollection(), "findfile" );
m_paPrint = KStdAction::print( 0, 0, actionCollection(), "print" );
@@ -5309,6 +5314,36 @@
++++++ kicker-defaults.diff ++++++
--- /var/tmp/diff_new_pack.89aObI/_old 2006-05-18 18:53:08.000000000 +0200
+++ /var/tmp/diff_new_pack.89aObI/_new 2006-05-18 18:53:08.000000000 +0200
@@ -1,95 +1,20 @@
-Index: kicker/menuext/system/systemmenu.desktop
-================================================================================
---- kcontrol/kcontrol/KControl.desktop
-+++ kcontrol/kcontrol/KControl.desktop
-@@ -7,84 +7,6 @@
- Type=Application
- DocPath=kcontrol/index.html
- X-KDE-StartupNotify=true
--
--Name=Control Center
--Name[af]=Beheer Sentrum
--Name[ar]=Ù
رÙز اÙتØÙÙ
--Name[az]=Ä°darÉ MÉrkÉzi
--Name[be]=ЊÑÐœÑÐ°Ñ ÐºÑÑаваМÑÐœÑ
--Name[bg]=ÐПМÑÑПлеМ ÑеМÑÑÑ
--Name[bn]=àŠšàŠ¿à§àŠšà§àŠ€à§àŠ°àŠ£ àŠà§àŠšà§àŠŠà§àŠ°
--Name[br]=Kreizenn ren
--Name[bs]=Kontrolni centar
--Name[ca]=Centre de control
--Name[cs]=Ovládacà centrum
--Name[cy]=Canolfan Rheoli
--Name[da]=Kontrolcenter
--Name[de]=Kontrollzentrum
--Name[el]=ÎÎÎœÏÏο ελÎγÏοÏ
--Name[en_GB]=Control Centre
--Name[eo]=Stircentro
--Name[es]=Centro de control
--Name[et]=Juhtimiskeskus
--Name[eu]=Kontrol gunea
--Name[fa]=Ù
رکز Ú©ÙترÙ
--Name[fi]=Ohjauskeskus
--Name[fr]=Centre de configuration de KDE
--Name[fy]=Konfiguraasjesintrum
--Name[ga]=Lárionad Rialaithe
--Name[gl]=Centro de Control
--Name[he]=×ך×× ××קך×
--Name[hi]=à€šà€¿à€¯à€à€€à¥à€°à€£ à€à¥à€à€Šà¥à€°
--Name[hr]=Kontrolni centar
--Name[hu]=VezérlÅpult
--Name[id]=Pusat Kontrol
--Name[is]=Stjórnborð
--Name[it]=Centro di controllo
--Name[ja]=ã³ã³ãããŒã«ã»ã³ã¿ãŒ
--Name[km]=áááááááááâááááá¶
--Name[ko]=KDE ì ìŽí
--Name[lo]=ສູàºàºàº§àºàºàºžàº¡
--Name[lt]=Valdymo centras
--Name[lv]=Vadības Centrs
--Name[mk]=ÐПМÑÑПлеМ ЊеМÑаÑ
--Name[mn]=УЎОÑЎаÑ
Ñөв
--Name[ms]=Pusat Kawalan
--Name[mt]=Äentru tal-Kontroll
--Name[nb]=Kontrollsenter
--Name[nds]=Kuntrullzentrum
--Name[nl]=Configuratiecentrum
--Name[nn]=Kontrollsenter
--Name[nso]=Bogare bja Taolo
--Name[oc]=Centre de control
--Name[pa]=àšà©°àšàš°à©àš² àšà©àšàšŠàš°
--Name[pl]=Centrum sterowania
--Name[pt]=Centro de Controlo
--Name[pt_BR]=Centro de Controle
--Name[ro]=Centrul de control
--Name[ru]=ЊеМÑÑ ÑпÑавлеМОÑ
--Name[rw]=Kugenzura Hagati
--Name[se]=Stivrenguovddáš
--Name[sk]=Ovládacie Centrum
--Name[sl]=Nadzorno srediÅ¡Äe
--Name[sr]=ÐПМÑÑПлМО ÑеМÑаÑ
--Name[sr@Latn]=Kontrolni centar
--Name[ss]=Sikhungo sekulawula
--Name[sv]=InstÀllningscentralen
--Name[ta]=à®à®à¯à®à¯à®ªà¯à®ªà®Ÿà®à¯à®à¯ à®®à¯à®¯à®®à¯
--Name[tg]=ÐаÑказО кПМÑÑПл
--Name[th]=àžšàž¹àžàž¢à¹àžàž§àžàžàžžàž¡
--Name[tr]=Kontrol Merkezi
--Name[tt]=Ä°dÀrÀ ÃzÀge
--Name[uk]=ЊеМÑÑ ÐºÐµÑÑваММÑ
--Name[uz]=ÐПÑÒаÑÑв ЌаÑказО
--Name[ven]=Senthara ya vhulanguli
--Name[vi]=Trung tâm Äiá»u khiá»n
--Name[wa]=Cinte di contrÃŽle
--Name[xh]=Umbindi Wolawulo
--Name[zh_CN]=æ§å¶äžå¿
--Name[zh_TW]=æ§å¶äžå¿
--Name[zu]=Indawo Yokulawula
--
-+Name=Personal Settings
- X-DCOP-ServiceType=Unique
- Categories=Qt;KDE;Core;
---- kcontrol/kicker/menutab_impl.cpp
-+++ kcontrol/kicker/menutab_impl.cpp
+Index: kicker/libkicker/kickerSettings.kcfg
+===================================================================
+--- kicker/libkicker/kickerSettings.kcfg (Revision 500974)
++++ kicker/libkicker/kickerSettings.kcfg (Arbeitskopie)
+@@ -154,7 +154,7 @@
+
+ <entry name="MenuExtensions" key="Extensions" type="StringList" >
+ <label>Optional Menus</label>
+- <default>prefmenu.desktop,systemmenu.desktop</default>
++ <default>recentdocs.desktop,systemmenu.desktop</default>
+ </entry>
+
+ <entry name="RecentAppsStat" type="StringList" >
+Index: kcontrol/kicker/menutab_impl.cpp
+===================================================================
+--- kcontrol/kicker/menutab_impl.cpp (Revision 500974)
++++ kcontrol/kicker/menutab_impl.cpp (Arbeitskopie)
@@ -154,10 +154,11 @@
QListViewItem *item(0);
for (item = m_subMenus->firstChild(); item; item = item->nextSibling())
@@ -105,70 +30,24 @@
m_showFrequent->setChecked(true);
}
---- kicker/libkicker/kickerSettings.kcfg
-+++ kicker/libkicker/kickerSettings.kcfg
-@@ -159,7 +159,7 @@
-
- <entry name="MenuExtensions" key="Extensions" type="StringList" >
- <label>Optional Menus</label>
-- <default>prefmenu.desktop,systemmenu.desktop</default>
-+ <default>recentdocs.desktop,systemmenu.desktop</default>
- </entry>
-
- <entry name="RecentAppsStat" type="StringList" >
---- kicker/menuext/system/systemmenu.desktop
-+++ kicker/menuext/system/systemmenu.desktop
-@@ -1,52 +1,6 @@
+--- kicker/menuext/system/systemmenu.desktop 2006/03/31 11:48:12 1.1
++++ kicker/menuext/system/systemmenu.desktop 2006/03/31 11:48:26
+@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Name=System Menu
--Name[af]=Stelsel Kieslys
--Name[bg]=СОÑÑеЌМП ЌеМÑ
--Name[bn]=àŠžàŠ¿àŠžà§àŠà§àŠ® àŠ®à§àŠšà§
--Name[br]=Meuziad ar reizhiad
--Name[ca]=Menú de sistema
--Name[cs]=Systémová nabÃdka
--Name[cy]=Dewislen y Cysawd
--Name[da]=Systemmenu
--Name[de]=System-MenÌ
--Name[el]=ÎÎµÎœÎ¿Ï ÏÏ
ÏÏήΌαÏοÏ
--Name[es]=Menú del sistema
--Name[et]=SÌsteemi menÌÌ
--Name[eu]=Sistemaren menua
--Name[fi]=JÀrjestelmÀvalikko
--Name[fr]=Menu du systÚme
--Name[fy]=Systeemmenu
--Name[ga]=Roghchlár an Chórais
--Name[gl]=Sistema
--Name[hu]=RendszermenÌ
--Name[is]=Kerfisvalmynd
--Name[it]=Menu di Sistema
--Name[ja]=ã·ã¹ãã ã¡ãã¥ãŒ
--Name[km]=ááááááááâáááºáá»á
--Name[lt]=Sistemos meniu
--Name[mk]=СОÑÑеЌÑкП ЌеМО
--Name[nb]=Systemmeny
--Name[nds]=Systeem-MenÌ
--Name[nl]=Systeemmenu
--Name[nn]=Systemmeny
--Name[pa]=àšžàš¿àšžàšàš® àš®à©àššà©
--Name[pl]=System
--Name[pt]=Menu do Sistema
--Name[pt_BR]=Menu Sistema
--Name[ru]=СОÑÑеЌа
--Name[se]=Vuogádatfállu
--Name[sl]=Sistem
--Name[sr]=СОÑÑеЌÑкО ЌеМО
--Name[sr@Latn]=Sistemski meni
--Name[sv]=Systemmeny
--Name[tg]=ÐеМÑО ÑОÑÑеЌа
--Name[th]=à¹àž¡àžàž¹àž£àž°àžàž
--Name[tr]=Sistem MenÌsÌ
--Name[uk]=СОÑÑеЌМе ЌеМÑ
--Name[uz]=ТОзОЌ ЌеМÑÑО
--Name[zh_CN]=ç³»ç»èå
--Name[zh_TW]=系統éžå®
+Name=My System
- Comment=Menu of important system places
- Comment[af]=Kieslys vir belangrike stelsel plekke
- Comment[bg]=ÐÐµÐœÑ Ð·Ð° ЎПÑÑÑп ЎП ÑОÑÑеЌМОÑе ЎОÑекÑПÑОО
+ Name[af]=Stelsel Kieslys
+ Name[bg]=СОÑÑеЌМП ЌеМÑ
+ Name[bn]=àŠžàŠ¿àŠžà§àŠà§àŠ® àŠ®à§àŠšà§
+--- kcontrol/kcontrol/KControl.desktop 2006/03/31 11:48:56 1.1
++++ kcontrol/kcontrol/KControl.desktop 2006/03/31 11:49:16
+@@ -6,7 +6,7 @@
+ DocPath=kcontrol/index.html
+ X-KDE-StartupNotify=true
+
+-Name=Control Center
++Name=Personal Settings
+ Name[af]=Beheer Sentrum
+ Name[ar]=Ù
رÙز اÙتØÙÙ
+ Name[az]=Ä°darÉ MÉrkÉzi
++++++ kmenu-search-slowdown-fix.diff ++++++
--- /var/tmp/diff_new_pack.89aObI/_old 2006-05-18 18:53:08.000000000 +0200
+++ /var/tmp/diff_new_pack.89aObI/_new 2006-05-18 18:53:08.000000000 +0200
@@ -1,15 +1,5 @@
---- kicker/kicker/ui/k_mnu.cpp
-+++ kicker/kicker/ui/k_mnu.cpp
-@@ -775,6 +775,7 @@
- insertSeparator(RecentlyLaunchedApps::the().m_nNumMenuItems);
- }
- }
-+ iconsLoaded_ = false;
- }
-
- void PanelKMenu::clearRecentMenuItems()
---- kicker/kicker/ui/service_mnu.cpp
-+++ kicker/kicker/ui/service_mnu.cpp
+--- kicker/kicker/ui/service_mnu.cpp 2005/11/25 08:19:25 1.115
++++ kicker/kicker/ui/service_mnu.cpp 2005/11/25 10:32:36
@@ -63,13 +63,20 @@
insertInlineHeader_( insertInlineHeader ),
clearOnClose_(false),
@@ -32,7 +22,7 @@
}
PanelServiceMenu::~PanelServiceMenu()
-@@ -103,6 +110,7 @@
+@@ -103,6 +112,7 @@
clearSubmenus();
searchSubMenuIDs.clear();
searchMenuItems.clear();
@@ -40,11 +30,11 @@
doInitialize();
}
-@@ -285,15 +293,13 @@
+@@ -258,15 +268,13 @@
newSubMenu(g->name(), g->relPath(), this, g->name().utf8(), inlineHeaderName);
m->setCaption(groupCaption);
-- QIconSet iconset = getIconSet(g->icon());
+- QIconSet iconset = KickerLib::menuIconSet(g->icon());
-
if (separatorNeeded)
{
@@ -57,22 +47,7 @@
entryMap_.insert(newId, static_cast<KSycocaEntry*>(g));
// This submenu will be searched when applying a search string
searchSubMenuIDs[m] = newId;
-@@ -430,18 +436,20 @@
- }
- }
-
-- if (iconset.isNull()) {
-- QPixmap pix(iconSize,iconSize);
-- QBitmap map(iconSize,iconSize,true);
-- pix.setMask(map);
-- iconset = QIconSet(pix,pix);
-- }
-+ if (iconset.isNull())
-+ return emptyiconset;
-
- return iconset;
- }
-
+@@ -428,5 +428,11 @@
void PanelServiceMenu::configChanged()
{
+ const int iconSize = KickerSettings::menuEntryHeight();
@@ -84,19 +59,19 @@
deinitialize();
}
-@@ -498,9 +506,9 @@
+@@ -483,9 +493,9 @@
int newId;
if ( label.isEmpty() )
-- newId = insertItem(getIconSet(icon), serviceName, nId, nIndex);
+- newId = insertItem(KickerLib::menuIconSet(s->icon()), serviceName, nId, nIndex);
+ newId = insertItem(emptyiconset, serviceName, nId, nIndex);
else
-- newId = insertItem(getIconSet(icon), label, nId, nIndex);
+- newId = insertItem(KickerLib::menuIconSet(s->icon()), label, nId, nIndex);
+ newId = insertItem(emptyiconset, label, nId, nIndex);
entryMap_.insert(newId, static_cast<KSycocaEntry*>(s));
}
-@@ -1024,3 +1032,23 @@
+@@ -1009,3 +1019,23 @@
{
return hasSearchResults_;
}
@@ -110,18 +85,18 @@
+ for ( mapIt = entryMap_.begin(); mapIt != entryMap_.end(); ++mapIt ) {
+ KService *s = dynamic_cast<KService *>(static_cast<KSycocaEntry*>(mapIt.data()));
+ if (s)
-+ changeItem(mapIt.key(),getIconSet(s->icon()),text(mapIt.key()));
++ changeItem(mapIt.key(),KickerLib::menuIconSet(s->icon()),text(mapIt.key()));
+ else {
+ KServiceGroup *g = dynamic_cast<KServiceGroup *>(static_cast<KSycocaEntry*>(mapIt.data()));
+ if (g)
-+ changeItem(mapIt.key(),getIconSet(g->icon()),text(mapIt.key()));
++ changeItem(mapIt.key(),KickerLib::menuIconSet(g->icon()),text(mapIt.key()));
+ }
+ }
+ iconsLoaded_ = true;
+ }
+}
---- kicker/kicker/ui/service_mnu.h
-+++ kicker/kicker/ui/service_mnu.h
+--- kicker/kicker/ui/service_mnu.h 2005/11/25 08:18:55 1.85
++++ kicker/kicker/ui/service_mnu.h 2005/11/25 10:34:47
@@ -125,9 +125,12 @@
PanelServiceMenuMap searchSubMenuIDs;
bool hasSearchResults_;
@@ -135,3 +110,13 @@
private:
enum ContextMenuEntry { AddItemToPanel, EditItem, AddMenuToPanel, EditMenu,
+--- kicker/kicker/ui/k_mnu.cpp 2005/11/25 08:18:55 1.85
++++ kicker/kicker/ui/k_mnu.cpp 2005/11/25 10:33:46
+@@ -775,6 +775,7 @@
+ insertSeparator(RecentlyLaunchedApps::the().m_nNumMenuItems);
+ }
+ }
++ iconsLoaded_ = false;
+ }
+
+ void PanelKMenu::clearRecentMenuItems()
++++++ less_verbal_kdesu.patch ++++++
--- /var/tmp/diff_new_pack.89aObI/_old 2006-05-18 18:53:08.000000000 +0200
+++ /var/tmp/diff_new_pack.89aObI/_new 2006-05-18 18:53:08.000000000 +0200
@@ -1,18 +1,25 @@
---- kdesu/kdesu/sudlg.cpp
-+++ kdesu/kdesu/sudlg.cpp
-@@ -20,13 +20,9 @@
+--- kdesu/kdesu/sudlg.cpp 2006/04/20 08:36:56 1.1
++++ kdesu/kdesu/sudlg.cpp 2006/04/20 08:39:10
+@@ -20,20 +20,9 @@
QString prompt;
if (m_User == "root")
+- {
+- if ( withIgnoreButton )
- prompt = i18n("The action you requested needs root privileges. "
-- "Please enter root's password below or click "
-- "Ignore to continue with your current privileges.");
-+ prompt = i18n("Please enter the Administrator (root) password to continue.");
+- "Please enter root's password below or click "
+- "Ignore to continue with your current privileges.");
+- else
+- prompt = i18n("The action you requested needs root privileges. "
+- "Please enter root's password below ");
+- }
+-
++ prompt = i18n("Please enter the Administrator (root) password to continue.");
else
- prompt = i18n("The action you requested needs additional privileges. "
- "Please enter the password for \"%1\" below or click "
- "Ignore to continue with your current privileges.").arg(m_User);
-+ prompt = i18n("Please enter password for \"%1\" to continue.").arg(m_User);
++ prompt = i18n("Please enter password for \"%1\" to continue.").arg(m_User);
setPrompt(prompt);
- setButtonText(User1, i18n("&Ignore"));
+ if( withIgnoreButton )
++++++ mach_blass.diff ++++++
--- /var/tmp/diff_new_pack.89aObI/_old 2006-05-18 18:53:08.000000000 +0200
+++ /var/tmp/diff_new_pack.89aObI/_new 2006-05-18 18:53:08.000000000 +0200
@@ -1,10 +1,11 @@
---- ksmserver/shutdowndlg.cpp
-+++ ksmserver/shutdowndlg.cpp
+diff -ru ksmserver-tt/shutdowndlg.cpp ksmserver/shutdowndlg.cpp
+--- ksmserver-tt/shutdowndlg.cpp 2005-11-22 17:22:02.000000000 +0100
++++ ksmserver/shutdowndlg.cpp 2005-11-22 20:21:04.000000000 +0100
@@ -34,6 +34,7 @@
#include <kuser.h>
#include <kpixmap.h>
- #include <kpixmapeffect.h>
-+#include <kimageeffect.h>
+ #include <kimageeffect.h>
++#include <kpixmapeffect.h>
#include <kdialog.h>
#include <kseparator.h>
@@ -18,7 +19,7 @@
KSMShutdownFeedback * KSMShutdownFeedback::s_pSelf = 0L;
KSMShutdownFeedback::KSMShutdownFeedback()
-@@ -54,31 +58,92 @@
+@@ -54,33 +58,92 @@
m_currentY( 0 )
{
setBackgroundMode( QWidget::NoBackground );
@@ -43,10 +44,25 @@
+ passed.start();
+
if ( m_currentY >= height() ) {
+- if ( backgroundMode() == QWidget::NoBackground ) {
+- setBackgroundMode( QWidget::NoBackground );
+- setBackgroundPixmap( m_root );
+- }
+ slotPaintEffect();
-+ return;
-+ }
-+
+ return;
+ }
+
+- KPixmap pixmap;
+- pixmap = QPixmap::grabWindow( qt_xrootwin(), 0, m_currentY, width(), 10 );
+- QImage image = pixmap.convertToImage();
+- KImageEffect::blend( Qt::black, image, 0.4 );
+- KImageEffect::toGray( image, true );
+- pixmap.convertFromImage( image );
+- bitBlt( this, 0, m_currentY, &pixmap );
+- bitBlt( &m_root, 0, m_currentY, &pixmap );
+- m_currentY += 10;
+- QTimer::singleShot( 1, this, SLOT( slotPaintEffect() ) );
+-}
+ QImage img;
+ img = QPixmap::grabWindow( qt_xrootwin(), 0,
+ m_currentY, width(),
@@ -103,30 +119,22 @@
+ //kdDebug() << "passed after bitBlt " << passed.elapsed() << endl;
+
+ if ( current_fade >= scale ) {
- if ( backgroundMode() == QWidget::NoBackground ) {
- setBackgroundMode( QWidget::NoBackground );
-- setBackgroundPixmap( m_root );
++ if ( backgroundMode() == QWidget::NoBackground ) {
++ setBackgroundMode( QWidget::NoBackground );
+ setBackgroundPixmap( copy );
- }
- return;
- }
-
-- KPixmap pixmap;
-- pixmap = QPixmap::grabWindow( qt_xrootwin(), 0, m_currentY, width(), 10 );
-- pixmap = KPixmapEffect::fade( pixmap, 0.4, Qt::black );
-- pixmap = KPixmapEffect::toGray( pixmap, true );
-- bitBlt( this, 0, m_currentY, &pixmap );
-- bitBlt( &m_root, 0, m_currentY, &pixmap );
-- m_currentY += 10;
-- QTimer::singleShot( 1, this, SLOT( slotPaintEffect() ) );
--}
++ }
++ return;
++ }
++
+ QTimer::singleShot( 0, this, SLOT( slotPaintEffect() ) );
+ }
//////
---- ksmserver/shutdowndlg.h
-+++ ksmserver/shutdowndlg.h
+Nur in ksmserver: shutdowndlg.cpp.orig.
+diff -ru ksmserver-tt/shutdowndlg.h ksmserver/shutdowndlg.h
+--- ksmserver-tt/shutdowndlg.h 2005-11-22 17:14:12.000000000 +0100
++++ ksmserver/shutdowndlg.h 2005-11-22 18:29:49.000000000 +0100
@@ -9,7 +9,9 @@
#include <qpixmap.h>
++++++ short-menus.diff ++++++
--- /var/tmp/diff_new_pack.89aObI/_old 2006-05-18 18:53:08.000000000 +0200
+++ /var/tmp/diff_new_pack.89aObI/_new 2006-05-18 18:53:08.000000000 +0200
@@ -1,5 +1,5 @@
--- kdesktop/Makefile.am
-+++ kdesktop/Makefile.am
++++ kdesktop/Makefile.am 2005/02/08 11:08:16
@@ -6,6 +6,8 @@
SUBDIRS = . lock pics patterns programs init kwebdesktop
@@ -9,8 +9,22 @@
####### Files
bin_PROGRAMS = kcheckrunning
---- kicker/kicker/ui/service_mnu.cpp
-+++ kicker/kicker/ui/service_mnu.cpp
+--- kicker/libkicker/kickerSettings.kcfg.sav 2006-02-10 14:55:12.000000000 +0100
++++ kicker/libkicker/kickerSettings.kcfg 2006-02-10 14:55:19.000000000 +0100
+@@ -126,6 +126,11 @@
+ <default>true</default>
+ </entry>
+
++<entry name="ReduceMenuDepth" type="Bool" >
++ <label>Simplify menus with only a single item inside</label>
++ <default>false</default>
++ </entry>
++
+ <entry name="MenuEntryHeight" type="Int" >
+ <label>Height of menu entries in pixels</label>
+ <default>0</default>
+--- kicker/kicker/ui/service_mnu.cpp.sav 2006-02-10 14:55:12.000000000 +0100
++++ kicker/kicker/ui/service_mnu.cpp 2006-02-10 15:07:24.000000000 +0100
@@ -111,6 +111,11 @@
QStringList suppressGenericNames = _root->suppressGenericNames();
@@ -85,9 +99,9 @@
+
+ _list = _root->SuSEsortEntries( slist, glist, excludeNoDisplay_, true );
+ it = _list.begin();
-
-+ for (; it != _list.end(); ++it) {
+
++ for (; it != _list.end(); ++it) {
+
+ KSycocaEntry * e = *it;
+
+ if (e->isType(KST_KServiceGroup)) {
@@ -133,7 +147,7 @@
QString inlineHeaderName = g->showInlineHeader() ? groupCaption : "";
// Item names may contain ampersands. To avoid them being converted
// to accelerators, replace them with two ampersands.
-@@ -214,7 +304,7 @@
+@@ -214,7 +299,7 @@
}
KService::Ptr s(static_cast<KService *>(e));
@@ -142,7 +156,7 @@
}
else if (e->isType(KST_KServiceSeparator))
{
-@@ -350,7 +440,8 @@
+@@ -350,7 +435,8 @@
void PanelServiceMenu::insertMenuItem(KService::Ptr & s, int nId,
int nIndex/*= -1*/,
const QStringList *suppressGenericNames /* = 0 */,
@@ -152,25 +166,25 @@
{
QString serviceName = aliasname.isEmpty() ? s->name():aliasname;
// add comment
-@@ -393,7 +484,15 @@
+@@ -393,7 +479,15 @@
// to accelerators, replace them with two ampersands.
serviceName.replace("&", "&&");
-- int newId = insertItem(getIconSet(s->icon()), serviceName, nId, nIndex);
+- int newId = insertItem(KickerLib::menuIconSet(s->icon()), serviceName, nId, nIndex);
+ QString icon = s->icon();
+ if (icon=="unknown")
+ icon = categoryIcon;
+
+ int newId;
+ if ( label.isEmpty() )
-+ newId = insertItem(getIconSet(icon), serviceName, nId, nIndex);
++ newId = insertItem(KickerLib::menuIconSet(s->icon()), serviceName, nId, nIndex);
+ else
-+ newId = insertItem(getIconSet(icon), label, nId, nIndex);
++ newId = insertItem(KickerLib::menuIconSet(s->icon()), label, nId, nIndex);
entryMap_.insert(newId, static_cast<KSycocaEntry*>(s));
}
---- kicker/kicker/ui/service_mnu.h
-+++ kicker/kicker/ui/service_mnu.h
+--- kicker/kicker/ui/service_mnu.h.sav 2006-02-10 14:55:12.000000000 +0100
++++ kicker/kicker/ui/service_mnu.h 2006-02-10 14:55:19.000000000 +0100
@@ -83,7 +83,8 @@
protected:
void insertMenuItem(KService::Ptr & s, int nId, int nIndex = -1,
@@ -181,17 +195,3 @@
virtual PanelServiceMenu * newSubMenu(const QString & label,
const QString & relPath,
QWidget * parent, const char * name,
---- kicker/libkicker/kickerSettings.kcfg
-+++ kicker/libkicker/kickerSettings.kcfg
-@@ -126,6 +126,11 @@
- <default>true</default>
- </entry>
-
-+<entry name="ReduceMenuDepth" type="Bool" >
-+ <label>Simplify menus with only a single item inside</label>
-+ <default>false</default>
-+ </entry>
-+
- <entry name="MenuEntryHeight" type="Int" >
- <label>Height of menu entries in pixels</label>
- <default>0</default>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package filters
checked in at Thu May 18 18:43:16 CEST 2006.
--------
--- filters/filters.changes 2006-01-25 21:35:53.000000000 +0100
+++ filters/filters.changes 2006-05-18 16:50:40.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 18 16:50:27 CEST 2006 - schwab(a)suse.de
+
+- Don't build as root.
+- Don't strip binaries.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ filters.spec ++++++
--- /var/tmp/diff_new_pack.uEHR1X/_old 2006-05-18 18:42:47.000000000 +0200
+++ /var/tmp/diff_new_pack.uEHR1X/_new 2006-05-18 18:42:47.000000000 +0200
@@ -1,13 +1,14 @@
#
-# spec file for package filters (Version 2006.1.12)
+# spec file for package filters (Version 2006.5.18)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
Name: filters
BuildRequires: gcc-c++ ghostscript-mini libnetpbm libpng-devel
@@ -17,7 +18,7 @@
Requires: ghostscript_any
Autoreqprov: on
Summary: Printer Filters for HP, Lexmark, CaPSL, Citizen, and Apple
-Version: 2006.1.12
+Version: 2006.5.18
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://sourceforge.net/projects/pnm2ppa
@@ -31,16 +32,16 @@
Source7: stylewriter.tar.gz
Source8: foo2zjs.tar.bz2
Source9: min12xxw-0.0.7.tar.bz2
-patch0: pnm2ppa-1.12.dif
-patch1: c2070-0.99.dif
-patch2: LexZ11-distro.dif
-patch3: cjet089.dif
-patch4: lm1100.1.0.2a.dif
-patch5: pbm2l2030-1.4.dif
-patch6: ppmtomd-1.2.dif
-patch7: stylewriter.dif
-patch8: foo2zjs.dif
-patch9: min12xxw-0.0.7.dif
+Patch0: pnm2ppa-1.12.dif
+Patch1: c2070-0.99.dif
+Patch2: LexZ11-distro.dif
+Patch3: cjet089.dif
+Patch4: lm1100.1.0.2a.dif
+Patch5: pbm2l2030-1.4.dif
+Patch6: ppmtomd-1.2.dif
+Patch7: stylewriter.dif
+Patch8: foo2zjs.dif
+Patch9: min12xxw-0.0.7.dif
%description
This package includes several converters for printers from HP, Lexmark,
@@ -61,11 +62,7 @@
%prep
%setup -n pnm2ppa-1.12 -b1 -b2 -b3 -b4 -b5 -b6 -b7 -b8 -b9
-pushd ../
- find -type d | xargs chmod 755
- chmod -R g+r,o+r *
- chown -R root:root *
-popd
+chmod -R a+rX ..
%patch -P 0 -p 0
pushd ../c2070-*
%patch -P 1 -p 0
@@ -101,13 +98,13 @@
export CC CFLAGS
make
pushd ../c2070-*
- make
+ make LDFLAGS=
popd
pushd ../LexZ11-distro
- make
+ make LDFLAGS=
popd
pushd ../cjet089*
- make
+ make LINKOPT=
popd
pushd ../lm1100*
make
@@ -119,7 +116,7 @@
make
popd
pushd ../stylewriter
- make
+ make LINKFLAGS=
popd
pushd ../foo2zjs
make
@@ -130,7 +127,6 @@
popd
%install
-rm -rf $RPM_BUILD_ROOT
PNM2PPA_DOC=$RPM_BUILD_ROOT%{_docdir}/filters/pnm2ppa/
mkdir -p $PNM2PPA_DOC
make DESTDIR=$RPM_BUILD_ROOT install
@@ -203,8 +199,18 @@
done
%files
+%defattr(-, root, root)
/usr/bin/*
-/usr/share/filters/
+%dir /usr/share/filters
+/usr/share/filters/cZ11
+%dir /usr/share/filters/foo2oak
+%dir %attr(755,lp,lp) /usr/share/filters/foo2oak/icm
+%dir /usr/share/filters/foo2zjs
+/usr/share/filters/foo2zjs/*.ps
+%dir %attr(755,lp,lp) /usr/share/filters/foo2zjs/crd
+/usr/share/filters/foo2zjs/crd/*
+%dir %attr(755,lp,lp) /usr/share/filters/foo2zjs/firmware
+%dir %attr(755,lp,lp) /usr/share/filters/foo2zjs/icm
#/usr/share/foomatic/
#/usr/share/cups/model/
%config(noreplace) /etc/pnm2ppa.conf
@@ -212,6 +218,9 @@
%doc %{_docdir}/%{name}/
%changelog -n filters
+* Thu May 18 2006 - schwab(a)suse.de
+- Don't build as root.
+- Don't strip binaries.
* Wed Jan 25 2006 - mls(a)suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 12 2006 - werner(a)suse.de
++++++ foo2zjs.dif ++++++
--- /var/tmp/diff_new_pack.uEHR1X/_old 2006-05-18 18:42:48.000000000 +0200
+++ /var/tmp/diff_new_pack.uEHR1X/_new 2006-05-18 18:42:48.000000000 +0200
@@ -1,5 +1,5 @@
--- Makefile
-+++ Makefile 2005-09-20 15:11:24.000000000 +0200
++++ Makefile
@@ -11,10 +11,10 @@
# Pathnames for this package...
@@ -212,7 +212,7 @@
GROFF=/usr/local/test/bin/groff
GROFF=groff
--- arm2hpdl.c
-+++ arm2hpdl.c 2005-09-20 15:11:24.000000000 +0200
++++ arm2hpdl.c
@@ -185,7 +185,7 @@
* Write out the 4 bytes we read earlier
*/
@@ -232,7 +232,7 @@
}
--- foo2oak-wrapper.in
-+++ foo2oak-wrapper.in 2005-09-20 15:11:24.000000000 +0200
++++ foo2oak-wrapper.in
@@ -374,9 +374,11 @@
}
@@ -264,7 +264,7 @@
-
exit 0
--- foo2zjs-wrapper.in
-+++ foo2zjs-wrapper.in 2005-09-20 15:11:24.000000000 +0200
++++ foo2zjs-wrapper.in
@@ -396,9 +396,11 @@
}
@@ -296,7 +296,7 @@
-
exit 0
--- icc2ps/Makefile
-+++ icc2ps/Makefile 2005-09-20 15:36:32.000000000 +0200
++++ icc2ps/Makefile
@@ -4,7 +4,7 @@
LIB= cmscam97.c cmscnvrt.c cmserr.c cmsgamma.c cmsgmt.c cmsintrp.c cmsio1.c \
cmslut.c cmsmatsh.c cmsmtrx.c cmsnamed.c cmspack.c cmspcs.c cmsps2.c \
@@ -306,8 +306,17 @@
all: foo2zjs-icc2ps
+@@ -12,7 +12,7 @@
+ $(CC) $(CFLAGS) $(SRC) $(LIB) -lm -o $@
+
+ install: all
+- install -c foo2zjs-icc2ps $(BIN)
++ install -c foo2zjs-icc2ps $(DESTDIR)$(BIN)
+
+ clean:
+ rm -f *.o foo2zjs-icc2ps
--- icc2ps/cmsio1.c
-+++ icc2ps/cmsio1.c 2005-09-20 15:11:24.000000000 +0200
++++ icc2ps/cmsio1.c
@@ -33,9 +33,10 @@
// Input/Output
++++++ pbm2l2030-1.4.dif ++++++
--- /var/tmp/diff_new_pack.uEHR1X/_old 2006-05-18 18:42:48.000000000 +0200
+++ /var/tmp/diff_new_pack.uEHR1X/_new 2006-05-18 18:42:48.000000000 +0200
@@ -1,11 +1,11 @@
--- makefile
-+++ makefile 2005-07-26 15:29:31.000000000 +0200
++++ makefile
@@ -4,15 +4,15 @@
# the main target: pbm2l2030 binary
pbm2l2030: pbm2l2030.o pbm.o
- gcc -o pbm2l2030 pbm2l2030.o pbm.o -O
-+ gcc $(RPM_OPT_FLAGS) -s -o pbm2l2030 pbm2l2030.o pbm.o -O
++ gcc $(RPM_OPT_FLAGS) -o pbm2l2030 pbm2l2030.o pbm.o -O
# the pbm module
pbm.o: pbm.h pbm.c
@@ -30,7 +30,7 @@
# remove all files (to rebuild package)
clean:
--- pbm.c
-+++ pbm.c 2005-07-26 15:31:58.000000000 +0200
++++ pbm.c
@@ -13,6 +13,7 @@
*
*/
@@ -49,7 +49,7 @@
switch(getc(fptr))
{
--- pbm.h
-+++ pbm.h 2005-07-26 15:31:20.000000000 +0200
++++ pbm.h
@@ -25,4 +25,4 @@
int pbm_readline(pbm_stat*,char*); /* reads a single line into char* */
void pbm_unreadline(pbm_stat*,void*); /* pushes a single line back */
@@ -57,7 +57,7 @@
-#endif;
+#endif
--- pbm2l2030.c
-+++ pbm2l2030.c 2005-07-26 15:31:00.000000000 +0200
++++ pbm2l2030.c
@@ -44,6 +44,8 @@
#define CARTRIDGE_PENS 52
#define LEFT_MARGIN 20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package fftw3
checked in at Thu May 18 18:42:26 CEST 2006.
--------
--- fftw3/fftw3.changes 2006-01-25 21:35:53.000000000 +0100
+++ fftw3/fftw3.changes 2006-05-18 17:19:39.000000000 +0200
@@ -1,0 +2,11 @@
+Thu May 18 16:33:14 CEST 2006 - tiwai(a)suse.de
+
+- major update to version 3.1.1:
+ * fixed texi files
+ * lots of configure fixes
+ * clean up and optimizations
+ see ChangeLog for details
+- added missing glibc-devel to Requires of devel subpackages
+- removed -fno-strict-aliasing option
+
+-------------------------------------------------------------------
Old:
----
fftw-3.0.1.tar.bz2
New:
----
fftw-3.1.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fftw3.spec ++++++
--- /var/tmp/diff_new_pack.JIwKSb/_old 2006-05-18 18:41:44.000000000 +0200
+++ /var/tmp/diff_new_pack.JIwKSb/_new 2006-05-18 18:41:44.000000000 +0200
@@ -1,11 +1,11 @@
#
-# spec file for package fftw3 (Version 3.0.1)
+# spec file for package fftw3 (Version 3.1.1)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -13,11 +13,11 @@
Name: fftw3
BuildRequires: gcc-fortran pkgconfig
Summary: Discrete Fourier Transform (DFT) C Subroutine Library
-Version: 3.0.1
-Release: 113
+Version: 3.1.1
+Release: 1
License: GPL
Group: Productivity/Scientific/Math
-Source: ftp://theory.lcs.mit.edu/pub/fftw/fftw-3.0.1.tar.bz2
+Source: ftp://theory.lcs.mit.edu/pub/fftw/fftw-%{version}.tar.bz2
URL: http://www.fftw.org
Autoreqprov: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +38,7 @@
%package devel
Summary: Include Files and Libraries mandatory for Development.
Group: Productivity/Scientific/Math
-Requires: fftw3 = %{version}-%{release}
+Requires: fftw3 = %{version}-%{release} glibc-devel
%description devel
This package contains all necessary include files and libraries needed
@@ -72,7 +72,7 @@
Summary: Discrete Fourier Transform (DFT) C subroutine library
Group: Productivity/Scientific/Math
Requires: fftw3-threads = %{version}-%{release}
-Requires: fftw3-devel = %{version}-%{release}
+Requires: fftw3-devel = %{version}-%{release} glibc-devel
%description threads-devel
FFTW is a C subroutine library for computing the Discrete Fourier
@@ -92,7 +92,7 @@
%build
%{?suse_update_config:%{suse_update_config -f }}
autoreconf --force --install
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
+CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} \
--libdir=%{_libdir} \
--enable-shared \
@@ -106,7 +106,7 @@
make DESTDIR=$RPM_BUILD_ROOT install
# hack to also compile/install single-precision version:
make distclean
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
+CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} \
--libdir=%{_libdir} \
--enable-shared \
@@ -176,6 +176,14 @@
%{_libdir}/libfftw3f_threads.so
%changelog -n fftw3
+* Thu May 18 2006 - tiwai(a)suse.de
+- major update to version 3.1.1:
+ * fixed texi files
+ * lots of configure fixes
+ * clean up and optimizations
+ see ChangeLog for details
+- added missing glibc-devel to Requires of devel subpackages
+- removed -fno-strict-aliasing option
* Wed Jan 25 2006 - mls(a)suse.de
- converted neededforbuild to BuildRequires
* Wed Apr 13 2005 - tiwai(a)suse.de
++++++ fftw-3.0.1.tar.bz2 -> fftw-3.1.1.tar.bz2 ++++++
++++ 358599 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package evolution-data-server
checked in at Thu May 18 18:41:22 CEST 2006.
--------
--- GNOME/evolution-data-server/evolution-data-server.changes 2006-05-16 17:16:42.000000000 +0200
+++ evolution-data-server/evolution-data-server.changes 2006-05-18 12:58:37.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 18 11:23:56 CEST 2006 - sragavan(a)novell.com
+
+- gw-trash-fix.diff: Show trash folder contents to user. (Sankar)
+
+-------------------------------------------------------------------
New:
----
gw-trash-fix.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ evolution-data-server.spec ++++++
--- /var/tmp/diff_new_pack.rDuNmz/_old 2006-05-18 18:40:27.000000000 +0200
+++ /var/tmp/diff_new_pack.rDuNmz/_new 2006-05-18 18:40:27.000000000 +0200
@@ -18,7 +18,7 @@
Autoreqprov: on
Summary: Evolution Data Server
Version: 1.6.0
-Release: 45
+Release: 46
Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.6/%{name}-%{v…
#Patch3: evolution-data-server-gcc4.patch
Patch5: evolution-data-server-configure.patch
@@ -84,6 +84,7 @@
Patch63: bnc-169034-eds-pub-folder-download.diff
Patch64: bnc-169997-eds-infinite-loop.diff
Patch65: bnc-173454.patch
+Patch66: gw-trash-fix.diff
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libsoup >= 2.2.6 mozilla-nss
@@ -179,6 +180,7 @@
%patch63
%patch64
%patch65
+%patch66
%build
rename no nb po/no.*
@@ -229,6 +231,8 @@
%{prefix}/share/gtk-doc/html/*
%changelog -n evolution-data-server
+* Thu May 18 2006 - sragavan(a)novell.com
+- gw-trash-fix.diff: Show trash folder contents to user. (Sankar)
* Tue May 16 2006 - fejj(a)suse.de
- Added bnc-173454.patch: Fixes double-base64 encoding of non-7bit MIME
part data.
++++++ gw-trash-fix.diff ++++++
Index: camel/providers/imap/camel-imap-folder.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/imap/camel-imap-folder.c,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -r1.359 -r1.360
--- camel/providers/imap/camel-imap-folder.c 2006/04/21 09:15:50 1.359
+++ camel/providers/imap/camel-imap-folder.c 2006/05/10 08:49:18 1.360
@@ -2322,7 +2322,7 @@
}
-#define CAMEL_MESSAGE_INFO_HEADERS "DATE FROM TO CC SUBJECT REFERENCES IN-REPLY-TO MESSAGE-ID MIME-VERSION CONTENT-TYPE"
+#define CAMEL_MESSAGE_INFO_HEADERS "DATE FROM TO CC SUBJECT REFERENCES IN-REPLY-TO MESSAGE-ID MIME-VERSION CONTENT-TYPE "
/* FIXME: this needs to be kept in sync with camel-mime-utils.c's list
of mailing-list headers and so might be best if this were
Index: camel/providers/groupwise/camel-groupwise-folder.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/groupwise/camel-groupwise-folder.c,v
retrieving revision 1.133
diff -u -p -r1.133 camel-groupwise-folder.c
--- camel/providers/groupwise/camel-groupwise-folder.c 17 May 2006 08:48:19 -0000 1.133
+++ camel/providers/groupwise/camel-groupwise-folder.c 17 May 2006 08:52:17 -0000
@@ -959,6 +959,7 @@ groupwise_refresh_folder(CamelFolder *fo
goto end1;
if (!strcmp (folder->full_name, "Trash")) {
+#if 0
status = e_gw_connection_get_items (cnc, container_id, "peek recipient distribution created delivered attachments subject status size", NULL, &list);
if (status != E_GW_CONNECTION_STATUS_OK) {
if (status ==E_GW_CONNECTION_STATUS_OTHER) {
@@ -978,6 +979,8 @@ groupwise_refresh_folder(CamelFolder *fo
list = NULL;
}
goto end1;
+#endif
+ is_proxy = TRUE;
}
time_string = g_strdup (((CamelGroupwiseSummary *) folder->summary)->time_string);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package evolution
checked in at Thu May 18 18:40:07 CEST 2006.
--------
--- GNOME/evolution/evolution.changes 2006-05-17 21:02:09.000000000 +0200
+++ evolution/evolution.changes 2006-05-18 11:25:21.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 18 11:23:56 CEST 2006 - sragavan(a)novell.com
+
+- Fixes (bnc)
+ 176025 - Dont delete manually calendar items, as they get removed automatically.
+
+-------------------------------------------------------------------
New:
----
bnc-176025-evo-remove-calendar-items.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ evolution.spec ++++++
--- /var/tmp/diff_new_pack.auQdlA/_old 2006-05-18 18:39:28.000000000 +0200
+++ /var/tmp/diff_new_pack.auQdlA/_new 2006-05-18 18:39:28.000000000 +0200
@@ -21,7 +21,7 @@
Autoreqprov: on
Obsoletes: bonobo-conf
Version: 2.6.0
-Release: 50
+Release: 51
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.6/%{name}-%{version}.tar.…
Source1: summerdance-about2.png
@@ -95,6 +95,7 @@
Patch76: bnc-171592-evo-alarm-crash.diff
Patch77: bnc-171489-evo-evo-crash-start.diff
Patch78: bnc-173186.patch
+Patch79: bnc-176025-evo-remove-calendar-items.diff
URL: http://gnome.org/projects/evolution/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: filesystem gconf2 shared-mime-info
@@ -377,6 +378,7 @@
%patch76
%patch77
%patch78
+%patch79
%build
rename no nb po/no.*
@@ -498,6 +500,9 @@
%{prefix}/share/gnome-pilot/conduits/*.conduit
%changelog -n evolution
+* Thu May 18 2006 - sragavan(a)novell.com
+- Fixes (bnc)
+ 176025 - Dont delete manually calendar items, as they get removed automatically.
* Wed May 17 2006 - fejj(a)suse.de
- Added bnc-173186.patch: NULL-check the return from dbus_message_get_path
before strcmping it.
++++++ bnc-176025-evo-remove-calendar-items.diff ++++++
Index: plugins/itip-formatter/itip-formatter.c
===================================================================
RCS file: /cvs/gnome/evolution/plugins/itip-formatter/itip-formatter.c,v
retrieving revision 1.64
diff -u -p -r1.64 itip-formatter.c
--- plugins/itip-formatter/itip-formatter.c 14 Feb 2006 13:33:34 -0000 1.64
+++ plugins/itip-formatter/itip-formatter.c 18 May 2006 06:05:51 -0000
@@ -1407,13 +1407,13 @@ view_response_cb (GtkWidget *widget, Iti
break;
}
+ if (e_cal_get_save_schedules (pitip->current_ecal))
+ return;
+
if (pitip->delete_message) {
g_message ("Deleting!");
camel_folder_delete_message (((EMFormat *) pitip->pobject.format)->folder, ((EMFormat *) pitip->pobject.format)->uid);
}
-
- if (e_cal_get_save_schedules (pitip->current_ecal))
- return;
if (itip_view_get_rsvp (ITIP_VIEW (pitip->view)) && status) {
ECalComponent *comp = NULL;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package albumshaper
checked in at Thu May 18 18:37:12 CEST 2006.
--------
--- albumshaper/albumshaper.changes 2006-01-25 21:34:09.000000000 +0100
+++ albumshaper/albumshaper.changes 2006-05-18 17:43:31.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 18 17:43:25 CEST 2006 - schwab(a)suse.de
+
+- Don't strip binaries.
+
+-------------------------------------------------------------------
New:
----
albumshaper-strip.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ albumshaper.spec ++++++
--- /var/tmp/diff_new_pack.yshp0c/_old 2006-05-18 18:36:50.000000000 +0200
+++ /var/tmp/diff_new_pack.yshp0c/_new 2006-05-18 18:36:50.000000000 +0200
@@ -1,19 +1,19 @@
#
# spec file for package albumshaper (Version 2.1)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: albumshaper
BuildRequires: libdrm-devel libjpeg-devel libxslt-devel qt3-devel update-desktop-files
-Summary: Tool for organizing and enhancing photos
+Summary: Tool for Organizing and Enhancing Photos
Version: 2.1
-Release: 5
+Release: 17
URL: http://albumshaper.sourceforge.net/
License: GPL
Group: Productivity/Graphics/Viewers
@@ -22,14 +22,15 @@
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}.desktop
Patch: albumshaper-gcc-warning.patch
+Patch1: albumshaper-strip.patch
Requires: qt3, libxslt,libjpeg,libxml2
%description
-Album Shaper strives to be the most friendly, easy to use, open source
+Album Shaper strives to be the most friendly, easy-to-use, open source
application for organizing, annotating, framing, enhancing, stylizing,
and sharing your digital photos. Album Shaper embraces open formats
like XML, JPEG, and XSLT, while supporting Windows, Mac OS X, and Unix
-users who speak a multitude of languages around the world!
+users who speak a multitude of languages around the world.
@@ -40,6 +41,7 @@
%prep
%setup
%patch
+%patch1
%build
@@ -79,6 +81,8 @@
/usr/share/pixmaps/albumshaper.png
%changelog -n albumshaper
+* Thu May 18 2006 - schwab(a)suse.de
+- Don't strip binaries.
* Wed Jan 25 2006 - mls(a)suse.de
- converted neededforbuild to BuildRequires
* Wed Oct 26 2005 - pnemec(a)suse.cz
++++++ albumshaper-strip.patch ++++++
--- AlbumShaper.pro
+++ AlbumShaper.pro
@@ -197,9 +197,6 @@
#Optimize compiled files for speed
QMAKE_CFLAGS_RELEASE += -Os
QMAKE_CXXFLAGS_RELEASE += -Os
-
- #Strip debug symbols from linked binaries - optionnot supported by nmake/vc6
- unix:QMAKE_LFLAGS_RELEASE += -s
}
# Define preprocessor variables specifying where items will be installed. This is
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package yast2-online-update
checked in at Thu May 18 12:04:10 CEST 2006.
--------
--- yast2-online-update/yast2-online-update.changes 2006-05-17 15:50:15.000000000 +0200
+++ yast2-online-update/yast2-online-update.changes 2006-05-18 09:23:19.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 18 09:09:25 CEST 2006 - jsuchome(a)suse.cz
+
+- do not exit when only packages (and no patches) are selected for
+ installation or deletion (#175668)
+- 2.13.38
+
+-------------------------------------------------------------------
Old:
----
yast2-online-update-2.13.37.tar.bz2
New:
----
yast2-online-update-2.13.38.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-online-update.spec ++++++
--- /var/tmp/diff_new_pack.211y9p/_old 2006-05-18 12:04:02.000000000 +0200
+++ /var/tmp/diff_new_pack.211y9p/_new 2006-05-18 12:04:02.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-online-update (Version 2.13.37)
+# spec file for package yast2-online-update (Version 2.13.38)
#
# 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-online-update
-Version: 2.13.37
+Version: 2.13.38
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-online-update-2.13.37.tar.bz2
+Source0: yast2-online-update-2.13.38.tar.bz2
prefix: /usr
BuildRequires: gcc-c++ libxcrypt-devel perl-XML-Writer pkg-config update-desktop-files yast2-bootloader yast2-devtools yast2-packager
PreReq: grep sed
@@ -45,7 +45,7 @@
gs(a)suse.de
%prep
-%setup -n yast2-online-update-2.13.37
+%setup -n yast2-online-update-2.13.38
%build
%{prefix}/bin/y2tool y2autoconf
@@ -121,6 +121,10 @@
%{prefix}/share/applications/YaST2/cd_update.desktop
%changelog -n yast2-online-update
+* Thu May 18 2006 - jsuchome(a)suse.cz
+- do not exit when only packages (and no patches) are selected for
+ installation or deletion (#175668)
+- 2.13.38
* Fri May 12 2006 - jsuchome(a)suse.cz
- remove product_post.ycp if present (#174812)
- 2.13.37
++++++ yast2-online-update-2.13.37.tar.bz2 -> yast2-online-update-2.13.38.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-online-update-2.13.37/VERSION new/yast2-online-update-2.13.38/VERSION
--- old/yast2-online-update-2.13.37/VERSION 2006-05-17 15:41:16.000000000 +0200
+++ new/yast2-online-update-2.13.38/VERSION 2006-05-18 09:10:33.000000000 +0200
@@ -1 +1 @@
-2.13.37
+2.13.38
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-online-update-2.13.37/src/inst_you.ycp new/yast2-online-update-2.13.38/src/inst_you.ycp
--- old/yast2-online-update-2.13.37/src/inst_you.ycp 2006-05-17 08:27:02.000000000 +0200
+++ new/yast2-online-update-2.13.38/src/inst_you.ycp 2006-05-18 09:09:08.000000000 +0200
@@ -238,7 +238,8 @@
if (reboot_needed)
ret = `reboot;
// ... and nothing to install -> skip the installation at all
- else if (normal_patches == [])
+ else if (normal_patches == [] && !Pkg::PkgAnyToInstall () &&
+ !Pkg::PkgAnyToDelete ())
return `next;
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-online-update-2.13.37/src/online_update_select.ycp new/yast2-online-update-2.13.38/src/online_update_select.ycp
--- old/yast2-online-update-2.13.37/src/online_update_select.ycp 2006-05-17 08:27:01.000000000 +0200
+++ new/yast2-online-update-2.13.38/src/online_update_select.ycp 2006-05-18 09:08:15.000000000 +0200
@@ -91,7 +91,8 @@
SCR::Write (.target.ycp, saved_path, normal_patches);
}
// no patch selected
- if (!restart_yast && normal_patches == [])
+ if (!restart_yast && normal_patches == [] && !Pkg::PkgAnyToInstall () &&
+ !Pkg::PkgAnyToDelete ())
{
ret = `cancel;
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package yast2-ntp-client
checked in at Thu May 18 12:03:55 CEST 2006.
--------
--- yast2-ntp-client/yast2-ntp-client.changes 2006-05-11 15:31:32.000000000 +0200
+++ yast2-ntp-client/yast2-ntp-client.changes 2006-05-18 10:02:02.000000000 +0200
@@ -1,0 +2,10 @@
+Thu May 18 09:26:20 CEST 2006 - locilka(a)suse.cz
+
+- Do not report the empty server address when switching to the
+ Complex configuration (#176581).
+- Fixed behavior when switching to the complex configuration with
+ no server address defined before. Sometimes it deleted the local
+ clock entry.
+- 2.13.10
+
+-------------------------------------------------------------------
Old:
----
yast2-ntp-client-2.13.9.tar.bz2
New:
----
yast2-ntp-client-2.13.10.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ntp-client.spec ++++++
--- /var/tmp/diff_new_pack.ZDtWOJ/_old 2006-05-18 12:03:49.000000000 +0200
+++ /var/tmp/diff_new_pack.ZDtWOJ/_new 2006-05-18 12:03:49.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-ntp-client (Version 2.13.9)
+# spec file for package yast2-ntp-client (Version 2.13.10)
#
# 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-ntp-client
-Version: 2.13.9
+Version: 2.13.10
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-ntp-client-2.13.9.tar.bz2
+Source0: yast2-ntp-client-2.13.10.tar.bz2
prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-slp yast2-testsuite
Requires: yast2 yast2-slp yast2-country
@@ -33,7 +33,7 @@
Jiri Srain <jsrain(a)suse.cz>
%prep
-%setup -n yast2-ntp-client-2.13.9
+%setup -n yast2-ntp-client-2.13.10
%build
%{prefix}/bin/y2tool y2autoconf
@@ -70,6 +70,13 @@
%doc %{prefix}/share/doc/packages/yast2-ntp-client
%changelog -n yast2-ntp-client
+* Thu May 18 2006 - locilka(a)suse.cz
+- Do not report the empty server address when switching to the
+ Complex configuration (#176581).
+- Fixed behavior when switching to the complex configuration with
+ no server address defined before. Sometimes it deleted the local
+ clock entry.
+- 2.13.10
* Thu May 11 2006 - locilka(a)suse.cz
- Adjusting ntp_conf rw agent to be able to understand additional
comments on the same line where are already some entries written
++++++ yast2-ntp-client-2.13.9.tar.bz2 -> yast2-ntp-client-2.13.10.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ntp-client-2.13.9/VERSION new/yast2-ntp-client-2.13.10/VERSION
--- old/yast2-ntp-client-2.13.9/VERSION 2006-05-11 15:28:26.000000000 +0200
+++ new/yast2-ntp-client-2.13.10/VERSION 2006-05-18 10:01:06.000000000 +0200
@@ -1 +1 @@
-2.13.9
+2.13.10
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ntp-client-2.13.9/configure new/yast2-ntp-client-2.13.10/configure
--- old/yast2-ntp-client-2.13.9/configure 2006-05-11 15:32:19.000000000 +0200
+++ new/yast2-ntp-client-2.13.10/configure 2006-05-18 10:03:52.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-ntp-client 2.13.9.
+# Generated by GNU Autoconf 2.59 for yast2-ntp-client 2.13.10.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -269,8 +269,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-ntp-client'
PACKAGE_TARNAME='yast2-ntp-client'
-PACKAGE_VERSION='2.13.9'
-PACKAGE_STRING='yast2-ntp-client 2.13.9'
+PACKAGE_VERSION='2.13.10'
+PACKAGE_STRING='yast2-ntp-client 2.13.10'
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-ntp-client 2.13.9 to adapt to many kinds of systems.
+\`configure' configures yast2-ntp-client 2.13.10 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-ntp-client 2.13.9:";;
+ short | recursive ) echo "Configuration of yast2-ntp-client 2.13.10:";;
esac
cat <<\_ACEOF
@@ -908,7 +908,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-yast2-ntp-client configure 2.13.9
+yast2-ntp-client configure 2.13.10
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-ntp-client $as_me 2.13.9, which was
+It was created by yast2-ntp-client $as_me 2.13.10, 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-ntp-client'
- VERSION='2.13.9'
+ VERSION='2.13.10'
cat >>confdefs.h <<_ACEOF
@@ -1863,7 +1863,7 @@
-VERSION="2.13.9"
+VERSION="2.13.10"
RPMNAME="yast2-ntp-client"
MAINTAINER="Lukas Ocilka <locilka(a)suse.cz>"
@@ -2693,7 +2693,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by yast2-ntp-client $as_me 2.13.9, which was
+This file was extended by yast2-ntp-client $as_me 2.13.10, 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-ntp-client config.status 2.13.9
+yast2-ntp-client config.status 2.13.10
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-ntp-client-2.13.9/configure.in new/yast2-ntp-client-2.13.10/configure.in
--- old/yast2-ntp-client-2.13.9/configure.in 2006-05-11 15:32:14.000000000 +0200
+++ new/yast2-ntp-client-2.13.10/configure.in 2006-05-18 10:03:48.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-ntp-client, 2.13.9, http://bugs.opensuse.org/, yast2-ntp-client)
+AC_INIT(yast2-ntp-client, 2.13.10, http://bugs.opensuse.org/, yast2-ntp-client)
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.9"
+VERSION="2.13.10"
RPMNAME="yast2-ntp-client"
MAINTAINER="Lukas Ocilka <locilka(a)suse.cz>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ntp-client-2.13.9/src/widgets.ycp new/yast2-ntp-client-2.13.10/src/widgets.ycp
--- old/yast2-ntp-client-2.13.9/src/widgets.ycp 2006-04-26 09:19:30.000000000 +0200
+++ new/yast2-ntp-client-2.13.10/src/widgets.ycp 2006-05-18 10:02:27.000000000 +0200
@@ -4,7 +4,7 @@
* Summary: Widgets definitions
* Authors: Jiri Srain <jsrain(a)suse.cz>
*
- * $Id: widgets.ycp 30482 2006-04-26 07:19:25Z locilka $
+ * $Id: widgets.ycp 30994 2006-05-18 08:02:21Z locilka $
*/
{
@@ -133,12 +133,17 @@
*
* @return boolean whether the configuration is correct
*/
-define boolean CheckCurrentSimpleConfiguration () {
+define boolean CheckCurrentSimpleConfiguration (boolean check_the_server) {
// if the option "random_servers" is selected, do not check the server name
if (UI::WidgetExists(`id("use_random_servers")) && (boolean) UI::QueryWidget(`id("use_random_servers"), `Value))
return true;
string server_1 = (string) UI::QueryWidget (`id ("server_address"), `Value);
+ if (!check_the_server && server_1 == "") {
+ y2milestone("Not checking an empty server...");
+ return true;
+ }
+
string server_2 = server_1;
if (regexpmatch(server_2, "(.*)\.$")) {
server_2 = regexpsub (server_2, "(.*)\.$", "\\1");
@@ -159,6 +164,22 @@
}
/**
+ * Check the current confifuration and returns whether some server address is defined
+ */
+boolean ServerAddressIsInConfiguration () {
+ boolean ret = false;
+
+ foreach (map<string, any> one_record, NtpClient::ntp_records, {
+ if (one_record["type"]:nil == "server") {
+ ret = true;
+ break;
+ }
+ });
+
+ return ret;
+}
+
+/**
* Handle function of the widget
* @param key any widget id
* @param event map event that caused storing process
@@ -166,11 +187,16 @@
*/
define symbol complexButtonHandle (string key, map event) ``{
if (event["ID"]:nil == "complex_button") {
- boolean conf_check = CheckCurrentSimpleConfiguration();
+ // true - check and report the missing server value
+ // false - the opposite
+ boolean handle_the_server = ((string) UI::QueryWidget (`id ("server_address"), `Value) != "");
+
+ boolean conf_check = CheckCurrentSimpleConfiguration(handle_the_server);
y2milestone("Checking the current simple configuration returned: %1", conf_check);
NtpClient::selected_record["address"] = UI::QueryWidget (`id ("server_address"), `Value);
// disabled in case of PoolNTPorg feature
+ // and in case of missing server value
if ((boolean) UI::QueryWidget (`id ("server_address"), `Enabled) &&
NtpClient::selected_record["address"]:nil != nil &&
NtpClient::selected_record["address"]:"" != "") {
@@ -178,6 +204,13 @@
NtpClient::selected_record["initial_sync"] = true;
y2milestone("Storing the current address record: %1", NtpClient::selected_record);
NtpClient::storeSyncRecord();
+ // deleting the current record if current server address is empty
+ } else if (NtpClient::selected_record["address"]:"" == "") {
+ // delete only the server record if there is some current server record
+ if (ServerAddressIsInConfiguration()) {
+ NtpClient::selected_record = nil;
+ NtpClient::storeSyncRecord();
+ }
}
y2milestone("Switching to complex configuration...");
@@ -441,9 +474,13 @@
* @param event map event that caused storing process
*/
define void addressStore (string id, map event) ``{
+ // Don't store anything in case of switching to the complex configuration
+ if (event["ID"]:nil == `complex) return;
+
NtpClient::selected_record["address"] = UI::QueryWidget (`id (id), `Value);
if (NtpClient::simple_dialog)
{
+ y2milestone("Storing the server address in simple configuration");
NtpClient::selected_record["type"] = "server";
NtpClient::selected_record["initial_sync"] = true;
}
@@ -469,7 +506,7 @@
return true;
}
- return CheckCurrentSimpleConfiguration();
+ return CheckCurrentSimpleConfiguration(true);
}
/**
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package yast2-qt
checked in at Thu May 18 11:54:55 CEST 2006.
--------
--- yast2-qt/yast2-qt.changes 2006-05-10 15:55:35.000000000 +0200
+++ yast2-qt/yast2-qt.changes 2006-05-18 10:52:29.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 18 10:51:01 CEST 2006 - kkaempf(a)suse.de
+
+- adapt to libzypp 1.0.0 api
+- require libzypp >= 1.0.0
+- V 2.13.58
+
+-------------------------------------------------------------------
Old:
----
yast2-qt-2.13.57.tar.bz2
New:
----
yast2-qt-2.13.58.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-qt.spec ++++++
--- /var/tmp/diff_new_pack.hAAbBh/_old 2006-05-18 11:54:49.000000000 +0200
+++ /var/tmp/diff_new_pack.hAAbBh/_new 2006-05-18 11:54:49.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-qt (Version 2.13.57)
+# spec file for package yast2-qt (Version 2.13.58)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,16 +11,16 @@
# norootforbuild
Name: yast2-qt
-Version: 2.13.57
-Release: 2
+Version: 2.13.58
+Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-qt-2.13.57.tar.bz2
+Source0: yast2-qt-2.13.58.tar.bz2
prefix: /usr
BuildRequires: boost-devel curl-devel dbus-1-devel docbook-xsl-stylesheets doxygen hal-devel libdrm-devel libjpeg-devel libxcrypt-devel libxslt libzypp-devel perl-XML-Writer qt3-devel rpm-devel sgml-skel update-desktop-files yast2-core-devel yast2-devtools
Summary: YaST2 - Graphical User Interface
-Requires: libzypp
+Requires: libzypp >= 1.0.0
Provides: yast2_ui
Provides: y2base:/var/lib/YaST2/servers/qt
Provides: y2base:/usr/lib/YaST2/servers/qt
@@ -42,7 +42,7 @@
Stefan Hundhammer <sh(a)suse.de>
%prep
-%setup -n yast2-qt-2.13.57
+%setup -n yast2-qt-2.13.58
%build
%{prefix}/bin/y2tool y2autoconf
@@ -80,6 +80,10 @@
%doc %{prefix}/share/doc/packages/yast2-qt
%changelog -n yast2-qt
+* Thu May 18 2006 - kkaempf(a)suse.de
+- adapt to libzypp 1.0.0 api
+- require libzypp >= 1.0.0
+- V 2.13.58
* Wed May 10 2006 - sh(a)suse.de
- Set package to "update" or "install" if user selects a different
version in the "Versions" tab of the package selector
++++++ yast2-qt-2.13.57.tar.bz2 -> yast2-qt-2.13.58.tar.bz2 ++++++
++++ 12066 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-qt-2.13.57/VERSION new/yast2-qt-2.13.58/VERSION
--- old/yast2-qt-2.13.57/VERSION 2006-05-10 15:05:17.000000000 +0200
+++ new/yast2-qt-2.13.58/VERSION 2006-05-18 10:51:28.000000000 +0200
@@ -1 +1 @@
-2.13.57
+2.13.58
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-qt-2.13.57/configure.in new/yast2-qt-2.13.58/configure.in
--- old/yast2-qt-2.13.57/configure.in 2006-05-09 14:58:29.000000000 +0200
+++ new/yast2-qt-2.13.58/configure.in 2006-05-18 10:13:39.000000000 +0200
@@ -1,9 +1,9 @@
dnl configure.in for yast2-qt
dnl
-dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.13.19 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-qt, 2.13.55, http://bugs.opensuse.org/, yast2-qt)
+AC_INIT(yast2-qt, 2.13.57, http://bugs.opensuse.org/, yast2-qt)
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.55"
+VERSION="2.13.57"
RPMNAME="yast2-qt"
MAINTAINER="Stefan Hundhammer <sh(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-qt-2.13.57/src/YQPkgTechnicalDetailsView.cc new/yast2-qt-2.13.58/src/YQPkgTechnicalDetailsView.cc
--- old/yast2-qt-2.13.57/src/YQPkgTechnicalDetailsView.cc 2006-03-09 14:38:36.000000000 +0100
+++ new/yast2-qt-2.13.58/src/YQPkgTechnicalDetailsView.cc 2006-05-18 10:50:28.000000000 +0200
@@ -144,7 +144,7 @@
#ifdef FIXME_missing_in_zypp
row( hcell( _( "Source RPM:" ) ) + cell( pkg->sourceloc() ) ) +
#endif
- row( hcell( _( "Media No.:" ) ) + cell( pkg->mediaId() ) ) +
+ row( hcell( _( "Media No.:" ) ) + cell( pkg->sourceMediaNr() ) ) +
row( hcell( _( "Authors:" ) ) + authorsListCell( pkg ) )
);
@@ -184,7 +184,7 @@
#ifdef FIXME_missing_in_zypp
row( hcell( _( "Source RPM:" ) ) + cell( p1->sourceloc() ) + cell( p2->sourceloc() ) ) +
#endif
- row( hcell( _( "Media No.:" ) ) + cell( p1->mediaId() ) + cell( p2->mediaId() ) ) +
+ row( hcell( _( "Media No.:" ) ) + cell( p1->sourceMediaNr() ) + cell( p2->sourceMediaNr() ) ) +
row( hcell( _( "Authors:" ) ) + authorsListCell( p1 ) + authorsListCell( p2 ) )
);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package yast2-ncurses
checked in at Thu May 18 11:54:43 CEST 2006.
--------
--- yast2-ncurses/yast2-ncurses.changes 2006-05-17 17:58:39.000000000 +0200
+++ yast2-ncurses/yast2-ncurses.changes 2006-05-18 10:49:05.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 18 10:48:27 CEST 2006 - kkaempf(a)suse.de
+
+- adapt to libzypp 1.0.0 api
+- require libzypp >= 1.0.0
+- 2.13.32
+
+-------------------------------------------------------------------
Old:
----
yast2-ncurses-2.13.31.tar.bz2
New:
----
yast2-ncurses-2.13.32.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ncurses.spec ++++++
--- /var/tmp/diff_new_pack.TnGjJR/_old 2006-05-18 11:54:14.000000000 +0200
+++ /var/tmp/diff_new_pack.TnGjJR/_new 2006-05-18 11:54:14.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-ncurses (Version 2.13.31)
+# spec file for package yast2-ncurses (Version 2.13.32)
#
# 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-ncurses
-Version: 2.13.31
+Version: 2.13.32
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-ncurses-2.13.31.tar.bz2
+Source0: yast2-ncurses-2.13.32.tar.bz2
prefix: /usr
BuildRequires: doxygen gcc-c++ libzypp-devel yast2-core-devel yast2-devtools
BuildRequires: blocxx-devel libxcrypt-devel
@@ -32,6 +32,7 @@
Provides: y2curses
Obsoletes: y2curses
Requires: glibc-locale
+Requires: libzypp >= 1.0.0
%description
This package contains the character based (ncurses) user interface
@@ -40,7 +41,7 @@
%prep
-%setup -n yast2-ncurses-2.13.31
+%setup -n yast2-ncurses-2.13.32
%build
%{prefix}/bin/y2tool y2autoconf
@@ -73,6 +74,10 @@
%doc %{prefix}/share/doc/packages/yast2-ncurses
%changelog -n yast2-ncurses
+* Thu May 18 2006 - kkaempf(a)suse.de
+- adapt to libzypp 1.0.0 api
+- require libzypp >= 1.0.0
+- 2.13.32
* Wed May 17 2006 - gs(a)suse.de
- Package Installation/Online Update: Install correct package if the user
requests a certain package version, i.e. changing the "candidate".
++++++ yast2-ncurses-2.13.31.tar.bz2 -> yast2-ncurses-2.13.32.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ncurses-2.13.31/VERSION new/yast2-ncurses-2.13.32/VERSION
--- old/yast2-ncurses-2.13.31/VERSION 2006-05-17 17:51:35.000000000 +0200
+++ new/yast2-ncurses-2.13.32/VERSION 2006-05-18 10:10:50.000000000 +0200
@@ -1 +1 @@
-2.13.31
+2.13.32
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ncurses-2.13.31/configure new/yast2-ncurses-2.13.32/configure
--- old/yast2-ncurses-2.13.31/configure 2006-05-16 22:44:25.000000000 +0200
+++ new/yast2-ncurses-2.13.32/configure 2006-05-18 09:52:21.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-ncurses 2.13.30.
+# Generated by GNU Autoconf 2.59 for yast2-ncurses 2.13.31.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -423,8 +423,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-ncurses'
PACKAGE_TARNAME='yast2-ncurses'
-PACKAGE_VERSION='2.13.30'
-PACKAGE_STRING='yast2-ncurses 2.13.30'
+PACKAGE_VERSION='2.13.31'
+PACKAGE_STRING='yast2-ncurses 2.13.31'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
@@ -971,7 +971,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-ncurses 2.13.30 to adapt to many kinds of systems.
+\`configure' configures yast2-ncurses 2.13.31 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1038,7 +1038,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-ncurses 2.13.30:";;
+ short | recursive ) echo "Configuration of yast2-ncurses 2.13.31:";;
esac
cat <<\_ACEOF
@@ -1184,7 +1184,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-yast2-ncurses configure 2.13.30
+yast2-ncurses configure 2.13.31
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1198,7 +1198,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-ncurses $as_me 2.13.30, which was
+It was created by yast2-ncurses $as_me 2.13.31, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1928,7 +1928,7 @@
# Define the identity of the package.
PACKAGE='yast2-ncurses'
- VERSION='2.13.30'
+ VERSION='2.13.31'
cat >>confdefs.h <<_ACEOF
@@ -2139,7 +2139,7 @@
-VERSION="2.13.30"
+VERSION="2.13.31"
RPMNAME="yast2-ncurses"
MAINTAINER="Martin Lazar <mlazar(a)suse.cz>"
@@ -20160,7 +20160,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by yast2-ncurses $as_me 2.13.30, which was
+This file was extended by yast2-ncurses $as_me 2.13.31, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20223,7 +20223,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-ncurses config.status 2.13.30
+yast2-ncurses config.status 2.13.31
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-ncurses-2.13.31/configure.in new/yast2-ncurses-2.13.32/configure.in
--- old/yast2-ncurses-2.13.31/configure.in 2006-05-16 22:44:11.000000000 +0200
+++ new/yast2-ncurses-2.13.32/configure.in 2006-05-18 09:51:55.000000000 +0200
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.13.19 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-ncurses, 2.13.30, http://bugs.opensuse.org/, yast2-ncurses)
+AC_INIT(yast2-ncurses, 2.13.31, http://bugs.opensuse.org/, yast2-ncurses)
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.30"
+VERSION="2.13.31"
RPMNAME="yast2-ncurses"
MAINTAINER="Martin Lazar <mlazar(a)suse.cz>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ncurses-2.13.31/packages.pot new/yast2-ncurses-2.13.32/packages.pot
--- old/yast2-ncurses-2.13.31/packages.pot 2006-05-10 14:41:51.000000000 +0200
+++ new/yast2-ncurses-2.13.32/packages.pot 1970-01-01 01:00:00.000000000 +0100
@@ -1,1259 +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: 2006-05-10 14:41+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"
-
-#. label for text field showing the selected dir
-#: src/NCAskForDirectory.cc:112 src/NCAskForFile.cc:151
-#: yast2-ncurses-2.13.21/src/NCAskForDirectory.cc:112
-#: yast2-ncurses-2.13.21/src/NCAskForFile.cc:151
-msgid "Selected Directory:"
-msgstr ""
-
-#. label for checkbox
-#: src/NCAskForDirectory.cc:125 src/NCAskForFile.cc:164
-#: yast2-ncurses-2.13.21/src/NCAskForDirectory.cc:125
-#: yast2-ncurses-2.13.21/src/NCAskForFile.cc:164
-msgid "&Detailed View"
-msgstr ""
-
-#. label for text field showing the filename
-#: src/NCAskForFile.cc:193 yast2-ncurses-2.13.21/src/NCAskForFile.cc:193
-msgid "&File name:"
-msgstr ""
-
-#. label for text field showing the filter (e.g. *.bak)
-#: src/NCAskForFile.cc:198 yast2-ncurses-2.13.21/src/NCAskForFile.cc:198
-msgid "Filter:"
-msgstr ""
-
-#. part of help for textmode navigation (shown if there is further help available)
-#: src/NCDialog.cc:1160 yast2-ncurses-2.13.21/src/NCDialog.cc:1160
-msgid "<p>Press <b>F1</b> again to get further help or <b>ESC</b> to close this dialog.</p>"
-msgstr ""
-
-#. part of help for text mode navigation
-#: src/NCDialog.cc:1165 yast2-ncurses-2.13.21/src/NCDialog.cc:1165
-msgid "<p>Press <b>F1</b> or <b>ESC</b> to close this dialog.</p>"
-msgstr ""
-
-#. headline of the text mode help
-#: src/NCDialog.cc:1170 yast2-ncurses-2.13.21/src/NCDialog.cc:1170
-msgid "Text Mode Navigation"
-msgstr ""
-
-#: src/NCDialog.cc:1172 yast2-ncurses-2.13.21/src/NCDialog.cc:1172
-msgid "<p>Function key bindings:</p>"
-msgstr ""
-
-#. column header name of the file
-#: src/NCFileSelection.cc:503 src/NCFileSelection.cc:510
-#: src/NCFileSelection.cc:524 yast2-ncurses-2.13.21/src/NCFileSelection.cc:503
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:510
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:524
-msgid "File name"
-msgstr ""
-
-#. column header size of the file
-#. column header package size (keep it short!)
-#. column header size of the file
-#. column header package size (keep it short!)
-#: src/NCFileSelection.cc:512 src/PkgNames.cc:1482
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:512
-#: yast2-ncurses-2.13.21/src/PkgNames.cc:1406
-msgid "Size"
-msgstr ""
-
-#. column header file permissions
-#: src/NCFileSelection.cc:514 src/NCFileSelection.cc:753
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:514
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:753
-msgid "Permissions"
-msgstr ""
-
-#. column header user
-#: src/NCFileSelection.cc:516 src/NCFileSelection.cc:754
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:516
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:754
-msgid "User"
-msgstr ""
-
-#. column header group
-#: src/NCFileSelection.cc:518 src/NCFileSelection.cc:755
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:518
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:755
-msgid "Group"
-msgstr ""
-
-#. column header name of diretcory
-#: src/NCFileSelection.cc:745 src/NCFileSelection.cc:752
-#: src/NCFileSelection.cc:761 yast2-ncurses-2.13.21/src/NCFileSelection.cc:745
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:752
-#: yast2-ncurses-2.13.21/src/NCFileSelection.cc:761
-msgid "Directory Name"
-msgstr ""
-
-#: src/NCPkgTable.cc:275 src/NCPkgTable.cc:367
-#: yast2-ncurses-2.13.21/src/NCPkgTable.cc:275
-#: yast2-ncurses-2.13.21/src/NCPkgTable.cc:367
-msgid "End User License Agreement"
-msgstr ""
-
-#: src/NCPopupDeps.cc:138 yast2-ncurses-2.13.21/src/NCPopupDeps.cc:138
-msgid "&Problems"
-msgstr ""
-
-#: src/NCPopupDeps.cc:149 yast2-ncurses-2.13.21/src/NCPopupDeps.cc:149
-msgid "P&ossible Solutions"
-msgstr ""
-
-#. part of title (headline) of the textmode yast
-#: src/NCurses.cc:488 yast2-ncurses-2.13.21/src/NCurses.cc:488
-msgid "Press F1 for Help"
-msgstr ""
-
-#. label for a warning popup
-#: src/PkgNames.cc:535 yast2-ncurses-2.13.21/src/PkgNames.cc:522
-msgid "Warning"
-msgstr ""
-
-#. label for an error popup
-#: src/PkgNames.cc:542 yast2-ncurses-2.13.21/src/PkgNames.cc:529
-msgid "Error"
-msgstr ""
-
-#. label for a notify popup
-#: src/PkgNames.cc:549 yast2-ncurses-2.13.21/src/PkgNames.cc:536
-msgid "Notify"
-msgstr ""
-
-#. the label of the RPM-group-tags tree widget
-#: src/PkgNames.cc:556 yast2-ncurses-2.13.21/src/PkgNames.cc:543
-msgid "RPM Groups"
-msgstr ""
-
-#. the label of the selections
-#: src/PkgNames.cc:563 yast2-ncurses-2.13.21/src/PkgNames.cc:550
-msgid "Package Categories"
-msgstr ""
-
-#. A label for a list of YOU Patches - keep it short - max 25 chars!
-#. (the list shows all patches which can be installed)
-#: src/PkgNames.cc:571 yast2-ncurses-2.13.21/src/PkgNames.cc:558
-msgid "Installable Patches"
-msgstr ""
-
-#. A label for a list of YOU Patches - keep it short - max. 25 chars!
-#. (the list shows all patches which are already installed)
-#: src/PkgNames.cc:579 yast2-ncurses-2.13.21/src/PkgNames.cc:566
-msgid "Installed Patches"
-msgstr ""
-
-#. A common label for a list of YOU Patches - keep it short - max. 25 chars!
-#: src/PkgNames.cc:586 yast2-ncurses-2.13.21/src/PkgNames.cc:573
-msgid "Online Update Patches"
-msgstr ""
-
-#. the label Filter: Update Problem ( keep it short - max. 25 chars )
-#: src/PkgNames.cc:593 yast2-ncurses-2.13.21/src/PkgNames.cc:580
-msgid "Update Problem -- see help"
-msgstr ""
-
-#. the label of an OK button
-#. button label
-#. the label of an OK button
-#. button label
-#: src/PkgNames.cc:600 src/you_layout.ycp:82
-#: yast2-ncurses-2.13.21/src/PkgNames.cc:587
-#: yast2-ncurses-2.13.21/src/you_layout.ycp:82
-msgid "&OK"
-msgstr ""
-
-#. the label of an Accept button
-#. button label - keep it short
-#. the label of an Accept button
-#. button label - keep it short
-#: src/PkgNames.cc:607 src/pkg_layout.ycp:149
-#: yast2-ncurses-2.13.21/src/PkgNames.cc:594
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:147
-msgid "&Accept"
-msgstr ""
-
-#. the label of the Save button
-#: src/PkgNames.cc:614 yast2-ncurses-2.13.21/src/PkgNames.cc:601
-msgid "&Save"
-msgstr ""
-
-#. the label of the Load button
-#: src/PkgNames.cc:621 yast2-ncurses-2.13.21/src/PkgNames.cc:608
-msgid "&Load"
-msgstr ""
-
-#. Please note: use unique hot keys for the buttons from 'begin:' to 'end:'
-#. begin: the label of the Cancel button
-#. button label - keep it short
-#. button label
-#. Please note: use unique hot keys for the buttons from 'begin:' to 'end:'
-#. begin: the label of the Cancel button
-#. button label - keep it short
-#. button label
-#: src/PkgNames.cc:629 src/pkg_layout.ycp:147 src/you_layout.ycp:80
-#: yast2-ncurses-2.13.21/src/PkgNames.cc:616
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:145
-#: yast2-ncurses-2.13.21/src/you_layout.ycp:80
-msgid "&Cancel"
-msgstr ""
-
-#. the label of the Ingnore all button
-#: src/PkgNames.cc:636 yast2-ncurses-2.13.21/src/PkgNames.cc:623
-msgid "Ignore &All"
-msgstr ""
-
-#. the label of the Solve button
-#: src/PkgNames.cc:643 yast2-ncurses-2.13.21/src/PkgNames.cc:630
-msgid "&Solve"
-msgstr ""
-
-#. end: the label of a Ignore button
-#: src/PkgNames.cc:650 yast2-ncurses-2.13.21/src/PkgNames.cc:637
-msgid "&Ignore"
-msgstr ""
-
-#. the label for Filter: Search results
-#: src/PkgNames.cc:657 yast2-ncurses-2.13.21/src/PkgNames.cc:644
-msgid "Search Results"
-msgstr ""
-
-#. the label for Filter: Installation summary
-#: src/PkgNames.cc:664 yast2-ncurses-2.13.21/src/PkgNames.cc:651
-msgid "Inst. Summary"
-msgstr ""
-
-#. the headline of the search popup
-#: src/PkgNames.cc:671 yast2-ncurses-2.13.21/src/PkgNames.cc:658
-msgid "Package Search"
-msgstr ""
-
-#. a help line for the dependency popup
-#: src/PkgNames.cc:678 yast2-ncurses-2.13.21/src/PkgNames.cc:665
-msgid " [+] Select [-] Delete [>] Update "
-msgstr ""
-
-#. the headline of the dependency popup
-#: src/PkgNames.cc:685 yast2-ncurses-2.13.21/src/PkgNames.cc:672
-msgid "Package Dependencies"
-msgstr ""
-
-#. the headline of the popup showing dependencies between selections of packages
-#: src/PkgNames.cc:692 yast2-ncurses-2.13.21/src/PkgNames.cc:679
-msgid "Selection Dependencies"
-msgstr ""
-
-#. a text for a small popup which is shown during package dependency checking
-#: src/PkgNames.cc:699 yast2-ncurses-2.13.21/src/PkgNames.cc:686
-msgid "Solving..."
-msgstr ""
-
-#. a text for a small popup which is shown during writing package selection to a file
-#: src/PkgNames.cc:705 yast2-ncurses-2.13.21/src/PkgNames.cc:692
-msgid "Saving..."
-msgstr ""
-
-#. a text for a samll popup which is shown during loading package selections from a file
-#: src/PkgNames.cc:711 yast2-ncurses-2.13.21/src/PkgNames.cc:698
-msgid "Loading..."
-msgstr ""
-
-#. begin: text/labels for search popups (use unique hotkeys until the end:)
-#. text for the package search popup
-#: src/PkgNames.cc:718 yast2-ncurses-2.13.21/src/PkgNames.cc:705
-msgid "&Search Phrase"
-msgstr ""
-
-#. label of a frame in search popup (without hotkey)
-#: src/PkgNames.cc:725 yast2-ncurses-2.13.21/src/PkgNames.cc:712
-msgid " Search in "
-msgstr ""
-
-#. label of a combo box (search popup)
-#: src/PkgNames.cc:732 yast2-ncurses-2.13.21/src/PkgNames.cc:719
-msgid "&Description (time-consuming)"
-msgstr ""
-
-#. label of a combo box (search popup)
-#: src/PkgNames.cc:739 yast2-ncurses-2.13.21/src/PkgNames.cc:726
-msgid "&Name of the Package"
-msgstr ""
-
-#. label of a combo box (search popup)
-#: src/PkgNames.cc:746 yast2-ncurses-2.13.21/src/PkgNames.cc:733
-msgid "S&ummary"
-msgstr ""
-
-#. label of a combo box (search popup)
-#: src/PkgNames.cc:753 yast2-ncurses-2.13.21/src/PkgNames.cc:740
-msgid "&Provides"
-msgstr ""
-
-#. label of a combo box (search popup)
-#: src/PkgNames.cc:760 yast2-ncurses-2.13.21/src/PkgNames.cc:747
-msgid "&Requires"
-msgstr ""
-
-#. end: text/labels for search popups
-#. label of a combo box (search popup)
-#: src/PkgNames.cc:768 yast2-ncurses-2.13.21/src/PkgNames.cc:755
-msgid "&Ignore Case"
-msgstr ""
-
-#. the headline of the disk space popup
-#: src/PkgNames.cc:775 yast2-ncurses-2.13.21/src/PkgNames.cc:762
-msgid "Disk Usage Overview"
-msgstr ""
-
-#. additional file (included in a YOU patch)
-#: src/PkgNames.cc:782 yast2-ncurses-2.13.21/src/PkgNames.cc:769
-msgid "Additional File"
-msgstr ""
-
-#. a pre script (included in a YOU patch)
-#: src/PkgNames.cc:790 yast2-ncurses-2.13.21/src/PkgNames.cc:777
-msgid "Pre-Script"
-msgstr ""
-
-#. a post script (included in a YOU patch)
-#: src/PkgNames.cc:797 yast2-ncurses-2.13.21/src/PkgNames.cc:784
-msgid "Post-Script"
-msgstr ""
-
-#. a script (included in a YOU patch)
-#: src/PkgNames.cc:804 yast2-ncurses-2.13.21/src/PkgNames.cc:791
-msgid "Script"
-msgstr ""
-
-#. label of a combo box (medium means floppy or hard disk)
-#: src/PkgNames.cc:811 yast2-ncurses-2.13.21/src/PkgNames.cc:798
-msgid "&Medium"
-msgstr ""
-
-#. combo box entry
-#: src/PkgNames.cc:818 yast2-ncurses-2.13.21/src/PkgNames.cc:805
-msgid "Hard Disk"
-msgstr ""
-
-#. combo box entry
-#: src/PkgNames.cc:825 yast2-ncurses-2.13.21/src/PkgNames.cc:812
-msgid "Floppy"
-msgstr ""
-
-#. the headline of the help popup
-#: src/PkgNames.cc:832 yast2-ncurses-2.13.21/src/PkgNames.cc:819
-msgid "Package Installation Help"
-msgstr ""
-
-#. the headline of the popup showing help on search
-#: src/PkgNames.cc:839 yast2-ncurses-2.13.21/src/PkgNames.cc:826
-msgid "Package Search Help"
-msgstr ""
-
-#. the headline of the help popup
-#: src/PkgNames.cc:846 yast2-ncurses-2.13.21/src/PkgNames.cc:833
-msgid "Online Update Help"
-msgstr ""
-
-#. text describing package conflict (it's a label - keep it short)
-#: src/PkgNames.cc:852 yast2-ncurses-2.13.21/src/PkgNames.cc:839
-msgid "Unresolvable package conflict."
-msgstr ""
-
-#. text describing package conflict (it's a label - keep it short!)
-#: src/PkgNames.cc:859 yast2-ncurses-2.13.21/src/PkgNames.cc:846
-msgid "Solve the conflict by selecting or deselecting packages."
-msgstr ""
-
-#. text describing package dependency (it's a label - keep it short)
-#: src/PkgNames.cc:866 yast2-ncurses-2.13.21/src/PkgNames.cc:853
-msgid "Select one of the alternatives below."
-msgstr ""
-
-#. text describing a conflict (it's a label; text continous )
-#: src/PkgNames.cc:873 yast2-ncurses-2.13.21/src/PkgNames.cc:860
-msgid "Solve the conflict by deleting (or deselecting)"
-msgstr ""
-
-#. text describing a conflict continous (package conflict)
-#: src/PkgNames.cc:880 yast2-ncurses-2.13.21/src/PkgNames.cc:867
-msgid "the unwanted package or packages."
-msgstr ""
-
-#. text describing a conflict continous (selection conflict)
-#: src/PkgNames.cc:887 yast2-ncurses-2.13.21/src/PkgNames.cc:874
-msgid "the unwanted selection or selections."
-msgstr ""
-
-#. text describing package does not work (it's a label; text contonous)
-#: src/PkgNames.cc:894 yast2-ncurses-2.13.21/src/PkgNames.cc:881
-msgid "The selection or selections below will not work"
-msgstr ""
-
-#. text describing selection does not work continous
-#: src/PkgNames.cc:901 yast2-ncurses-2.13.21/src/PkgNames.cc:888
-msgid "without the selection to delete."
-msgstr ""
-
-#. text describing package does not work (it's a label; text continous )
-#: src/PkgNames.cc:908 yast2-ncurses-2.13.21/src/PkgNames.cc:895
-msgid "The package or packages below will not work"
-msgstr ""
-
-#. text describing package does not work continous
-#: src/PkgNames.cc:915 yast2-ncurses-2.13.21/src/PkgNames.cc:902
-msgid "without the package to delete."
-msgstr ""
-
-#. text describing packages are not available (it's a label - keep it short!)
-#: src/PkgNames.cc:922 yast2-ncurses-2.13.21/src/PkgNames.cc:909
-msgid "The required libraries or packages are not installed."
-msgstr ""
-
-#. text describing selections are not available (it's a label - keep it short!)
-#: src/PkgNames.cc:928 yast2-ncurses-2.13.21/src/PkgNames.cc:915
-msgid "The required selections are not installed."
-msgstr ""
-
-#. label of a text input field
-#: src/PkgNames.cc:935 yast2-ncurses-2.13.21/src/PkgNames.cc:922
-msgid "Enter the file name"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:942 yast2-ncurses-2.13.21/src/PkgNames.cc:929
-msgid "<b>Version: </b>"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:949 yast2-ncurses-2.13.21/src/PkgNames.cc:936
-msgid "<b>Installed: </b>"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:956 yast2-ncurses-2.13.21/src/PkgNames.cc:943
-msgid "<b>Authors: </b>"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:963 yast2-ncurses-2.13.21/src/PkgNames.cc:950
-msgid "<b>License: </b>"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:970 yast2-ncurses-2.13.21/src/PkgNames.cc:957
-msgid "<b>Media No.: </b>"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:977 yast2-ncurses-2.13.21/src/PkgNames.cc:964
-msgid "<b>Size: </b>"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:984 yast2-ncurses-2.13.21/src/PkgNames.cc:971
-msgid "<b>Package Group: </b>"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:991 yast2-ncurses-2.13.21/src/PkgNames.cc:978
-msgid "<b>Provides: </b>"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:998 yast2-ncurses-2.13.21/src/PkgNames.cc:985
-msgid "<b>Requires: </b>"
-msgstr ""
-
-#. part of the patch description
-#: src/PkgNames.cc:1005 yast2-ncurses-2.13.21/src/PkgNames.cc:992
-msgid "<b>Patch: </b>"
-msgstr ""
-
-#. info line is shown if YOU patch list is empty
-#: src/PkgNames.cc:1012 yast2-ncurses-2.13.21/src/PkgNames.cc:999
-msgid "The system is up to date"
-msgstr ""
-
-#. info line is shown if YOU patch list is empty
-#: src/PkgNames.cc:1019
-msgid "No patches available"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:1026 yast2-ncurses-2.13.21/src/PkgNames.cc:1006
-msgid "<b>Prerequires: </b>"
-msgstr ""
-
-#. text is shown in a column of a package list entry
-#. e.g. | i | aaa_base | requires ..... |
-#: src/PkgNames.cc:1034 yast2-ncurses-2.13.21/src/PkgNames.cc:1014
-msgid "requires..."
-msgstr ""
-
-#. text is shown in a column of a package list entry
-#: src/PkgNames.cc:1041 yast2-ncurses-2.13.21/src/PkgNames.cc:1021
-msgid "has unresolved requirements..."
-msgstr ""
-
-#. text is shown in a column of a package list entry
-#: src/PkgNames.cc:1048 yast2-ncurses-2.13.21/src/PkgNames.cc:1028
-msgid "obsoletes..."
-msgstr ""
-
-#. text is shown in a column of a package list entry
-#: src/PkgNames.cc:1055 yast2-ncurses-2.13.21/src/PkgNames.cc:1035
-msgid "is required by..."
-msgstr ""
-
-#. part of a text
-#: src/PkgNames.cc:1062 yast2-ncurses-2.13.21/src/PkgNames.cc:1042
-msgid "is required by"
-msgstr ""
-
-#. part of a text
-#: src/PkgNames.cc:1069 yast2-ncurses-2.13.21/src/PkgNames.cc:1049
-msgid "is not available"
-msgstr ""
-
-#. part of a text
-#: src/PkgNames.cc:1076 yast2-ncurses-2.13.21/src/PkgNames.cc:1056
-msgid "needs"
-msgstr ""
-
-#. part of a text (package 'aa' has Taboo status)
-#: src/PkgNames.cc:1083 yast2-ncurses-2.13.21/src/PkgNames.cc:1063
-msgid "is set to \"Taboo\" status"
-msgstr ""
-
-#. part of a text
-#: src/PkgNames.cc:1091 yast2-ncurses-2.13.21/src/PkgNames.cc:1071
-msgid "more disk space."
-msgstr ""
-
-#. text is shown in a line of a package list
-#: src/PkgNames.cc:1099 yast2-ncurses-2.13.21/src/PkgNames.cc:1079
-msgid "no package available"
-msgstr ""
-
-#. text is shown in a line of a package list
-#: src/PkgNames.cc:1105 yast2-ncurses-2.13.21/src/PkgNames.cc:1085
-msgid "needs packages..."
-msgstr ""
-
-#. text is shown in a line of a package list
-#: src/PkgNames.cc:1111 yast2-ncurses-2.13.21/src/PkgNames.cc:1091
-msgid "conflicts with..."
-msgstr ""
-
-#. text is shown in a line of a package list
-#: src/PkgNames.cc:1117 yast2-ncurses-2.13.21/src/PkgNames.cc:1097
-msgid "needs to be reinstalled"
-msgstr ""
-
-#. text is shown in a line of a package list
-#: src/PkgNames.cc:1123 yast2-ncurses-2.13.21/src/PkgNames.cc:1103
-msgid "No conflicts or unresolved dependencies"
-msgstr ""
-
-#. label continues the part required by ...
-#: src/PkgNames.cc:1130 yast2-ncurses-2.13.21/src/PkgNames.cc:1110
-msgid "...the package or packages below"
-msgstr ""
-
-#. label continues the part required by ...
-#: src/PkgNames.cc:1137 yast2-ncurses-2.13.21/src/PkgNames.cc:1117
-msgid "...the selection or selections below"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:1144 yast2-ncurses-2.13.21/src/PkgNames.cc:1124
-msgid "<b>Conflicts with: </b>"
-msgstr ""
-
-#. part of the package description
-#: src/PkgNames.cc:1151 yast2-ncurses-2.13.21/src/PkgNames.cc:1131
-msgid "<b>Description: </b>"
-msgstr ""
-
-#. menu Filter
-#. label of the Filter menu ( keep it short ) - filters out a set of packages
-#. Labels and menu entries for the YaST Online Update
-#. label of the Online Update 'Filter' menu (keep it short)
-#. label of the Filter menu ( keep it short ) - filters out a set of packages
-#. Labels and menu entries for the YaST Online Update
-#. label of the Online Update 'Filter' menu (keep it short)
-#: src/PkgNames.cc:1158 src/pkg_layout.ycp:18 src/you_layout.ycp:19
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:18
-#: yast2-ncurses-2.13.21/src/you_layout.ycp:19
-msgid "&Filter"
-msgstr ""
-
-#. menu entry Selections
-#. begin: menu items of the filter menu
-#. please note: use unique hotkeys until end:
-#: src/PkgNames.cc:1165 src/pkg_layout.ycp:21
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:21
-msgid "&RPM Groups"
-msgstr ""
-
-#. menu entry Selections
-#: src/PkgNames.cc:1172 src/pkg_layout.ycp:22
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:22
-msgid "Se&lections"
-msgstr ""
-
-#. menu entry Patterns
-#: src/PkgNames.cc:1179
-msgid "Pa&tterns"
-msgstr ""
-
-#. menu entry Search
-#. button label - keep it short
-#: src/PkgNames.cc:1186 src/pkg_layout.ycp:23 src/pkg_layout.ycp:139
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:23
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:137
-msgid "&Search"
-msgstr ""
-
-#. menu entry Installed Packages
-#: src/PkgNames.cc:1193 src/pkg_layout.ycp:24
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:24
-msgid "Installed &Packages"
-msgstr ""
-
-#. menu entry Installed Packages
-#: src/PkgNames.cc:1200 src/pkg_layout.ycp:25
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:25
-msgid "&Installation Summary"
-msgstr ""
-
-#. menu entry Update List
-#. end: menu items of the filter menu
-#: src/PkgNames.cc:1207 src/pkg_layout.ycp:27
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:27
-msgid "&Update List"
-msgstr ""
-
-#. menu Etc.
-#. label Etc. menu ( keep it short! )
-#. menu Etc.
-#. label Etc. menu ( keep it short! )
-#: src/PkgNames.cc:1214 src/pkg_layout.ycp:82
-#: yast2-ncurses-2.13.21/src/PkgNames.cc:1138
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:80
-msgid "&Etc."
-msgstr ""
-
-#. submenu: dependency
-#. menu item of the Etc. menu
-#. submenu: dependency
-#. menu item of the Etc. menu
-#: src/PkgNames.cc:1221 src/pkg_layout.ycp:84
-#: yast2-ncurses-2.13.21/src/PkgNames.cc:1145
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:82
-msgid "&Dependencies"
-msgstr ""
-
-#. menu entry: do a dependency check
-#. Please note: preserve the whitespaces at the beginning
-#. menu items of the Etc./Dependencies submenu
-#. menu entry: do a dependency check
-#. Please note: preserve the whitespaces at the beginning
-#. menu items of the Etc./Dependencies submenu
-#: src/PkgNames.cc:1229 src/pkg_layout.ycp:86
-#: yast2-ncurses-2.13.21/src/PkgNames.cc:1153
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:84
-msgid " &Check Dependencies Now"
-msgstr ""
-
-#. menu entry: dependency check off
-#: src/PkgNames.cc:1236 yast2-ncurses-2.13.21/src/PkgNames.cc:1160
-msgid "[ ] &Automatic Dependency Check"
-msgstr ""
-
-#. menu entry: dependency check on
-#: src/PkgNames.cc:1243 src/pkg_layout.ycp:87
-#: yast2-ncurses-2.13.21/src/PkgNames.cc:1167
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:85
-msgid "[X] &Automatic Dependency Check"
-msgstr ""
-
-#. submenu: selections
-#: src/PkgNames.cc:1250 yast2-ncurses-2.13.21/src/PkgNames.cc:1174
-msgid "&Selections"
-msgstr ""
-
-#. menu entry
-#: src/PkgNames.cc:1257 yast2-ncurses-2.13.21/src/PkgNames.cc:1181
-msgid "S&ave Selection"
-msgstr ""
-
-#. last menu entry of the Etc. menu
-#: src/PkgNames.cc:1264 yast2-ncurses-2.13.21/src/PkgNames.cc:1188
-msgid "&Load Selection"
-msgstr ""
-
-#.
-#: src/PkgNames.cc:1271 yast2-ncurses-2.13.21/src/PkgNames.cc:1195
-msgid "<i>Out of disk space!</i>"
-msgstr ""
-
-#.
-#: src/PkgNames.cc:1278 yast2-ncurses-2.13.21/src/PkgNames.cc:1202
-msgid "<b>Disk space is running out!</b>"
-msgstr ""
-
-#. the headline of the popup containing a list with packages with status changes
-#: src/PkgNames.cc:1285 yast2-ncurses-2.13.21/src/PkgNames.cc:1209
-msgid "Automatic Changes"
-msgstr ""
-
-#. text part1 of popup with automatic changes (it's a label; text continous)
-#: src/PkgNames.cc:1292 yast2-ncurses-2.13.21/src/PkgNames.cc:1216
-msgid "In addition to your manual selections, the following"
-msgstr ""
-
-#. text part1 of popup with automatic changes continous
-#: src/PkgNames.cc:1299 yast2-ncurses-2.13.21/src/PkgNames.cc:1223
-msgid "packages have been changed to resolve dependencies:"
-msgstr ""
-
-#. part1 of help text package installation
-#: src/PkgNames.cc:1306 yast2-ncurses-2.13.21/src/PkgNames.cc:1230
-msgid "<p>The package installation dialog offers the features to customize your SuSE Linux installation. You have the opportunity to make your own decision about the installation or removal of particular packages. For example, select additional categories for installation (see menu <i>Filter</i>) or deselect unwanted packages.</p>"
-msgstr ""
-
-#. part of help text package installation
-#: src/PkgNames.cc:1313 yast2-ncurses-2.13.21/src/PkgNames.cc:1237
-msgid "<p>The list shows all packages belonging to the current filter with status information in the first column. To change the package status, see <i>Actions</i>.</p>"
-msgstr ""
-
-#. additional help text for post installation
-#: src/PkgNames.cc:1320 yast2-ncurses-2.13.21/src/PkgNames.cc:1244
-msgid "<p>Be careful when deleting packages and always pay attention to <i>Warning</i> pop-ups.</p>"
-msgstr ""
-
-#. part2 of help text package installation
-#: src/PkgNames.cc:1327 yast2-ncurses-2.13.21/src/PkgNames.cc:1251
-msgid "Description of the menus:<br><p><b>Filter:</b> the packages shown in the package list match the selected filter, such as an RPM group, a keyword, or a category of packages (like Development or Games).</p>"
-msgstr ""
-
-#. part3 of help text package installation
-#: src/PkgNames.cc:1334 yast2-ncurses-2.13.21/src/PkgNames.cc:1258
-msgid "<p><b>Actions:</b> provides the possibilities to change the status of the selected package (or all packages in the list), for example, to delete a package or select an additional package for installation. The status change can also be done directly by pressing the key specified in the menu item (for detailed information about the package status, see 'Help on package status').</p>"
-msgstr ""
-
-#. part4 of help text package installation
-#: src/PkgNames.cc:1341 yast2-ncurses-2.13.21/src/PkgNames.cc:1265
-msgid "<p><b>Information:</b> you have the possibility to view different information about the selected package in the window on the bottom of the dialog, such as the long description, all available versions of the package, or the file list.</p>"
-msgstr ""
-
-#. part5 of help text package installation
-#: src/PkgNames.cc:1348 yast2-ncurses-2.13.21/src/PkgNames.cc:1272
-msgid "<p><b>Etc.:</b> The menu item 'Dependencies' offers different settings for the dependency checking. Automatic dependency check means check after every change of the package status whether all requirements are fulfilled or whether conflicts occurred.</p>"
-msgstr ""
-
-#. part6 of help text package installation
-#: src/PkgNames.cc:1355 yast2-ncurses-2.13.21/src/PkgNames.cc:1279
-msgid "<p>To save or load a package selection, choose 'Selections'.</p>"
-msgstr ""
-
-#. help text package search
-#: src/PkgNames.cc:1362 yast2-ncurses-2.13.21/src/PkgNames.cc:1286
-msgid "<p>Enter a keyword for your package search. It is possible to enter only parts of a package name, for example, to search for all 3D packages with \"3d\".<br> If you are looking for a term in a package description, click the appropriate check box. Start the search with 'Enter'.</p>"
-msgstr ""
-
-#. part 1 of help text package status
-#: src/PkgNames.cc:1369 yast2-ncurses-2.13.21/src/PkgNames.cc:1293
-msgid "<p>The package status can be changed using the <i>Actions</i> menu or the keys specified in the menu items. For example, use '+' to install an additional package. The \"Taboo\" status means the package should not be installed or the installed version should always be kept.</p>"
-msgstr ""
-
-#. part 1 of help text package status
-#: src/PkgNames.cc:1376 yast2-ncurses-2.13.21/src/PkgNames.cc:1300
-msgid "<p>By default, the package dependencies are checked with every status change. You will be informed about package conflicts and additionally required packages will be selected (the menu item <i>Etc.</i>/<i>Dependencies</i> offers different settings).</p>"
-msgstr ""
-
-#. part 2 of help text package status
-#: src/PkgNames.cc:1383 yast2-ncurses-2.13.21/src/PkgNames.cc:1307
-msgid "<p>You can also use <b>RET</b> or <b>SPACE</b> to toggle the package status."
-msgstr ""
-
-#. part 3 of help text package status
-#: src/PkgNames.cc:1390 yast2-ncurses-2.13.21/src/PkgNames.cc:1314
-msgid "<br>The meaning of the status flags:"
-msgstr ""
-
-#. help text package status
-#: src/PkgNames.cc:1397 yast2-ncurses-2.13.21/src/PkgNames.cc:1321
-msgid "<p><b> + </b>: this package is selected for installation</p><p><b>a+ </b>: automatically selected for installation</p><p><b> > </b>: update this package</p><p><b>a> </b>: automatic update</p><p><b> i </b>: this package is installed</p><p><b> - </b>: the package will be deleted</p><p><b>---</b>: never install this package</p>"
-msgstr ""
-
-#. help text package status
-#: src/PkgNames.cc:1404 yast2-ncurses-2.13.21/src/PkgNames.cc:1328
-msgid "<p><b>-i-</b>: the package is \"protected\" -- keep the installed version and never update or delete it.</p>"
-msgstr ""
-
-#. help text package status
-#: src/PkgNames.cc:1411 yast2-ncurses-2.13.21/src/PkgNames.cc:1335
-msgid "<p>The <i>Actions</i> menu also provides the possibility to change the status for all packages in the list (select 'All Listed Packages').</p>"
-msgstr ""
-
-#. help text package status
-#: src/PkgNames.cc:1418 yast2-ncurses-2.13.21/src/PkgNames.cc:1342
-msgid "<b>Update Problem List</b><br><p>The packages in the list cannot be updated automatically.</p><p>Possible reasons:</p><p>They are obsoleted by other packages.</p><p>There is no newer version to which to update on any installation media.</p><p>They are third-party packages</p><p>Manually select what to do with them. The safest course of action is to delete them.</p>"
-msgstr ""
-
-#. column header package name (keep it short!)
-#: src/PkgNames.cc:1425 yast2-ncurses-2.13.21/src/PkgNames.cc:1349
-msgid "Name"
-msgstr ""
-
-#. column header (keep it short!)
-#: src/PkgNames.cc:1432 yast2-ncurses-2.13.21/src/PkgNames.cc:1356
-msgid "Package/Library"
-msgstr ""
-
-#. column header selection name (keep it short!)
-#: src/PkgNames.cc:1439 yast2-ncurses-2.13.21/src/PkgNames.cc:1363
-msgid "Selection"
-msgstr ""
-
-#. column header installed package version (keep it short!)
-#: src/PkgNames.cc:1446 yast2-ncurses-2.13.21/src/PkgNames.cc:1370
-msgid "Version"
-msgstr ""
-
-#. column header installation source e.g. SuSE 9.0 Professional (keep it short!)
-#: src/PkgNames.cc:1453 yast2-ncurses-2.13.21/src/PkgNames.cc:1377
-msgid "Installation Source"
-msgstr ""
-
-#. column header available package version (keep it short - use abbreviation!)
-#: src/PkgNames.cc:1460 yast2-ncurses-2.13.21/src/PkgNames.cc:1384
-msgid "Avail. Vers."
-msgstr ""
-
-#. column header installed package version (keep it short - use abbreviation!)
-#: src/PkgNames.cc:1467 yast2-ncurses-2.13.21/src/PkgNames.cc:1391
-msgid "Inst. Vers."
-msgstr ""
-
-#. column header package description (keep it short!)
-#: src/PkgNames.cc:1474 yast2-ncurses-2.13.21/src/PkgNames.cc:1398
-msgid "Summary"
-msgstr ""
-
-#. column header package architecture (keep it short!)
-#: src/PkgNames.cc:1489 yast2-ncurses-2.13.21/src/PkgNames.cc:1413
-msgid "Architecture"
-msgstr ""
-
-#. column header source RPM installation (keep it short!)
-#: src/PkgNames.cc:1496 yast2-ncurses-2.13.21/src/PkgNames.cc:1420
-msgid "Source"
-msgstr ""
-
-#. column header patch kind (keep it short!)
-#: src/PkgNames.cc:1503 yast2-ncurses-2.13.21/src/PkgNames.cc:1427
-msgid "Kind"
-msgstr ""
-
-#. column header kind of the package dependency, e.g. conflict (keep it short!)
-#: src/PkgNames.cc:1510 yast2-ncurses-2.13.21/src/PkgNames.cc:1434
-msgid "Kind of Dependency"
-msgstr ""
-
-#. column header comment (keep it short!)
-#: src/PkgNames.cc:1517 yast2-ncurses-2.13.21/src/PkgNames.cc:1441
-msgid "Additional Information"
-msgstr ""
-
-#. column header name of the partition (keep it short!)
-#: src/PkgNames.cc:1531 yast2-ncurses-2.13.21/src/PkgNames.cc:1455
-msgid "Partition"
-msgstr ""
-
-#. column header used disk space (keep it short!)
-#: src/PkgNames.cc:1538 yast2-ncurses-2.13.21/src/PkgNames.cc:1462
-msgid "Used"
-msgstr ""
-
-#. column header free disk space (keep it short!)
-#: src/PkgNames.cc:1545 yast2-ncurses-2.13.21/src/PkgNames.cc:1469
-msgid "Free"
-msgstr ""
-
-#. column header total disk space (keep it short!)
-#: src/PkgNames.cc:1552 yast2-ncurses-2.13.21/src/PkgNames.cc:1476
-msgid "Total"
-msgstr ""
-
-#. headline for a list of installed files
-#: src/PkgNames.cc:1559 yast2-ncurses-2.13.21/src/PkgNames.cc:1483
-msgid "<i>List of Installed Files:</i><br>"
-msgstr ""
-
-#. help text online udpate
-#. Do NOT translate 'recommended' and 'security'! because the patch kind is always shown as english text.
-#: src/PkgNames.cc:1567 yast2-ncurses-2.13.21/src/PkgNames.cc:1491
-msgid "<p>Mode \"recommended\" means you should install the patch. \"security\" is a security patch and it is highly recommended to install it. \"YaST2\" patches will be always installed first. The other patches must be installed on a second run.</p>"
-msgstr ""
-
-#. help text online udpate continue
-#: src/PkgNames.cc:1574 yast2-ncurses-2.13.21/src/PkgNames.cc:1498
-msgid "<p>Meaning of the status flags:</p><p><b>+</b>: Patches concerning your installation are preselected. They will be downloaded and installed on your system. If you do not want a certain patch, deselect it with '-'.</p>"
-msgstr ""
-
-#. help text online udpate continue
-#: src/PkgNames.cc:1581 yast2-ncurses-2.13.21/src/PkgNames.cc:1505
-msgid "<p><b>i</b>: This patch is already installed.</p><p><b>></b>: The patch will be reinstalled.</p>"
-msgstr ""
-
-#. part of help for text mode navigation
-#: src/PkgNames.cc:1588 yast2-ncurses-2.13.21/src/PkgNames.cc:1512
-msgid "<p>Special keys:<br>Function keys provide a quick access to the main functions (frequently used buttons) of this dialog. See the listing below to get the bindings.</p>"
-msgstr ""
-
-#. part of help for text mode navigation
-#: src/PkgNames.cc:1595 yast2-ncurses-2.13.21/src/PkgNames.cc:1519
-msgid "<p>Shortcuts are used to perform the desired action by pressing the <b>Alt</b> key followed by the key marked in the corresponding button, check box, radio button, or other item.</p>If the <b>Alt</b> key combinations are captured by the X server, use <b>ESC</b> instead."
-msgstr ""
-
-#. part of help for text mode navigation
-#: src/PkgNames.cc:1602 yast2-ncurses-2.13.21/src/PkgNames.cc:1526
-msgid "<p>General keyboard navigation:</p>"
-msgstr ""
-
-#. part of help for text mode navigation
-#: src/PkgNames.cc:1609 yast2-ncurses-2.13.21/src/PkgNames.cc:1533
-msgid "<p>To move inside a dialog, use <b>Tab</b> to go forward and <b>Alt</b> or <b>Shift</b> + <b>Tab</b> to go back.<br> If the <b>Alt</b> and <b>Shift</b> key combinations are occupied by the window manager or the terminal, <b>Ctrl</b> + <b>F</b> (forward) and <b>Ctrl</b> + <b>B</b> (back) can be used instead.</p>."
-msgstr ""
-
-#. part of help for text mode navigation
-#: src/PkgNames.cc:1615 yast2-ncurses-2.13.21/src/PkgNames.cc:1539
-msgid "<p>The command specified on an activated button (e.g., Next, Add) is executed if the <b>Enter</b> key is pressed.</p> <p>Radio buttons or check boxes are switched on or off with <b>Enter</b> or <b>Space</b>. "
-msgstr ""
-
-#. part of help for text mode navigation
-#: src/PkgNames.cc:1622 yast2-ncurses-2.13.21/src/PkgNames.cc:1546
-msgid "<p>Scroll in lists or text (e.g., the help text) with the <b>arrow</b> keys.</p>"
-msgstr ""
-
-#. headline for the popup
-#: src/PkgNames.cc:1629 yast2-ncurses-2.13.21/src/PkgNames.cc:1553
-msgid "Save Package List"
-msgstr ""
-
-#. text for thepopup "Save Package List"
-#: src/PkgNames.cc:1636 yast2-ncurses-2.13.21/src/PkgNames.cc:1560
-msgid "<p>The current package selection can be saved on a floppy (insert a formatted floppy) or on the hard disk.<br>Select the medium and specify the file name in the input field below.</p>"
-msgstr ""
-
-#. text for an Error popup
-#: src/PkgNames.cc:1643 yast2-ncurses-2.13.21/src/PkgNames.cc:1567
-msgid "<p>Could not find a formatted floppy. Check that a formatted and verified floppy is inserted in the drive.</p>"
-msgstr ""
-
-#. text for an Error popup
-#: src/PkgNames.cc:1650 yast2-ncurses-2.13.21/src/PkgNames.cc:1574
-msgid "<p>Could not write to file.<br>Check that the path name is correct and the directory is accessible.</p>"
-msgstr ""
-
-#. text for a Notify popup
-#: src/PkgNames.cc:1657 yast2-ncurses-2.13.21/src/PkgNames.cc:1581
-msgid "<p>Your settings have been saved to the floppy disk.</p>"
-msgstr ""
-
-#. text for a Notify popup
-#: src/PkgNames.cc:1664 yast2-ncurses-2.13.21/src/PkgNames.cc:1588
-msgid "<p>Your package selection has been written to the hard disk.</p>"
-msgstr ""
-
-#. headline for the popup
-#: src/PkgNames.cc:1671 yast2-ncurses-2.13.21/src/PkgNames.cc:1595
-msgid "Load Package List"
-msgstr ""
-
-#. text for a Notify popup
-#: src/PkgNames.cc:1678 yast2-ncurses-2.13.21/src/PkgNames.cc:1602
-msgid "<p>Really overwrite your package selection?</p>"
-msgstr ""
-
-#. text for popup "Load Package List"
-#: src/PkgNames.cc:1685 yast2-ncurses-2.13.21/src/PkgNames.cc:1609
-msgid "<p>Specify the medium and the name of the file containing the user-defined package selection to install.<br>If required, insert the floppy.</p>"
-msgstr ""
-
-#. text for an Error popup
-#: src/PkgNames.cc:1692 yast2-ncurses-2.13.21/src/PkgNames.cc:1616
-msgid "<p>Could not mount the floppy. Check that the floppy is inserted in the drive.</p>"
-msgstr ""
-
-#. text for an Error popup
-#: src/PkgNames.cc:1699 yast2-ncurses-2.13.21/src/PkgNames.cc:1623
-msgid "<p>Could not load the settings.<br>Check that the path name is correct and the floppy disk, if required, is inserted correctly.</p>"
-msgstr ""
-
-#. text for a Notify popup
-#: src/PkgNames.cc:1706 yast2-ncurses-2.13.21/src/PkgNames.cc:1630
-msgid "<p>The package selection is loaded succesfully.</p>"
-msgstr ""
-
-#. text for a Notify popup
-#: src/PkgNames.cc:1713 yast2-ncurses-2.13.21/src/PkgNames.cc:1637
-msgid "<p>All your choices will be lost when exiting with Cancel.<br>Really exit?</p>"
-msgstr ""
-
-#. label Actions menu ( keep it short ) - actions to change status of a package
-#: src/pkg_layout.ycp:32 yast2-ncurses-2.13.21/src/pkg_layout.ycp:30
-msgid "A&ctions"
-msgstr ""
-
-#. Please note: add an appropriate number of whitespaces to get a well
-#. formated menu (the [ ]s should be in one column) and use unique hotkeys until end:
-#. begin: Actions menu, toggle the status, e.g. change from installed to delete
-#: src/pkg_layout.ycp:36 yast2-ncurses-2.13.21/src/pkg_layout.ycp:34
-msgid "&Toggle [SPACE]"
-msgstr ""
-
-#. select the package for installation
-#: src/pkg_layout.ycp:38 yast2-ncurses-2.13.21/src/pkg_layout.ycp:36
-msgid "&Select [+]"
-msgstr ""
-
-#. delete the package
-#: src/pkg_layout.ycp:40 yast2-ncurses-2.13.21/src/pkg_layout.ycp:38
-msgid "&Delete [-]"
-msgstr ""
-
-#. update the package
-#: src/pkg_layout.ycp:42 yast2-ncurses-2.13.21/src/pkg_layout.ycp:40
-msgid "&Update [>]"
-msgstr ""
-
-#. set package status to 'Taboo', i.e. never install this package
-#: src/pkg_layout.ycp:44 yast2-ncurses-2.13.21/src/pkg_layout.ycp:42
-msgid "Taboo &Yes [!]"
-msgstr ""
-
-#. reset the status 'Taboo'
-#: src/pkg_layout.ycp:46 yast2-ncurses-2.13.21/src/pkg_layout.ycp:44
-msgid "Taboo &No [-]"
-msgstr ""
-
-#. #ifdef FIXME
-#. // source package handling does not work yet with zypp
-#. // install the source package (SRPM)
-#. `item( `id("sourceYes"), _( "&Install Sources (SRPM)" ) ),
-#. // don't install sources
-#. `item( `id("sourceNo"), _( "D&o Not Install Sources" ) ),
-#. #endif
-#. end: Actions menu, set status of all packages (title of a submenu)
-#: src/pkg_layout.ycp:55 yast2-ncurses-2.13.21/src/pkg_layout.ycp:53
-msgid "All Listed &Packages"
-msgstr ""
-
-#. begin: submenu items actions concerning all packages
-#. please note: use unique hotkeys until end:
-#: src/pkg_layout.ycp:59 yast2-ncurses-2.13.21/src/pkg_layout.ycp:57
-msgid "&Install All"
-msgstr ""
-
-#: src/pkg_layout.ycp:60 yast2-ncurses-2.13.21/src/pkg_layout.ycp:58
-msgid "Do &Not Install Any"
-msgstr ""
-
-#: src/pkg_layout.ycp:61 yast2-ncurses-2.13.21/src/pkg_layout.ycp:59
-msgid "&Delete All"
-msgstr ""
-
-#: src/pkg_layout.ycp:62 yast2-ncurses-2.13.21/src/pkg_layout.ycp:60
-msgid "Do Not D&elete Any"
-msgstr ""
-
-#: src/pkg_layout.ycp:63 yast2-ncurses-2.13.21/src/pkg_layout.ycp:61
-msgid "&Update All"
-msgstr ""
-
-#. end: submenu items: actions concerning all packages
-#: src/pkg_layout.ycp:65 yast2-ncurses-2.13.21/src/pkg_layout.ycp:63
-msgid "Do Not Update and &Keep Installed"
-msgstr ""
-
-#. label Information menu ( keep it short! )
-#. label of the Online Update 'Information' menu (keep it short)
-#. label Information menu ( keep it short! )
-#. label of the Online Update 'Information' menu (keep it short)
-#: src/pkg_layout.ycp:71 src/you_layout.ycp:43
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:69
-#: yast2-ncurses-2.13.21/src/you_layout.ycp:43
-msgid "&Information"
-msgstr ""
-
-#. begin: menu items of the info menu
-#. please note: use unique hotkeys until end:
-#: src/pkg_layout.ycp:74 yast2-ncurses-2.13.21/src/pkg_layout.ycp:72
-msgid "&Package Info"
-msgstr ""
-
-#. menu items
-#: src/pkg_layout.ycp:75 src/you_layout.ycp:45
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:73
-#: yast2-ncurses-2.13.21/src/you_layout.ycp:45
-msgid "&Long Description"
-msgstr ""
-
-#: src/pkg_layout.ycp:76 yast2-ncurses-2.13.21/src/pkg_layout.ycp:74
-msgid "&Versions"
-msgstr ""
-
-#: src/pkg_layout.ycp:77 yast2-ncurses-2.13.21/src/pkg_layout.ycp:75
-msgid "&File List"
-msgstr ""
-
-#. end: menu items of the info menu
-#: src/pkg_layout.ycp:79 yast2-ncurses-2.13.21/src/pkg_layout.ycp:77
-msgid "Package &Relations"
-msgstr ""
-
-#. label text - keep it short
-#: src/pkg_layout.ycp:112 src/you_layout.ycp:59
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:110
-#: yast2-ncurses-2.13.21/src/you_layout.ycp:59
-msgid "Filter: "
-msgstr ""
-
-#. label text - keep it short (use abbreviation if necessary)
-#: src/pkg_layout.ycp:118 yast2-ncurses-2.13.21/src/pkg_layout.ycp:116
-msgid "Required Disk Space: "
-msgstr ""
-
-#. label help menu
-#. button label
-#. label help menu
-#. button label
-#: src/pkg_layout.ycp:130 src/you_layout.ycp:77
-#: yast2-ncurses-2.13.21/src/pkg_layout.ycp:128
-#: yast2-ncurses-2.13.21/src/you_layout.ycp:77
-msgid "&Help"
-msgstr ""
-
-#. menu items of the help menu
-#: src/pkg_layout.ycp:132 yast2-ncurses-2.13.21/src/pkg_layout.ycp:130
-msgid "&General Help"
-msgstr ""
-
-#: src/pkg_layout.ycp:133 yast2-ncurses-2.13.21/src/pkg_layout.ycp:131
-msgid "Help on &Package Status"
-msgstr ""
-
-#: src/pkg_layout.ycp:134 yast2-ncurses-2.13.21/src/pkg_layout.ycp:132
-msgid "Help on &Search"
-msgstr ""
-
-#: src/pkg_layout.ycp:135 yast2-ncurses-2.13.21/src/pkg_layout.ycp:133
-msgid "Help on &Upate"
-msgstr ""
-
-#. button label - keep it short! (max. 15 chars -- use abbreviation)
-#: src/pkg_layout.ycp:142 yast2-ncurses-2.13.21/src/pkg_layout.ycp:140
-msgid "&Disk Usage"
-msgstr ""
-
-#. menu items - keep them short and use unique hotkeys from begin: to end:
-#. begin:
-#: src/you_layout.ycp:22
-msgid "&Patches"
-msgstr ""
-
-#: src/you_layout.ycp:23 yast2-ncurses-2.13.21/src/you_layout.ycp:23
-msgid "Installed &Patches"
-msgstr ""
-
-#: src/you_layout.ycp:24 yast2-ncurses-2.13.21/src/you_layout.ycp:24
-msgid "&All Patches"
-msgstr ""
-
-#: src/you_layout.ycp:25 yast2-ncurses-2.13.21/src/you_layout.ycp:25
-msgid "&New Patches"
-msgstr ""
-
-#: src/you_layout.ycp:26 yast2-ncurses-2.13.21/src/you_layout.ycp:26
-msgid "&Recommended"
-msgstr ""
-
-#: src/you_layout.ycp:27 yast2-ncurses-2.13.21/src/you_layout.ycp:27
-msgid "&Security"
-msgstr ""
-
-#: src/you_layout.ycp:28 yast2-ncurses-2.13.21/src/you_layout.ycp:28
-msgid "&Optional"
-msgstr ""
-
-#. end:
-#: src/you_layout.ycp:30
-msgid "YaS&T2"
-msgstr ""
-
-#. label of the Online Update 'Actions' menu (keep it short)
-#: src/you_layout.ycp:34 yast2-ncurses-2.13.21/src/you_layout.ycp:34
-msgid "&Actions"
-msgstr ""
-
-#. menu items
-#: src/you_layout.ycp:36 yast2-ncurses-2.13.21/src/you_layout.ycp:36
-msgid "&Toggle [SPACE]"
-msgstr ""
-
-#: src/you_layout.ycp:37 yast2-ncurses-2.13.21/src/you_layout.ycp:37
-msgid "&Select [+]"
-msgstr ""
-
-#: src/you_layout.ycp:38 yast2-ncurses-2.13.21/src/you_layout.ycp:38
-msgid "Dese&lect [-]"
-msgstr ""
-
-#: src/you_layout.ycp:39 yast2-ncurses-2.13.21/src/you_layout.ycp:39
-msgid "&Update [>]"
-msgstr ""
-
-#: src/you_layout.ycp:46 yast2-ncurses-2.13.21/src/you_layout.ycp:46
-msgid "&Package List"
-msgstr ""
-
-#. label text - keep it short (use abbreviation if necessary)
-#. It's the total -download- size of the patches (not the installed size)
-#: src/you_layout.ycp:66 yast2-ncurses-2.13.21/src/you_layout.ycp:66
-msgid "Total Download Size: "
-msgstr ""
-
-#. menu items - keep them short and use unique hotkeys from begin: to end:
-#. begin:
-#: yast2-ncurses-2.13.21/src/you_layout.ycp:22
-msgid "&Installable Patches"
-msgstr ""
-
-#. end:
-#: yast2-ncurses-2.13.21/src/you_layout.ycp:30
-msgid "&YaST2"
-msgstr ""
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ncurses-2.13.31/src/NCStyleDef.cc new/yast2-ncurses-2.13.32/src/NCStyleDef.cc
--- old/yast2-ncurses-2.13.31/src/NCStyleDef.cc 2006-03-07 13:31:20.000000000 +0100
+++ new/yast2-ncurses-2.13.32/src/NCStyleDef.cc 2006-05-18 10:38:07.000000000 +0200
@@ -545,7 +545,7 @@
(ch&A_UNDERLINE ? 'u' : '.'),
(ch&A_STANDOUT ? 's' : '.'),
(ch&A_ALTCHARSET ? 'A' : '.'),
- ch&A_CHARTEXT
+ (unsigned)(ch&A_CHARTEXT)
);
w.addstr( 1, 1, buf, len );
SubWin::draw( true );
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ncurses-2.13.31/src/PackageSelector.cc new/yast2-ncurses-2.13.32/src/PackageSelector.cc
--- old/yast2-ncurses-2.13.31/src/PackageSelector.cc 2006-05-17 17:29:23.000000000 +0200
+++ new/yast2-ncurses-2.13.32/src/PackageSelector.cc 2006-05-18 10:43:16.000000000 +0200
@@ -2231,7 +2231,7 @@
// add the media nr
text += PkgNames::MediaNo();
char num[5];
- int medianr = package->mediaId ();
+ int medianr = package->sourceMediaNr ();
sprintf( num, "%d", medianr );
text += num;
text += "<br>";
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kvpnc
checked in at Thu May 18 11:50:45 CEST 2006.
--------
--- KDE/kvpnc/kvpnc.changes 2006-05-16 11:00:57.000000000 +0200
+++ kvpnc/kvpnc.changes 2006-05-18 11:07:57.000000000 +0200
@@ -1,0 +2,17 @@
+Thu May 18 11:07:24 CEST 2006 - stbinner(a)suse.de
+
+- update to version 0.8.5
+ * vpnc script generation fixed
+ * libcrypt detection fixed
+ * vpnc output parsing fixed
+ * option for peer timeout added
+ * pcf import now uses peer timeout
+ * debug output of kvpnc > 1 shows now the vpnc arguments
+ * log file is now synchron written
+ * copy action for debug output added
+ * process handling improved
+ * userdefinied packet size added (openvpn)
+ * userdefinied packet size for fragmentation added (openvpn)
+ * network interface handling improved
+
+-------------------------------------------------------------------
Old:
----
kvpnc-0.8.4.tar.bz2
New:
----
kvpnc-0.8.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kvpnc.spec ++++++
--- /var/tmp/diff_new_pack.SFso5t/_old 2006-05-18 11:49:47.000000000 +0200
+++ /var/tmp/diff_new_pack.SFso5t/_new 2006-05-18 11:49:47.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kvpnc (Version 0.8.4)
+# spec file for package kvpnc (Version 0.8.5)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,8 +15,8 @@
License: GPL
Group: Productivity/Networking/System
Summary: GUI Front-End for openswan and vpnc
-Version: 0.8.4
-Release: 2
+Version: 0.8.5
+Release: 1
URL: http://home.gna.org/kvpnc/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%{version}.tar.bz2
@@ -60,6 +60,20 @@
/opt/kde3/share/icons/*/*/*/kvpnc*.png
%changelog -n kvpnc
+* Thu May 18 2006 - stbinner(a)suse.de
+- update to version 0.8.5
+ * vpnc script generation fixed
+ * libcrypt detection fixed
+ * vpnc output parsing fixed
+ * option for peer timeout added
+ * pcf import now uses peer timeout
+ * debug output of kvpnc > 1 shows now the vpnc arguments
+ * log file is now synchron written
+ * copy action for debug output added
+ * process handling improved
+ * userdefinied packet size added (openvpn)
+ * userdefinied packet size for fragmentation added (openvpn)
+ * network interface handling improved
* Sun Apr 09 2006 - stbinner(a)suse.de
- update to version 0.8.4
* ipsec.conf and ipsec.secrets will no longer overwritten
++++++ kvpnc-0.8.4.tar.bz2 -> kvpnc-0.8.5.tar.bz2 ++++++
++++ 205307 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package vdr13
checked in at Thu May 18 10:17:47 CEST 2006.
--------
--- vdr13/vdr13.changes 2006-02-19 23:24:06.000000000 +0100
+++ vdr13/vdr13.changes 2006-05-02 14:03:08.000000000 +0200
@@ -1,0 +2,22 @@
+Tue May 2 14:02:28 CEST 2006 - lnussel(a)suse.de
+
+- new version 1.4.0
+- fix runvdr script not working with plugins that have a dash in the
+ name (#171518)
+
+-------------------------------------------------------------------
+Wed Apr 26 10:14:20 CEST 2006 - lnussel(a)suse.de
+
+- apply vdr-1.3.48-apiversion.diff and vdr-1.3.48-inteditzero.diff
+
+-------------------------------------------------------------------
+Tue Apr 25 10:36:46 CEST 2006 - lnussel(a)suse.de
+
+- new version 1.3.48 (RC for 1.4.0)
+
+-------------------------------------------------------------------
+Wed Mar 29 15:29:06 CEST 2006 - lnussel(a)suse.de
+
+- new version 1.3.45
+
+-------------------------------------------------------------------
Old:
----
vdr-1.3.27-stupid.diff
vdr-1.3.38-dvbplayer-nosleep.diff
vdr-1.3.39.tar.bz2
New:
----
runvdr.diff
vdr-1.3.45-dvbplayer-nosleep.diff
vdr-1.4.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vdr13.spec ++++++
--- /var/tmp/diff_new_pack.GQtPn9/_old 2006-05-18 10:17:00.000000000 +0200
+++ /var/tmp/diff_new_pack.GQtPn9/_new 2006-05-18 10:17:00.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package vdr13 (Version 1.3.39)
+# spec file for package vdr13 (Version 1.4.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -18,8 +18,8 @@
Group: Hardware/TV
Requires: dvb
Prereq: /usr/sbin/useradd
-Version: 1.3.39
-Release: 6
+Version: 1.4.0
+Release: 2
Summary: Video Disk Recorder
Source: ftp://ftp.cadsoft.de/vdr/Developer/vdr-%{version}.tar.bz2
Source1: rcvdr
@@ -33,11 +33,10 @@
Source9: remote.conf
Patch0: vdr13-scripts.diff
#Patch10: vdr-1.3.30-su.diff
-Patch11: vdr-1.3.27-stupid.diff
-Patch12: vdr-1.3.38-dvbplayer-nosleep.diff
+Patch12: vdr-1.3.45-dvbplayer-nosleep.diff
Patch13: vdr-1.3.25-utf8-0.0.3.patch
Patch14: vdr-1.3.23-utf8-fonts.diff
-#Patch15: vdr-1.3.37-aliasing.diff
+Patch20: runvdr.diff
# unused patches
Patch98: vdr-1.3.5-find-v4l-device-kernel-2.6.patch
Patch99: vdr-1.3.14-sc.diff
@@ -111,13 +110,13 @@
#
qpatch %PATCH0
#qpatch %PATCH10
-qpatch %PATCH11
qpatch %PATCH12
+#qpatch %PATCH11
%if %with_freetype
qpatch %PATCH13
qpatch %PATCH14
%endif
-#qpatch %PATCH15
+qpatch %PATCH20 -p0
qpush
#
cat > Make.config <<EOF
@@ -222,6 +221,16 @@
/var/adm/fillup-templates/*
%changelog -n vdr13
+* Tue May 02 2006 - lnussel(a)suse.de
+- new version 1.4.0
+- fix runvdr script not working with plugins that have a dash in the
+ name (#171518)
+* Wed Apr 26 2006 - lnussel(a)suse.de
+- apply vdr-1.3.48-apiversion.diff and vdr-1.3.48-inteditzero.diff
+* Tue Apr 25 2006 - lnussel(a)suse.de
+- new version 1.3.48 (RC for 1.4.0)
+* Wed Mar 29 2006 - lnussel(a)suse.de
+- new version 1.3.45
* Sun Feb 19 2006 - lnussel(a)suse.de
- GIGA moved to different transponder
* Sun Feb 05 2006 - lnussel(a)suse.de
++++++ runvdr.diff ++++++
--- runvdr.orig 2005-05-05 12:41:36.000000000 +0200
+++ runvdr 2006-05-02 13:32:35.000000000 +0200
@@ -57,7 +57,7 @@
for p in $installed_plugins; do
option="-P$p"
- eval args=\$VDR_PLUGIN_ARGS_$p
+ eval args=\$VDR_PLUGIN_ARGS_${p//[^[:alnum:]]/_}
[ -n "$args" ] && option="$option $args"
echo "\"$option\""
done
++++++ vdr-1.3.38-dvbplayer-nosleep.diff -> vdr-1.3.45-dvbplayer-nosleep.diff ++++++
--- vdr13/vdr-1.3.38-dvbplayer-nosleep.diff 2006-01-08 19:28:26.000000000 +0100
+++ vdr13/vdr-1.3.45-dvbplayer-nosleep.diff 2006-03-29 14:33:47.000000000 +0200
@@ -1,8 +1,8 @@
-Index: vdr-1.3.38/dvbplayer.c
+Index: vdr-1.3.45/dvbplayer.c
===================================================================
---- vdr-1.3.38.orig/dvbplayer.c
-+++ vdr-1.3.38/dvbplayer.c
-@@ -185,6 +185,7 @@ private:
+--- vdr-1.3.45.orig/dvbplayer.c
++++ vdr-1.3.45/dvbplayer.c
+@@ -199,6 +199,7 @@ private:
bool eof;
bool firstPacket;
ePlayModes playMode;
@@ -10,7 +10,7 @@
ePlayDirs playDir;
int trickSpeed;
int readIndex, writeIndex;
-@@ -345,8 +346,10 @@ void cDvbPlayer::Activate(bool On)
+@@ -359,8 +360,10 @@ void cDvbPlayer::Activate(bool On)
if (replayFile)
Start();
}
@@ -22,15 +22,19 @@
}
void cDvbPlayer::Action(void)
-@@ -361,15 +364,10 @@ void cDvbPlayer::Action(void)
+@@ -375,19 +378,11 @@ void cDvbPlayer::Action(void)
nonBlockingFileReader = new cNonBlockingFileReader;
int Length = 0;
- bool Sleep = false;
+ bool WaitingForData = false;
while (Running() && (NextFile() || readIndex >= 0 || ringBuffer->Available() || !DeviceFlush(100))) {
- if (Sleep) {
-- cCondWait::SleepMs(3); // this keeps the CPU load low
+- if (WaitingForData)
+- nonBlockingFileReader->WaitForDataMs(3); // this keeps the CPU load low, but reacts immediately on new data
+- else
+- cCondWait::SleepMs(3); // this keeps the CPU load low
- Sleep = false;
- }
cPoller Poller;
@@ -39,7 +43,7 @@
LOCK_THREAD;
-@@ -442,7 +440,7 @@ void cDvbPlayer::Action(void)
+@@ -463,7 +458,7 @@ void cDvbPlayer::Action(void)
}
}
else
@@ -48,7 +52,7 @@
// Get the next frame from the buffer:
-@@ -485,8 +483,6 @@ void cDvbPlayer::Action(void)
+@@ -506,8 +501,6 @@ void cDvbPlayer::Action(void)
p = NULL;
}
}
@@ -57,7 +61,7 @@
}
}
-@@ -517,6 +513,7 @@ void cDvbPlayer::Play(void)
+@@ -538,6 +531,7 @@ void cDvbPlayer::Play(void)
DevicePlay();
playMode = pmPlay;
playDir = pdForward;
@@ -65,10 +69,10 @@
}
}
-Index: vdr-1.3.38/thread.h
+Index: vdr-1.3.45/thread.h
===================================================================
---- vdr-1.3.38.orig/thread.h
-+++ vdr-1.3.38/thread.h
+--- vdr-1.3.45.orig/thread.h
++++ vdr-1.3.45/thread.h
@@ -81,12 +81,12 @@ private:
bool running;
pthread_t childTid;
++++++ vdr-1.3.39.tar.bz2 -> vdr-1.4.0.tar.bz2 ++++++
++++ 18565 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package iscsitarget
checked in at Thu May 18 10:16:52 CEST 2006.
--------
--- iscsitarget/iscsitarget.changes 2006-01-25 21:36:43.000000000 +0100
+++ iscsitarget/iscsitarget.changes 2006-05-18 09:06:13.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:05:47 CEST 2006 - kukuk(a)suse.de
+
+- Fix return code of init script [#176186]
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ iscsitarget.spec ++++++
--- /var/tmp/diff_new_pack.xocHXZ/_old 2006-05-18 10:16:37.000000000 +0200
+++ /var/tmp/diff_new_pack.xocHXZ/_new 2006-05-18 10:16: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,17 +18,17 @@
Prereq: %fillup_prereq %insserv_prereq /bin/cat /bin/rm
Autoreqprov: on
Version: 0.4.13
-Release: 2
+Release: 14
Requires: kernel
-Summary: The iSCSI Enterprise target aims to be an open source iSCSI target with professional features
+Summary: Open Source iSCSI Target with Professional Features
Source: %{name}-%{version}.tar.gz
Source1: %{name}.init
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The aim of the project is to develop an open source iSCSI target with
-professional features, that works well in enterprise environment under
-real workload, and is scalable and versatile enough to meet the
+professional features that works well in enterprise environment under
+real workload and is scalable and versatile enough to meet the
challenge of future storage needs and developments.
@@ -72,6 +72,8 @@
%doc %{_mandir}/man8/*
%changelog -n iscsitarget
+* Thu May 18 2006 - kukuk(a)suse.de
+- Fix return code of init script [#176186]
* Wed Jan 25 2006 - mls(a)suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 13 2006 - hare(a)suse.de
++++++ iscsitarget.init ++++++
--- iscsitarget/iscsitarget.init 2005-09-07 13:11:08.000000000 +0200
+++ iscsitarget/iscsitarget.init 2006-05-18 09:05:46.000000000 +0200
@@ -96,5 +96,4 @@
echo $"Usage: $0 {start|stop|restart|status}"
exit 1
esac
-
-exit 0
+rc_exit
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package dar
checked in at Thu May 18 10:16:32 CEST 2006.
--------
--- dar/dar.changes 2006-01-25 21:35:20.000000000 +0100
+++ dar/dar.changes 2006-05-18 07:20:16.000000000 +0200
@@ -1,0 +2,54 @@
+Thu May 18 07:18:26 CEST 2006 - adrian(a)suse.de
+
+- update to version 2.3.0 with lots of new features.
+- added user_interaction::pause2() method
+- added the snapshot feature
+- added the Cache Directory Tagging detection feature
+- adapted Wesley's patch for a pkgconfig for libdar
+- added -[ and -] options (file selection from file listing)
+ Important consequence for libdar user programs:
+ the fs_root argument is now expanded to full absolute path inside libdar,
+ thus the mask you will give for path inclusion/exclusion (the "subtree" argument)
+ will be used against full absolute path of files under consideration
+ for the operation. Assuming you have fs_root=tmp/A and the current
+ directory is /tmp, your mask will be used against strings like
+ /var/tmp/A/some/file. (instead of tmp/A/some/file as in the previous API
+ version). Things are equal if the fs_root is given an absolute path.
+- changed archive format to "05". Due to complete review of EA management.
+- upon some signal reception, dar aborts the backup nicely, producing a
+ completely formatted archive will all the file saved so far. This archive can
+ be take as reference for a further backup to continue the operation at a later
+ time.
+- dar_manager aborts properly upon certain signal reception (do not let the database
+ partially updated).
+- dar_slave and dar_xform now recognize when a slicename is given in place of a basename
+- reviewed thread_cancellation (API change) for it be possible to cancel several thread at the same time
+- prevent some dead-lock situation that can occur when a signal is received inside a critical section
+- dar_cp, dar_xform and dar_slave also abort nicely upon signal reception
+- dar_manager can now restore files based on a given date (not always the most recent version)
+- dar_manager now has an interactive mode (-i option)
+- change in API, the warning() method need not be overwritten, but the new protected method
+ inherited_warning() must be inherited in its place (same function, same prototype
+ as the original warning() method).
+- dar_manager features are now part of libdar. API has been completed with theses new features
+- added the "last_slice" context (%c with -E option) when creating an archive
+- dar now check a file has not been modified while it was reading it, if so it reports a warning and returns a specific exit code
+- remove included gettext from the package (it is more a source of conflict with external gettext and if somebody needs internationalization better is to install libintl/gettext on its own).
+- added George Foot feedback about the good backup practice sort guide.
+- added -e option to dar_manager
+- added the progressive_report feature in the API
+- dar can now pause every N slice where N >= 1
+- integrated Dave Vasilevsky's patch to support Extended Attributes and file forks under MacOS X
+- added method in API for external program be able to list dar_manager databases, their file contents and the statistics
+- added the merge/sub-archive feature
+- remove [list of path] from command line (-g option is now mandatory)
+- added regex expression in filters (-ar/-ag options)
+- added -ak option
+- added the --comparison-field option (extension of the --ignore-owner option aka -O option)
+- added the -af option (backup files more recent than a given date, others are keept as already saved)
+- dar now take care that an escape character can be sent when pressing the arrow keys and avoid considering them in this situation
+- dar will no refuse to abort if user presses escape when dar asks the user to be ready to write to a new slice
+- adapted Wesley Legette's patch for an xml archive listing
+- added 'InRef' status for EA (same meaning as the one for file's data)
+
+-------------------------------------------------------------------
Old:
----
dar-2.2.6.tar.bz2
New:
----
dar-2.3.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dar.spec ++++++
--- /var/tmp/diff_new_pack.W7elQN/_old 2006-05-18 10:15:34.000000000 +0200
+++ /var/tmp/diff_new_pack.W7elQN/_new 2006-05-18 10:15:34.000000000 +0200
@@ -1,11 +1,11 @@
#
-# spec file for package dar (Version 2.2.6)
+# spec file for package dar (Version 2.3.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@@ -16,16 +16,20 @@
License: GPL
Group: System/Filesystems
Summary: Backup and Restore Application
-Version: 2.2.6
+Version: 2.3.0
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%version.tar.bz2
Patch: %name.diff
%ifarch %ix86
+BuildRequires: upx
Requires: upx
%endif
-# hard Require until we have recommended ...
+%if %suse_version > 1000
+Recommends: par
+%else
Requires: par
+%endif
%description
Dar stands for disk archive and is a hardware-independent backup
@@ -128,16 +132,68 @@
%files -n libdar -f %name.lang
%defattr(-,root,root)
%dir /usr/share/doc/packages/locale
-%_libdir/libdar.so.*
+%_libdir/libdar*.so.*
%files -n libdar-devel
%defattr(-,root,root)
/usr/include/dar
-%_libdir/libdar.a
-%_libdir/libdar.la
-%_libdir/libdar.so
+%_libdir/libdar*.a
+%_libdir/libdar*.la
+%_libdir/libdar*.so
+%_libdir/pkgconfig/libdar*.pc
%changelog -n dar
+* Thu May 18 2006 - adrian(a)suse.de
+- update to version 2.3.0 with lots of new features.
+- added user_interaction::pause2() method
+- added the snapshot feature
+- added the Cache Directory Tagging detection feature
+- adapted Wesley's patch for a pkgconfig for libdar
+- added -[ and -] options (file selection from file listing)
+ Important consequence for libdar user programs:
+ the fs_root argument is now expanded to full absolute path inside libdar,
+ thus the mask you will give for path inclusion/exclusion (the "subtree" argument)
+ will be used against full absolute path of files under consideration
+ for the operation. Assuming you have fs_root=tmp/A and the current
+ directory is /tmp, your mask will be used against strings like
+ /var/tmp/A/some/file. (instead of tmp/A/some/file as in the previous API
+ version). Things are equal if the fs_root is given an absolute path.
+- changed archive format to "05". Due to complete review of EA management.
+- upon some signal reception, dar aborts the backup nicely, producing a
+ completely formatted archive will all the file saved so far. This archive can
+ be take as reference for a further backup to continue the operation at a later
+ time.
+- dar_manager aborts properly upon certain signal reception (do not let the database
+ partially updated).
+- dar_slave and dar_xform now recognize when a slicename is given in place of a basename
+- reviewed thread_cancellation (API change) for it be possible to cancel several thread at the same time
+- prevent some dead-lock situation that can occur when a signal is received inside a critical section
+- dar_cp, dar_xform and dar_slave also abort nicely upon signal reception
+- dar_manager can now restore files based on a given date (not always the most recent version)
+- dar_manager now has an interactive mode (-i option)
+- change in API, the warning() method need not be overwritten, but the new protected method
+ inherited_warning() must be inherited in its place (same function, same prototype
+ as the original warning() method).
+- dar_manager features are now part of libdar. API has been completed with theses new features
+- added the "last_slice" context (%%c with -E option) when creating an archive
+- dar now check a file has not been modified while it was reading it, if so it reports a warning and returns a specific exit code
+- remove included gettext from the package (it is more a source of conflict with external gettext and if somebody needs internationalization better is to install libintl/gettext on its own).
+- added George Foot feedback about the good backup practice sort guide.
+- added -e option to dar_manager
+- added the progressive_report feature in the API
+- dar can now pause every N slice where N >= 1
+- integrated Dave Vasilevsky's patch to support Extended Attributes and file forks under MacOS X
+- added method in API for external program be able to list dar_manager databases, their file contents and the statistics
+- added the merge/sub-archive feature
+- remove [list of path] from command line (-g option is now mandatory)
+- added regex expression in filters (-ar/-ag options)
+- added -ak option
+- added the --comparison-field option (extension of the --ignore-owner option aka -O option)
+- added the -af option (backup files more recent than a given date, others are keept as already saved)
+- dar now take care that an escape character can be sent when pressing the arrow keys and avoid considering them in this situation
+- dar will no refuse to abort if user presses escape when dar asks the user to be ready to write to a new slice
+- adapted Wesley Legette's patch for an xml archive listing
+- added 'InRef' status for EA (same meaning as the one for file's data)
* Wed Jan 25 2006 - mls(a)suse.de
- converted neededforbuild to BuildRequires
* Sun Jan 22 2006 - cthiel(a)suse.de
++++++ dar-2.2.6.tar.bz2 -> dar-2.3.0.tar.bz2 ++++++
++++ 91798 lines of diff (skipped)
++++++ dar.diff ++++++
--- /var/tmp/diff_new_pack.W7elQN/_old 2006-05-18 10:15:39.000000000 +0200
+++ /var/tmp/diff_new_pack.W7elQN/_new 2006-05-18 10:15:39.000000000 +0200
@@ -1,5 +1,16 @@
+--- configure.ac
++++ configure.ac 2006/05/17 14:15:03
+@@ -8,7 +8,7 @@
+
+ AM_INIT_AUTOMAKE
+ AM_GNU_GETTEXT([external])
+-AM_GNU_GETTEXT_VERSION
++AM_GNU_GETTEXT_VERSION(0.14.3)
+ AM_ICONV
+
+ # Checks for programs.
--- src/testing/test_libdar.cpp
-+++ src/testing/test_libdar.cpp 2005/04/25 09:47:55
++++ src/testing/test_libdar.cpp 2006/05/17 14:14:28
@@ -101,7 +101,7 @@
{
try
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0