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
January 2009
- 1 participants
- 1177 discussions
Hello community,
here is the log from the commit of package supportutils for openSUSE:Factory
checked in at Thu Jan 29 01:50:11 CET 2009.
--------
--- supportutils/supportutils.changes 2009-01-24 00:07:09.000000000 +0100
+++ supportutils/supportutils.changes 2009-01-29 00:44:03.934181000 +0100
@@ -1,0 +2,7 @@
+Thu Jan 28 10:16:39 MDT 2009 - jrecord(a)novell.com
+
+-fixed 'network-bridge file not found (bnc#470258)
+-fixed symlink directory listing (bnc#469871)
+-supportconfig: 2.25-91
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ supportutils.spec ++++++
--- /var/tmp/diff_new_pack.B10469/_old 2009-01-29 01:49:36.000000000 +0100
+++ /var/tmp/diff_new_pack.B10469/_new 2009-01-29 01:49:36.000000000 +0100
@@ -25,7 +25,7 @@
Group: System/Management
AutoReqProv: on
Version: 1.01
-Release: 33
+Release: 34
Source: %{name}-%{version}.tar.gz
Summary: Support Troubleshooting Tools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -85,6 +85,10 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Jan 28 2009 jrecord(a)novell.com
+-fixed 'network-bridge file not found (bnc#470258)
+-fixed symlink directory listing (bnc#469871)
+-supportconfig: 2.25-91
* Fri Jan 23 2009 jrecord(a)novell.com
-added brctl showmacs to network.txt and xen.txt (bnc#469012)
-modified and reorganized xen.txt (bnc#468510)
++++++ supportutils-1.01.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/supportutils-1.01/supportconfig new/supportutils-1.01/supportconfig
--- old/supportutils-1.01/supportconfig 2009-01-24 00:05:29.000000000 +0100
+++ new/supportutils-1.01/supportconfig 2009-01-29 00:42:31.000000000 +0100
@@ -1,7 +1,7 @@
#!/bin/bash
-SVER=2.25-89
-SDATE="2009 01 23"
+SVER=2.25-91
+SDATE="2009 01 28"
##############################################################################
# supportconfig - Gathers system troubleshooting information for NTS.
@@ -950,7 +950,7 @@
OF=y2log.txt
rpm_verify $OF yast2-packager
rpm_verify $OF yast2-packagemanager
- test -d /var/log/YaST2 && FILES=$(find /var/log/YaST2 -type f) || unset FILES
+ test -d /var/log/YaST2 && FILES=$(find /var/log/YaST2/ -type f) || unset FILES
conf_files $OF /etc/youservers /etc/sysconfig/onlineupdate /etc/wgetrc
test $ADD_OPTION_MINYAST -eq 0 && conf_files $OF $FILES || log_files $OF $VAR_OPTION_LINE_COUNT $FILES
conf_files $OF /root/autoinst.xml /var/adm/autoinstall/cache/installedSystem.xml
@@ -978,9 +978,9 @@
if rpm -q elilo &> /dev/null; then
rpm_verify $OF elilo
log_cmd $OF 'ls -l /usr/lib/elilo'
- FILES="$(find /boot -type f | grep elilo.conf) $(find /etc -type f | grep elilo.conf)"
+ FILES="$(find /boot/ -type f | grep elilo.conf) $(find /etc/ -type f | grep elilo.conf)"
conf_files $OF $FILES
- log_cmd $OF "cksum /usr/lib/elilo/elilo.efi $(find /boot -type f | grep elilo.efi)"
+ log_cmd $OF "cksum /usr/lib/elilo/elilo.efi $(find /boot/ -type f | grep elilo.efi)"
fi
if rpm -q z390-tools &> /dev/null; then
conf_files $OF /etc/zipl.conf
@@ -1007,12 +1007,12 @@
CONF=/etc/smt.conf
conf_files $OF /etc/smt.conf
sed -i -e 's/^NUPass=[[:alnum:]]*/NUPass=*REMOVED*/;s/^pass=[[:alnum:]]*/pass=*REMOVED*/;s/^ProxyUser=[[:alnum:]]*/ProxyUser=*REMOVED*/;s/^mailServerPassword=[[:alnum:]]*/mailServerPassword=*REMOVED*/;s/^credentials=[[:alnum:]]*/credentials=*REMOVED*/' $LOG/$OF
- FILES=$(find /etc/smt.d -type f)
+ FILES=$(find /etc/smt.d/ -type f)
conf_files $OF $FILES
log_cmd $OF 'smt-catalogs -o'
log_cmd $OF 'smt-list-registrations'
log_cmd $OF 'smt-list-products'
- FILES=$(find /var/log -type f | grep smt- | grep log$)
+ FILES=$(find /var/log/ -type f | grep smt- | grep log$)
test $ADD_OPTION_LOGS -eq 1 && log_files $OF 0 $FILES || log_files $OF $VAR_OPTION_LINE_COUNT $FILES
echolog Done
else
@@ -1151,7 +1151,7 @@
log_cmd $OF 'ndsconfig get'
log_cmd $OF "ls -l $DIBDIR"
conf_files $OF $DIBDIR/_ndsdb.ini
- test -d $NDSDIR && FILES=$(find $NDSDIR -type f -maxdepth 1 -name \*log) || FILES=""
+ test -d $NDSDIR && FILES=$(find ${NDSDIR}/ -type f -maxdepth 1 -name \*log) || FILES=""
test $ADD_OPTION_LOGS -eq 1 && log_files $OF 0 $FILES || log_files $OF $VAR_OPTION_LINE_COUNT $FILES
else
((SKIP++))
@@ -1165,7 +1165,7 @@
rpm_verify $OF novell-NDSserv
INST_DIR='/etc/opt/novell/eDirectory/conf/.edir'
- test -d $INST_DIR && NDS_DEF_INST="$(find $INST_DIR -type f)" || NDS_DEF_INST=""
+ test -d $INST_DIR && NDS_DEF_INST="$(find ${INST_DIR}/ -type f)" || NDS_DEF_INST=""
if [ -f $SRCH_FILE ]; then
echonlog Searching
NDS_INST_FILES="$(grep instances $SRCH_FILE | grep eDirectory)"
@@ -1219,7 +1219,7 @@
log_cmd $OF "ndsconfig get --config-file $NDS_CONFILE"
log_cmd $OF "ls -l $DIBDIR"
conf_files $OF $DIBDIR/_ndsdb.ini
- test -d $NDSDIR && FILES=$(find $NDSDIR -maxdepth 1 -type f -name \*log) || FILES=""
+ test -d $NDSDIR && FILES=$(find ${NDSDIR}/ -maxdepth 1 -type f -name \*log) || FILES=""
test $ADD_OPTION_LOGS -eq 1 && log_files $OF 0 $FILES || log_files $OF $VAR_OPTION_LINE_COUNT $FILES
done
else
@@ -1247,7 +1247,7 @@
do
log_cmd $OF "ncpcon volume $VOLUME"
done
- test -d /var/opt/novell/log && FILES=$(find /var/opt/novell/log -type f | grep log) || FILES=""
+ test -d /var/opt/novell/log && FILES=$(find /var/opt/novell/log/ -type f | grep log) || FILES=""
test $ADD_OPTION_LOGS -eq 1 && log_files $OF 0 $FILES || log_files $OF $VAR_OPTION_LINE_COUNT $FILES
echolog Done
else
@@ -1316,10 +1316,10 @@
for NCS_CHK_DIR in /var/run/ncs $NCSE_DIR $NCSV_DIR
do
if [ -d $NCS_CHK_DIR ]; then
- SCRIPTS="$SCRIPTS $(find $NCS_CHK_DIR -type f -name \*load | sort)"
- NCSCONFS="$NCSCONFS $(find $NCS_CHK_DIR -type f -name \*conf | sort)"
- NCSXML="$NCSXML $(find $NCS_CHK_DIR -type f -name \*xml | sort)"
- RESOURCELOGS="$RESOURCELOGS $(find $NCS_CHK_DIR -type f -name \*out | sort)"
+ SCRIPTS="$SCRIPTS $(find ${NCS_CHK_DIR}/ -type f -name \*load | sort)"
+ NCSCONFS="$NCSCONFS $(find ${NCS_CHK_DIR}/ -type f -name \*conf | sort)"
+ NCSXML="$NCSXML $(find ${NCS_CHK_DIR}/ -type f -name \*xml | sort)"
+ RESOURCELOGS="$RESOURCELOGS $(find ${NCS_CHK_DIR}/ -type f -name \*out | sort)"
fi
done
@@ -1368,10 +1368,10 @@
conf_files $OF /etc/group
log_cmd $OF 'getent group'
log_write $OF "#==[ Files in /etc/security ]=======================#"
- test -d /etc/security && FILES="$(find /etc/security -type f -name \*conf)" || FILES=""
+ test -d /etc/security && FILES="$(find /etc/security/ -type f -name \*conf)" || FILES=""
conf_files $OF $FILES
log_write $OF "#==[ Files in /etc/pam.d ]==========================#"
- test -d /etc/pam.d && FILES="$(find /etc/pam.d -type f)" || FILES=""
+ test -d /etc/pam.d && FILES="$(find /etc/pam.d/ -type f)" || FILES=""
conf_files $OF $FILES
echolog Done
}
@@ -1410,10 +1410,10 @@
# Find .der files for LDAPS authentication
if [ -d /var/nam ]; then
NAM_DIR="/var/nam"
- DER_LIST=$(find $NAM_DIR -type f | grep der$)
+ DER_LIST=$(find ${NAM_DIR}/ -type f | grep der$)
elif [ -d /var/lib/novell-lum ]; then
NAM_DIR="/var/lib/novell-lum"
- DER_LIST=$(find $NAM_DIR -type f | grep der$)
+ DER_LIST=$(find ${NAM_DIR}/ -type f | grep der$)
else
NAM_DIR=""
DER_LIST=""
@@ -1496,7 +1496,7 @@
log_cmd $OF 'getconf -a'
log_cmd $OF 'ipcs -l'
log_cmd $OF 'ipcs -a'
- test -d /etc/default && FILES=$(find /etc/default -type f) || FILES=""
+ test -d /etc/default && FILES=$(find /etc/default/ -type f) || FILES=""
conf_files $OF $FILES
log_cmd $OF 'env'
# s390 specific
@@ -1527,7 +1527,7 @@
log_cmd $OF 'chkconfig --list'
LOGFILE=$LOG/$OF
echo "# individual boot services:" >> $LOGFILE
- for BOOTSERVICE in $(find /etc/init.d -type f -name boot\* | grep -v rpmsave$)
+ for BOOTSERVICE in $(find /etc/init.d/ -type f -name boot\* | grep -v rpmsave$)
do
NAME=$(basename $BOOTSERVICE)
STATUS=$(chkconfig $NAME 2>>$LOGFILE)
@@ -1545,19 +1545,19 @@
check_service $OF cron
conf_files $OF /var/spool/cron/allow /var/spool/cron/deny
log_write $OF "### Individual User Cron Jobs ###"
- test -d /var/spool/cron/tabs && FILES=$(find /var/spool/cron/tabs -type f) || FILES=""
+ test -d /var/spool/cron/tabs && FILES=$(find /var/spool/cron/tabs/ -type f) || FILES=""
conf_files $OF $FILES
CRONS="cron.d cron.hourly cron.daily cron.weekly cron.monthly"
log_write $OF "### System Cron Job File List ###"
for CRONDIR in $CRONS
do
- log_cmd $OF "find /etc/$CRONDIR -type f"
+ log_cmd $OF "find /etc/${CRONDIR}/ -type f"
done
log_write $OF "### System Cron Job File Content ###"
conf_files $OF /etc/crontab
for CRONDIR in $CRONS
do
- FILES=$(find /etc/$CRONDIR -type f)
+ FILES=$(find /etc/${CRONDIR}/ -type f)
conf_files $OF $FILES
done
echolog Done
@@ -1570,9 +1570,9 @@
then
check_service $OF atd
log_write $OF "### System at Job File List ###"
- log_cmd $OF "find /var/spool/atjobs -type f"
+ log_cmd $OF "find /var/spool/atjobs/ -type f"
log_write $OF "### System at Job File Content ###"
- FILES=$(find /var/spool/atjobs -type f)
+ FILES=$(find /var/spool/atjobs/ -type f)
conf_files $OF $FILES
echolog Done
else
@@ -1681,12 +1681,12 @@
log_cmd $OF 'dmsetup table'
log_cmd $OF 'dmsetup info'
log_cmd $OF "udevinfo $UDEVOPT"
- test -d /proc/scsi && SCSI_DIRS=$(find /proc/scsi -type d) || SCSI_DIRS=""
+ test -d /proc/scsi && SCSI_DIRS=$(find /proc/scsi/ -type d) || SCSI_DIRS=""
for SDIR in $SCSI_DIRS
do
# Skip unwanted scsi directories
test "$SDIR" = "/proc/scsi" -o "$SDIR" = "/proc/scsi/sg" -o "$SDIR" = "/proc/scsi/mptspi" && continue
- FILES=$(find $SDIR -maxdepth 1 -type f 2>/dev/null)
+ FILES=$(find ${SDIR}/ -maxdepth 1 -type f 2>/dev/null)
conf_files $OF $FILES
done
log_cmd $OF 'multipath -v3 -d'
@@ -1731,7 +1731,7 @@
fi
if [ $ADD_OPTION_LOGS -eq 1 ]; then
log_write $OF "# >Additional Logs Activated"
- FILES=$(find /var/log -type f -name 'evms-engine*')
+ FILES=$(find /var/log/ -type f -name 'evms-engine*')
else
FILES="/var/log/evms-engine.log"
fi
@@ -1858,10 +1858,10 @@
log_write $OF
fi
done
- test -d /etc/sysconfig/network && FILES=$(find /etc/sysconfig/network -maxdepth 1 -type f) || FILES=""
+ test -d /etc/sysconfig/network && FILES=$(find /etc/sysconfig/network/ -maxdepth 1 -type f) || FILES=""
conf_files $OF /etc/sysconfig/proxy $FILES
if [ -d /proc/net/bonding ]; then
- FILES=$(find /proc/net/bonding -type f)
+ FILES=$(find /proc/net/bonding/ -type f)
conf_files $OF $FILES
fi
FILES=$(grep logfile /etc/nscd.conf | grep -v ^# | awk '{print $2}' | tail -1)
@@ -1908,9 +1908,9 @@
log_cmd $OF 'iostat -x 1 4'
log_cmd $OF 'sg_map -i -x'
if [ -d /sys/block ]; then
- IDE_DISKS=$(find /sys/block -maxdepth 1 | grep hd\.)
- SCSI_DISKS=$(find /sys/block -maxdepth 1 | grep sd\.)
- CCISS_DISKS=$(find /sys/block -maxdepth 1 | grep cciss\*)
+ IDE_DISKS=$(find /sys/block/ -maxdepth 1 | grep hd\.)
+ SCSI_DISKS=$(find /sys/block/ -maxdepth 1 | grep sd\.)
+ CCISS_DISKS=$(find /sys/block/ -maxdepth 1 | grep cciss\*)
else
IDE_DISKS=""
SCSI_DISKS=""
@@ -1921,11 +1921,11 @@
if [ -n "$IDE_DISKS" -a -d /proc/ide ]; then
log_write $OF "#==[ IDE Detailed Info ]============================#"
log_write $OF "#---------------------------------------------------#"
- FILES=$(find /proc/ide -maxdepth 1 -type f 2>/dev/null)
+ FILES=$(find /proc/ide/ -maxdepth 1 -type f 2>/dev/null)
conf_files $OF $FILES
if rpm_verify $OF hdparm
then
- DISKS=$(find /proc/ide -maxdepth 1 | grep hd\. | sort)
+ DISKS=$(find /proc/ide/ -maxdepth 1 | grep hd\. | sort)
for DISK in $DISKS
do
CURRENT_DISK="/dev/$(basename $DISK)"
@@ -1947,11 +1947,11 @@
done
fi
log_cmd $OF 'lsscsi -v'
- test -d /proc/scsi && SCSI_DIRS=$(find /proc/scsi -type d) || SCSI_DIRS=""
+ test -d /proc/scsi && SCSI_DIRS=$(find /proc/scsi/ -type d) || SCSI_DIRS=""
for SDIR in $SCSI_DIRS
do
test "$SDIR" = "/proc/scsi" -o "$SDIR" = "/proc/scsi/sg" -o "$SDIR" = "/proc/scsi/mptspi" && continue
- FILES=$(find $SDIR -maxdepth 1 -type f 2>/dev/null)
+ FILES=$(find ${SDIR}/ -maxdepth 1 -type f 2>/dev/null)
conf_files $OF $FILES
done
fi
@@ -1959,7 +1959,7 @@
if [ -n "$CCISS_DISKS" -a -d /proc/driver/cciss ]; then
log_write $OF "#==[ CCISS Detailed Info ]==========================#"
log_write $OF "#---------------------------------------------------#"
- FILES=$(find /proc/driver/cciss -maxdepth 1 -type f 2>/dev/null)
+ FILES=$(find /proc/driver/cciss/ -maxdepth 1 -type f 2>/dev/null)
conf_files $OF $FILES
fi
log_cmd $OF 'sfdisk -d'
@@ -2121,7 +2121,7 @@
if [ -f $UDEV_CONF ]; then
. $UDEV_CONF
if [ -d "${udev_rules:=/etc/udev/rules.d}" ]; then
- FILES=$(find $udev_rules -type f)
+ FILES=$(find ${udev_rules}/ -type f)
conf_files $OF $FILES
fi
test "$udev_db" != "" && log_cmd $OF "ls -l $udev_db"
@@ -2153,7 +2153,7 @@
fi
log_cmd $OF "sysctl kernel.sysrq"
log_cmd $OF 'grep -A20 -i "saving lkcd dump" /var/log/boot.msg'
- test -d /var/log/dump && FILES=$(find /var/log/dump -type f 2>/dev/null | grep analysis) || FILES=""
+ test -d /var/log/dump && FILES=$(find /var/log/dump/ -type f 2>/dev/null | grep analysis) || FILES=""
test -z "$FILES" || conf_files $OF $FILES
else
((SKIP++))
@@ -2171,7 +2171,7 @@
if [ -f $DUMPCFG ]; then
DUMPDIR=$(grep ^KDUMP_SAVEDIR $DUMPCFG | sed -e 's/"//g' | cut -d= -f2)
if [ -d $DUMPDIR ]; then
- log_cmd $OF "find $DUMPDIR"
+ log_cmd $OF "find ${DUMPDIR}/"
fi
fi
else
@@ -2298,7 +2298,7 @@
NETCMD="/etc/xen/scripts/$NETCMDTEST"
fi
fi
- XSCRIPTS=$(grep '\-script' $XCONF 2>/dev/null | grep '^(' | awk '{print $2}' | sed -e 's/)//g')
+ XSCRIPTS=$(grep '\-script' $XCONF 2>/dev/null | grep '^(' | awk '{print $2}' | sed -e "s/)//g;s/'//g")
test -n "$NETCMD" && log_cmd $OF "$NETCMD status"
fi
@@ -2314,18 +2314,18 @@
log_cmd $OF 'ls -alR /etc/xen/vm/'
log_cmd $OF 'ls -alR /etc/xen/images/'
- test -d /etc/xen/vm && FILES=$(find /etc/xen/vm -type f) || FILES=""
+ test -d /etc/xen/vm && FILES=$(find /etc/xen/vm/ -type f | sort) || FILES=""
conf_text_files $OF $FILES
log_cmd $OF 'xm list -l'
- test -d /var/lib/xend/domains && FILES=$(find /var/lib/xend/domains -type f | grep config.sxp) || FILES=""
+ test -d /var/lib/xend/domains && FILES=$(find /var/lib/xend/domains/ -type f | grep config.sxp) || FILES=""
conf_text_files $OF $FILES
if [ $ADD_OPTION_LOGS -eq 1 ]; then
- test -d /root/.virt-manager && FILES="$(find /root/.virt-manager -type f)" || FILES=""
- test -d /var/log/xen && FILES="$FILES $(find /var/log/xen -type f | sort)"
+ test -d /root/.virt-manager && FILES="$(find /root/.virt-manager/ -type f)" || FILES=""
+ test -d /var/log/xen && FILES="$FILES $(find /var/log/xen/ -type f | sort)"
else
test -d /root/.virt-manager && FILES=/root/.virt-manager/virt-manager.log || FILES=""
- test -d /var/log/xen && FILES="$FILES $(find /var/log/xen -type f | grep 'log$' | sort)"
+ test -d /var/log/xen && FILES="$FILES $(find /var/log/xen/ -type f | grep 'log$' | sort)"
fi
test $ADD_OPTION_LOGS -eq 1 && log_files $OF 0 $FILES || log_files $OF $VAR_OPTION_LINE_COUNT $FILES
@@ -2362,7 +2362,7 @@
log_cmd $OF "/etc/init.d/boot.apparmor status"
log_cmd $OF 'unconfined'
log_files $OF 0 /var/log/audit/audit.log
- test -d /etc/apparmor && FILES=$(find /etc/apparmor | grep conf) || FILES=""
+ test -d /etc/apparmor && FILES=$(find /etc/apparmor/ | grep conf) || FILES=""
conf_files $OF $FILES
else
((SKIP++))
@@ -2386,7 +2386,7 @@
CHECKDIR="/var/lib/heartbeat/pengine"
HALOG="$LOG/ha-pengine"
if [ -d $CHECKDIR ]; then
- FOUND=$(find $CHECKDIR -type f)
+ FOUND=$(find ${CHECKDIR}/ -type f)
if [ -n "$FOUND" ]; then
mkdir -p $HALOG
log_write $OF "#==[ Command ]======================================#"
@@ -2418,7 +2418,7 @@
done
done
fi
- test -d /var/lib/heartbeat && FILES=$(find /var/lib/heartbeat -type f | egrep -v "cores|pengine|hb_uuid") || FILES=""
+ test -d /var/lib/heartbeat && FILES=$(find /var/lib/heartbeat/ -type f | egrep -v "cores|pengine|hb_uuid") || FILES=""
conf_files $OF /etc/ha_logd.cf $FILES
test $SLES_VER -ge 100 && log_cmd $OF 'cibadmin -Q'
FILES="/var/log/ha-log"
@@ -2441,7 +2441,7 @@
then
conf_files $OF /etc/slp.conf /etc/slp.reg /etc/slp.spi
if [ -d /etc/slp.reg.d ]; then
- FILES=$(find /etc/slp.reg.d -type f)
+ FILES=$(find /etc/slp.reg.d/ -type f)
conf_files $OF $FILES
fi
log_cmd $OF 'slptool findscopes'
@@ -2478,12 +2478,12 @@
conf_files $OF "/etc/ocfs2/cluster.conf /etc/sysconfig/o2cb"
CHECKDIR="/sys/o2cb"
if [ -d $CHECKDIR ]; then
- FILES=$(find $CHECKDIR -type f)
+ FILES=$(find ${CHECKDIR}/ -type f)
conf_files $OF $FILES
fi
CHECKDIR="/sys/kernel/config/cluster"
if [ -d $CHECKDIR ]; then
- FILES=$(find $CHECKDIR -type f)
+ FILES=$(find ${CHECKDIR}/ -type f)
conf_files $OF $FILES
fi
FILES="/var/log/messages"
@@ -2572,7 +2572,7 @@
fi
if [ -d /var/log/samba ]; then
- FILES=$(find /var/log/samba -type f)
+ FILES=$(find /var/log/samba/ -type f)
test $ADD_OPTION_LOGS -eq 1 && log_files $OF 0 $FILES || log_files $OF $VAR_OPTION_LINE_COUNT $FILES
fi
@@ -2692,7 +2692,7 @@
printlog "ETC..."
test $OPTION_ETC -eq 0 && { echolog Excluded; return 1; }
OF=etc.txt
- conf_files $OF $(find /etc -type f | grep conf$)
+ conf_files $OF $(find /etc/ -type f | grep conf$)
conf_files $OF /etc/rc.dialout /etc/ppp/options /etc/ppp/ioptions /etc/ppp/peers/pppoe
echolog Done
}
@@ -2701,13 +2701,13 @@
printlog "SYSCONFIG..."
test $OPTION_SYSCONFIG -eq 0 && { echolog Excluded; return 1; }
OF=sysconfig.txt
- for FILE in $(find /etc/sysconfig -maxdepth 1 -type f | sort -f)
+ for FILE in $(find /etc/sysconfig/ -maxdepth 1 -type f | sort -f)
do
conf_files $OF $FILE
done
- for FDIR in $(find /etc/sysconfig -type d | grep -v "/etc/sysconfig$" | sort)
+ for FDIR in $(find /etc/sysconfig/ -type d | grep -v "/etc/sysconfig$" | sort)
do
- for FILE in $(find $FDIR -type f | sort)
+ for FILE in $(find ${FDIR}/ -type f | sort)
do
conf_files $OF $FILE
done
@@ -2719,7 +2719,7 @@
printlog "PROC..."
test $OPTION_PROC -eq 0 && { echolog Excluded; return 1; }
OF=proc.txt
- for FILE in $(find /proc -maxdepth 1 -type f 2>/dev/null | egrep -v "kcore$|config.gz$|kmsg$|sysrq-trigger$|kallsyms$|mm$" | sort -f)
+ for FILE in $(find /proc/ -maxdepth 1 -type f 2>/dev/null | egrep -v "kcore$|config.gz$|kmsg$|sysrq-trigger$|kallsyms$|mm$" | sort -f)
do
conf_files $OF $FILE
done
@@ -2804,10 +2804,10 @@
log_cmd $OF "grep cpuset /etc/mtab"
CPUSET=$(grep ' cpuset ' /etc/mtab | cut -d' ' -f2)
if [ -n "$CPUSET" ]; then
- log_cmd $OF "find $CPUSET -type f"
- FILES=$(find $CPUSET -type f)
+ log_cmd $OF "find ${CPUSET}/ -type f"
+ FILES=$(find ${CPUSET}/ -type f)
conf_files $OF $FILES
- for TASKS in $(find $CPUSET -type f | grep tasks)
+ for TASKS in $(find ${CPUSET}/ -type f | grep tasks)
do
log_write $OF "#==[ Task Scheduling ]==============================#"
log_write $OF "# Threads in CPUSET: $TASKS"
@@ -2840,7 +2840,7 @@
log_cmd $OF 'netstat -nlp | grep cupsd'
log_cmd $OF '/usr/lib/cups/backupend/parallel'
log_cmd $OF '/usr/lib/cups/backupend/usb'
- test -d /etc/cups/ppd && PPDFILES=$(find /etc/cups/ppd -type f) || PPDFILES=""
+ test -d /etc/cups/ppd && PPDFILES=$(find /etc/cups/ppd/ -type f) || PPDFILES=""
conf_files $OF /etc/sysconfig/printer /etc/printcap /etc/cups/cupsd.conf /etc/cups/printers.conf /etc/cups/mime.types /etc/cups/mime.convs $PPDFILES
FILES="/var/log/cups/error_log /var/log/cups/error_log.test /tmp/prnlog"
test $ADD_OPTION_LOGS -eq 1 && log_files $OF 0 $FILES || log_files $OF $VAR_OPTION_LINE_COUNT $FILES
@@ -2904,9 +2904,9 @@
conf_files $OF /etc/named.conf $FILES /etc/sysconfig/named
ZDIR=$(grep ^[[:space:]]*directory /etc/named.conf | cut -d';' -f1 | sed -e 's/"//g' | awk '{print $2}')
if [ -n "$ZDIR" ]; then
- FILES=$(find $ZDIR -type f | grep zone) || unset FILES
+ FILES=$(find ${ZDIR}/ -type f | grep zone) || unset FILES
conf_files $OF $FILES
- FILES=$(find $ZDIR -type f | egrep -v "localtime|zone") || unset FILES
+ FILES=$(find ${ZDIR}/ -type f | egrep -v "localtime|zone") || unset FILES
conf_files $OF $FILES
fi
log_cmd $OF "grep named /var/log/warn"
@@ -2972,7 +2972,7 @@
log_cmd $OF 'lsmod'
log_cmd $OF 'ibv_devinfo -v'
log_cmd $OF 'ibdiagnet'
- FILES=$(find /tmp -type f | grep ibdiagnet)
+ FILES=$(find /tmp/ -type f | grep ibdiagnet)
test $ADD_OPTION_LOGS -eq 1 && log_files $OF 0 $FILES || log_files $OF $VAR_OPTION_LINE_COUNT $FILES
echolog Done
else
@@ -2986,7 +2986,7 @@
PSPFILES="/var/log/hppldu.log"
test $ADD_OPTION_LOGS -eq 1 && log_files $OFPSP 0 $PSPFILES || log_files $OFPSP $VAR_OPTION_LINE_COUNT $PSPFILES
if [ -d /var/hp ]; then
- PSPCFILES="$(find /var/hp -type f)"
+ PSPCFILES="$(find /var/hp/ -type f)"
conf_files $OFPSP $PSPCFILES
fi
fi
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/supportutils-1.01/supportutils.changes new/supportutils-1.01/supportutils.changes
--- old/supportutils-1.01/supportutils.changes 2009-01-24 00:05:29.000000000 +0100
+++ new/supportutils-1.01/supportutils.changes 2009-01-29 00:42:31.000000000 +0100
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Jan 28 10:16:39 MDT 2009 - jrecord(a)novell.com
+
+-fixed 'network-bridge file not found (bnc#470258)
+-fixed symlink directory listing (bnc#469871)
+-supportconfig: 2.25-91
+
+-------------------------------------------------------------------
Thu Jan 23 15:55:37 MDT 2009 - jrecord(a)novell.com
-added brctl showmacs to network.txt and xen.txt (bnc#469012)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/supportutils-1.01/supportutils.spec new/supportutils-1.01/supportutils.spec
--- old/supportutils-1.01/supportutils.spec 2009-01-24 00:05:29.000000000 +0100
+++ new/supportutils-1.01/supportutils.spec 2009-01-29 00:42:31.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package supportutils (Version 1.01.31)
+# spec file for package supportutils (Version 1.01.32)
#
# Copyright (C) 2008 Novell, Inc.
# This file and all modifications and additions to the pristine
@@ -18,7 +18,7 @@
Group: System/Management
Autoreqprov: on
Version: 1.01
-Release: 31
+Release: 32
Source: %{name}-%{version}.tar.gz
Summary: Support Troubleshooting Tools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package simple-ccsm for openSUSE:Factory
checked in at Thu Jan 29 01:47:51 CET 2009.
--------
--- simple-ccsm/simple-ccsm.changes 2009-01-27 13:18:42.000000000 +0100
+++ simple-ccsm/simple-ccsm.changes 2009-01-27 18:12:09.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 27 12:00:27 EST 2009 - davidr(a)novell.com
+
+- Include dmx plugin in all profiles (bnc#469843)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ simple-ccsm.spec ++++++
--- /var/tmp/diff_new_pack.QPo992/_old 2009-01-29 01:45:03.000000000 +0100
+++ /var/tmp/diff_new_pack.QPo992/_new 2009-01-29 01:45:03.000000000 +0100
@@ -24,7 +24,7 @@
Group: System/X11/Utilities
PreReq: %fillup_prereq
Version: 0.7.8
-Release: 13
+Release: 14
Requires: compiz python-compizconfig python-xml compiz-manager compiz-fusion-plugins-main compizconfig-settings-manager
Summary: Simple Settings Manager for Compiz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -82,6 +82,8 @@
%{py_sitedir}/*
%changelog
+* Tue Jan 27 2009 davidr(a)novell.com
+- Include dmx plugin in all profiles (bnc#469843)
* Tue Jan 27 2009 rodrigo(a)novell.com
- Increment rollback timeout to 30 secs (bnc#467642)
* Fri Nov 28 2008 rodrigo(a)novell.com
@@ -95,7 +97,7 @@
- If running compiz fails, disable desktop effects (bnc#407729)
* Fri Nov 14 2008 rodrigo(a)novell.com
- Review and merge changes from X11:Compiz
-* Fri Nov 14 2008 cyberorg(a)opensuse.org
+* Thu Nov 13 2008 cyberorg(a)opensuse.org
- fixed simple-ccsm-explicitly-disable-compiz.patch
from Brandon Philips <bphilips(a)novell.com> (bnc#442138)
* Fri Nov 07 2008 rodrigo(a)novell.com
@@ -104,7 +106,7 @@
exceptions when executing kwriteconfig (bnc#441823)
* Tue Nov 04 2008 rodrigo(a)novell.com
- Review and merge changes from X11:Compiz
-* Tue Nov 04 2008 cyberorg(a)opensuse.org
+* Mon Nov 03 2008 cyberorg(a)opensuse.org
- Add NotShowIn=KDE; bnc #432330
* Mon Oct 27 2008 rodrigo(a)novell.com
- Removed explicit library Requires:
@@ -182,5 +184,5 @@
* Added ‘mag’ plugin as ‘area zoom’ to zoom page
- Added simple-ccsm-enable-desktop-effects.patch to allow activation
of compiz and its configuration all from the same place
-* Fri Mar 07 2008 cyberorg(a)opensuse.org
+* Thu Mar 06 2008 cyberorg(a)opensuse.org
- 0.7.2 development release
++++++ simple-ccsm-default-plugins.patch ++++++
--- /var/tmp/diff_new_pack.QPo992/_old 2009-01-29 01:45:03.000000000 +0100
+++ /var/tmp/diff_new_pack.QPo992/_new 2009-01-29 01:45:03.000000000 +0100
@@ -6,7 +6,7 @@
[core]
-as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;decoration;svg;place;png;text;imgjpeg;move;regex;animation;cube;shift;scale;rotate;cubeaddon;expo;ezoom;
-+as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;wm;glx;decoration;svg;place;png;text;move;regex;animation;cube;shift;scale;rotate;cubeaddon;expo;ezoom;
++as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;wm;glx;dmx;decoration;svg;place;png;text;move;regex;animation;cube;shift;scale;rotate;cubeaddon;expo;ezoom;
s0_hsize = 4
s0_vsize = 1
@@ -18,7 +18,7 @@
[core]
-as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;decoration;svg;wall;place;png;text;imgjpeg;move;regex;animation;scale;expo;ezoom;switcher;
-+as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;wm;glx;decoration;svg;wall;place;png;text;move;regex;animation;scale;expo;ezoom;switcher;
++as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;wm;glx;dmx;decoration;svg;wall;place;png;text;move;regex;animation;scale;expo;ezoom;switcher;
s0_hsize = 2
s0_vsize = 2
@@ -30,7 +30,7 @@
[core]
-as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;decoration;svg;wall;place;png;text;imgjpeg;move;regex;animation;ezoom;
-+as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;wm;decoration;svg;wall;place;png;text;move;regex;animation;ezoom;
++as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;wm;glx;dmx;decoration;svg;wall;place;png;text;move;regex;animation;ezoom;
s0_hsize = 2
s0_vsize = 2
@@ -42,7 +42,7 @@
[core]
-as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;decoration;svg;wobbly;place;png;text;imgjpeg;move;regex;animation;cube;3d;shift;scale;rotate;cubeaddon;expo;ezoom;
-+as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;wm;glx;decoration;svg;wobbly;place;png;text;move;regex;animation;cube;3d;shift;scale;rotate;cubeaddon;expo;ezoom;
++as_active_plugins = core;workarounds;dbus;resize;crashhandler;mousepoll;wm;glx;dmx;decoration;svg;wobbly;place;png;text;move;regex;animation;cube;3d;shift;scale;rotate;cubeaddon;expo;ezoom;
s0_hsize = 4
s0_vsize = 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package rlog for openSUSE:Factory
checked in at Thu Jan 29 01:44:56 CET 2009.
--------
--- rlog/rlog.changes 2007-10-03 13:36:20.000000000 +0200
+++ rlog/rlog.changes 2009-01-29 01:05:26.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan 29 01:05:14 CET 2009 - crrodriguez(a)suse.de
+
+- remove "la" files and static libraries
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rlog.spec ++++++
--- /var/tmp/diff_new_pack.M30071/_old 2009-01-29 01:44:44.000000000 +0100
+++ /var/tmp/diff_new_pack.M30071/_new 2009-01-29 01:44:44.000000000 +0100
@@ -1,25 +1,33 @@
#
# spec file for package rlog (Version 1.3.7)
#
-# Copyright (c) 2007 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.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
+
Name: rlog
BuildRequires: gcc-c++
Summary: C++ Logging Library
Version: 1.3.7
-Release: 72
-License: LGPL v2 or later
+Release: 135
+License: LGPL v2.1 or later
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
Patch: include_fix.patch
-Url: http://arg0.net/wiki/rlog
+Url: http://www.arg0.net/rlog
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -32,9 +40,10 @@
Valient Gough <vgough(a)pobox.com>
%package devel
+License: LGPL v2.1 or later
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
-Requires: rlog glibc-devel libstdc++-devel
+Requires: %{name} = %{version} libstdc++-devel
%description devel
This package contains all necessary include files and libraries needed
@@ -47,29 +56,25 @@
Valient Gough <vgough(a)pobox.com>
%prep
-%setup
+%setup -q
%patch
-%{?suse_update_config:%{suse_update_config -f}}
%build
-autoreconf -fi
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir}
-make
+autoreconf -fiv
+%configure --disable-static --with-pic
+%{__make} %{?jobs:-j%jobs}
%install
make DESTDIR="$RPM_BUILD_ROOT" install
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
+%{__rm} -f %{buildroot}%{_libdir}/*.la
-%post
-%run_ldconfig
+%post -p /sbin/ldconfig
-%postun
-%run_ldconfig
+%postun -p /sbin/ldconfig
%clean
-test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
@@ -81,15 +86,17 @@
%files devel
%defattr(-,root,root)
%{_libdir}/lib*.so
-%{_libdir}/lib*.*a
%{_includedir}/rlog
%{_libdir}/pkgconfig/*.pc
+
%changelog
-* Wed Oct 03 2007 - mszeredi(a)suse.de
+* Thu Jan 29 2009 crrodriguez(a)suse.de
+- remove "la" files and static libraries
+* Wed Oct 03 2007 mszeredi(a)suse.de
- fix compile error in beta
-* Wed Jan 25 2006 - mls(a)suse.de
+* Wed Jan 25 2006 mls(a)suse.de
- converted neededforbuild to BuildRequires
-* Tue Nov 15 2005 - tiwai(a)suse.de
+* Tue Nov 15 2005 tiwai(a)suse.de
- updated to version 1.3.7.
-* Wed May 25 2005 - tiwai(a)suse.de
+* Wed May 25 2005 tiwai(a)suse.de
- initial version: 1.3.6.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package libvirt for openSUSE:Factory
checked in at Thu Jan 29 01:42:35 CET 2009.
--------
--- libvirt/libvirt.changes 2009-01-09 17:44:53.000000000 +0100
+++ libvirt/libvirt.changes 2009-01-28 23:58:08.000000000 +0100
@@ -1,0 +2,14 @@
+Wed Jan 28 15:45:25 MST 2009 - jfehlig(a)novell.com
+
+- Updated to version 0.5.1
+ - CPU and scheduler support for LXC
+ - SDL display configuration
+ - domain lifecycle event support for QEmu and Xen with python
+ bindings
+ - KVM/QEmu migration support
+ - User Mode Linux driver
+ - API for node device enumeration using HAL and DeviceKit with
+ python bindings
+ - Many bug fixes and improvements
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
cgmajor.patch
cgroup.patch
cgshares.patch
libvirt-0.4.6.tar.bz2
lxcpty.patch
lxc_res_mem.patch
lxcsched.patch
lxcvirsh.patch
snapshots.patch
suse-network.patch
vif-parsing.patch
xen-maxmem.patch
New:
----
libvirt-0.5.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libvirt.spec ++++++
--- /var/tmp/diff_new_pack.wX5661/_old 2009-01-29 01:41:18.000000000 +0100
+++ /var/tmp/diff_new_pack.wX5661/_new 2009-01-29 01:41:18.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package libvirt (Version 0.4.6)
+# spec file for package libvirt (Version 0.5.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -30,7 +30,7 @@
%endif
Name: libvirt
-BuildRequires: PolicyKit-devel bridge-utils cyrus-sasl-devel fdupes gettext gnutls-devel iptables-devel libxml2-devel lvm2 ncurses-devel parted-devel pkg-config python-devel readline-devel util-linux xhtml-dtd
+BuildRequires: PolicyKit-devel bridge-utils cyrus-sasl-devel fdupes gettext gnutls-devel hal-devel iptables-devel libnuma-devel libxml2-devel lvm2 ncurses-devel parted-devel pkg-config python-devel readline-devel util-linux xhtml-dtd
%if %{with_xen}
BuildRequires: xen-devel
%endif
@@ -48,8 +48,8 @@
License: LGPL v2.1 or later
Group: Development/Libraries/C and C++
AutoReqProv: yes
-Version: 0.4.6
-Release: 14
+Version: 0.5.1
+Release: 1
Summary: A C toolkit to interract with the virtualization capabilities of Linux
Requires: readline
Requires: ncurses
@@ -64,29 +64,20 @@
Requires: PolicyKit >= 0.6
Requires: socat
Requires: open-iscsi
+Requires: nfs-client
+Requires: hal
Source0: %{name}-%{version}.tar.bz2
Source1: libvirtd.init
Patch0: socat.patch
Patch1: libvirtd-defaults.patch
Patch2: fs-storage-driver.patch
-Patch3: snapshots.patch
-Patch4: vif-parsing.patch
-Patch5: xen-maxmem.patch
-Patch6: cgroup.patch
-Patch7: lxc_res_mem.patch
-Patch8: cgshares.patch
-Patch9: lxcsched.patch
-Patch10: lxcvirsh.patch
-Patch11: cgmajor.patch
-Patch12: lxcpty.patch
-Patch13: clone.patch
-Patch14: vnc-port.patch
-Patch15: suse-network.patch
-Patch16: xen-pv-cdrom.patch
-Patch17: detach-disk.patch
-Patch18: migrate-params.patch
-Patch19: cve-2008-5086.patch
-Patch20: devhelp.patch
+Patch3: clone.patch
+Patch4: vnc-port.patch
+Patch5: xen-pv-cdrom.patch
+Patch6: detach-disk.patch
+Patch7: migrate-params.patch
+Patch8: cve-2008-5086.patch
+Patch9: devhelp.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -112,6 +103,7 @@
Requires: %{name} = %{version} libxml2-devel
%if %{with_xen}
Requires: xen-devel
+Requires: pkg-config
%endif
%description devel
@@ -180,25 +172,13 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
-%patch3 -p1
+%patch3
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13
-%patch14 -p1
-%patch15 -p1
-%patch16 -p1
-%patch17 -p1
-%patch18 -p1
-%patch19 -p1
-%patch20 -p1
-rm po/no.*
%build
%if ! %{with_xen}
@@ -221,7 +201,8 @@
--with-xen-proxy=no \
ac_cv_path_DNSMASQ=/usr/sbin/dnsmasq \
ac_cv_path_QEMU_IMG=/usr/bin/qemu-img-xen \
- ac_cv_path_ISCSIADM=/sbin/iscsiadm
+ ac_cv_path_ISCSIADM=/sbin/iscsiadm \
+ ac_cv_path_SHOWMOUNT=/usr/sbin/showmount
make DOCS_DIR=%{_docdir}/%{name}-python EXAMPLE_DIR=%{_docdir}/%{name}-python/examples HTML_DIR=%{_docdir}/%{name}
%install
@@ -331,6 +312,17 @@
%{py_sitedir}/libvirtmod*
%changelog
+* Wed Jan 28 2009 jfehlig(a)novell.com
+- Updated to version 0.5.1
+ - CPU and scheduler support for LXC
+ - SDL display configuration
+ - domain lifecycle event support for QEmu and Xen with python
+ bindings
+ - KVM/QEmu migration support
+ - User Mode Linux driver
+ - API for node device enumeration using HAL and DeviceKit with
+ python bindings
+ - Many bug fixes and improvements
* Fri Jan 09 2009 jfehlig(a)novell.com
- Added missing html and png files to libvirt-doc package
devhelp.patch
++++++ clone.patch ++++++
--- /var/tmp/diff_new_pack.wX5661/_old 2009-01-29 01:41:18.000000000 +0100
+++ /var/tmp/diff_new_pack.wX5661/_new 2009-01-29 01:41:18.000000000 +0100
@@ -1,6 +1,8 @@
---- src/lxc_container.c
+Index: src/lxc_container.c
+===================================================================
+--- src/lxc_container.c.orig
+++ src/lxc_container.c
-@@ -604,6 +604,9 @@ int lxcContainerStart(virDomainDefPtr de
+@@ -603,6 +603,9 @@ int lxcContainerStart(virDomainDefPtr de
lxc_child_argv_t args = { def, nveths, veths, control, ttyPath };
/* allocate a stack for the container */
@@ -10,7 +12,7 @@
if (VIR_ALLOC_N(stack, stacksize) < 0) {
lxcError(NULL, NULL, VIR_ERR_NO_MEMORY, NULL);
return -1;
-@@ -615,7 +618,11 @@ int lxcContainerStart(virDomainDefPtr de
+@@ -614,7 +617,11 @@ int lxcContainerStart(virDomainDefPtr de
if (def->nets != NULL)
flags |= CLONE_NEWNET;
@@ -22,7 +24,7 @@
VIR_FREE(stack);
DEBUG("clone() returned, %d", pid);
-@@ -641,18 +648,26 @@ int lxcContainerAvailable(int features)
+@@ -640,18 +647,26 @@ int lxcContainerAvailable(int features)
char *childStack;
char *stack;
int childStatus;
++++++ cve-2008-5086.patch ++++++
--- /var/tmp/diff_new_pack.wX5661/_old 2009-01-29 01:41:18.000000000 +0100
+++ /var/tmp/diff_new_pack.wX5661/_new 2009-01-29 01:41:18.000000000 +0100
@@ -1,11 +1,13 @@
-Index: libvirt-0.4.6/src/libvirt.c
-===================================================================
---- libvirt-0.4.6.orig/src/libvirt.c
-+++ libvirt-0.4.6/src/libvirt.c
-@@ -2342,6 +2342,16 @@ virDomainMigrate (virDomainPtr domain,
- return NULL;
- }
-
+diff --git a/src/libvirt.c b/src/libvirt.c
+--- a/src/libvirt.c
++++ b/src/libvirt.c
+@@ -2296,6 +2296,16 @@ virDomainMigrate (virDomainPtr domain,
+ conn = domain->conn; /* Source connection. */
+ if (!VIR_IS_CONNECT (dconn)) {
+ virLibConnError (conn, VIR_ERR_INVALID_CONN, __FUNCTION__);
++ return NULL;
++ }
++
+ if (domain->conn->flags & VIR_CONNECT_RO) {
+ virLibDomainError(domain, VIR_ERR_OPERATION_DENIED, __FUNCTION__);
+ return NULL;
@@ -13,13 +15,10 @@
+ if (dconn->flags & VIR_CONNECT_RO) {
+ /* NB, delibrately report error against source object, not dest here */
+ virLibDomainError(domain, VIR_ERR_OPERATION_DENIED, __FUNCTION__);
-+ return NULL;
-+ }
-+
- /* Check that migration is supported by both drivers. */
- if (!VIR_DRV_SUPPORTS_FEATURE (conn->driver, conn,
- VIR_DRV_FEATURE_MIGRATION_V1) ||
-@@ -2419,6 +2429,11 @@ __virDomainMigratePrepare (virConnectPtr
+ return NULL;
+ }
+
+@@ -2426,6 +2436,11 @@ virDomainMigratePrepare (virConnectPtr d
return -1;
}
@@ -31,7 +30,7 @@
if (dconn->driver->domainMigratePrepare)
return dconn->driver->domainMigratePrepare (dconn, cookie, cookielen,
uri_in, uri_out,
-@@ -2449,6 +2464,11 @@ __virDomainMigratePerform (virDomainPtr
+@@ -2457,6 +2472,11 @@ virDomainMigratePerform (virDomainPtr do
}
conn = domain->conn;
@@ -43,7 +42,31 @@
if (conn->driver->domainMigratePerform)
return conn->driver->domainMigratePerform (domain, cookie, cookielen,
uri,
-@@ -2476,6 +2496,11 @@ __virDomainMigrateFinish (virConnectPtr
+@@ -2482,6 +2502,11 @@ virDomainMigrateFinish (virConnectPtr dc
+
+ if (!VIR_IS_CONNECT (dconn)) {
+ virLibConnError (NULL, VIR_ERR_INVALID_CONN, __FUNCTION__);
++ return NULL;
++ }
++
++ if (dconn->flags & VIR_CONNECT_RO) {
++ virLibConnError(dconn, VIR_ERR_OPERATION_DENIED, __FUNCTION__);
+ return NULL;
+ }
+
+@@ -2517,6 +2542,11 @@ virDomainMigratePrepare2 (virConnectPtr
+ return -1;
+ }
+
++ if (dconn->flags & VIR_CONNECT_RO) {
++ virLibConnError(dconn, VIR_ERR_OPERATION_DENIED, __FUNCTION__);
++ return -1;
++ }
++
+ if (dconn->driver->domainMigratePrepare2)
+ return dconn->driver->domainMigratePrepare2 (dconn, cookie, cookielen,
+ uri_in, uri_out,
+@@ -2547,6 +2577,11 @@ virDomainMigrateFinish2 (virConnectPtr d
return NULL;
}
@@ -52,10 +75,10 @@
+ return NULL;
+ }
+
- if (dconn->driver->domainMigrateFinish)
- return dconn->driver->domainMigrateFinish (dconn, dname,
- cookie, cookielen,
-@@ -2833,6 +2858,11 @@ virDomainBlockPeek (virDomainPtr dom,
+ if (dconn->driver->domainMigrateFinish2)
+ return dconn->driver->domainMigrateFinish2 (dconn, dname,
+ cookie, cookielen,
+@@ -2905,6 +2940,11 @@ virDomainBlockPeek (virDomainPtr dom,
}
conn = dom->conn;
@@ -67,7 +90,7 @@
if (!path) {
virLibDomainError (dom, VIR_ERR_INVALID_ARG,
_("path is NULL"));
-@@ -2908,6 +2938,11 @@ virDomainMemoryPeek (virDomainPtr dom,
+@@ -2980,6 +3020,11 @@ virDomainMemoryPeek (virDomainPtr dom,
}
conn = dom->conn;
@@ -79,19 +102,19 @@
/* Flags must be VIR_MEMORY_VIRTUAL at the moment.
*
* Note on access to physical memory: A VIR_MEMORY_PHYSICAL flag is
-@@ -3175,6 +3210,11 @@ virDomainSetAutostart(virDomainPtr domai
+@@ -3246,6 +3291,11 @@ virDomainSetAutostart(virDomainPtr domai
+ }
conn = domain->conn;
-
++
+ if (domain->conn->flags & VIR_CONNECT_RO) {
+ virLibDomainError(domain, VIR_ERR_OPERATION_DENIED, __FUNCTION__);
+ return (-1);
+ }
-+
+
if (conn->driver->domainSetAutostart)
return conn->driver->domainSetAutostart (domain, autostart);
-
-@@ -4125,6 +4165,11 @@ virNetworkSetAutostart(virNetworkPtr net
+@@ -4197,6 +4247,11 @@ virNetworkSetAutostart(virNetworkPtr net
return (-1);
}
@@ -103,7 +126,7 @@
conn = network->conn;
if (conn->networkDriver && conn->networkDriver->networkSetAutostart)
-@@ -4323,6 +4368,11 @@ virConnectFindStoragePoolSources(virConn
+@@ -4395,6 +4450,11 @@ virConnectFindStoragePoolSources(virConn
return NULL;
}
@@ -115,7 +138,7 @@
if (conn->storageDriver && conn->storageDriver->findPoolSources)
return conn->storageDriver->findPoolSources(conn, type, srcSpec, flags);
-@@ -4996,6 +5046,11 @@ virStoragePoolSetAutostart(virStoragePoo
+@@ -5068,6 +5128,11 @@ virStoragePoolSetAutostart(virStoragePoo
return (-1);
}
++++++ detach-disk.patch ++++++
--- /var/tmp/diff_new_pack.wX5661/_old 2009-01-29 01:41:18.000000000 +0100
+++ /var/tmp/diff_new_pack.wX5661/_new 2009-01-29 01:41:18.000000000 +0100
@@ -1,8 +1,8 @@
-Index: libvirt-0.4.6/src/xend_internal.c
+Index: libvirt-0.5.1/src/xend_internal.c
===================================================================
---- libvirt-0.4.6.orig/src/xend_internal.c
-+++ libvirt-0.4.6/src/xend_internal.c
-@@ -5615,11 +5615,16 @@ virDomainXMLDevID(virDomainPtr domain,
+--- libvirt-0.5.1.orig/src/xend_internal.c
++++ libvirt-0.5.1/src/xend_internal.c
+@@ -5465,11 +5465,16 @@ virDomainXMLDevID(virDomainPtr domain,
char *xref;
if (dev->type == VIR_DOMAIN_DEVICE_DISK) {
@@ -21,11 +21,11 @@
if (xref == NULL)
return -1;
-Index: libvirt-0.4.6/src/xs_internal.c
+Index: libvirt-0.5.1/src/xs_internal.c
===================================================================
---- libvirt-0.4.6.orig/src/xs_internal.c
-+++ libvirt-0.4.6/src/xs_internal.c
-@@ -868,7 +868,8 @@ xenStoreDomainGetNetworkID(virConnectPtr
+--- libvirt-0.5.1.orig/src/xs_internal.c
++++ libvirt-0.5.1/src/xs_internal.c
+@@ -917,7 +917,8 @@ xenStoreDomainGetNetworkID(virConnectPtr
* freed by the caller.
*/
char *
@@ -35,7 +35,7 @@
char dir[80], path[128], **list = NULL, *val = NULL;
unsigned int devlen, len, i, num;
char *ret = NULL;
-@@ -886,7 +887,7 @@ xenStoreDomainGetDiskID(virConnectPtr co
+@@ -935,7 +936,7 @@ xenStoreDomainGetDiskID(virConnectPtr co
if (devlen <= 0)
return (NULL);
@@ -44,11 +44,11 @@
list = xs_directory(priv->xshandle, 0, dir, &num);
if (list != NULL) {
for (i = 0; i < num; i++) {
-Index: libvirt-0.4.6/src/xs_internal.h
+Index: libvirt-0.5.1/src/xs_internal.h
===================================================================
---- libvirt-0.4.6.orig/src/xs_internal.h
-+++ libvirt-0.4.6/src/xs_internal.h
-@@ -49,7 +49,8 @@ char * xenStoreDomainGetNetworkID(virCo
+--- libvirt-0.5.1.orig/src/xs_internal.h
++++ libvirt-0.5.1/src/xs_internal.h
+@@ -48,7 +48,8 @@ char * xenStoreDomainGetNetworkID(virCo
const char *mac);
char * xenStoreDomainGetDiskID(virConnectPtr conn,
int id,
@@ -57,4 +57,4 @@
+ const char *class);
char * xenStoreDomainGetName(virConnectPtr conn,
int id);
-
+ int xenStoreDomainGetUUID(virConnectPtr conn,
++++++ fs-storage-driver.patch ++++++
--- /var/tmp/diff_new_pack.wX5661/_old 2009-01-29 01:41:18.000000000 +0100
+++ /var/tmp/diff_new_pack.wX5661/_new 2009-01-29 01:41:18.000000000 +0100
@@ -1,19 +1,17 @@
-Index: libvirt-0.4.5/src/storage_backend_fs.c
+Index: libvirt-0.5.1/src/storage_backend_fs.c
===================================================================
---- libvirt-0.4.5.orig/src/storage_backend_fs.c
-+++ libvirt-0.4.5/src/storage_backend_fs.c
-@@ -583,7 +583,9 @@ virStorageBackendFileSystemIsMounted(vir
+--- libvirt-0.5.1.orig/src/storage_backend_fs.c
++++ libvirt-0.5.1/src/storage_backend_fs.c
+@@ -381,6 +381,8 @@ virStorageBackendFileSystemIsMounted(vir
virStoragePoolObjPtr pool) {
FILE *mtab;
struct mntent *ent;
--
+ char *mpoint;
+ size_t len;
-+
+
if ((mtab = fopen(_PATH_MOUNTED, "r")) == NULL) {
virStorageReportError(conn, VIR_ERR_INTERNAL_ERROR,
- _("cannot read %s: %s"),
-@@ -591,14 +593,27 @@ virStorageBackendFileSystemIsMounted(vir
+@@ -389,14 +391,26 @@ virStorageBackendFileSystemIsMounted(vir
return -1;
}
@@ -22,11 +20,10 @@
+ "%s", strerror(errno));
+ return -1;
+ }
-+
++
+ len = strlen(mpoint);
+ if (mpoint[len-1] == '/')
+ mpoint[len-1] = NULL;
-+
+
while ((ent = getmntent(mtab)) != NULL) {
- if (STREQ(ent->mnt_dir, pool->def->target.path)) {
@@ -42,7 +39,7 @@
return 0;
}
-@@ -951,12 +966,16 @@ virStorageBackendFileSystemDelete(virCon
+@@ -735,12 +749,16 @@ virStorageBackendFileSystemDelete(virCon
{
/* XXX delete all vols first ? */
++++++ libvirt-0.4.6.tar.bz2 -> libvirt-0.5.1.tar.bz2 ++++++
++++ 868426 lines of diff (skipped)
++++++ libvirtd-defaults.patch ++++++
--- /var/tmp/diff_new_pack.wX5661/_old 2009-01-29 01:41:33.000000000 +0100
+++ /var/tmp/diff_new_pack.wX5661/_new 2009-01-29 01:41:33.000000000 +0100
@@ -1,8 +1,8 @@
-Index: libvirt-0.4.4/qemud/libvirtd.conf
+Index: libvirt-0.5.1/qemud/libvirtd.conf
===================================================================
---- libvirt-0.4.4.orig/qemud/libvirtd.conf
-+++ libvirt-0.4.4/qemud/libvirtd.conf
-@@ -15,8 +15,8 @@
+--- libvirt-0.5.1.orig/qemud/libvirtd.conf
++++ libvirt-0.5.1/qemud/libvirtd.conf
+@@ -18,8 +18,8 @@
# It is necessary to setup a CA and issue server certificates before
# using this capability.
#
@@ -13,7 +13,7 @@
# Listen for unencrypted TCP connections on the public TCP/IP port.
# NB, must pass the --listen flag to the libvirtd process for this to
-@@ -50,11 +50,9 @@
+@@ -53,11 +53,9 @@
# Flag toggling mDNS advertizement of the libvirt service.
#
@@ -28,11 +28,11 @@
# Override the default mDNS advertizement name. This must be
# unique on the immediate broadcast network.
-Index: libvirt-0.4.4/qemud/qemud.c
+Index: libvirt-0.5.1/qemud/qemud.c
===================================================================
---- libvirt-0.4.4.orig/qemud/qemud.c
-+++ libvirt-0.4.4/qemud/qemud.c
-@@ -68,7 +68,7 @@ static int sigwrite = -1; /* Signa
+--- libvirt-0.5.1.orig/qemud/qemud.c
++++ libvirt-0.5.1/qemud/qemud.c
+@@ -92,7 +92,7 @@ static int sigwrite = -1; /* Signa
static int ipsock = 0; /* -l Listen for TCP/IP */
/* Defaults for configuration file elements */
@@ -41,7 +41,7 @@
static int listen_tcp = 0;
static char *listen_addr = (char *) LIBVIRTD_LISTEN_ADDR;
static char *tls_port = (char *) LIBVIRTD_TLS_PORT;
-@@ -92,7 +92,7 @@ static int auth_tcp = REMOTE_AUTH_NONE;
+@@ -116,7 +116,7 @@ static int auth_tcp = REMOTE_AUTH_NONE;
#endif
static int auth_tls = REMOTE_AUTH_NONE;
++++++ migrate-params.patch ++++++
--- /var/tmp/diff_new_pack.wX5661/_old 2009-01-29 01:41:33.000000000 +0100
+++ /var/tmp/diff_new_pack.wX5661/_new 2009-01-29 01:41:33.000000000 +0100
@@ -1,8 +1,8 @@
-Index: libvirt-0.4.6/src/xend_internal.c
+Index: libvirt-0.5.1/src/xend_internal.c
===================================================================
---- libvirt-0.4.6.orig/src/xend_internal.c
-+++ libvirt-0.4.6/src/xend_internal.c
-@@ -4355,6 +4355,8 @@ xenDaemonDomainMigratePerform (virDomain
+--- libvirt-0.5.1.orig/src/xend_internal.c
++++ libvirt-0.5.1/src/xend_internal.c
+@@ -4226,6 +4226,8 @@ xenDaemonDomainMigratePerform (virDomain
"live", live,
"port", port,
"resource", "0", /* required, xend ignores it */
++++++ socat.patch ++++++
--- /var/tmp/diff_new_pack.wX5661/_old 2009-01-29 01:41:33.000000000 +0100
+++ /var/tmp/diff_new_pack.wX5661/_new 2009-01-29 01:41:33.000000000 +0100
@@ -1,8 +1,8 @@
-Index: libvirt-0.4.5/src/remote_internal.c
+Index: libvirt-0.5.1/src/remote_internal.c
===================================================================
---- libvirt-0.4.5.orig/src/remote_internal.c
-+++ libvirt-0.4.5/src/remote_internal.c
-@@ -623,9 +623,22 @@ doRemoteOpen (virConnectPtr conn,
+--- libvirt-0.5.1.orig/src/remote_internal.c
++++ libvirt-0.5.1/src/remote_internal.c
+@@ -674,9 +674,22 @@ doRemoteOpen (virConnectPtr conn,
cmd_argv[j++] = strdup ("none");
}
cmd_argv[j++] = strdup (priv->hostname);
@@ -16,7 +16,7 @@
+ } else {
+ cmd_argv[j++] = strdup ("socat");
+ cmd_argv[j++] = strdup ("-");
-+
++
+ char *socat_addr = 0;
+ if ((asprintf (&socat_addr, "GOPEN:%s",
+ sockname ? sockname : LIBVIRTD_PRIV_UNIX_SOCKET)) < 0) {
++++++ vnc-port.patch ++++++
--- /var/tmp/diff_new_pack.wX5661/_old 2009-01-29 01:41:33.000000000 +0100
+++ /var/tmp/diff_new_pack.wX5661/_new 2009-01-29 01:41:33.000000000 +0100
@@ -1,8 +1,8 @@
-Index: libvirt-0.4.6/src/xend_internal.c
+Index: libvirt-0.5.1/src/xend_internal.c
===================================================================
---- libvirt-0.4.6.orig/src/xend_internal.c
-+++ libvirt-0.4.6/src/xend_internal.c
-@@ -2138,10 +2138,8 @@ xenDaemonParseSxprGraphicsNew(virConnect
+--- libvirt-0.5.1.orig/src/xend_internal.c
++++ libvirt-0.5.1/src/xend_internal.c
+@@ -2079,10 +2079,8 @@ xenDaemonParseSxprGraphicsNew(virConnect
const char *keymap = sexpr_node(node, "device/vfb/keymap");
const char *unused = sexpr_node(node, "device/vfb/vncunused");
++++++ xen-pv-cdrom.patch ++++++
--- /var/tmp/diff_new_pack.wX5661/_old 2009-01-29 01:41:33.000000000 +0100
+++ /var/tmp/diff_new_pack.wX5661/_new 2009-01-29 01:41:33.000000000 +0100
@@ -1,8 +1,8 @@
-Index: libvirt-0.4.6/src/xend_internal.c
+Index: libvirt-0.5.1/src/xend_internal.c
===================================================================
---- libvirt-0.4.6.orig/src/xend_internal.c
-+++ libvirt-0.4.6/src/xend_internal.c
-@@ -5158,7 +5158,10 @@ xenDaemonFormatSxprDisk(virConnectPtr co
+--- libvirt-0.5.1.orig/src/xend_internal.c
++++ libvirt-0.5.1/src/xend_internal.c
+@@ -5021,7 +5021,10 @@ xenDaemonFormatSxprDisk(virConnectPtr co
def->device == VIR_DOMAIN_DISK_DEVICE_CDROM ?
"cdrom" : "disk");
} else {
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package libchewing for openSUSE:Factory
checked in at Thu Jan 29 01:41:09 CET 2009.
--------
--- libchewing/libchewing.changes 2007-12-04 16:53:18.000000000 +0100
+++ libchewing/libchewing.changes 2009-01-28 14:29:49.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 28 14:29:30 CET 2009 - crrodriguez(a)suse.de
+
+- remove "la" files with empty dependency_libs
+- remove static libraries
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libchewing.spec ++++++
--- /var/tmp/diff_new_pack.K10196/_old 2009-01-29 01:39:54.000000000 +0100
+++ /var/tmp/diff_new_pack.K10196/_new 2009-01-29 01:39:55.000000000 +0100
@@ -1,18 +1,26 @@
#
# spec file for package libchewing (Version 0.3.0)
#
-# Copyright (c) 2007 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.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
+
Name: libchewing
Version: 0.3.0
-Release: 82
+Release: 135
License: LGPL v2.1 or later
Group: System/I18n/Chinese
AutoReqProv: on
@@ -44,9 +52,10 @@
Kang-pen Chen <kpchen(a)iis.sinica.edu.tw>
%package devel
+License: LGPL v2.1 or later
Summary: Intelligent phonetic input method library for traditional Chinese
Group: System/I18n/Chinese
-Requires: %{name} = %{version}
+Requires: %{name} = %{version} glibc-devel
%description devel
Intelligent phonetic input method library for traditional Chinese
@@ -74,23 +83,20 @@
%build
rm -f aclocal.m4
-libtoolize --force
autoreconf --force --install --verbose
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=/usr \
- --sysconfdir=%{_sysconfdir} \
- --libdir=%{_libdir}
-make
+%configure --disable-static --with-pic
+%{__make} %{?jobs:-j%jobs}
%install
make DESTDIR=${RPM_BUILD_ROOT} install
+%{__rm} -f %{buildroot}%{_libdir}/*.la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
+%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root)
@@ -103,20 +109,22 @@
%defattr(-, root, root)
/usr/include/*
%{_libdir}/lib*.so
-%{_libdir}/lib*.*a
%{_libdir}/pkgconfig/chewing.pc
%changelog
-* Tue Dec 04 2007 - mfabian(a)suse.de
+* Wed Jan 28 2009 crrodriguez(a)suse.de
+- remove "la" files with empty dependency_libs
+- remove static libraries
+* Tue Dec 04 2007 mfabian(a)suse.de
- fix build with glibc 2.7.
- fix some rpmlint warnings.
-* Tue Apr 10 2007 - ro(a)suse.de
+* Mon Apr 09 2007 ro(a)suse.de
- fix build with updated check package
-* Tue Mar 27 2007 - sbrabec(a)suse.cz
+* Tue Mar 27 2007 sbrabec(a)suse.cz
- Require check-devel.
-* Tue Oct 31 2006 - meissner(a)suse.de
+* Tue Oct 31 2006 meissner(a)suse.de
- use RPM_OPT_FLAGS correctly.
-* Thu Jul 13 2006 - mfabian(a)suse.de
+* Thu Jul 13 2006 mfabian(a)suse.de
- update to 0.3.0:
+ This is a new development branch differing a lot from
+ 0.2.x series, and breaks API/ABI for new features.
@@ -148,24 +156,24 @@
+ speed up data loading.
- add "check" to BuildRequires.
- adapt bugzilla-155270-libchewing-init-chewing-correctly.patch
-* Tue May 23 2006 - zsu(a)suse.de
+* Tue May 23 2006 zsu(a)suse.de
- bugzilla #155270,#177882 new patch for #155270 to avoid #177882.
Clearing the whole ChewingData structure will clear config data
as well, which causes another crash in libchewing (#177882).
So we need keep ChewingData.Config member while clearing others.
-* Tue May 09 2006 - zsu(a)suse.de
+* Tue May 09 2006 zsu(a)suse.de
- bugzilla #155270: Fix scim crash issue when switching from Chewing
to other input method.
-* Wed Jan 25 2006 - mls(a)suse.de
+* Wed Jan 25 2006 mls(a)suse.de
- converted neededforbuild to BuildRequires
-* Mon Jan 23 2006 - mfabian(a)suse.de
+* Mon Jan 23 2006 mfabian(a)suse.de
- fix libtool problem in configure.ac to make the package build
again.
-* Tue Aug 09 2005 - mfabian(a)suse.de
+* Tue Aug 09 2005 mfabian(a)suse.de
- update to 0.2.7.
-* Mon Feb 28 2005 - mfabian(a)suse.de
+* Mon Feb 28 2005 mfabian(a)suse.de
- update to 0.2.6.
-* Thu Feb 17 2005 - mfabian(a)suse.de
+* Thu Feb 17 2005 mfabian(a)suse.de
- libchewing did overwrite the return value of getenv("HOME")
and added ".chewing". This is bad because it changed the value
of HOME in the environment. If the value of HOME is wrong,
@@ -173,7 +181,7 @@
"kasumi" cannot be started anymore from the scim-panel because
they cannot find ~/.Xauthority and therefore cannot open a
window.
-* Tue Jan 25 2005 - mfabian(a)suse.de
+* Tue Jan 25 2005 mfabian(a)suse.de
- update to 0.2.5.
-* Tue Dec 21 2004 - mfabian(a)suse.de
+* Tue Dec 21 2004 mfabian(a)suse.de
- new package: libchewing, version 0.2.4.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package dbh for openSUSE:Factory
checked in at Thu Jan 29 01:39:00 CET 2009.
--------
--- dbh/dbh.changes 2007-02-19 12:09:14.000000000 +0100
+++ dbh/dbh.changes 2009-01-28 15:59:50.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 28 15:59:29 CET 2009 - crrodriguez(a)suse.de
+
+- remove static libraries and "la" files
+- -fPIC --> --with-pic
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dbh.spec ++++++
--- /var/tmp/diff_new_pack.p15896/_old 2009-01-29 01:38:34.000000000 +0100
+++ /var/tmp/diff_new_pack.p15896/_new 2009-01-29 01:38:34.000000000 +0100
@@ -1,23 +1,31 @@
#
# spec file for package dbh (Version 4.5.0)
#
-# Copyright (c) 2007 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.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
+
Name: dbh
Summary: Disk-Based Hash Library
Version: 4.5.0
-Release: 26
-License: GNU General Public License (GPL)
+Release: 124
+License: GPL v2 or later
Group: Development/Libraries/Other
Source: %{name}-%{version}.tar.bz2
-URL: http://dbh.sourceforge.net
+Url: http://dbh.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -39,12 +47,15 @@
%setup -q
%build
-export CFLAGS="$RPM_OPT_FLAGS -fPIC"
-./configure --prefix=%{_prefix} --datadir=%{_datadir} --bindir=%{_bindir} --libdir=%{_libdir}
-make
+%configure --disable-static --with-pic
+%{__make} %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
+%{__rm} -f %{buildroot}%{_libdir}/*.la
+
+%check
+make check
%clean
rm -rf $RPM_BUILD_ROOT
@@ -61,21 +72,24 @@
%postun -p /sbin/ldconfig
%changelog
-* Mon Feb 19 2007 - lmichnovic(a)suse.cz
+* Wed Jan 28 2009 crrodriguez(a)suse.de
+- remove static libraries and "la" files
+- -fPIC --> --with-pic
+* Mon Feb 19 2007 lmichnovic(a)suse.cz
- compiling with fPIC, fixes build on S390
-* Fri Jun 30 2006 - pnemec(a)suse.cz
+* Fri Jun 30 2006 pnemec(a)suse.cz
- update to 4.5.0
inspite of progresive version change it is just bugfix
release
-* Wed Jan 25 2006 - mls(a)suse.de
+* Wed Jan 25 2006 mls(a)suse.de
- converted neededforbuild to BuildRequires
-* Wed Sep 14 2005 - cthiel(a)suse.de
+* Wed Sep 14 2005 cthiel(a)suse.de
- specfile cleanup
-* Wed May 18 2005 - cthiel(a)suse.de
+* Wed May 18 2005 cthiel(a)suse.de
- update to 1.0.24
-* Mon Apr 11 2005 - cthiel(a)suse.de
+* Mon Apr 11 2005 cthiel(a)suse.de
- update to 1.0.22
-* Wed May 12 2004 - ltinkl(a)suse.cz
+* Wed May 12 2004 ltinkl(a)suse.cz
- fix packaging the *.pc files
-* Wed May 12 2004 - ltinkl(a)suse.cz
+* Wed May 12 2004 ltinkl(a)suse.cz
- initial version
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
29 Jan '09
Hello community,
here is the log from the commit of package compiz-fusion-plugins-main for openSUSE:Factory
checked in at Thu Jan 29 01:38:25 CET 2009.
--------
--- compiz-fusion-plugins-main/compiz-fusion-plugins-main.changes 2009-01-27 21:43:45.000000000 +0100
+++ compiz-fusion-plugins-main/compiz-fusion-plugins-main.changes 2009-01-28 23:29:51.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jan 28 17:16:04 EST 2009 - davidr(a)novell.com
+
+- Disable wobbly support in expo plugin. (bnc#470020)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ compiz-fusion-plugins-main.spec ++++++
--- /var/tmp/diff_new_pack.Xs6379/_old 2009-01-29 01:37:38.000000000 +0100
+++ /var/tmp/diff_new_pack.Xs6379/_new 2009-01-29 01:37:38.000000000 +0100
@@ -33,7 +33,7 @@
Conflicts: compiz-extra compiz-extra-git
Obsoletes: compiz-fusion-plugins-git
Version: 0.7.8
-Release: 6
+Release: 8
Summary: Compiz-Fusion community main plugins
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64
@@ -137,6 +137,8 @@
%endif
%changelog
+* Wed Jan 28 2009 davidr(a)novell.com
+- Disable wobbly support in expo plugin. (bnc#470020)
* Tue Jan 27 2009 davidr(a)novell.com
- Add super keys as extra main menu keys in workaround
plugin. (bnc#358713)
++++++ plugins-main-NOMAD.diff ++++++
--- /var/tmp/diff_new_pack.Xs6379/_old 2009-01-29 01:37:39.000000000 +0100
+++ /var/tmp/diff_new_pack.Xs6379/_new 2009-01-29 01:37:39.000000000 +0100
@@ -410,10 +410,18 @@
Bool isExcluded;
diff --git a/src/expo/expo.c b/src/expo/expo.c
-index 46fa27b..7357755 100644
+index 46fa27b..e8c19bf 100644
--- a/src/expo/expo.c
+++ b/src/expo/expo.c
-@@ -272,7 +272,7 @@ expoDnDFini (CompDisplay *d,
+@@ -179,7 +179,6 @@ expoFinishWindowMovement (CompWindow *w)
+ EXPO_SCREEN (s);
+
+ syncWindowPosition (w);
+- (*s->windowUngrabNotify) (w);
+
+ moveScreenViewport (s, s->x - es->selectedVX,
+ s->y - es->selectedVY, TRUE);
+@@ -272,7 +271,7 @@ expoDnDFini (CompDisplay *d,
{
EXPO_SCREEN (s);
@@ -422,7 +430,7 @@
continue;
if (es->dndState == DnDDuring || es->dndState == DnDStart)
-@@ -641,7 +641,8 @@ invertTransformedVertex (CompScreen *s,
+@@ -641,7 +640,8 @@ invertTransformedVertex (CompScreen *s,
alpha = -p1[2] / v[2];
@@ -432,7 +440,7 @@
{
const float sws = s->width * s->width;
const float rs = (es->curveDistance * es->curveDistance) + 0.25;
-@@ -1259,7 +1260,7 @@ expoAddWindowGeometry (CompWindow *w,
+@@ -1259,7 +1259,7 @@ expoAddWindowGeometry (CompWindow *w,
EXPO_SCREEN (s);
if (es->expoCam > 0.0 && expoGetDeform (s->display) == DeformCurve &&
@@ -441,7 +449,7 @@
{
int x1, x2, i, oldVCount = w->vCount;
REGION reg;
-@@ -1318,10 +1319,12 @@ expoAddWindowGeometry (CompWindow *w,
+@@ -1318,10 +1318,12 @@ expoAddWindowGeometry (CompWindow *w,
v = w->vertices + (w->vertexStride - 3);
v += w->vertexStride * oldVCount;
@@ -457,7 +465,7 @@
}
lastX = -1000000000.0;
-@@ -1369,7 +1372,7 @@ expoDrawWindowTexture (CompWindow *w,
+@@ -1369,7 +1371,7 @@ expoDrawWindowTexture (CompWindow *w,
EXPO_SCREEN (s);
if (es->expoCam > 0.0 && expoGetDeform (s->display) == DeformCurve &&
@@ -466,7 +474,7 @@
{
int i, idx;
int offX = 0, offY = 0;
-@@ -1388,10 +1391,12 @@ expoDrawWindowTexture (CompWindow *w,
+@@ -1388,10 +1390,12 @@ expoDrawWindowTexture (CompWindow *w,
es->winNormSize = w->vCount * 3;
}
@@ -482,7 +490,7 @@
}
v = w->vertices + (w->vertexStride - 3);
-@@ -1556,7 +1561,7 @@ expoDonePaintScreen (CompScreen * s)
+@@ -1556,7 +1560,7 @@ expoDonePaintScreen (CompScreen * s)
{
CompWindow *w;
@@ -491,6 +499,16 @@
{
Bool inWindow;
int xOffset, yOffset;
+@@ -1599,9 +1603,6 @@ expoDonePaintScreen (CompScreen * s)
+ es->dndState = DnDDuring;
+ es->dndWindow = w;
+
+- (*s->windowGrabNotify) (w, nx, ny, 0,
+- CompWindowGrabMoveMask |
+- CompWindowGrabButtonMask);
+ break;
+ }
+
diff --git a/src/ezoom/ezoom.c b/src/ezoom/ezoom.c
index 90bf4ca..91cea99 100644
--- a/src/ezoom/ezoom.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package compiz for openSUSE:Factory
checked in at Thu Jan 29 01:37:28 CET 2009.
--------
--- compiz/compiz.changes 2009-01-27 20:53:14.000000000 +0100
+++ compiz/compiz.changes 2009-01-28 22:56:50.000000000 +0100
@@ -1,0 +2,14 @@
+Wed Jan 28 16:45:13 EST 2009 - davidr(a)novell.com
+
+- Make sure screen edges are created before they are first
+ used. (bnc#444449)
+
+-------------------------------------------------------------------
+Wed Jan 28 14:37:04 EST 2009 - davidr(a)novell.com
+
+- Acquire compositing manager selection before window manager
+ selection. This seems to avoid issues with how metacity is
+ giving up the owner selections and makes compiz properly
+ replace metacity with compositing enabled. (bnc#470039)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ compiz.spec ++++++
--- /var/tmp/diff_new_pack.w27578/_old 2009-01-29 01:36:29.000000000 +0100
+++ /var/tmp/diff_new_pack.w27578/_new 2009-01-29 01:36:29.000000000 +0100
@@ -41,7 +41,7 @@
%endif
AutoReqProv: on
Version: 0.7.8
-Release: 16
+Release: 18
Requires: compiz-decorator = %{version} compiz-branding = %{version}
Provides: windowmanager
Summary: OpenGL window and compositing manager.
@@ -423,6 +423,14 @@
%_datadir/compiz/sle.png
%changelog
+* Wed Jan 28 2009 davidr(a)novell.com
+- Make sure screen edges are created before they are first
+ used. (bnc#444449)
+* Wed Jan 28 2009 davidr(a)novell.com
+- Acquire compositing manager selection before window manager
+ selection. This seems to avoid issues with how metacity is
+ giving up the owner selections and makes compiz properly
+ replace metacity with compositing enabled. (bnc#470039)
* Tue Jan 27 2009 davidr(a)novell.com
- Fix window resize issue that could cause a crash. (bnc#466802)
* Fri Jan 23 2009 davidr(a)novell.com
++++++ compiz-0.7.8-NOMAD.diff ++++++
--- /var/tmp/diff_new_pack.w27578/_old 2009-01-29 01:36:30.000000000 +0100
+++ /var/tmp/diff_new_pack.w27578/_new 2009-01-29 01:36:30.000000000 +0100
@@ -7066,7 +7066,7 @@
zd = malloc (sizeof (ZoomDisplay));
diff --git a/src/display.c b/src/display.c
-index 23b0ba1..e3c3b54 100644
+index 23b0ba1..08c74f5 100644
--- a/src/display.c
+++ b/src/display.c
@@ -195,8 +195,8 @@ mainMenu (CompDisplay *d,
@@ -7356,61 +7356,27 @@
}
attr.override_redirect = TRUE;
-@@ -2379,48 +2461,51 @@ addDisplay (const char *name)
- CWOverrideRedirect | CWEventMask,
- &attr);
-
-- XChangeProperty (dpy,
-- newWmSnOwner,
-- d->wmNameAtom,
-- d->utf8StringAtom, 8,
-- PropModeReplace,
-- (unsigned char *) PACKAGE,
-- strlen (PACKAGE));
-+ if (windowManagement)
-+ {
-+ XChangeProperty (dpy,
-+ newWmSnOwner,
-+ d->wmNameAtom,
-+ d->utf8StringAtom, 8,
-+ PropModeReplace,
-+ (unsigned char *) PACKAGE,
-+ strlen (PACKAGE));
-
-- XWindowEvent (dpy,
-- newWmSnOwner,
-- PropertyChangeMask,
-- &event);
-+ XWindowEvent (dpy,
-+ newWmSnOwner,
-+ PropertyChangeMask,
-+ &event);
+@@ -2394,36 +2476,60 @@ addDisplay (const char *name)
-- wmSnTimestamp = event.xproperty.time;
-+ wmSnTimestamp = event.xproperty.time;
+ wmSnTimestamp = event.xproperty.time;
- XSetSelectionOwner (dpy, wmSnAtom, newWmSnOwner, wmSnTimestamp);
-+ XSetSelectionOwner (dpy, wmSnAtom, newWmSnOwner, wmSnTimestamp);
++ XSetSelectionOwner (dpy, cmSnAtom, newCmSnOwner, wmSnTimestamp);
- if (XGetSelectionOwner (dpy, wmSnAtom) != newWmSnOwner)
-- {
-- compLogMessage ("core", CompLogLevelError,
++ if (XGetSelectionOwner (dpy, cmSnAtom) != newCmSnOwner)
+ {
+ compLogMessage ("core", CompLogLevelError,
- "Could not acquire window manager "
-- "selection on screen %d display \"%s\"",
-- i, DisplayString (dpy));
-+ if (XGetSelectionOwner (dpy, wmSnAtom) != newWmSnOwner)
-+ {
-+ compLogMessage ("core", CompLogLevelError,
-+ "Could not acquire window manager "
-+ "selection on screen %d display \"%s\"",
-+ i, DisplayString (dpy));
++ "Could not acquire compositing manager "
+ "selection on screen %d display \"%s\"",
+ i, DisplayString (dpy));
- XDestroyWindow (dpy, newWmSnOwner);
-+ XDestroyWindow (dpy, newWmSnOwner);
-
-- continue;
-- }
-
+ continue;
+ }
+
- /* Send client message indicating that we are now the WM */
- event.xclient.type = ClientMessage;
- event.xclient.window = XRootWindow (dpy, i);
@@ -7421,6 +7387,19 @@
- event.xclient.data.l[2] = 0;
- event.xclient.data.l[3] = 0;
- event.xclient.data.l[4] = 0;
++ if (windowManagement)
++ {
++ XSetSelectionOwner (dpy, wmSnAtom, newWmSnOwner, wmSnTimestamp);
++
++ if (XGetSelectionOwner (dpy, wmSnAtom) != newWmSnOwner)
++ {
++ compLogMessage ("core", CompLogLevelError,
++ "Could not acquire window manager "
++ "selection on screen %d display \"%s\"",
++ i, DisplayString (dpy));
++
++ XDestroyWindow (dpy, newWmSnOwner);
++
+ continue;
+ }
@@ -7440,16 +7419,9 @@
+ XSendEvent (dpy, XRootWindow (dpy, i), FALSE,
+ StructureNotifyMask, &event);
+ }
-
- /* Wait for old window manager to go away */
- if (currentWmSnOwner != None)
-@@ -2431,18 +2516,35 @@ addDisplay (const char *name)
- } while (event.type != DestroyNotify);
- }
-
-- compCheckForError (dpy);
++
+ /* Wait for old compositing manager to go away */
-+ if (currentCmSnOwner != None && currentCmSnOwner != currentWmSnOwner)
++ if (currentCmSnOwner != None)
+ {
+ do {
+ XWindowEvent (dpy, currentCmSnOwner,
@@ -7457,38 +7429,54 @@
+ } while (event.type != DestroyNotify);
+ }
+ /* Wait for old window manager to go away */
+- if (currentWmSnOwner != None)
++ if (currentWmSnOwner != None && currentCmSnOwner != currentWmSnOwner)
+ {
+ do {
+ XWindowEvent (dpy, currentWmSnOwner,
+@@ -2433,54 +2539,61 @@ addDisplay (const char *name)
+
+ compCheckForError (dpy);
+
- XCompositeRedirectSubwindows (dpy, XRootWindow (dpy, i),
- CompositeRedirectManual);
-+ compCheckForError (dpy);
-
+-
- if (compCheckForError (dpy))
+ if (manualCompositeManagement)
{
- compLogMessage ("core", CompLogLevelError,
- "Another composite manager is already "
- "running on screen: %d", i);
+-
+- continue;
+- }
+ XCompositeRedirectSubwindows (dpy, XRootWindow (dpy, i),
+ CompositeRedirectManual);
-- continue;
+- XSetSelectionOwner (dpy, cmSnAtom, newCmSnOwner, wmSnTimestamp);
+ if (compCheckForError (dpy))
+ {
+ compLogMessage ("core", CompLogLevelError,
+ "Another composite manager is already "
+ "running on screen: %d", i);
-+
+
+- if (XGetSelectionOwner (dpy, cmSnAtom) != newCmSnOwner)
+ continue;
+ }
+ }
+ else
-+ {
+ {
+- compLogMessage ("core", CompLogLevelError,
+- "Could not acquire compositing manager "
+- "selection on screen %d display \"%s\"",
+- i, DisplayString (dpy));
+-
+- continue;
+ XCompositeRedirectSubwindows (dpy, XRootWindow (dpy, i),
+ CompositeRedirectAutomatic);
}
- XSetSelectionOwner (dpy, cmSnAtom, newCmSnOwner, wmSnTimestamp);
-@@ -2459,28 +2561,39 @@ addDisplay (const char *name)
-
XGrabServer (dpy);
- XSelectInput (dpy, XRootWindow (dpy, i),
@@ -7566,12 +7554,12 @@
- XSetInputFocus (dpy, d->screens->root, RevertToPointerRoot, CurrentTime);
-
- if (focus == None || focus == PointerRoot)
-- {
++ if (windowManagement)
+ {
- focusDefaultWindow (d->screens);
- }
- else
-+ if (windowManagement)
- {
+- {
- CompWindow *w;
+ XGetInputFocus (dpy, &focus, &revertTo);
@@ -8860,7 +8848,7 @@
+ glPopMatrix ();
+}
diff --git a/src/screen.c b/src/screen.c
-index 33cb3cc..7468e2a 100644
+index 33cb3cc..29979de 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -184,6 +184,9 @@ setDesktopHints (CompScreen *s)
@@ -9374,8 +9362,7 @@
- glXGetConfig (dpy, visinfo, GLX_USE_GL, &value);
- if (!value)
-+ if (s->root.redirectSubwindows)
- {
+- {
- compLogMessage ("core", CompLogLevelFatal,
- "Root visual is not a GL visual");
- XFree (visinfo);
@@ -9384,7 +9371,8 @@
-
- glXGetConfig (dpy, visinfo, GLX_DOUBLEBUFFER, &value);
- if (!value)
-- {
++ if (s->root.redirectSubwindows)
+ {
- compLogMessage ("core", CompLogLevelFatal,
- "Root visual is not a double buffered GL visual");
- XFree (visinfo);
@@ -10094,7 +10082,7 @@
}
initTexture (s, &s->backgroundTexture);
-@@ -2223,25 +2370,6 @@ addScreen (CompDisplay *display,
+@@ -2223,80 +2370,13 @@ addScreen (CompDisplay *display,
s->defaultIcon = NULL;
@@ -10120,10 +10108,12 @@
s->redrawTime = 1000 / defaultRefreshRate;
s->optimalRedrawTime = s->redrawTime;
-@@ -2251,17 +2379,6 @@ addScreen (CompDisplay *display,
- detectOutputDevices (s);
- updateOutputDevices (s);
-
+- reshape (s, s->attrib.width, s->attrib.height);
+-
+- detectRefreshRateOfScreen (s);
+- detectOutputDevices (s);
+- updateOutputDevices (s);
+-
- glLightModelfv (GL_LIGHT_MODEL_AMBIENT, globalAmbient);
-
- glEnable (GL_LIGHT0);
@@ -10135,13 +10125,13 @@
-
- glNormal3f (0.0f, 0.0f, -1.0f);
-
- s->lighting = FALSE;
- s->slowAnimations = FALSE;
-
-@@ -2269,34 +2386,10 @@ addScreen (CompDisplay *display,
-
- getDesktopHints (s);
-
+- s->lighting = FALSE;
+- s->slowAnimations = FALSE;
+-
+- addScreenToDisplay (display, s);
+-
+- getDesktopHints (s);
+-
- /* TODO: bailout properly when objectInitPlugins fails */
- assert (objectInitPlugins (&s->base));
-
@@ -10174,7 +10164,7 @@
CopyFromParent, InputOnly, CopyFromParent,
CWOverrideRedirect | CWEventMask,
&attrib);
-@@ -2306,9 +2399,13 @@ addScreen (CompDisplay *display,
+@@ -2306,9 +2386,13 @@ addScreen (CompDisplay *display,
{
long xdndVersion = 3;
@@ -10191,14 +10181,26 @@
&attrib);
XChangeProperty (dpy, s->screenEdge[i].id, display->xdndAwareAtom,
-@@ -2325,19 +2422,52 @@ addScreen (CompDisplay *display,
+@@ -2325,19 +2409,65 @@ addScreen (CompDisplay *display,
updateScreenEdges (s);
- setDesktopHints (s);
- setSupportingWmCheck (s);
- setSupported (s);
--
++ reshape (s, s->attrib.width, s->attrib.height);
++
++ detectRefreshRateOfScreen (s);
++ detectOutputDevices (s);
++ updateOutputDevices (s);
++
++ s->lighting = FALSE;
++ s->slowAnimations = FALSE;
++
++ addScreenToDisplay (display, s);
++
++ getDesktopHints (s);
+
s->normalCursor = XCreateFontCursor (dpy, XC_left_ptr);
s->busyCursor = XCreateFontCursor (dpy, XC_watch);
@@ -10444,14 +10446,10 @@
+ Window id)
{
- CompWindow *next, *prev;
-+ CompWindow *w;
-
+-
- next = w->next;
- prev = w->prev;
-+ w = findClientWindowAtScreen (s, id);
-+ if (w && w->managed)
-+ return w;
-
+-
- if (next || prev)
- {
- if (next)
@@ -10466,7 +10464,8 @@
- next->prev = NULL;
- }
- }
--
++ CompWindow *w;
+
- if (prev)
- {
- if (next)
@@ -10484,7 +10483,10 @@
- {
- s->windows = s->reverseWindows = NULL;
- }
--
++ w = findClientWindowAtScreen (s, id);
++ if (w && w->managed)
++ return w;
+
- if (w == lastFoundWindow)
- lastFoundWindow = NULL;
- if (w == lastDamagedWindow)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package asusfan for openSUSE:Factory
checked in at Thu Jan 29 01:36:19 CET 2009.
--------
--- asusfan/asusfan.changes 2007-12-27 06:01:33.000000000 +0100
+++ asusfan/asusfan.changes 2009-01-28 14:19:52.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jan 28 14:19:29 CET 2009 - crrodriguez(a)suse.de
+
+- remove "la" file with empty dependency_libs
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ asusfan.spec ++++++
--- /var/tmp/diff_new_pack.H25468/_old 2009-01-29 01:36:04.000000000 +0100
+++ /var/tmp/diff_new_pack.H25468/_new 2009-01-29 01:36:04.000000000 +0100
@@ -1,15 +1,23 @@
#
# spec file for package asusfan (Version 0.1)
#
-# Copyright (c) 2007 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.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
+
Name: asusfan
BuildRequires: xorg-x11-devel
Url: http://www.consultmatt.co.uk/asusfan/
@@ -17,7 +25,7 @@
Group: System/X11/Utilities
AutoReqProv: on
Version: 0.1
-Release: 112
+Release: 182
Summary: Fan Control for Nvidia-Based ASUS Graphics Cards
Source: asusfan-0.1-nodocs.tar.bz2
Patch: asusfan-0.1.patch
@@ -41,10 +49,11 @@
%build
%configure --disable-static --with-pic
-make
+%{__make} %{?jobs:-j%jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
+%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf %{buildroot}
@@ -60,15 +69,17 @@
%_libdir/libasus*
%changelog
-* Thu Dec 27 2007 - crrodriguez(a)suse.de
+* Wed Jan 28 2009 crrodriguez(a)suse.de
+- remove "la" file with empty dependency_libs
+* Thu Dec 27 2007 crrodriguez(a)suse.de
- fix library-without-ldconfig-post* errors
- remove useless static library
-* Wed Jan 25 2006 - mls(a)suse.de
+* Wed Jan 25 2006 mls(a)suse.de
- converted neededforbuild to BuildRequires
-* Wed Dec 07 2005 - uli(a)suse.de
+* Wed Dec 07 2005 uli(a)suse.de
- fixed format string (bug #137380)
-* Thu Sep 29 2005 - dmueller(a)suse.de
+* Thu Sep 29 2005 dmueller(a)suse.de
- add norootforbuild
-* Tue May 17 2005 - uli(a)suse.de
+* Tue May 17 2005 uli(a)suse.de
- initial package
- removed datasheet from source tarball (not redistributable)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package yast2-s390 for openSUSE:Factory
checked in at Thu Jan 29 01:35:05 CET 2009.
--------
--- yast2-s390/yast2-s390.changes 2008-12-03 16:30:14.000000000 +0100
+++ yast2-s390/yast2-s390.changes 2009-01-27 12:28:14.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 27 12:20:16 CET 2009 - mzugec(a)suse.cz
+
+- descriptions for return values (bnc#446998)
+- 2.18.0
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
yast2-s390-2.17.0.tar.bz2
New:
----
yast2-s390-2.18.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-s390.spec ++++++
--- /var/tmp/diff_new_pack.a18485/_old 2009-01-29 01:34:55.000000000 +0100
+++ /var/tmp/diff_new_pack.a18485/_new 2009-01-29 01:34:55.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package yast2-s390 (Version 2.17.0)
+# spec file for package yast2-s390 (Version 2.18.0)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
Name: yast2-s390
-Version: 2.17.0
+Version: 2.18.0
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-s390-2.17.0.tar.bz2
+Source0: yast2-s390-2.18.0.tar.bz2
Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-devtools yast2-testsuite
Requires: yast2
@@ -44,7 +44,7 @@
Jiri Srain <jsrain(a)suse.cz>
%prep
-%setup -n yast2-s390-2.17.0
+%setup -n yast2-s390-2.18.0
%build
%{prefix}/bin/y2tool y2autoconf
@@ -78,6 +78,9 @@
/usr/share/YaST2/schema/autoyast/rnc/*.rnc
%doc %{prefix}/share/doc/packages/yast2-s390
%changelog
+* Tue Jan 27 2009 mzugec(a)suse.cz
+- descriptions for return values (bnc#446998)
+- 2.18.0
* Thu Oct 16 2008 ro(a)suse.de
- temporary workaround for yast2-schema:
require s390-tools only on s390 and s390x
@@ -157,7 +160,7 @@
* Fri Mar 10 2006 locilka(a)suse.cz
- merged texts from proofreading
- 2.13.5
-* Thu Mar 09 2006 jsrain(a)suse.de
+* Wed Mar 08 2006 jsrain(a)suse.de
- fixed adding zFCP disks (#151832)
- adapted BuildRequires
- 2.13.4
++++++ yast2-s390-2.17.0.tar.bz2 -> yast2-s390-2.18.0.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-s390-2.17.0/configure new/yast2-s390-2.18.0/configure
--- old/yast2-s390-2.17.0/configure 2008-12-03 16:29:56.000000000 +0100
+++ new/yast2-s390-2.18.0/configure 2008-12-02 14:53:23.000000000 +0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for yast2-s390 2.17.0.
+# Generated by GNU Autoconf 2.63 for yast2-s390 2.16.0.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -596,8 +596,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-s390'
PACKAGE_TARNAME='yast2-s390'
-PACKAGE_VERSION='2.17.0'
-PACKAGE_STRING='yast2-s390 2.17.0'
+PACKAGE_VERSION='2.16.0'
+PACKAGE_STRING='yast2-s390 2.16.0'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
@@ -1274,7 +1274,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-s390 2.17.0 to adapt to many kinds of systems.
+\`configure' configures yast2-s390 2.16.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1345,7 +1345,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-s390 2.17.0:";;
+ short | recursive ) echo "Configuration of yast2-s390 2.16.0:";;
esac
cat <<\_ACEOF
@@ -1425,7 +1425,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-yast2-s390 configure 2.17.0
+yast2-s390 configure 2.16.0
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1439,7 +1439,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-s390 $as_me 2.17.0, which was
+It was created by yast2-s390 $as_me 2.16.0, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -2286,7 +2286,7 @@
# Define the identity of the package.
PACKAGE='yast2-s390'
- VERSION='2.17.0'
+ VERSION='2.16.0'
cat >>confdefs.h <<_ACEOF
@@ -2510,7 +2510,7 @@
-VERSION="2.17.0"
+VERSION="2.16.0"
RPMNAME="yast2-s390"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
@@ -3451,7 +3451,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by yast2-s390 $as_me 2.17.0, which was
+This file was extended by yast2-s390 $as_me 2.16.0, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3501,7 +3501,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-yast2-s390 config.status 2.17.0
+yast2-s390 config.status 2.16.0
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-s390-2.17.0/configure.in new/yast2-s390-2.18.0/configure.in
--- old/yast2-s390-2.17.0/configure.in 2008-12-03 16:29:49.000000000 +0100
+++ new/yast2-s390-2.18.0/configure.in 2008-12-02 14:53:12.000000000 +0100
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.17.6 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-s390, 2.17.0, http://bugs.opensuse.org/, yast2-s390)
+AC_INIT(yast2-s390, 2.16.0, http://bugs.opensuse.org/, yast2-s390)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -18,7 +18,7 @@
AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
dnl Important YaST2 variables
-VERSION="2.17.0"
+VERSION="2.16.0"
RPMNAME="yast2-s390"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-s390-2.17.0/MAINTAINER new/yast2-s390-2.18.0/MAINTAINER
--- old/yast2-s390-2.17.0/MAINTAINER 2007-05-18 10:05:50.000000000 +0200
+++ new/yast2-s390-2.18.0/MAINTAINER 2009-01-23 11:44:19.000000000 +0100
@@ -1 +1 @@
-Jiri Srain <jsrain(a)suse.cz>
+Michal Zugec <mzugec(a)suse.cz>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-s390-2.17.0/s390.pot new/yast2-s390-2.18.0/s390.pot
--- old/yast2-s390-2.17.0/s390.pot 2008-12-03 12:27:34.000000000 +0100
+++ new/yast2-s390-2.18.0/s390.pot 1970-01-01 01:00:00.000000000 +0100
@@ -1,747 +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: 2008-12-03 12:27+0100\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"
-
-#. text for installation summary
-#: src/clients/dasd_proposal.ycp:27
-msgid "No DASD disk detected"
-msgstr ""
-
-#. section name in proposal dialog
-#: src/clients/dasd_proposal.ycp:54
-msgid "DASD"
-msgstr ""
-
-#. section name in proposal - menu item
-#: src/clients/dasd_proposal.ycp:56
-msgid "&DASD"
-msgstr ""
-
-#. popup label
-#: src/clients/s390-disk-controller.ycp:34
-msgid "Detecting Available Controllers"
-msgstr ""
-
-#. Initialization dialog caption
-#: src/clients/s390-disk-controller.ycp:56
-msgid "S/390 Disk Controller Configuration"
-msgstr ""
-
-#. push button
-#: src/clients/s390-disk-controller.ycp:62
-msgid "Configure &DASD Disks"
-msgstr ""
-
-#. push button
-#: src/clients/s390-disk-controller.ycp:66
-msgid "Configure &ZFCP Disks"
-msgstr ""
-
-#. Initialization dialog contents
-#: src/clients/s390-disk-controller.ycp:71 src/dasd/wizards.ycp:92
-#: src/zfcp/wizards.ycp:92
-msgid "Initializing..."
-msgstr ""
-
-#. text for installation summary
-#: src/clients/zfcp_proposal.ycp:27
-msgid "No zFCP disk configured"
-msgstr ""
-
-#. section name in proposal dialog
-#: src/clients/zfcp_proposal.ycp:54
-msgid "zFCP"
-msgstr ""
-
-#. section name in proposal - menu item
-#: src/clients/zfcp_proposal.ycp:56
-msgid "&zFCP"
-msgstr ""
-
-#. table cell
-#: src/dasd/dialogs.ycp:120 src/dasd/dialogs.ycp:125 src/dasd/dialogs.ycp:140
-#: src/dasd/dialogs.ycp:165 src/dasd/dialogs.ycp:173 src/dasd/dialogs.ycp:338
-#: src/dump/dialogs.ycp:95 src/modules/DASDController.ycp:230
-#: src/modules/DASDController.ycp:231 src/zfcp/dialogs.ycp:82
-msgid "Yes"
-msgstr ""
-
-#. table cell
-#: src/dasd/dialogs.ycp:122 src/dasd/dialogs.ycp:127 src/dasd/dialogs.ycp:142
-#: src/dasd/dialogs.ycp:167 src/dump/dialogs.ycp:97
-#: src/modules/DASDController.ycp:230 src/modules/DASDController.ycp:231
-msgid "No"
-msgstr ""
-
-#. Dialog caption
-#: src/dasd/dialogs.ycp:207
-msgid "DASD Disk Management"
-msgstr ""
-
-#. table header
-#: src/dasd/dialogs.ycp:211
-msgid "Sel."
-msgstr ""
-
-#. table header
-#: src/dasd/dialogs.ycp:213 src/dasd/dialogs.ycp:231
-msgid "Channel"
-msgstr ""
-
-#. table header
-#: src/dasd/dialogs.ycp:215 src/dump/dialogs.ycp:62
-msgid "Device"
-msgstr ""
-
-#. table header
-#: src/dasd/dialogs.ycp:217
-msgid "Type"
-msgstr ""
-
-#. table header
-#: src/dasd/dialogs.ycp:219
-msgid "Access Type"
-msgstr ""
-
-#. table header
-#: src/dasd/dialogs.ycp:221 src/dasd/dialogs.ycp:235
-msgid "Use DIAG"
-msgstr ""
-
-#. table header
-#: src/dasd/dialogs.ycp:223
-msgid "Formatted"
-msgstr ""
-
-#. table header
-#: src/dasd/dialogs.ycp:225
-msgid "Partition Information"
-msgstr ""
-
-#. table header
-#: src/dasd/dialogs.ycp:233 src/dump/dialogs.ycp:64
-msgid "Format"
-msgstr ""
-
-#. menuy button id
-#: src/dasd/dialogs.ycp:241
-msgid "&Activate"
-msgstr ""
-
-#. menuy button id
-#: src/dasd/dialogs.ycp:243
-msgid "&Deactivate"
-msgstr ""
-
-#. menuy button id
-#: src/dasd/dialogs.ycp:246
-msgid "Set DIAG O&n"
-msgstr ""
-
-#. menuy button id
-#: src/dasd/dialogs.ycp:248
-msgid "Set DIAG O&ff"
-msgstr ""
-
-#. menuy button id
-#: src/dasd/dialogs.ycp:251
-msgid "&Format"
-msgstr ""
-
-#. text entry
-#: src/dasd/dialogs.ycp:257 src/zfcp/dialogs.ycp:126
-msgid "Mi&nimum Channel"
-msgstr ""
-
-#. text entry
-#: src/dasd/dialogs.ycp:259 src/zfcp/dialogs.ycp:128
-msgid "Ma&ximum Channel"
-msgstr ""
-
-#. push button
-#: src/dasd/dialogs.ycp:263 src/zfcp/dialogs.ycp:132
-msgid "&Filter"
-msgstr ""
-
-#. push button
-#: src/dasd/dialogs.ycp:270
-msgid "A&dd New Disk"
-msgstr ""
-
-#. push button
-#: src/dasd/dialogs.ycp:272
-msgid "De&lete Disk"
-msgstr ""
-
-#. pudh button
-#: src/dasd/dialogs.ycp:277
-msgid "&Select or Deselect"
-msgstr ""
-
-#. menu button
-#: src/dasd/dialogs.ycp:280
-msgid "Perform &Action"
-msgstr ""
-
-#. error popup message
-#: src/dasd/dialogs.ycp:349 src/dasd/dialogs.ycp:374 src/dasd/dialogs.ycp:398
-#: src/dasd/dialogs.ycp:418 src/dasd/dialogs.ycp:437
-msgid "No disk selected."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/dasd/dialogs.ycp:451
-#, ycp-format
-msgid "Disk %1 is not active."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/dasd/dialogs.ycp:458
-#, ycp-format
-msgid "Disk %1 is not accessible for writing."
-msgstr ""
-
-#. integer field (count of disks formatted at parallely)
-#: src/dasd/dialogs.ycp:475
-msgid "&Parallel Formatted Disks"
-msgstr ""
-
-#. check box
-#: src/dasd/dialogs.ycp:478
-msgid "&Write the Volume Label"
-msgstr ""
-
-#. popup question
-#: src/dasd/dialogs.ycp:506
-#, ycp-format
-msgid ""
-"Formatting these disks destroys all data on them.<br>\n"
-"Really format the following disks?<br>\n"
-"%1"
-msgstr ""
-
-#. Dialog caption
-#: src/dasd/dialogs.ycp:550
-msgid "Add New DASD Disk"
-msgstr ""
-
-#. text entry
-#. combo box
-#: src/dasd/dialogs.ycp:557 src/zfcp/dialogs.ycp:290
-msgid "&Channel Number"
-msgstr ""
-
-#. check box
-#: src/dasd/dialogs.ycp:561
-msgid "Format the Disk"
-msgstr ""
-
-#. check box
-#: src/dasd/dialogs.ycp:564
-msgid "Use &DIAG"
-msgstr ""
-
-#. yes-no popup
-#: src/dasd/dialogs.ycp:582 src/zfcp/dialogs.ycp:189 src/zfcp/dialogs.ycp:332
-msgid ""
-"Really leave the ZFCP disk configuration without saving?\n"
-"All changes will be lost."
-msgstr ""
-
-#. Read dialog help 1/2
-#: src/dasd/helps.ycp:20
-msgid ""
-"<p><b><big>Initializing Controller Configuration</big></b><br>\n"
-"Please wait...<br></p>"
-msgstr ""
-
-#. Read dialog help 2/2
-#: src/dasd/helps.ycp:24 src/dump/helps.ycp:26 src/zfcp/helps.ycp:24
-msgid ""
-"<p><b><big>Aborting Initialization:</big></b><br>\n"
-"Safely abort the configuration utility by pressing <b>Abort</b> now.</p>"
-msgstr ""
-
-#. Write dialog help 1/2
-#: src/dasd/helps.ycp:28
-msgid ""
-"<p><b><big>Saving Controller Configuration</big></b><br>\n"
-"Please wait...<br></p>"
-msgstr ""
-
-#. Write dialog help 2/2
-#: src/dasd/helps.ycp:32 src/dump/helps.ycp:36 src/zfcp/helps.ycp:32
-msgid ""
-"<p><b><big>Aborting Saving:</big></b><br>\n"
-"Abort the save procedure by pressing <b>Abort</b>.\n"
-"An additional dialog informs whether it is safe to do so.</p>"
-msgstr ""
-
-#. Disk selection dialog help 1/4
-#: src/dasd/helps.ycp:37 src/dasd/helps.ycp:53
-msgid ""
-"<p><b><big>Configured DASD Disks</big></b><br>\n"
-"In this dialog, manage DASD disks on your system.</p>"
-msgstr ""
-
-#. Disk selection dialog help 2/4
-#: src/dasd/helps.ycp:41 src/dasd/helps.ycp:57
-msgid ""
-"<p>To filter disks that you want to have displayed, set\n"
-"the <b>Minimum Channel</b> and the <b>Maximum Channel</b>\n"
-"and click <b>Filter</b>.</p>"
-msgstr ""
-
-#. Disk selection dialog help 4/4
-#: src/dasd/helps.ycp:46
-msgid "<p>To configure a new DASD disk, click <b>Add</b>.</p>"
-msgstr ""
-
-#. Disk selection dialog help 4/4
-#: src/dasd/helps.ycp:49
-msgid ""
-"<p>To remove a configured DASD disk, select it and click\n"
-"<b>Delete</b>.</p>"
-msgstr ""
-
-#. Disk selection dialog help 3/4
-#: src/dasd/helps.ycp:62
-msgid ""
-"<p>All actions can be performed on multiple disks at once. To select disks\n"
-"on which to perform an action, select the desired disks and click\n"
-"<b>Select or Deselect</b>.</p>"
-msgstr ""
-
-#. Disk selection dialog help 4/4
-#: src/dasd/helps.ycp:67
-msgid ""
-"<p>To perform an action on the selected disks, use <b>Perform Action</b>.\n"
-"The action will be performed immediately!</p>"
-msgstr ""
-
-#. Disk add help 1/3
-#: src/dasd/helps.ycp:71
-msgid ""
-"<p><b><big>Add New DASD Disk</big></b><br>\n"
-"Enter the identifier of the disk to add. To specify the disk, use the\n"
-"<b>Channel Number</b> of the DASD disk.</p>"
-msgstr ""
-
-#. Disk add help 1/3
-#: src/dasd/helps.ycp:77
-msgid ""
-"<p>To specify if the disk will be formatted,\n"
-"use <b>Format the Disk</b>.</p>"
-msgstr ""
-
-#. Disk add help 3/3, optional
-#: src/dasd/helps.ycp:83
-msgid ""
-"<p>To specify if DIAG mode will be used,\n"
-"use <b>Use DIAG</b>.</p>"
-msgstr ""
-
-#. Initialization dialog caption
-#: src/dasd/wizards.ycp:90 src/zfcp/wizards.ycp:90
-msgid "Controller Configuration"
-msgstr ""
-
-#. Dialog caption
-#: src/dump/dialogs.ycp:59
-msgid "Dump Device Management"
-msgstr ""
-
-#: src/dump/dialogs.ycp:63
-msgid "Loader Section Label"
-msgstr ""
-
-#. Dialog caption
-#: src/dump/dialogs.ycp:155
-msgid "Add New Dump Device"
-msgstr ""
-
-#. Dialog caption
-#: src/dump/dialogs.ycp:157
-msgid "Edit Dump Device"
-msgstr ""
-
-#. text entry
-#: src/dump/dialogs.ycp:166
-msgid "&Dump Device"
-msgstr ""
-
-#. check box, try to keep short
-#: src/dump/dialogs.ycp:171
-msgid "Install Dump Record Even If Disk Already &Formatted"
-msgstr ""
-
-#. yes-no popup
-#: src/dump/dialogs.ycp:199
-msgid "Really leave the dump device configuration?"
-msgstr ""
-
-#: src/dump/dialogs.ycp:210
-#, ycp-format
-msgid ""
-"The disk %1 will formatted as a dump device now.\n"
-"Continue?"
-msgstr ""
-
-#. yes-no popup
-#: src/dump/dialogs.ycp:226
-msgid "Add another dump device?"
-msgstr ""
-
-#. Read dialog help 1/2
-#: src/dump/helps.ycp:20
-msgid ""
-"<p><b><big>Initializing Dump Device Configuration</big></b>\n"
-"<br>\n"
-"Please wait...<br></p>\n"
-msgstr ""
-
-#. Write dialog help 1/2
-#: src/dump/helps.ycp:32
-msgid ""
-"<p><b><big>Saving Dump Device Configuration</big></b><br>\n"
-"Please wait...<br></p>"
-msgstr ""
-
-#. Dump dialog symmart help 1/2
-#: src/dump/helps.ycp:43
-msgid ""
-"<p><b><big>Configured Dump Devices</big></b><br>\n"
-"This dialog shows configured dump devices for your system.</p>"
-msgstr ""
-
-#. Dump dialog symmart help 2/2
-#: src/dump/helps.ycp:47
-msgid ""
-"<p>To add and configure a new dump device, click <b>Add</b>. To edit an\n"
-"already configured dump device, select it and click <b>Edit</b>.\n"
-"To remove a configured dump device, select it and click <b>Delete</b>.</p>"
-msgstr ""
-
-#. Disk add help 1/3
-#: src/dump/helps.ycp:53
-msgid ""
-"<p><b><big>Add New Dump Device</big></b><br>\n"
-"Prepare a device for use as an S/390 dump device. Supported devices are\n"
-"ECKD DASD and zfcp disks. Set <b>Dump Device</b> to select the device\n"
-"to format. If the device is already formatted\n"
-"or configured, setting\n"
-"<b>Install Dump Record Even If Disk Already &Formatted</b> is required.</p>"
-msgstr ""
-
-#. summary text, %1 is channel ID (number),
-#. %2 and %3 are Yes or No
-#: src/modules/DASDController.ycp:228
-#, ycp-format
-msgid "Channel ID: %1, Format: %2, Use DIAG: %3"
-msgstr ""
-
-#. if (Mode::config ())
-#. return;
-#. popup label
-#: src/modules/DASDController.ycp:296
-msgid "Reading Configured DASD Disks"
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/DASDController.ycp:378 src/modules/ZFCPController.ycp:300
-#: src/modules/ZFCPController.ycp:351
-#, ycp-format
-msgid "%1: sysfs not mounted."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/DASDController.ycp:382
-#, ycp-format
-msgid "%1: Invalid status for <online>"
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/DASDController.ycp:386
-#, ycp-format
-msgid "%1: No device found for <ccwid>"
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/DASDController.ycp:390
-#, ycp-format
-msgid "%1: Could not change state of the device"
-msgstr ""
-
-#. error report, %1 is device identification, %2 is integer code
-#: src/modules/DASDController.ycp:394
-#, ycp-format
-msgid "%1: Unknown error %2"
-msgstr ""
-
-#. error report, %1 is exit code of the command (integer)
-#: src/modules/DASDController.ycp:493 src/modules/DASDController.ycp:577
-#, ycp-format
-msgid "Disks formatting failed. Exit code: %1"
-msgstr ""
-
-#. progress bar, %1 is device name, %2 and %3
-#. integers,
-#. eg. Formatting /dev/dasda: cylinder 123 of 12334 done
-#: src/modules/DASDController.ycp:555
-#, ycp-format
-msgid "Formatting %1: cylinder %2 of %3 done"
-msgstr ""
-
-#. error description
-#: src/modules/Dump.ycp:123 src/modules/Dump.ycp:159
-msgid "Disk unusable."
-msgstr ""
-
-#. error description
-#: src/modules/Dump.ycp:126 src/modules/Dump.ycp:162
-msgid "Support program not installed."
-msgstr ""
-
-#. error description, %1 is error code (integer)
-#: src/modules/Dump.ycp:129
-#, ycp-format
-msgid "Error code from support program: %1."
-msgstr ""
-
-#. error report, %1 is device name, %2 error description
-#: src/modules/Dump.ycp:131 src/modules/Dump.ycp:167
-#, ycp-format
-msgid ""
-"Cannot create dump device %1:\n"
-"%2"
-msgstr ""
-
-#. error description
-#: src/modules/Dump.ycp:165
-msgid "Error code from support program."
-msgstr ""
-
-#. summary text, %1 is channel ID, %1 is WWPN, %3 is LUN
-#. (all of them are numbers)
-#: src/modules/ZFCPController.ycp:212
-#, ycp-format
-msgid "Channel ID: %1, WWPN: %2, ZFCP LUN: %3"
-msgstr ""
-
-#. if (Mode::config ())
-#. return;
-#. popup label
-#: src/modules/ZFCPController.ycp:273
-msgid "Reading Configured ZFCP Disks"
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:304 src/modules/ZFCPController.ycp:355
-#, ycp-format
-msgid "%1: Invalid status for <online>."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:308
-#, ycp-format
-msgid "%1: No device found for <ccwid>."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:312
-#, ycp-format
-msgid "%1: WWPN invalid."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:316
-#, ycp-format
-msgid "%1: Could not activate WWPN for adapter %1."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:320
-#, ycp-format
-msgid "%1: Could not activate ZFCP disk."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:324
-#, ycp-format
-msgid "%1: SCSI disk could not be deactivated."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:328
-#, ycp-format
-msgid "%1: ZFCP LUN could not be unregistered."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:332
-#, ycp-format
-msgid "%1: ZFCP WWPN could not be unregistered."
-msgstr ""
-
-#. error report, %1 is device identification, %2 is integer code
-#: src/modules/ZFCPController.ycp:336 src/modules/ZFCPController.ycp:375
-#, ycp-format
-msgid "%1: Unknown error %2."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:359
-#, ycp-format
-msgid "%1: Device <ccwid> does not exist."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:363
-#, ycp-format
-msgid "%1: Module zfcp could not be loaded."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:367
-#, ycp-format
-msgid "%1: Adapter status could not be changed."
-msgstr ""
-
-#. error report, %1 is device identification
-#: src/modules/ZFCPController.ycp:371
-#, ycp-format
-msgid "%1: WWPN ports still active."
-msgstr ""
-
-#. Dialog caption
-#: src/zfcp/dialogs.ycp:120
-msgid "Configured ZFCP Disks"
-msgstr ""
-
-#. table header
-#: src/zfcp/dialogs.ycp:140
-msgid "Channel Number"
-msgstr ""
-
-#. table header
-#: src/zfcp/dialogs.ycp:142
-msgid "WWPN"
-msgstr ""
-
-#. table header
-#: src/zfcp/dialogs.ycp:144
-msgid "zfcp-LUN"
-msgstr ""
-
-#. popup qestion, %1 is device name (eg. /dev/sda)
-#: src/zfcp/dialogs.ycp:204
-#, ycp-format
-msgid "Remove disk %1?"
-msgstr ""
-
-#. Dialog caption
-#: src/zfcp/dialogs.ycp:243
-msgid "Add New ZFCP Disk"
-msgstr ""
-
-#. text entry
-#: src/zfcp/dialogs.ycp:295
-msgid "&WWPN"
-msgstr ""
-
-#: src/zfcp/dialogs.ycp:297
-msgid "Get WWPNs"
-msgstr ""
-
-#. text entry
-#: src/zfcp/dialogs.ycp:302
-msgid "&FCP-LUN"
-msgstr ""
-
-#: src/zfcp/dialogs.ycp:303
-msgid "Get LUNs"
-msgstr ""
-
-#. error report
-#: src/zfcp/dialogs.ycp:352
-msgid "The entered WWPN is invalid."
-msgstr ""
-
-#. Read dialog help 1/2
-#: src/zfcp/helps.ycp:20
-msgid ""
-"<p><b><big>Initializing ZFCP Disk Configuration</big></b><br>\n"
-"Please wait...<br></p>"
-msgstr ""
-
-#. Write dialog help 1/2
-#: src/zfcp/helps.ycp:28
-msgid ""
-"<p><b><big>Saving ZFCP Disk Configuration</big></b><br>\n"
-"Please wait...<br></p>"
-msgstr ""
-
-#. Disk selection dialog help 1/3
-#: src/zfcp/helps.ycp:37
-msgid ""
-"<p><b><big>Configured ZFCP Disks</big></b><br>\n"
-"In this dialog, manage ZFCP disks on your system.</p>"
-msgstr ""
-
-#. Disk selection dialog help 2/3
-#: src/zfcp/helps.ycp:41
-msgid "<p>To configure a new ZFCP disk, click <b>Add</b>.</p>"
-msgstr ""
-
-#. Disk selection dialog help 3/3
-#: src/zfcp/helps.ycp:44
-msgid ""
-"<p>To remove a configured ZFCP disk, select it and click\n"
-"<b>Delete</b>.</p>"
-msgstr ""
-
-#. Disk selection dialog Warning
-#: src/zfcp/helps.ycp:48 src/zfcp/helps.ycp:65
-msgid "<h1>Warning</h1>"
-msgstr ""
-
-#: src/zfcp/helps.ycp:48 src/zfcp/helps.ycp:66
-msgid ""
-"<p>When accessing a ZFCP device\n"
-"<b>READ</b>/<b>WRITE</b>, make sure that this access is exclusive.\n"
-"Otherwise there is a potential risk of data corruption.</p>"
-msgstr ""
-
-#. Disk add help 1/2
-#: src/zfcp/helps.ycp:53
-msgid ""
-"<p><b><big>Add New ZFCP Disk</big></b><br>\n"
-"Enter the identifier of the disk to add. Enter the\n"
-"<b>Channel Number</b> of the ZFCP controller, the worldwide port number\n"
-"(<b>WWPN</b>), and the <b>FCP-LUN</b> number.</p>"
-msgstr ""
-
-#. Disk add help 2/2, This is HTML, so finally "<devno>" is displayed as "<devno>"
-#: src/zfcp/helps.ycp:58
-msgid ""
-"<p>The <b>Channel Number</b> must be entered with lowercase letters in a sysfs conforming\n"
-"format 0.0.<devno>, such as <tt>0.0.5c51</tt>.</p>\n"
-"<p>The WWPN must be entered with lowercase letters as a 16-digit hex value, such as\n"
-"<tt>0x5005076300c40e5a</tt>.</p>\n"
-"<p>The LUN must be entered with lowercase letters as a 16-digit hex value with\n"
-"all trailing zeros, such as <tt>0x52ca000000000000</tt>.</p>"
-msgstr ""
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-s390-2.17.0/src/modules/DASDController.ycp new/yast2-s390-2.18.0/src/modules/DASDController.ycp
--- old/yast2-s390-2.17.0/src/modules/DASDController.ycp 2007-05-18 10:05:50.000000000 +0200
+++ new/yast2-s390-2.18.0/src/modules/DASDController.ycp 2009-01-27 12:23:35.000000000 +0100
@@ -4,7 +4,7 @@
* Summary: Controller settings, input and output functions
* Authors: Jiri Srain <jsrain(a)suse.cz>
*
- * $Id: DASDController.ycp 31274 2006-06-02 05:46:06Z jsrain $
+ * $Id: DASDController.ycp 55062 2009-01-27 11:23:34Z mzugec $
*
* Representation of the configuration of controller.
* Input and output routines.
@@ -388,6 +388,16 @@
Report::Error (sformat (
// error report, %1 is device identification
_("%1: Could not change state of the device"), id));
+ else if (ret == 5)
+ // https://bugzilla.novell.com/show_bug.cgi?id=446998#c15
+ Report::Error (sformat (
+ // error report, %1 is device identification
+ _("%1: device is not a DASD"), id));
+ else if (ret == 6)
+ // https://bugzilla.novell.com/show_bug.cgi?id=446998#c15
+ Report::Error (sformat (
+ // error report, %1 is device identification
+ _("%1: Could not load module"), id));
else
Report::Error (sformat (
// error report, %1 is device identification, %2 is integer code
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-s390-2.17.0/VERSION new/yast2-s390-2.18.0/VERSION
--- old/yast2-s390-2.17.0/VERSION 2008-12-03 11:45:06.000000000 +0100
+++ new/yast2-s390-2.18.0/VERSION 2009-01-27 12:20:05.000000000 +0100
@@ -1 +1 @@
-2.17.0
+2.18.0
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-s390-2.17.0/xpram.pot new/yast2-s390-2.18.0/xpram.pot
--- old/yast2-s390-2.17.0/xpram.pot 2008-12-03 12:27:34.000000000 +0100
+++ new/yast2-s390-2.18.0/xpram.pot 1970-01-01 01:00:00.000000000 +0100
@@ -1,139 +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: 2008-12-03 12:27+0100\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"
-
-#. Command line help text for the Xxpram module
-#: src/clients/xpram.ycp:85
-msgid "Configuration of XPRAM"
-msgstr ""
-
-#. command line help text for 'enable' action
-#: src/clients/xpram.ycp:93
-msgid "Enable XPRAM"
-msgstr ""
-
-#. command line help text for 'disable' action
-#: src/clients/xpram.ycp:98
-msgid "Disable XPRAM"
-msgstr ""
-
-#. command line help text for 'configure' action
-#: src/clients/xpram.ycp:103
-msgid "Change the XPRAM configuration"
-msgstr ""
-
-#. command line help text for the 'mountpoint' option
-#: src/clients/xpram.ycp:109
-msgid "Mount point"
-msgstr ""
-
-#. Xpram read dialog caption
-#: src/modules/Xpram.ycp:96
-msgid "Saving XPRAM Configuration"
-msgstr ""
-
-#. Progress stage 1/2
-#: src/modules/Xpram.ycp:102
-msgid "Write the settings"
-msgstr ""
-
-#. Progress stage 2/2
-#: src/modules/Xpram.ycp:104
-msgid "Restart the service"
-msgstr ""
-
-#. Progress step 1/2
-#: src/modules/Xpram.ycp:107
-msgid "Writing the settings..."
-msgstr ""
-
-#. Progress step 2/2
-#: src/modules/Xpram.ycp:109
-msgid "Restarting service..."
-msgstr ""
-
-#. Progress finished
-#: src/modules/Xpram.ycp:111
-msgid "Finished"
-msgstr ""
-
-#: src/modules/Xpram.ycp:130
-msgid "Error stopping xpram. Please try \"rcxpram stop\" manually."
-msgstr ""
-
-#: src/modules/Xpram.ycp:154
-msgid "Error starting xpram. Please try \"rcxpram start\" manually."
-msgstr ""
-
-#. For translators: Caption of the dialog
-#: src/xpram/ui.ycp:29
-msgid "XPRAM Configuration"
-msgstr ""
-
-#. help text for XPRAM 1/4
-#: src/xpram/ui.ycp:32
-msgid "<p>Here, configure the <b>XPRAM</b> for your computer.</p>"
-msgstr ""
-
-#. help text for XPRAM 2/4
-#: src/xpram/ui.ycp:35
-msgid "<p>This tool currently only supports assigning the entire XPRAM to one partition. To have multiple partitions, look at \"Device Drivers, Features and Commands November 30, 2004\" for the Linux kernel 2.6 - April 2004 stream.</p><p>In this case disable XPRAM in this module.</p>"
-msgstr ""
-
-#. help text for XPRAM 3/4
-#: src/xpram/ui.ycp:38
-msgid "<p>Choose the correct mount point for <b>Mount Point</b>.</p>"
-msgstr ""
-
-#. help text for XPRAM 4/4
-#: src/xpram/ui.ycp:41
-msgid "<p>Next, choose the file system to use on the device.</p>"
-msgstr ""
-
-#. radio button label for to not start xpram
-#: src/xpram/ui.ycp:57
-msgid "Do No&t Start XPRAM"
-msgstr ""
-
-#. radio button label for to start xpram
-#: src/xpram/ui.ycp:60
-msgid "&Start XPRAM"
-msgstr ""
-
-#: src/xpram/ui.ycp:63
-msgid "Install File System or Swap Although &XPRAM Contains Valid Data"
-msgstr ""
-
-#. frame label
-#: src/xpram/ui.ycp:66
-msgid "Mount Point"
-msgstr ""
-
-#. combobox label
-#: src/xpram/ui.ycp:71
-msgid "&Mount Point"
-msgstr ""
-
-#. frame label
-#: src/xpram/ui.ycp:81
-msgid "File System Type"
-msgstr ""
-
-#. combobox label
-#: src/xpram/ui.ycp:86
-msgid "F&ile System to Use:"
-msgstr ""
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0