openSUSE Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
May 2009
- 1 participants
- 754 discussions
Hello community,
here is the log from the commit of package pcfclock for openSUSE:Factory
checked in at Mon May 4 17:17:25 CEST 2009.
--------
--- pcfclock/pcfclock.changes 2008-08-22 01:25:58.000000000 +0200
+++ /mounts/work_src_done/STABLE/pcfclock/pcfclock.changes 2009-03-09 21:33:13.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar 9 21:32:41 CET 2009 - mmarek(a)suse.cz
+
+- renamed modprobe config to /etc/modprobe.d/50-pcfclock.conf
+ (required by new module-init-tools).
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pcfclock.spec ++++++
--- /var/tmp/diff_new_pack.K11930/_old 2009-05-04 17:17:17.000000000 +0200
+++ /var/tmp/diff_new_pack.K11930/_new 2009-05-04 17:17:17.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package pcfclock (Version 0.44)
#
-# 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
@@ -20,7 +20,7 @@
Name: pcfclock
BuildRequires: kernel-source kernel-syms module-init-tools
Version: 0.44
-Release: 227
+Release: 240
Summary: Pcfclock kernel driver
License: GPL v2 or later
Group: System/Kernel
@@ -107,7 +107,7 @@
M=$PWD/obj/$flavor
done
mkdir -p $RPM_BUILD_ROOT/etc/modprobe.d
-echo "alias char-major-181 pcfclock" > $RPM_BUILD_ROOT/etc/modprobe.d/pcfclock
+echo "alias char-major-181 pcfclock" > $RPM_BUILD_ROOT/etc/modprobe.d/50-pcfclock.conf
mkdir -p $RPM_BUILD_ROOT/lib/udev/devices
%files
@@ -116,7 +116,7 @@
%{_mandir}/man4/pcfclock.4.gz
%{_mandir}/man8/pcfdate.8.gz
/usr/sbin/pcfdate
-/etc/modprobe.d/pcfclock
+/etc/modprobe.d/50-pcfclock.conf
%dir /lib/udev
%dir /lib/udev/devices
%attr(444,root,root) %dev(c,181,0) /lib/udev/devices/pcfclock0
@@ -127,6 +127,9 @@
rm -rf %{buildroot}
%changelog
+* Mon Mar 09 2009 mmarek(a)suse.cz
+- renamed modprobe config to /etc/modprobe.d/50-pcfclock.conf
+ (required by new module-init-tools).
* Fri Aug 22 2008 ro(a)suse.de
- fix build with 2.6.27
* Wed Oct 24 2007 ro(a)suse.de
@@ -138,14 +141,14 @@
* Fri May 11 2007 ro(a)suse.de
- fix build with current kernel sources
- use optflags for pcfdate
-* Thu Apr 05 2007 lrupp(a)suse.de
+* Wed Apr 04 2007 lrupp(a)suse.de
- added module-init-tools to BuildRequires
* Mon Aug 21 2006 ro(a)suse.de
- devfs has been removed from 2.6.18, make kernel driver compile
* Mon Apr 10 2006 agruen(a)suse.de
- Add preamble `Enhances: kernel-$flavor' workaround to KMP
sub-packages (156513).
-* Mon Apr 03 2006 ro(a)suse.de
+* Sun Apr 02 2006 ro(a)suse.de
- change MODULE_PARM to module_param
* Thu Feb 23 2006 ro(a)suse.de
- created package with KMP (version 0.44)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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,
FYI: Package kde4-kcm_gtk was dropped from openSUSE:Factory at Sun May 3 11:49:39 CEST 2009.
You can find the latest sources of the package in the
openSUSE:Dropped
repository:
https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=kd…
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 ant for openSUSE:Factory
checked in at Sun May 3 11:47:29 CEST 2009.
--------
--- ant/ant-antlr.changes 2009-04-28 15:17:40.000000000 +0200
+++ /mounts/work_users/ro/STABLE/ant/ant-antlr.changes 2009-05-03 11:37:50.328463000 +0200
@@ -1,0 +2,5 @@
+Sun May 3 11:37:46 CEST 2009 - ro(a)suse.de
+
+- do not assume release number for ant and ant-antlr are identical
+
+-------------------------------------------------------------------
--- ant/ant.changes 2009-04-28 15:17:04.000000000 +0200
+++ /mounts/work_users/ro/STABLE/ant/ant.changes 2009-05-03 11:37:30.854742000 +0200
@@ -1,0 +2,5 @@
+Sun May 3 11:37:14 CEST 2009 - ro(a)suse.de
+
+- do not assume release number for ant and ant-antlr are identical
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ant-antlr.spec ++++++
--- /var/tmp/diff_new_pack.z10109/_old 2009-05-03 11:46:56.000000000 +0200
+++ /var/tmp/diff_new_pack.z10109/_new 2009-05-03 11:46:56.000000000 +0200
@@ -29,7 +29,7 @@
# This line is not a comment, please do not remove it!
#%(sh %{_sourcedir}/ant-antlr-prepare.sh %{_sourcedir} %{name})
Version: 1.7.1
-Release: 2
+Release: 3
%if %bootstrap
Summary: Optional antlr Tasks for Ant
%else
@@ -97,7 +97,7 @@
Requires: java-devel >= 1.5.0
%else
# ant-antlr requires
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: antlr
Provides: ant-antlr = %{version}-%{release}
%endif
@@ -208,7 +208,7 @@
License: The Apache Software License
Summary: Optional apache bsf tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: bsf
BuildRequires: bsf
Provides: ant-apache-bsf = %{version}-%{release}
@@ -224,7 +224,7 @@
License: The Apache Software License
Summary: Optional apache resolver tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: xml-commons-resolver
BuildRequires: xml-commons-resolver
Provides: ant-apache-resolver = %{version}-%{release}
@@ -240,7 +240,7 @@
License: The Apache Software License
Summary: Optional commons logging tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: jakarta-commons-logging
BuildRequires: jakarta-commons-logging
Provides: ant-commons-logging = %{version}-%{release}
@@ -256,7 +256,7 @@
License: The Apache Software License
Summary: Optional commons net tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: jakarta-commons-net
BuildRequires: jakarta-commons-net
Provides: ant-commons-net = %{version}-%{release}
@@ -274,7 +274,7 @@
Summary: Optional jai tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: jai
BuildRequires: jai
Provides: ant-jai = %{version}-%{release}
@@ -287,7 +287,7 @@
License: The Apache Software License
Summary: Optional apache bcel tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: bcel
BuildRequires: bcel
Provides: ant-apache-bcel = %{version}-%{release}
@@ -305,7 +305,7 @@
License: The Apache Software License
Summary: Optional apache log4j tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: log4j
BuildRequires: log4j
Provides: ant-apache-log4j = %{version}-%{release}
@@ -323,7 +323,7 @@
License: The Apache Software License
Summary: Optional apache oro tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: oro
BuildRequires: oro
Provides: ant-apache-oro = %{version}-%{release}
@@ -341,7 +341,7 @@
License: The Apache Software License
Summary: Optional apache regexp tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: regexp
BuildRequires: regexp
Provides: ant-apache-regexp = %{version}-%{release}
@@ -359,7 +359,7 @@
License: Other uncritical OpenSource License; Common Development and Distribution License
Summary: Optional javamail tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: javamail >= 1.2-5jpp
Requires: jaf >= 1.0.1-5jpp
BuildRequires: javamail >= 1.2-5jpp
@@ -377,7 +377,7 @@
License: The Apache Software License
Summary: Optional jdepend tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: jdepend
BuildRequires: jdepend
Provides: ant-jdepend = %{version}-%{release}
@@ -393,7 +393,7 @@
License: The Apache Software License
Summary: Optional jsch tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: jsch
BuildRequires: jsch
Provides: ant-jsch = %{version}-%{release}
@@ -409,7 +409,7 @@
License: The Apache Software License
Summary: Optional junit tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: junit
Provides: ant-junit = %{version}-%{release}
@@ -884,6 +884,8 @@
%endif
%changelog
+* Sun May 03 2009 ro(a)suse.de
+- do not assume release number for ant and ant-antlr are identical
* Tue Apr 28 2009 mvyskocil(a)suse.cz
- update to 1.7.1. Upstream changes (full list is in WHATSNEW):
* String resources only have properties single expanded. If you relied on
++++++ ant.spec ++++++
--- /var/tmp/diff_new_pack.z10109/_old 2009-05-03 11:46:56.000000000 +0200
+++ /var/tmp/diff_new_pack.z10109/_new 2009-05-03 11:46:56.000000000 +0200
@@ -28,7 +28,7 @@
# This line is not a comment, please do not remove it!
#%(sh %{_sourcedir}/ant-antlr-prepare.sh %{_sourcedir} %{name})
Version: 1.7.1
-Release: 2
+Release: 3
%if %bootstrap
Summary: A Java-Based Build Tool
%else
@@ -96,7 +96,7 @@
Requires: java-devel >= 1.5.0
%else
# ant-antlr requires
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: antlr
Provides: ant-antlr = %{version}-%{release}
%endif
@@ -267,7 +267,7 @@
License: The Apache Software License
Summary: Optional apache bsf tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: bsf
BuildRequires: bsf
Provides: ant-apache-bsf = %{version}-%{release}
@@ -283,7 +283,7 @@
License: The Apache Software License
Summary: Optional apache resolver tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: xml-commons-resolver
BuildRequires: xml-commons-resolver
Provides: ant-apache-resolver = %{version}-%{release}
@@ -299,7 +299,7 @@
License: The Apache Software License
Summary: Optional commons logging tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: jakarta-commons-logging
BuildRequires: jakarta-commons-logging
Provides: ant-commons-logging = %{version}-%{release}
@@ -315,7 +315,7 @@
License: The Apache Software License
Summary: Optional commons net tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: jakarta-commons-net
BuildRequires: jakarta-commons-net
Provides: ant-commons-net = %{version}-%{release}
@@ -333,7 +333,7 @@
Summary: Optional jai tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: jai
BuildRequires: jai
Provides: ant-jai = %{version}-%{release}
@@ -346,7 +346,7 @@
License: The Apache Software License
Summary: Optional apache bcel tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: bcel
BuildRequires: bcel
Provides: ant-apache-bcel = %{version}-%{release}
@@ -364,7 +364,7 @@
License: The Apache Software License
Summary: Optional apache log4j tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: log4j
BuildRequires: log4j
Provides: ant-apache-log4j = %{version}-%{release}
@@ -382,7 +382,7 @@
License: The Apache Software License
Summary: Optional apache oro tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: oro
BuildRequires: oro
Provides: ant-apache-oro = %{version}-%{release}
@@ -400,7 +400,7 @@
License: The Apache Software License
Summary: Optional apache regexp tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: regexp
BuildRequires: regexp
Provides: ant-apache-regexp = %{version}-%{release}
@@ -418,7 +418,7 @@
License: Other uncritical OpenSource License; Common Development and Distribution License
Summary: Optional javamail tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: javamail >= 1.2-5jpp
Requires: jaf >= 1.0.1-5jpp
BuildRequires: javamail >= 1.2-5jpp
@@ -436,7 +436,7 @@
License: The Apache Software License
Summary: Optional jdepend tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: jdepend
BuildRequires: jdepend
Provides: ant-jdepend = %{version}-%{release}
@@ -452,7 +452,7 @@
License: The Apache Software License
Summary: Optional jsch tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: jsch
BuildRequires: jsch
Provides: ant-jsch = %{version}-%{release}
@@ -468,7 +468,7 @@
License: The Apache Software License
Summary: Optional junit tasks for ant
Group: Development/Tools/Building
-Requires: ant = %{version}-%{release}
+Requires: ant = %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' ant`)
Requires: junit
Provides: ant-junit = %{version}-%{release}
@@ -943,6 +943,8 @@
%endif
%changelog
+* Sun May 03 2009 ro(a)suse.de
+- do not assume release number for ant and ant-antlr are identical
* Tue Apr 28 2009 mvyskocil(a)suse.cz
- update to 1.7.1. Upstream changes (full list is in WHATSNEW):
* String resources only have properties single expanded. If you relied on
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 bootchart for openSUSE:Factory
checked in at Fri May 1 02:42:10 CEST 2009.
--------
--- bootchart/bootchart.changes 2009-04-06 15:51:26.000000000 +0200
+++ bootchart/bootchart.changes 2009-04-30 15:58:46.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 30 15:57:49 CEST 2009 - coolo(a)suse.de
+
+- remove mingetty from the list of processes to check for, it's just
+ not our target
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bootchart.spec ++++++
--- /var/tmp/diff_new_pack.m18982/_old 2009-05-01 02:41:38.000000000 +0200
+++ /var/tmp/diff_new_pack.m18982/_new 2009-05-01 02:41:38.000000000 +0200
@@ -25,7 +25,7 @@
Group: Development/Tools/Other
Summary: Boot Process Charting Application
Version: 0.9
-Release: 292
+Release: 293
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%{version}.tar.bz2
Source1: commons-cli-1.0.jar
@@ -94,6 +94,9 @@
/lib/mkinitrd
%changelog
+* Thu Apr 30 2009 coolo(a)suse.de
+- remove mingetty from the list of processes to check for, it's just
+ not our target
* Mon Apr 06 2009 coolo(a)suse.de
- don't kill stapio and blktrace
- redo diff
++++++ bootchart-0.9.diff ++++++
--- /var/tmp/diff_new_pack.m18982/_old 2009-05-01 02:41:38.000000000 +0200
+++ /var/tmp/diff_new_pack.m18982/_new 2009-05-01 02:41:38.000000000 +0200
@@ -1,7 +1,8 @@
-diff -ru bootchart-0.9/script/bootchart bootchart-0.9.new//script/bootchart
---- bootchart-0.9/script/bootchart 2005-11-13 18:40:01.000000000 +0100
-+++ bootchart-0.9.new//script/bootchart 2009-04-06 13:26:22.831250526 +0200
-@@ -13,8 +13,8 @@
+Index: bootchart-0.9/script/bootchart
+===================================================================
+--- bootchart-0.9.orig/script/bootchart
++++ bootchart-0.9/script/bootchart
+@@ -13,8 +13,8 @@ fi
# Configuration
MAIN_CLASS="org.bootchart.Main"
@@ -12,16 +13,17 @@
# Set parameters
set_jvm
-diff -ru bootchart-0.9/script/bootchartd bootchart-0.9.new//script/bootchartd
---- bootchart-0.9/script/bootchartd 2005-11-13 18:40:01.000000000 +0100
-+++ bootchart-0.9.new//script/bootchartd 2009-04-06 13:27:17.491214771 +0200
+Index: bootchart-0.9/script/bootchartd
+===================================================================
+--- bootchart-0.9.orig/script/bootchartd
++++ bootchart-0.9/script/bootchartd
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Bootchart logger script
# Ziga Mahkovec <ziga.mahkovec(a)klika.si>
-@@ -45,7 +45,7 @@
+@@ -45,7 +45,7 @@ start()
# directory.
LOG_DIR="$( mktemp -d /tmp/bootchart.XXXXXX 2>/dev/null )"
if [ -z "$LOG_DIR" ]; then
@@ -30,7 +32,7 @@
LAZY_UMOUNT="yes"
mount -n -t tmpfs -o size=$TMPFS_SIZE none "$LOG_DIR" >/dev/null 2>&1
fi
-@@ -71,7 +71,7 @@
+@@ -71,7 +71,7 @@ start()
# /proc/diskstats is available in 2.6 kernels
[ -f /proc/diskstats ] && log_output "cat /proc/diskstats" proc_diskstats.log &
@@ -39,7 +41,7 @@
#log_output "ps -eww -o pid,ppid,s,pcpu,comm,cmd" ps.log &
if [ -n "$IN_INIT" ]; then
-@@ -108,7 +108,7 @@
+@@ -108,7 +108,7 @@ log_output()
eval $cmd 2>/dev/null
echo
sleep $SAMPLE_PERIOD
@@ -48,12 +50,12 @@
}
# Wait for the boot process to end.
-@@ -117,22 +117,31 @@
+@@ -117,22 +117,31 @@ wait_boot()
local runlevel=$( sed -n 's/.*:\(.*\):initdefault:.*/\1/gp' /etc/inittab )
# The processes we have to wait for
- local exit_proc="gdmgreeter gdm-binary kdm_greet kdm"
-+ local exit_proc="gdmgreeter gdm-binary kdm_greet xterm konsole gnome-terminal mingetty stopinitrd icewm-session"
++ local exit_proc="gdmgreeter gdm-binary kdm_greet xterm konsole gnome-terminal stopinitrd icewm-session"
# early_login in FC4 starts gdm early, so fall back to mingetty
local early_login="no"
grep -q early_login /proc/cmdline && early_login="yes"
@@ -84,7 +86,7 @@
done;
}
-@@ -162,6 +171,13 @@
+@@ -162,6 +171,13 @@ stop()
log_header
# Package log files
@@ -98,7 +100,7 @@
tar -zcf "$BOOTLOG_DEST" header $pacct *.log
if [ -z "$LAZY_UMOUNT" ]; then
rm "$LOG_DIR"/*
-@@ -169,8 +185,10 @@
+@@ -169,8 +185,10 @@ stop()
fi
# Render the chart if configured (and the renderer is installed)
@@ -110,7 +112,7 @@
}
-@@ -226,6 +244,13 @@
+@@ -226,6 +244,13 @@ if [ $$ -eq 1 ]; then
init="${i#*=}"
break
fi
@@ -124,10 +126,11 @@
done
exec $init $*
fi
-diff -ru bootchart-0.9/script/bootchartd.conf bootchart-0.9.new//script/bootchartd.conf
---- bootchart-0.9/script/bootchartd.conf 2005-11-13 18:40:01.000000000 +0100
-+++ bootchart-0.9.new//script/bootchartd.conf 2009-04-06 13:26:22.831250526 +0200
-@@ -16,7 +16,7 @@
+Index: bootchart-0.9/script/bootchartd.conf
+===================================================================
+--- bootchart-0.9.orig/script/bootchartd.conf
++++ bootchart-0.9/script/bootchartd.conf
+@@ -16,7 +16,7 @@ SAMPLE_PERIOD=0.2
# kernel needs to be configured to enable v3 accounting
# (CONFIG_BSD_PROCESS_ACCT_V3). accton from the GNU accounting utilities
# is also required.
@@ -136,7 +139,7 @@
# Tarball for the various boot log files
BOOTLOG_DEST=/var/log/bootchart.tgz
-@@ -24,7 +24,7 @@
+@@ -24,7 +24,7 @@ BOOTLOG_DEST=/var/log/bootchart.tgz
# Whether to automatically generate the boot chart once the boot logger
# completes. The boot chart will be generated in $AUTO_RENDER_DIR.
# Note that the bootchart package must be installed.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 gtk2-engine-murrine for openSUSE:Factory
checked in at Fri May 1 02:39:06 CEST 2009.
--------
--- GNOME/gtk2-engine-murrine/gtk2-engine-murrine.changes 2008-11-25 17:22:20.000000000 +0100
+++ gtk2-engine-murrine/gtk2-engine-murrine.changes 2009-04-29 14:07:44.000000000 +0200
@@ -1,0 +2,22 @@
+Wed Apr 29 12:55:40 CEST 2009 - prusnak(a)suse.cz
+
+- updated to 0.90 series (0.90.3)
+ * Too many changes to be listed, let's take a summary.
+ * This new version is extremely customizable with a huge number of new.
+ options. Those new options allow the user to achieve an incredible.
+ variety of styles.
+- added themes:
+ * MurrinaChrome
+ * MurrinaBlu-0.32
+ * MurrinaElement
+ * MurrinaCandido
+ * MurrinaCream
+ * Murrine-Light
+ * Murrine-Sky
+ * Murrine-Gray
+ * Kiwi
+ * Neon
+ * freezy-themes_2.8.0
+ * shiki-colors-murrine-3.7
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gtk2-engine-murrine-0.60-nonvoid.patch
MurrinaElement.tar.gz
murrine-svn-r94.tar.bz2
Shiki-Colors-0.5.tar.bz2
New:
----
freezy-themes_2.8.0.tar.bz2
gtk2-engine-murrine-0.90.3-nonvoid.patch
Kiwi.tar.bz2
MurrinaBlu-0.32.tar.bz2
MurrinaCandido.tar.bz2
MurrinaChrome.tar.bz2
MurrinaCream.tar.bz2
MurrinaElement.tar.bz2
murrine-0.90.3.tar.bz2
Murrine-Gray.tar.bz2
Murrine-Light.tar.bz2
Murrine-Sky.tar.bz2
Neon.tar.bz2
shiki-colors-murrine-3.7.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtk2-engine-murrine.spec ++++++
--- /var/tmp/diff_new_pack.w11308/_old 2009-05-01 02:37:32.000000000 +0200
+++ /var/tmp/diff_new_pack.w11308/_new 2009-05-01 02:37:32.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package gtk2-engine-murrine (Version 0.60)
+# spec file for package gtk2-engine-murrine (Version 0.90.3)
#
-# 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,39 +19,48 @@
Name: gtk2-engine-murrine
-Version: 0.60
-Release: 2
-%define svnrev 94
+Version: 0.90.3
+Release: 1
Url: http://www.cimitan.com/murrine/project/murrine
License: GPL v2 or later
Group: System/GUI/XFCE
Summary: Murrine Gtk2 Cairo Engine
-Source: murrine-svn-r%{svnrev}.tar.bz2
+Source: http://ftp.gnome.org/pub/GNOME/sources/murrine/0.90/murrine-%{version}.tar.…
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: gtk2-devel >= 2.10.0
+BuildRequires: gtk2-devel >= 2.12
BuildRequires: intltool pkg-config thunar-devel update-desktop-files
Patch0: %{name}-%{version}-nonvoid.patch
Source10: Caramello_04.tar.bz2
-Source11: MurrinaAquaIsh.tar.bz2
-Source12: MurrinaBlue.tar.bz2
-Source13: MurrinaCandyDuo.tar.bz2
-Source14: MurrinaElement.tar.gz
-Source15: MurrinaEternal.tar.bz2
-Source16: MurrinaFancyCandy.tar.bz2
-Source17: MurrinaGilouche.tar.bz2
-Source18: MurrinaGonxical.tar.bz2
-Source19: MurrinaGperfection.tar.bz2
-Source20: MurrinaGraphiteGentle.tar.bz2
-Source21: Murrina-Inspirat.tar.bz2
-Source22: MurrinaLily.tar.bz2
-Source23: MurrinaLoveGray.tar.bz2
-Source24: MurrinaOranche_02.tar.bz2
-Source25: MurrinaOransun.tar.bz2
-Source26: MurrinaTango.tar.bz2
-Source27: MurrinaVerdeOlivo.tar.bz2
-Source28: MurrineRounded.tar.bz2
-Source29: MurrinaX-2.tar.bz2
-Source30: Shiki-Colors-0.5.tar.bz2
+Source11: Kiwi.tar.bz2
+Source12: MurrinaAquaIsh.tar.bz2
+Source13: MurrinaBlu-0.32.tar.bz2
+Source14: MurrinaBlue.tar.bz2
+Source15: MurrinaCandido.tar.bz2
+Source16: MurrinaCandyDuo.tar.bz2
+Source17: MurrinaChrome.tar.bz2
+Source18: MurrinaCream.tar.bz2
+Source19: MurrinaElement.tar.bz2
+Source20: MurrinaEternal.tar.bz2
+Source21: MurrinaFancyCandy.tar.bz2
+Source22: MurrinaGilouche.tar.bz2
+Source23: MurrinaGonxical.tar.bz2
+Source24: MurrinaGperfection.tar.bz2
+Source25: MurrinaGraphiteGentle.tar.bz2
+Source26: Murrina-Inspirat.tar.bz2
+Source27: MurrinaLily.tar.bz2
+Source28: MurrinaLoveGray.tar.bz2
+Source29: MurrinaOranche_02.tar.bz2
+Source30: MurrinaOransun.tar.bz2
+Source31: MurrinaTango.tar.bz2
+Source32: MurrinaVerdeOlivo.tar.bz2
+Source33: Murrine-Gray.tar.bz2
+Source34: Murrine-Light.tar.bz2
+Source35: Murrine-Sky.tar.bz2
+Source36: MurrineRounded.tar.bz2
+Source37: MurrinaX-2.tar.bz2
+Source38: Neon.tar.bz2
+Source39: freezy-themes_2.8.0.tar.bz2
+Source40: shiki-colors-murrine-3.7.tar.bz2
%description
Murrine is a Gtk2 engine, written in C language, using cairo vectorial
@@ -61,20 +70,23 @@
%prep
-%setup -q -n murrine -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26 -a 27 -a 28 -a 29 -a 30
+%setup -q -n murrine-%{version}
%patch0
-chmod -x Caramello/metacity-1/*
-rm -rf MurrinaBlue/xfwm4/png
-chmod -x MurrinaBlue/xfwm4/*
-rm -f MurrinaCandyDuo/gtk-2.0/*~ MurrinaCandyDuo/gtk-2.0/panel/*~
-mv 'Murrina Gonxical' MurrinaGonxical
-mv MurrineRounded MurrinaRounded
-mv MurrineRoundedIcon MurrinaRoundedIcon
-mv MurrineRoundedLessFramed MurrinaRoundedLessFramed
-mv MurrineRoundedLessFramedIcon MurrinaRoundedLessFramedIcon
+mkdir ../themes ; cd ../themes
+tar xjf %{SOURCE10} ; tar xjf %{SOURCE11} ; tar xjf %{SOURCE12} ; tar xjf %{SOURCE13} ; tar xjf %{SOURCE14}
+tar xjf %{SOURCE15} ; tar xjf %{SOURCE16} ; tar xjf %{SOURCE17} ; tar xjf %{SOURCE18} ; tar xjf %{SOURCE19}
+tar xjf %{SOURCE20} ; tar xjf %{SOURCE21} ; tar xjf %{SOURCE22} ; tar xjf %{SOURCE23} ; tar xjf %{SOURCE24}
+tar xjf %{SOURCE25} ; tar xjf %{SOURCE26} ; tar xjf %{SOURCE27} ; tar xjf %{SOURCE28} ; tar xjf %{SOURCE29}
+tar xjf %{SOURCE30} ; tar xjf %{SOURCE31} ; tar xjf %{SOURCE32} ; tar xjf %{SOURCE33} ; tar xjf %{SOURCE34}
+tar xjf %{SOURCE35} ; tar xjf %{SOURCE36} ; tar xjf %{SOURCE37} ; tar xjf %{SOURCE38} ; tar xjf %{SOURCE39}
+tar xjf %{SOURCE40}
+rm -f MurrinaCandyDuo/gtk-2.0/{,panel/}*~ "Shiki-Colors Striped Metacity"/metacity-1/*~ COPYING *svg README
+mv freezy-themes*/{Blended,Carbon,Ciano,Unity-Wide,freezy} .
+rm -rf freezy-themes*
+find . -type d -exec chmod 755 {} \;
+find . -type f -exec chmod 644 {} \;
%build
-./autogen.sh
%configure --enable-animation
make %{?jobs:-j%jobs}
@@ -83,20 +95,39 @@
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la
# install themes
mkdir -p $RPM_BUILD_ROOT%{_datadir}/themes
-cp -a Caramello Murrina* Shiki* $RPM_BUILD_ROOT%{_datadir}/themes
+cp -a ../themes/* $RPM_BUILD_ROOT%{_datadir}/themes
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
-%doc AUTHORS COPYING CREDITS ChangeLog ChangeLog.old NEWS README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/gtk-2.0/*/engines/*
%dir %{_datadir}/gtk-engines
%{_datadir}/gtk-engines/murrine.xml
%{_datadir}/themes/*
%changelog
+* Wed Apr 29 2009 prusnak(a)suse.cz
+- updated to 0.90 series (0.90.3)
+ * Too many changes to be listed, let's take a summary.
+ * This new version is extremely customizable with a huge number of new.
+ options. Those new options allow the user to achieve an incredible.
+ variety of styles.
+- added themes:
+ * MurrinaChrome
+ * MurrinaBlu-0.32
+ * MurrinaElement
+ * MurrinaCandido
+ * MurrinaCream
+ * Murrine-Light
+ * Murrine-Sky
+ * Murrine-Gray
+ * Kiwi
+ * Neon
+ * freezy-themes_2.8.0
+ * shiki-colors-murrine-3.7
* Tue Nov 25 2008 sbrabec(a)suse.cz
- Supplement gtk2-32bit/gtk2-64bit in baselibs.conf (bnc#354164).
* Thu Aug 14 2008 prusnak(a)suse.cz
++++++ gtk2-engine-murrine-0.60-nonvoid.patch -> gtk2-engine-murrine-0.90.3-nonvoid.patch ++++++
--- GNOME/gtk2-engine-murrine/gtk2-engine-murrine-0.60-nonvoid.patch 2008-11-05 15:39:08.000000000 +0100
+++ gtk2-engine-murrine/gtk2-engine-murrine-0.90.3-nonvoid.patch 2009-04-29 12:56:38.000000000 +0200
@@ -8,14 +8,3 @@
}
/* ensures that the timer is running */
---- src/support.c
-+++ src/support.c
-@@ -461,6 +461,8 @@
-
- if (GTK_RANGE (widget)->has_stepper_d)
- steppers |= MRN_STEPPER_D;
-+
-+ return steppers;
- }
-
- MurrineJunction
++++++ murrine-svn-r94.tar.bz2 -> murrine-0.90.3.tar.bz2 ++++++
++++ 46283 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 perl-Finance-Quote for openSUSE:Factory
checked in at Fri May 1 02:33:54 CEST 2009.
--------
--- perl-Finance-Quote/perl-Finance-Quote.changes 2008-10-27 13:53:02.000000000 +0100
+++ perl-Finance-Quote/perl-Finance-Quote.changes 2009-04-30 13:28:01.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Apr 23 14:18:16 CEST 2009 - sbrabec(a)suse.cz
+
+- Updated to version 1.16:
+ * Fixed or updated site layout parsing of:
+ Bourso, Morningstar, AEX, ITE is now RZR, ZA, Goldmoney,
+ Ashwin, Finanzpartner.
+ * New currency lookup support.
+ * Fixed 12:XXpm formatted time handling.
+- Require all needed perl modules (bnc#496738).
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
Finance-Quote-1.15.tar.bz2
New:
----
Finance-Quote-1.16.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Finance-Quote.spec ++++++
--- /var/tmp/diff_new_pack.i12549/_old 2009-05-01 02:32:10.000000000 +0200
+++ /var/tmp/diff_new_pack.i12549/_new 2009-05-01 02:32:10.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package perl-Finance-Quote (Version 1.15)
+# spec file for package perl-Finance-Quote (Version 1.16)
#
-# 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
@@ -23,10 +23,12 @@
License: GPL v2 or later
Group: Development/Libraries/Perl
AutoReqProv: on
-Requires: perl-Crypt-SSLeay perl-libwww-perl perl-HTML-TableExtract
+Requires: perl-Crypt-SSLeay perl-libwww-perl
+Requires: perl-HTML-Parser perl-HTML-TableExtract perl-HTML-Tree
+Requires: perl-URI perl-XML-SAX
Requires: perl = %{perl_version}
Summary: Provides access to time-delayed stockquotes
-Version: 1.15
+Version: 1.16
Release: 1
Source: Finance-Quote-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -67,6 +69,14 @@
/var/adm/perl-modules/%{name}
%changelog
+* Thu Apr 23 2009 sbrabec(a)suse.cz
+- Updated to version 1.16:
+ * Fixed or updated site layout parsing of:
+ Bourso, Morningstar, AEX, ITE is now RZR, ZA, Goldmoney,
+ Ashwin, Finanzpartner.
+ * New currency lookup support.
+ * Fixed 12:XXpm formatted time handling.
+- Require all needed perl modules (bnc#496738).
* Mon Oct 27 2008 sbrabec(a)suse.cz
- Updated to version 1.15:
* IndiaMutual: Fix symbol not set it module.
++++++ Finance-Quote-1.15.tar.bz2 -> Finance-Quote-1.16.tar.bz2 ++++++
++++ 3933 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 python-scgi for openSUSE:Factory
checked in at Fri May 1 02:31:58 CEST 2009.
--------
--- python-scgi/python-scgi.changes 2007-08-05 17:37:25.000000000 +0200
+++ python-scgi/python-scgi.changes 2009-04-29 21:25:51.000000000 +0200
@@ -1,0 +2,24 @@
+Wed Apr 29 21:14:03 CEST 2009 - mrueckert(a)suse.de
+
+- update to version 1.13:
+ - Send Content-Length provided by client, rather than
+ r->remaining.
+ - Fix error message typo in passfd.c.
+ - Remove duplicated text from Apache error messages.
+ - Ensure that PATH_INFO is correct even with mod_rewrite
+ mod_rewrite can modify r->path_info. One way this could happen
+ is if the path being served by SCGI exists on the filesystem.
+ Ensure that PATH_INFO is correct. Thanks to David Binger for
+ point out the fix.
+- add python-scgi-1.13_documentation_path.patch:
+ fix path to documentation (bnc#482477)
+- include guide.html (bnc#482477)
+- move cgi2scgi.c to the main package
+
+-------------------------------------------------------------------
+Fri Mar 6 17:52:10 CST 2009 - maw(a)pobox.com
+
+- Add python-scgi-newstyle-classes.patch, converting several
+ classes from oldstyle to newstyle.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
scgi-1.12.tar.bz2
New:
----
python-scgi-1.13_documentation_path.patch
python-scgi-newstyle-classes.patch
scgi-1.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scgi.spec ++++++
--- /var/tmp/diff_new_pack.eB7018/_old 2009-05-01 02:31:14.000000000 +0200
+++ /var/tmp/diff_new_pack.eB7018/_new 2009-05-01 02:31:14.000000000 +0200
@@ -1,28 +1,43 @@
#
-# spec file for package python-scgi (Version 1.12)
+# spec file for package python-scgi (Version 1.13)
#
-# 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: python-scgi
+Version: 1.13
+Release: 1
+#
+Group: Development/Libraries/Python
+License: Other uncritical OpenSource License
+#
BuildRequires: apache2-devel pcre-devel python-devel
%define apxs /usr/sbin/apxs2
%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
%define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN)
-Version: 1.12
-Release: 1
-Group: Development/Libraries/Python
-License: Other uncritical OpenSource License
+#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-URL: http://www.mems-exchange.org/software/scgi/
+Url: http://www.mems-exchange.org/software/scgi/
# repacked from http://quixote.python.ca/releases/scgi-%{version}.tar.gz
-Source: scgi-%{version}.tar.bz2
+#
+Source: http://python.ca/scgi/releases/scgi-%{version}.tar.gz
+Patch0: python-scgi-newstyle-classes.patch
+Patch1: python-scgi-1.13_documentation_path.patch
+#
Summary: Python implementation of the SCGI protocol.
%description
@@ -40,8 +55,10 @@
Neil Schemenauer <nas(a)mems-exchange.org>
%package -n apache2-mod_scgi
+License: Other uncritical OpenSource License
Group: Development/Libraries/Python
Requires: apache2 %{apache_mmn}
+#
Summary: Apache module named mod_scgi that implements the client side of the protocol.
%description -n apache2-mod_scgi
@@ -62,6 +79,8 @@
%prep
%setup -n scgi-%{version}
+%patch0 -p1
+%patch1
%build
CFLAGS="%{optflags}" \
@@ -80,15 +99,33 @@
%files -f %{name}.files
%defattr(-,root,root)
-%doc README.txt cgi2scgi.c CHANGES.txt LICENSE.txt
+%doc README.txt cgi2scgi.c CHANGES.txt LICENSE.txt doc/guide.html cgi2scgi.c
%files -n apache2-mod_scgi
%defattr(-,root,root)
%{apache_libexecdir}/mod_scgi.so
-%doc README.txt cgi2scgi.c CHANGES.txt LICENSE.txt README.apache2.txt
+%doc README.txt CHANGES.txt LICENSE.txt README.apache2.txt doc/guide.html
%changelog
-* Fri Apr 13 2007 - mrueckert(a)suse.de
+* Wed Apr 29 2009 mrueckert(a)suse.de
+- update to version 1.13:
+ - Send Content-Length provided by client, rather than
+ r->remaining.
+ - Fix error message typo in passfd.c.
+ - Remove duplicated text from Apache error messages.
+ - Ensure that PATH_INFO is correct even with mod_rewrite
+ mod_rewrite can modify r->path_info. One way this could happen
+ is if the path being served by SCGI exists on the filesystem.
+ Ensure that PATH_INFO is correct. Thanks to David Binger for
+ point out the fix.
+- add python-scgi-1.13_documentation_path.patch:
+ fix path to documentation (bnc#482477)
+- include guide.html (bnc#482477)
+- move cgi2scgi.c to the main package
+* Sat Mar 07 2009 maw(a)pobox.com
+- Add python-scgi-newstyle-classes.patch, converting several
+ classes from oldstyle to newstyle.
+* Fri Apr 13 2007 mrueckert(a)suse.de
- update to version 1.12:
- Provide a new overridable method in SCGIHandler, produce(), as
a more user-friendly alternative to handle_connection().
@@ -100,10 +137,10 @@
doesn't provide them. (Neil Schemenauer <nas(a)arctrix.com>)
- Add guide.html document.
(Jeroen T. Vermeulen <jtv(a)thaiopensource.org>)
-* Fri Sep 22 2006 - poeml(a)suse.de
+* Fri Sep 22 2006 poeml(a)suse.de
- remove libapr-util1-devel from Buildrequires, since the correct
one comes with apache2-devel
-* Wed Aug 30 2006 - mrueckert(a)suse.de
+* Wed Aug 30 2006 mrueckert(a)suse.de
- Update to version 1.11:
o Allow SCGIServer to use an open socket if provided by the
calling procedure. The existing serve() method remains the same.
@@ -115,16 +152,16 @@
- removed apache2-mod_scgi-1.9_apache-2.2.0.patch:
Patch was applied upstream in 1.10 (only change in 1.10)
- install docs with the apache module too
-* Sat Mar 04 2006 - aj(a)suse.de
+* Sat Mar 04 2006 aj(a)suse.de
- updated to reflect python changes due to #149809
-* Wed Jan 25 2006 - mls(a)suse.de
+* Wed Jan 25 2006 mls(a)suse.de
- converted neededforbuild to BuildRequires
-* Mon Jan 16 2006 - mrueckert(a)suse.de
+* Mon Jan 16 2006 mrueckert(a)suse.de
- update the patch so it works with apache 2.0 again
-* Sun Jan 15 2006 - mrueckert(a)suse.de
+* Sun Jan 15 2006 mrueckert(a)suse.de
- added apache2-mod_scgi-1.9_apache-2.2.0.patch
-* Thu Dec 15 2005 - mrueckert(a)suse.de
+* Thu Dec 15 2005 mrueckert(a)suse.de
- Update to version 1.9
+ removed all patches. they are upstream now.
-* Mon Nov 21 2005 - mrueckert(a)suse.de
+* Mon Nov 21 2005 mrueckert(a)suse.de
- Initial package of version 1.8
++++++ python-scgi-1.13_documentation_path.patch ++++++
Index: README.txt
===================================================================
--- README.txt.orig 2008-06-12 01:42:36.000000000 +0200
+++ README.txt 2009-04-29 21:21:24.978565508 +0200
@@ -13,7 +13,7 @@ Protocol
Software
--------
- See doc/guide.html for an overview of how SCGI works. Below is a
+ See guide.html for an overview of how SCGI works. Below is a
list of components included in this package.
scgi
++++++ python-scgi-newstyle-classes.patch ++++++
diff --git a/scgi/scgi_server.py b/scgi/scgi_server.py
index 0ff8453..19cbe0e 100644
--- a/scgi/scgi_server.py
+++ b/scgi/scgi_server.py
@@ -48,7 +48,7 @@ def read_env(input):
env[items[i]] = items[i+1]
return env
-class SCGIHandler:
+class SCGIHandler(object):
# Subclasses should override the handle_connection method.
@@ -159,7 +159,7 @@ class SCGIHandler:
print "%s: %r" % (k, v)
-class SCGIServer:
+class SCGIServer(object):
DEFAULT_PORT = 4000
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 qinternet for openSUSE:Factory
checked in at Fri May 1 02:30:59 CEST 2009.
--------
--- KDE/qinternet/qinternet.changes 2008-04-25 16:03:41.000000000 +0200
+++ qinternet/qinternet.changes 2009-04-29 16:42:52.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Apr 29 16:39:07 CEST 2009 - lnussel(a)suse.de
+
+ - fix use of undefined operation (bnc#498273)
+ - better error handling
+ - do not mention group dialout
+ - update german translation
+ - fix dial prefix menu item not greyed out when it should be
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
qinternet-0.75_git200804251643.tar.bz2
New:
----
qinternet-0.75_git200904291639.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qinternet.spec ++++++
--- /var/tmp/diff_new_pack.t31410/_old 2009-05-01 02:28:51.000000000 +0200
+++ /var/tmp/diff_new_pack.t31410/_new 2009-05-01 02:28:51.000000000 +0200
@@ -1,10 +1,17 @@
#
-# spec file for package qinternet (Version 0.75_git200804251643)
+# spec file for package qinternet (Version 0.75_git200904291639)
#
-# Copyright (c) 2008 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/
#
@@ -17,8 +24,8 @@
Group: Productivity/Networking/PPP
Summary: Internet Connection Tool
Requires: smpppd
-Version: 0.75_git200804251643
-Release: 2
+Version: 0.75_git200904291639
+Release: 1
Source0: qinternet-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -60,6 +67,13 @@
%{_bindir}/qinternet
%{_datadir}/applications/qinternet.desktop
%{_datadir}/pixmaps/qinternet.png
+
%changelog
+* Wed Apr 29 2009 lnussel(a)suse.de
+- fix use of undefined operation (bnc#498273)
+ - better error handling
+ - do not mention group dialout
+ - update german translation
+ - fix dial prefix menu item not greyed out when it should be
* Fri Apr 25 2008 lnussel(a)suse.de
- initial qt4 version
++++++ qinternet-0.75_git200804251643.tar.bz2 -> qinternet-0.75_git200904291639.tar.bz2 ++++++
++++ 7398 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qinternet-0.75_git200804251643/Makefile.am new/qinternet-0.75_git200904291639/Makefile.am
--- old/qinternet-0.75_git200804251643/Makefile.am 2008-04-25 15:24:09.000000000 +0200
+++ new/qinternet-0.75_git200904291639/Makefile.am 2009-04-29 16:39:32.000000000 +0200
@@ -2,3 +2,11 @@
SUBDIRS = src pics po
EXTRA_DIST = AUTHORS COPYING README
+
+package: dist-bzip2
+ @if [ ! -d package/ ]; then echo "*** please check out the sources in directory 'package' (or symlink)"; false; fi
+ @mv $(distdir).tar.bz2 package
+ @sed -i -e 's/^\(Version: *\)\(.*\)/\1'$(VERSION)'/' package/qinternet.spec
+ @d=`awk 'NR==2{FS=" - ";$$0=$$0;print $$1;exit}' < package/qinternet.changes`; \
+ echo "changes since $$d:"; \
+ git --no-pager log --pretty=format:" - %s" --since="$$d"; echo
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qinternet-0.75_git200804251643/po/de.po new/qinternet-0.75_git200904291639/po/de.po
--- old/qinternet-0.75_git200804251643/po/de.po 2006-06-27 14:35:04.000000000 +0200
+++ new/qinternet-0.75_git200904291639/po/de.po 2008-04-28 16:54:52.000000000 +0200
@@ -1,876 +1,885 @@
-# translation of de.po to
+# translation of de.po to Deutsch
+# translation of de.po to
# translation of de.po to
-# translation of de.po to German
#
# Copyright (C) SuSE Linux AG
# Arvin Schnell <arvin(a)suse.de>
-# Antje Faber <afaber(a)suse.de>, 2003, 2004, 2005.
#
+# Antje Faber <afaber(a)suse.de>, 2003, 2004, 2005.
+# Ludwig Nussel <lnussel(a)suse.de>, 2008.
msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-08 12:58+0200\n"
-"PO-Revision-Date: 2006-06-21 16:20\n"
-"Last-Translator: Novell Language <language(a)novell.com>\n"
-"Language-Team: Novell Language <language(a)novell.com>\n"
+"POT-Creation-Date: 2008-04-28 16:15+0200\n"
+"PO-Revision-Date: 2008-04-28 16:54+0200\n"
+"Last-Translator: Ludwig Nussel <lnussel(a)suse.de>\n"
+"Language-Team: Deutsch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9\n"
+"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#. desc: dialog title
-#: check.cpp:69 kinternet.cpp:317
+#: ../src/check.cpp:75 ../src/kinternet.cpp:287
msgid "Check Connection"
msgstr "Verbindung prüfen"
-#: check.cpp:71
+#: ../src/check.cpp:77
msgid "Default Route"
msgstr "Standard-Route"
-#: check.cpp:79 check.cpp:233
+#: ../src/check.cpp:86 ../src/check.cpp:238
msgid "Name Server"
msgstr "Nameserver"
-#: check.cpp:88
+#: ../src/check.cpp:97
msgid "Update"
msgstr "Aktualisieren"
-#: check.cpp:151
+#: ../src/check.cpp:100 ../src/configview.cpp:59 ../src/datarateview.cpp:118
+#: ../src/logview.cpp:100
+msgid "Close"
+msgstr "Schließen"
+
+#: ../src/check.cpp:156
msgid "Invalid default route:"
msgstr "Ungültige Standard-Route:"
-#. desc: %1 is a filename, %2 an error message
-#: check.cpp:153 check.cpp:197
+#: ../src/check.cpp:158 ../src/check.cpp:202
+#, qt-format
msgid "Cannot read `%1': %2"
msgstr "Kann Datei `%1' nicht lesen: %2"
-#: check.cpp:161
+#: ../src/check.cpp:166
msgid "Default route ok."
msgstr "Standard-Route ok."
-#: check.cpp:177
+#: ../src/check.cpp:182
msgid "Gateway Address"
msgstr "Gateway-Adresse"
-#: check.cpp:181
+#: ../src/check.cpp:186
msgid "Own Address"
msgstr "Eigene Adresse"
-#: check.cpp:183
+#: ../src/check.cpp:188
msgid "Kernel Interface"
msgstr "Kernel-Interface"
-#: check.cpp:195 check.cpp:224 check.cpp:272
+#: ../src/check.cpp:200 ../src/check.cpp:229 ../src/check.cpp:275
msgid "Name server failure:"
msgstr "Nameserver-Fehler:"
-#: check.cpp:225
+#: ../src/check.cpp:230
+#, qt-format
msgid "no name server found in `%1'"
msgstr "kein Nameserver in `%1' gefunden"
-#: check.cpp:234
+#: ../src/check.cpp:239
msgid "waiting for reply"
msgstr "auf Antwort warten..."
-#: check.cpp:245
+#: ../src/check.cpp:250
msgid "unable to fork (internal error)"
msgstr "`fork' kann nicht ausgeführt werden (interner Fehler)"
-#: check.cpp:249 check.cpp:267
+#: ../src/check.cpp:254 ../src/check.cpp:270
msgid "Name server ok."
msgstr "Nameserver ok."
-#: check.cpp:250 check.cpp:268
+#: ../src/check.cpp:255 ../src/check.cpp:271
msgid "Name Server Address"
msgstr "Nameserver-Adresse"
-#: check.cpp:273
+#: ../src/check.cpp:276
msgid "address lookup does not work"
msgstr "Adressenabfrage funktioniert nicht"
-#: configview.cpp:39
-msgid "Configuration of the selected interface\nand provider:"
-msgstr "Konfiguration des gewählten Interface\nund Providers:"
+#: ../src/configview.cpp:39
+msgid "Configuration"
+msgstr "Konfiguration"
-#: configview.cpp:43
+#: ../src/configview.cpp:43
+msgid ""
+"Configuration of the selected interface\n"
+"and provider:"
+msgstr ""
+"Konfiguration des gewählten Interface\n"
+"und Providers:"
+
+#: ../src/configview.cpp:48
msgid "Parameter"
msgstr "Parameter"
-#: configview.cpp:44
+#: ../src/configview.cpp:49
msgid "Value"
msgstr "Wert"
-#. desc: B/s means bytes per second
-#: datarateview.cpp:47
+#: ../src/datarateview.cpp:53
+#, qt-format
msgid "%1 B/s"
msgstr "%1 B/s"
-#. desc: kB/s means kilo bytes per second
-#: datarateview.cpp:49
+#: ../src/datarateview.cpp:55
+#, qt-format
msgid "%1 kB/s"
msgstr "%1 KB/s"
-#. desc: MB/s means mega bytes per second
-#: datarateview.cpp:51
+#: ../src/datarateview.cpp:57
+#, qt-format
msgid "%1 MB/s"
msgstr "%1 MB/s"
-#. desc: GB/s means giga bytes per second
-#: datarateview.cpp:53
+#: ../src/datarateview.cpp:59
+#, qt-format
msgid "%1 GB/s"
msgstr "%1 GB/s"
-#. desc: TB/s means tera bytes per second
-#: datarateview.cpp:55
+#: ../src/datarateview.cpp:61
+#, qt-format
msgid "%1 TB/s"
msgstr "%1 TB/s"
-#. desc: dialog title
-#: datarateview.cpp:89 settings.cpp:261
+#: ../src/datarateview.cpp:95 ../src/settings.cpp:267
msgid "Data Rate"
msgstr "Datenrate"
-#: datarateview.cpp:94
-#,
+#: ../src/datarateview.cpp:101
msgid "Data rate:"
msgstr "Datenrate"
-#. desc: dialog title
-#: dialprefix.cpp:34
+#: ../src/dialprefix.cpp:36
msgid "Dial Prefix"
msgstr "Vorwahl"
-#: dialprefix.cpp:36
+#: ../src/dialprefix.cpp:38
+#, qt-format
msgid "Enter the dial prefix for the interface `%1':"
msgstr "Geben Sie die Vorwahl für die Schnittstelle `%1' ein:"
-#: dialprefix.cpp:153
-msgid "The dial prefix `%1' is not allowed. It must\nmatch the regular expression `%2'."
-msgstr "Die Amtsholung `%1' ist ungültig. Sie muss dem\nregulären Ausdruck `%2' entsprechen."
+#: ../src/dialprefix.cpp:50 ../src/password.cpp:52 ../src/settings.cpp:79
+msgid "&OK"
+msgstr "&OK"
+
+#: ../src/dialprefix.cpp:53 ../src/password.cpp:55 ../src/settings.cpp:85
+msgid "&Cancel"
+msgstr "&Abbrechen"
-#. desc: dialog title
-#: kinternet.cpp:77 kinternet.cpp:1087 utils.cpp:84
+#: ../src/dialprefix.cpp:151
+#, qt-format
+msgid ""
+"The dial prefix `%1' is not allowed. It must\n"
+"match the regular expression `%2'."
+msgstr ""
+"Die Amtsholung `%1' ist ungültig. Sie muss dem\n"
+"regulären Ausdruck `%2' entsprechen."
+
+#: ../src/kinternet.cpp:85 ../src/kinternet.cpp:1033 ../src/utils.cpp:87
msgid "KInternet"
msgstr "KInternet"
-#. desc: dialog title
-#: kinternet.cpp:80 kinternet.cpp:1091 utils.cpp:87
+#: ../src/kinternet.cpp:88 ../src/kinternet.cpp:1037 ../src/utils.cpp:90
msgid "QInternet"
msgstr "QInternet"
-#. desc: menu title
-#: kinternet.cpp:92 kinternet.cpp:276
+#: ../src/kinternet.cpp:108 ../src/kinternet.cpp:248
msgid "KInternet - Internet Tool"
msgstr "KInternet - Internet-Einwahl"
-#: kinternet.cpp:179
-#,
-msgid "smpppd reported an error. Connecting\nto the Internet is not possible. Check\nthe log for a more detailed error\nmessage."
-msgstr "Der smpppd hat einen Fehler gemeldet. Eine\nVerbindung zum Internet ist nicht möglich.\nSie können im Protokoll eine umfangreichere\nFehlermeldung sehen."
+#: ../src/kinternet.cpp:210
+msgid ""
+"smpppd reported an error. Connecting\n"
+"to the Internet is not possible. Check\n"
+"the log for a more detailed error\n"
+"message."
+msgstr ""
+"Der smpppd hat einen Fehler gemeldet. Eine\n"
+"Verbindung zum Internet ist nicht möglich.\n"
+"Sie können im Protokoll eine umfangreichere\n"
+"Fehlermeldung sehen."
-#. desc: dialog title
-#: kinternet.cpp:285 settings.cpp:44
+#: ../src/kinternet.cpp:257 ../src/settings.cpp:50
msgid "Various Settings"
msgstr "Verschiedene Einstellungen"
-#: kinternet.cpp:290
-#,
+#: ../src/kinternet.cpp:262
msgid "View Configuration"
msgstr "Konfiguration anzeigen"
-#: kinternet.cpp:294
+#: ../src/kinternet.cpp:265
msgid "Configure with YaST2..."
msgstr "Konfigurieren mit YaST2..."
-#: kinternet.cpp:298
+#: ../src/kinternet.cpp:268
msgid "Set Dial Prefix..."
msgstr "Vorwahl festlegen..."
-#: kinternet.cpp:319 settings.cpp:54
+#: ../src/kinternet.cpp:289 ../src/settings.cpp:61
msgid "View Log"
msgstr "Protokoll ansehen"
-#: kinternet.cpp:321 settings.cpp:55
+#: ../src/kinternet.cpp:291 ../src/settings.cpp:62
msgid "View Data Rate"
msgstr "Übertragungsrate ansehen"
-#: kinternet.cpp:326
-#,
+#: ../src/kinternet.cpp:297
msgid "Wireless Connection..."
msgstr "Drahtlose Verbindung..."
-#: kinternet.cpp:331
+#: ../src/kinternet.cpp:303
msgid "Reconnect to Server"
msgstr "Verbindung zum Server wiederherstellen"
-#: kinternet.cpp:341
+#: ../src/kinternet.cpp:309 ../src/kinternet.cpp:311
+msgid "&Settings"
+msgstr "&Einstellungen"
+
+#: ../src/kinternet.cpp:313
msgid "&Interface"
msgstr "&Schnittstelle"
-#: kinternet.cpp:342
+#: ../src/kinternet.cpp:314
msgid "&Provider"
msgstr "&Provider"
-#: kinternet.cpp:346
+#: ../src/kinternet.cpp:318
msgid "St&art"
msgstr "&Start"
-#: kinternet.cpp:347
-#,
+#: ../src/kinternet.cpp:319
msgid "&Dial-In"
msgstr "&Einwählen"
-#: kinternet.cpp:348
-#,
+#: ../src/kinternet.cpp:320
msgid "&Hang-Up"
msgstr "&Auflegen"
-#. desc: menu entry to add a link/channel (e.g. for isdn channel bundling)
-#: kinternet.cpp:354
+#: ../src/kinternet.cpp:321
+msgid "St&op"
+msgstr "St&opp"
+
+#: ../src/kinternet.cpp:326
msgid "&Add Link"
msgstr "Link &hinzufügen"
-#. desc: menu entry to remove a link/channel (e.g. for isdn channel bundling)
-#: kinternet.cpp:356
+#: ../src/kinternet.cpp:328
msgid "&Remove Link"
msgstr "Link &entfernen"
-#: kinternet.cpp:486
-msgid "Should KInternet start automatically\nwhen you log in?"
-msgstr "KInternet automatisch beim Anmelden\nstarten?"
+#: ../src/kinternet.cpp:333 ../src/kinternet.cpp:336
+msgid "&Quit"
+msgstr "&Beenden"
+
+#: ../src/kinternet.cpp:460
+msgid ""
+"Should KInternet start automatically\n"
+"when you log in?"
+msgstr ""
+"KInternet automatisch beim Anmelden\n"
+"starten?"
-#: kinternet.cpp:488
-#,
+#: ../src/kinternet.cpp:462
msgid "Start Automatically"
msgstr "Automatisch starten"
-#: kinternet.cpp:488
+#: ../src/kinternet.cpp:462
msgid "Do Not Start"
msgstr "Nicht starten"
-#. desc: dialog title
-#: logview.cpp:79
+#: ../src/kinternet.cpp:2083 ../src/utils.cpp:149
+msgid "Error"
+msgstr "Fehler"
+
+#: ../src/logview.cpp:82
msgid "Log"
msgstr "Protokoll"
-#: logview.cpp:83
+#: ../src/logview.cpp:86
msgid "This is the complete log:"
msgstr "Das komplette Protokoll:"
-#: logview.cpp:92
+#: ../src/logview.cpp:97
msgid "Save to File..."
msgstr "In Datei speichern..."
-#: logview.cpp:113 logview.cpp:117
+#: ../src/logview.cpp:120 ../src/logview.cpp:124
msgid "Save Log As"
msgstr "Protokoll speichern unter"
-#: logview.cpp:126
-#,
+#: ../src/logview.cpp:133
msgid "File already exists. Overwrite it?"
msgstr "Datei existiert bereits. Überschreiben?"
-#: logview.cpp:132
+#: ../src/logview.cpp:139
msgid "Cannot open file for writing."
msgstr "Kann Datei nicht schreiben."
-#: main.cpp:56
-msgid "Be quiet and exit if connection to smpppd failsor KInternet is already running"
-msgstr "Keine Aktion durchführen und beenden, wenn Verbindung mit smpppd nicht zustandekommt oder KInternet bereits läuft"
-
-#: main.cpp:58
-msgid "Wait for kicker application"
-msgstr "Auf Kicker-Anwendung warten"
-
-#: main.cpp:59
-msgid "Don't dock into the kde kicker"
-msgstr "Nicht an kde-Kicker andocken"
-
-#: main.cpp:60
-msgid "Run inside a swallow enviroment, eg. swallow in FVWMButtons"
-msgstr "In einer Swallow-Umgebung ausführen, z. B. Swallow in FVWMButtons"
-
-#: main.cpp:146
-msgid "KInternet is already running. It is the small\nicon showing a connector in your panel."
-msgstr "KInternet läuft bereits. Es ist das kleine\nBild mit Stecker in Ihrer Kontrollleiste."
+#: ../src/main.cpp:147
+msgid ""
+"KInternet is already running. It is the small\n"
+"icon showing a connector in your panel."
+msgstr ""
+"KInternet läuft bereits. Es ist das kleine\n"
+"Bild mit Stecker in Ihrer Kontrollleiste."
+
+#: ../src/main.cpp:150
+msgid "Information"
+msgstr "Information"
-#. desc: dialog title
-#: password.cpp:35
+#: ../src/password.cpp:37
msgid "Password"
msgstr "Passwort"
-#: password.cpp:37
+#: ../src/password.cpp:39
+#, qt-format
msgid "Enter the password for the provider `%1':"
msgstr "Geben Sie das Passwort für den Provider `%1' ein:"
-#: rc.cpp:3
-#, no-c-format
-msgid "WEP - Key Input Dialog"
-msgstr "WEP - Schlüsseleingabe-Dialog"
-
-#: rc.cpp:14
-#, no-c-format
-msgid "Insert WEP key:"
-msgstr "WEP-Schlüssel einfügen:"
-
-#: rc.cpp:17
-#, no-c-format
-msgid "Select WEP key type:"
-msgstr "WEP-Schlüsseltyp wählen:"
-
-#: rc.cpp:20
-#, no-c-format
-msgid "Select WEP authentication mode:"
-msgstr "WEP-Authentifizierungsmodus wählen:"
-
-#: rc.cpp:23
-#, no-c-format
-msgid "Wireless LAN - Dialog"
-msgstr "Drahtloses LAN - Dialog"
-
-#: rc.cpp:26
-#, , no-c-format
-msgid "Current Connection"
-msgstr "Aktuelle Verbindung"
-
-#: rc.cpp:29
-#, no-c-format
-msgid "Name"
-msgstr "Name"
-
-#: rc.cpp:32
-#, no-c-format
-msgid "Value(s)"
-msgstr "Wert(e)"
-
-#: rc.cpp:35
-#, , no-c-format
-msgid "Signal quality:"
-msgstr "Signalqualität:"
-
-#: rc.cpp:38
-#, no-c-format
-msgid "Associated:"
-msgstr "Zugewiesen:"
-
-#: rc.cpp:41
-#, , no-c-format
-msgid "Lo&g - Signal Strength"
-msgstr "&Protokoll - Signalstärke"
-
-#: rc.cpp:44
-#, no-c-format
-msgid "Scan for Wireless &Networks"
-msgstr "Nach drahtlosen &Netzwerken suchen"
-
-#: rc.cpp:47
-#, , no-c-format
-msgid "Accoustic scan"
-msgstr "Akustischer Scan"
-
-#: rc.cpp:50
-#, no-c-format
-msgid "Auto refresh"
-msgstr "Automatische Aktualisierung"
-
-#: rc.cpp:53
-#, no-c-format
-msgid "Start Active Scan"
-msgstr "Aktiven Scan starten"
-
-#: rc.cpp:56
-#, no-c-format
-msgid "Start &YaST"
-msgstr "&YaST starten"
-
-#: rc.cpp:59
-#, no-c-format
-msgid "Refresh"
-msgstr "Aktualisierung"
-
-#: rc.cpp:62 settings.cpp:302
-#, no-c-format
-msgid "Connect"
-msgstr "Verbinden"
-
-#: rc.cpp:65
-#, no-c-format
-msgid "Name/ESSID"
-msgstr "Name/ESSID"
-
-#: rc.cpp:68 wirelessdialog.cpp:658
-#, no-c-format
-msgid "Signal"
-msgstr "Signal"
-
-#: rc.cpp:71 wirelessdialog.cpp:676
-#, no-c-format
-msgid "Bitrate"
-msgstr "Bitrate"
-
-#: rc.cpp:74
-#, no-c-format
-msgid "WEP"
-msgstr "WEP"
-
-#: rc.cpp:77
-#, , no-c-format
-msgid "MAC Address"
-msgstr "Mac-Adresse"
-
-#: rc.cpp:80 wirelessdialog.cpp:675
-#, no-c-format
-msgid "Frequency"
-msgstr "Frequenz"
-
-#: rc.cpp:83
-#, no-c-format
-msgid "Channel"
-msgstr "Kanal"
-
-#: server.cpp:89
+#: ../src/server.cpp:244
msgid "Authentication with the server failed."
msgstr "Authentifizierung bei Server gescheitert."
-#: server.cpp:91
+#: ../src/server.cpp:407
msgid "Connection closed by server."
msgstr "Die Verbindung wurde vom Server beendet."
-#: server.cpp:93
+#: ../src/server.cpp:428 ../src/server.cpp:481
msgid "Connection to server lost."
msgstr "Die Verbindung zum Server ist abgebrochen."
-#: server.cpp:518
-msgid "Could not connect to local server. Maybe\nsmpppd is not running or you are not\nmember of the group \"dialout\".\nAlso check the server settings in\nthe dialog \"Various Settings\"."
-msgstr "Verbindung zum lokalen Server fehlgeschlagen.\nVermutlich läuft der smpppd nicht oder Sie sind\nnicht in der Gruppe \"dialout\".\nÜberprüfen Sie auch die Server-Einstellungen\nim Dialog \"Verschiedene Einstellungen\"."
-
-#: server.cpp:524
-msgid "Connection to remote server refused.\nMaybe smpppd is not running.\nAlso check the server settings in\nthe dialog \"Various Settings\"."
-msgstr "Die Verbindung zum entfernten Server\nwurde abgelehnt. Vermutlich läuft der smpppd nicht\nÜberprüfen Sie auch die Server-Einstellungen\nim Dialog \"Verschiedene Einstellungen\"."
-
-#: server.cpp:529
-msgid "Connection to local and remote server\nrefused. Maybe smpppd is not running\nor you are not member of the group \"dialout\".\nAlso check the server settings in\nthe dialog \"Various Settings\"."
-msgstr "Die Verbindung zum lokalen und entfernten Server\nwurde abgelehnt. Vermutlich läuft der smpppd nicht\noder Sie sind nicht in der Gruppe \"dialout\".\nÜberprüfem Sie auch die Server-Einstellungen\nim Dialog \"Verschiedene Einstellungen\"."
+#: ../src/server.cpp:733
+msgid ""
+"Could not connect to local server. Maybe\n"
+"smpppd is not running or you are not\n"
+"member of the group \"dialout\".\n"
+"Also check the server settings in\n"
+"the dialog \"Various Settings\"."
+msgstr ""
+"Verbindung zum lokalen Server fehlgeschlagen.\n"
+"Vermutlich läuft der smpppd nicht oder Sie sind\n"
+"nicht in der Gruppe \"dialout\".\n"
+"Überprüfen Sie auch die Server-Einstellungen\n"
+"im Dialog \"Verschiedene Einstellungen\"."
-#: settings.cpp:51
+#: ../src/server.cpp:740
+msgid ""
+"Connection to remote server refused.\n"
+"Maybe smpppd is not running.\n"
+"Also check the server settings in\n"
+"the dialog \"Various Settings\"."
+msgstr ""
+"Die Verbindung zum entfernten Server\n"
+"wurde abgelehnt. Vermutlich läuft der smpppd nicht\n"
+"Überprüfen Sie auch die Server-Einstellungen\n"
+"im Dialog \"Verschiedene Einstellungen\"."
+
+#: ../src/server.cpp:747
+msgid ""
+"Connection to local and remote server\n"
+"refused. Maybe smpppd is not running\n"
+"or you are not member of the group \"dialout\".\n"
+"Also check the server settings in\n"
+"the dialog \"Various Settings\"."
+msgstr ""
+"Die Verbindung zum lokalen und entfernten Server\n"
+"wurde abgelehnt. Vermutlich läuft der smpppd nicht\n"
+"oder Sie sind nicht in der Gruppe \"dialout\".\n"
+"Überprüfem Sie auch die Server-Einstellungen\n"
+"im Dialog \"Verschiedene Einstellungen\"."
+
+#: ../src/settings.cpp:58
msgid "No Action"
msgstr "Keine Aktion"
-#: settings.cpp:52
+#: ../src/settings.cpp:59
msgid "Menu"
msgstr "Menü"
-#: settings.cpp:53
+#: ../src/settings.cpp:60
msgid "Start or Stop Connection"
msgstr "Verbindung starten oder stoppen"
-#: settings.cpp:143
+#: ../src/settings.cpp:82
+msgid "&Apply"
+msgstr "&Anwenden"
+
+#: ../src/settings.cpp:149
msgid "Login"
msgstr "Anmeldung"
-#: settings.cpp:146
-#,
+#: ../src/settings.cpp:152
msgid "Start KInternet during KDE login"
msgstr "KInternet beim KDE-Anmeldevorgang starten"
-#: settings.cpp:150
+#: ../src/settings.cpp:156
msgid "Interface"
msgstr "Interface"
-#: settings.cpp:152
+#: ../src/settings.cpp:158
msgid "Interface to select on start-up:"
msgstr "Beim Start zu wählende Schnittstelle:"
-#: settings.cpp:167
+#: ../src/settings.cpp:173
msgid "Provider"
msgstr "Provider"
-#: settings.cpp:169
+#: ../src/settings.cpp:175
msgid "Provider to select on start-up:"
msgstr "Beim Start zu wählender Provider:"
-#: settings.cpp:174
+#: ../src/settings.cpp:180
msgid "Keep Active Provider on Start-up"
msgstr "Aktivierten Provider beim Start übernehmen"
-#: settings.cpp:190
-#,
+#: ../src/settings.cpp:196
msgid "Start-Up"
msgstr "Start"
-#: settings.cpp:202
+#: ../src/settings.cpp:208
msgid "Icon"
msgstr "Icon"
-#: settings.cpp:204
+#: ../src/settings.cpp:210
msgid "Window"
msgstr "Fenster"
-#: settings.cpp:208
-#,
+#: ../src/settings.cpp:214
msgid "Colored background"
msgstr "Farbiger Hintergrund"
-#: settings.cpp:212
+#: ../src/settings.cpp:218
msgid "Mouse Buttons"
msgstr "Maustasten"
-#: settings.cpp:214
-#,
+#: ../src/settings.cpp:220
msgid "Left mouse button:"
msgstr "Linke Maustaste:"
-#: settings.cpp:216
-#,
+#: ../src/settings.cpp:222
msgid "Middle mouse button:"
msgstr "Mittlere Maustaste:"
-#: settings.cpp:218
-#,
+#: ../src/settings.cpp:224
msgid "Right mouse button:"
msgstr "Rechte Maustaste:"
-#: settings.cpp:234
+#: ../src/settings.cpp:229
+msgid "Appearance"
+msgstr "Erscheinungsbild"
+
+#: ../src/settings.cpp:240
msgid "Chart Type"
msgstr "Tabellenart"
-#: settings.cpp:239
-#,
+#: ../src/settings.cpp:245
msgid "Separate charts for RX and TX"
msgstr "Getrennte Tabellen für RX und TX"
-#: settings.cpp:243
-#,
+#: ../src/settings.cpp:249
msgid "One chart for sum of RX and TX"
msgstr "Gemeinsame Tabelle für die Summe von RX und TX"
-#: settings.cpp:246
+#: ../src/settings.cpp:252
msgid "Update Interval"
msgstr "Aktualisierungsintervall"
-#: settings.cpp:273
+#: ../src/settings.cpp:279
msgid "KDE"
msgstr "KDE"
-#: settings.cpp:276
+#: ../src/settings.cpp:282
msgid "S&witch KDE network status"
msgstr "KDE-Netzwerkstatus &umschalten"
-#: settings.cpp:279
+#: ../src/settings.cpp:285
msgid "Trigger connect on request of application"
msgstr "Verbindung bei Applikationsanfrage starten"
-#: settings.cpp:283
+#: ../src/settings.cpp:289
msgid "Occasion"
msgstr "Ereignis"
-#: settings.cpp:286
+#: ../src/settings.cpp:292
msgid "When should the scripts be executed:"
msgstr "Zeitpunkt für das Ausführen der Skripte:"
-#: settings.cpp:291
+#: ../src/settings.cpp:297
msgid "Never"
msgstr "Niemals"
-#: settings.cpp:295
-#,
+#: ../src/settings.cpp:301
msgid "Always after connect or disconnect"
msgstr "Immer nach dem Aufbau bzw. Beenden der Verbindung"
-#: settings.cpp:299
-#,
+#: ../src/settings.cpp:305
msgid "Only when I started the connection"
msgstr "Nur wenn ich die Verbindung gestartet habe"
-#: settings.cpp:304
+#: ../src/settings.cpp:308
+msgid "Connect"
+msgstr "Verbinden"
+
+#: ../src/settings.cpp:310
msgid "Script to execute after connect:"
msgstr "Nach der Verbindung auszuführendes Skript:"
-#: settings.cpp:314
+#: ../src/settings.cpp:317 ../src/settings.cpp:328
+msgid "Browse..."
+msgstr "Durchsuchen..."
+
+#: ../src/settings.cpp:320
msgid "Disconnect"
msgstr "Verbindung beenden"
-#: settings.cpp:316
+#: ../src/settings.cpp:322
msgid "Script to execute after disconnect:"
msgstr "Nach dem Beenden der Verbindung auszuführendes Skript:"
-#: settings.cpp:329
+#: ../src/settings.cpp:335
msgid "Scripts"
msgstr "Skripte"
-#: settings.cpp:340
+#: ../src/settings.cpp:346
msgid "Location of smpppd"
msgstr "Ort des smpppd"
-#: settings.cpp:344
-#,
+#: ../src/settings.cpp:350
msgid "Automatic detection"
msgstr "Automatische Erkennung"
-#: settings.cpp:347
-#,
+#: ../src/settings.cpp:353
msgid "On local machine"
msgstr "Auf dem lokalen Rechner"
-#: settings.cpp:350
-#,
+#: ../src/settings.cpp:356
msgid "Manual settings"
msgstr "Manuelle Einstellungen"
-#: settings.cpp:360
+#: ../src/settings.cpp:366
msgid "Manual Settings"
msgstr "Manuelle Einstellungen"
-#: settings.cpp:362
+#: ../src/settings.cpp:368
msgid "Server:"
msgstr "Server:"
-#: settings.cpp:367
-#,
+#: ../src/settings.cpp:373
msgid "Port number:"
msgstr "Port-Nummer:"
-#: settings.cpp:375
+#: ../src/settings.cpp:381
msgid "Password:"
msgstr "Passwort:"
-#: settings.cpp:385
+#: ../src/settings.cpp:391
msgid "Server"
msgstr "Server"
-#: settings.cpp:397
+#: ../src/settings.cpp:403
msgid "Host Names"
msgstr "Rechnernamen"
-#: settings.cpp:399
-#,
+#: ../src/settings.cpp:405
msgid "Host names to look up in DNS check:"
msgstr "Rechnernamen für die DNS-Überprüfung:"
-#: settings.cpp:411
+#: ../src/settings.cpp:417
msgid "DNS Check"
msgstr "DNS-Überprüfung"
-#. desc: display of update interval (placed in %n) in seconds
-#: settings.cpp:537
+#: ../src/settings.cpp:543
#, c-format
-msgid "_n: %n Second\n%n Seconds"
-msgstr "_n: %n Sekunde\n%n Sekunden"
+msgid "%n Second"
+msgid_plural "%n Seconds"
+msgstr[0] "%n Sekunde"
+msgstr[1] "%n Sekunden"
+
+#: ../src/settings.cpp:547
+#, qt-format
+msgid "%1 Second"
+msgid_plural "%1 Seconds"
+msgstr[0] "%1 Sekunde"
+msgstr[1] "%1 Sekunden"
-#. desc: display of update interval (placed in %1) in seconds
-#: settings.cpp:541
-msgid "_n: %1 Second\n%1 Seconds"
-msgstr "_n: %1 Sekunde\n%1 Sekunden"
-
-#: settings.cpp:563 settings.cpp:566
+#: ../src/settings.cpp:569 ../src/settings.cpp:572
msgid "Select Script"
msgstr "Skript wählen"
-#: wirelessdialog.cpp:93
-msgid "Use this button to start YaST for permanent configuration."
-msgstr "Verwenden Sie diesen Button zum Starten von YaST für eine permanente Konfiguration."
-
-#: wirelessdialog.cpp:94
-msgid "Use this button to connect to the above selected accesspoint."
-msgstr "Verwenden Sie diesen Button zum Verbinden mit dem oben gewählten Zugriffspunkt."
-
-#: wirelessdialog.cpp:95
-msgid "This load the list of current known accesspoints and don't start a active scan."
-msgstr "Hiermit wird die Liste der aktuell bekannten Zugriffspunkte geladen und kein aktiver Scan gestartet."
-
-#: wirelessdialog.cpp:96
-msgid "This start a active scan. During a active scan it could happen, that you lost \n your current wireless connection."
-msgstr "Dies startet einen aktiven Scan. Während eines aktiven Scans kann es vorkommen,\ndass Sie Ihre aktuelle drahtlose Verbindung verlieren."
-
-#: wirelessdialog.cpp:98
-msgid "This activate accoustic for the next 'Refresh' or 'Active Scan'. \n To stop this, untoggle this checkbox."
-msgstr "Dies aktiviert Akustik für die nächste 'Aktualisierung' oder den nächsten 'Aktiven Scan'.\nWollen Sie dies stoppen, deselektieren Sie die Checkbox."
-
-#: wirelessdialog.cpp:100
-msgid "This activate auto refresh scan for the next 'Refresh' or 'Active Scan'. \n To stop this, untoggle this checkbox."
-msgstr "Dies aktiviert den automatischen Aktualisierungs-Scan für die nächste 'Aktualisierung' oder den nächsten 'Aktiven Scan'.\nWollen Sie dies stoppen, deselektieren Sie die Checkbox."
-
-#: wirelessdialog.cpp:121 wirelessdialog.cpp:134
-#,
-msgid "Connection request to: %1 failed."
-msgstr "Verbindungsanforderung an: %1 fehlgeschlagen."
-
-#: wirelessdialog.cpp:122
-msgid "You are currently not associated with this accesspoint. Try again!"
-msgstr "Sie sind diesem Zugriffspunkt zurzeit nicht zugewiesen. Versuchen Sie es erneut!"
-
-#: wirelessdialog.cpp:123 wirelessdialog.cpp:130 wirelessdialog.cpp:135
-#: wirelessdialog.cpp:149
-#,
-msgid "Connect Result"
-msgstr "Verbindungsergebnis"
-
-#: wirelessdialog.cpp:129
-msgid "You connected successfully to: "
-msgstr "Erfolgreiche Verbindung mit:"
-
-#: wirelessdialog.cpp:148
-#,
-msgid "Connection request to: "
-msgstr "Verbindungsanforderung an:"
-
-#: wirelessdialog.cpp:148
-msgid "failed."
-msgstr "fehlgeschlagen."
-
-#: wirelessdialog.cpp:242
-msgid "You selected no accesspoint, \n please select one and try again!"
-msgstr "Sie haben keinen Zugriffspunkt ausgewählt. \n Wählen Sie einen aus und versuchen Sie es erneut!"
-
-#: wirelessdialog.cpp:265
-#,
-msgid "Active Scanning..."
-msgstr "Aktiver Scan..."
-
-#: wirelessdialog.cpp:324
-#,
-msgid "Scan finished."
-msgstr "Scan abgeschlossen."
-
-#: wirelessdialog.cpp:346 wirelessdialog.cpp:352
-msgid "WARNING"
-msgstr "WARNUNG"
-
-#: wirelessdialog.cpp:347
-msgid "Could not start YaST Network Module. Is it installed?"
-msgstr "Das YaST-Netzwerkmodul konnte nicht gestartet werden. Ist es installiert?"
-
-#: wirelessdialog.cpp:353
-msgid "Could not start YaST Network Module, is it already installed?"
-msgstr "Das YaST-Netzwerkmodul konnte nicht gestartet werden. Ist es bereits installiert?"
-
-#: wirelessdialog.cpp:369
-#,
-msgid "Scanning..."
-msgstr "Scannen..."
-
-#: wirelessdialog.cpp:484 wirelessdialog.cpp:596
-#,
-msgid "MBit/s"
-msgstr "MBit/s"
-
-#: wirelessdialog.cpp:496 wirelessdialog.cpp:586
-msgid "MHz"
-msgstr "MHz"
-
-#: wirelessdialog.cpp:604 wirelessdialog.cpp:608
-msgid "dBm"
-msgstr "dBm"
-
-#: wirelessdialog.cpp:614
-msgid "bit"
-msgstr "Bit"
-
-#: wirelessdialog.cpp:641
-msgid "AP ESSID"
-msgstr "AP ESSID"
-
-#: wirelessdialog.cpp:644
-msgid "Networkaddress"
-msgstr "Netzwerkadresse"
-
-#: wirelessdialog.cpp:645
-#,
-msgid "AP mac"
-msgstr "AP Mac"
-
-#: wirelessdialog.cpp:647
-msgid "IP"
-msgstr "IP"
-
-#: wirelessdialog.cpp:648
-msgid "Netmask"
-msgstr "Netzmaske"
-
-#: wirelessdialog.cpp:649
-msgid "Broadcast"
-msgstr "Broadcast"
-
-#: wirelessdialog.cpp:659
-msgid "Link Quality"
-msgstr "Link-Qualität"
-
-#: wirelessdialog.cpp:662
-msgid "Signal level"
-msgstr "Signal-Level"
-
-#: wirelessdialog.cpp:666
-msgid "Noise level"
-msgstr "Geräusch-Level"
-
-#: wirelessdialog.cpp:674
-msgid "Conntection details"
-msgstr "Verbindungsdetails"
-
-#: wirelessdialog.cpp:682
-msgid "WEP Key"
-msgstr "WEP-Schlüssel"
-
-#: wirelessdialog.cpp:683
-msgid "Encryption"
-msgstr "Verschlüsselung"
-
-#: wirelessdialog.cpp:685
-msgid "WEP Key Size"
-msgstr "WEP-Schlüsselgröße"
-
-#: wirelessdialog.cpp:707
-#,
-msgid "Not associated!"
-msgstr "Nicht zugewiesen!"
-
-#~ msgid "Close"
-#~ msgstr "Schließen"
-#~ msgid "Configuration"
-#~ msgstr "Konfiguration"
+#~ msgid ""
+#~ "Be quiet and exit if connection to smpppd failsor KInternet is already "
+#~ "running"
+#~ msgstr ""
+#~ "Keine Aktion durchführen und beenden, wenn Verbindung mit smpppd nicht "
+#~ "zustandekommt oder KInternet bereits läuft"
+
+#~ msgid "Wait for kicker application"
+#~ msgstr "Auf Kicker-Anwendung warten"
+
+#~ msgid "Don't dock into the kde kicker"
+#~ msgstr "Nicht an kde-Kicker andocken"
+
+#~ msgid "Run inside a swallow enviroment, eg. swallow in FVWMButtons"
+#~ msgstr "In einer Swallow-Umgebung ausführen, z. B. Swallow in FVWMButtons"
+
+#~ msgid "WEP - Key Input Dialog"
+#~ msgstr "WEP - Schlüsseleingabe-Dialog"
+
+#~ msgid "Insert WEP key:"
+#~ msgstr "WEP-Schlüssel einfügen:"
+
+#~ msgid "Select WEP key type:"
+#~ msgstr "WEP-Schlüsseltyp wählen:"
+
+#~ msgid "Select WEP authentication mode:"
+#~ msgstr "WEP-Authentifizierungsmodus wählen:"
+
+#~ msgid "Wireless LAN - Dialog"
+#~ msgstr "Drahtloses LAN - Dialog"
+
+#~ msgid "Current Connection"
+#~ msgstr "Aktuelle Verbindung"
+
+#~ msgid "Name"
+#~ msgstr "Name"
+
+#~ msgid "Value(s)"
+#~ msgstr "Wert(e)"
+
+#~ msgid "Signal quality:"
+#~ msgstr "Signalqualität:"
+
+#~ msgid "Associated:"
+#~ msgstr "Zugewiesen:"
+
+#~ msgid "Lo&g - Signal Strength"
+#~ msgstr "&Protokoll - Signalstärke"
+
+#~ msgid "Scan for Wireless &Networks"
+#~ msgstr "Nach drahtlosen &Netzwerken suchen"
+
+#~ msgid "Accoustic scan"
+#~ msgstr "Akustischer Scan"
+
+#~ msgid "Auto refresh"
+#~ msgstr "Automatische Aktualisierung"
+
+#~ msgid "Start Active Scan"
+#~ msgstr "Aktiven Scan starten"
+
+#~ msgid "Start &YaST"
+#~ msgstr "&YaST starten"
+
+#~ msgid "Refresh"
+#~ msgstr "Aktualisierung"
+
+#~ msgid "Name/ESSID"
+#~ msgstr "Name/ESSID"
+
+#~ msgid "Signal"
+#~ msgstr "Signal"
+
+#~ msgid "Bitrate"
+#~ msgstr "Bitrate"
+
+#~ msgid "WEP"
+#~ msgstr "WEP"
+
+#~ msgid "MAC Address"
+#~ msgstr "Mac-Adresse"
+
+#~ msgid "Frequency"
+#~ msgstr "Frequenz"
+
+#~ msgid "Channel"
+#~ msgstr "Kanal"
+
+#~ msgid ""
+#~ "_n: %n Second\n"
+#~ "%n Seconds"
+#~ msgstr ""
+#~ "_n: %n Sekunde\n"
+#~ "%n Sekunden"
+
+#~ msgid ""
+#~ "_n: %1 Second\n"
+#~ "%1 Seconds"
+#~ msgstr ""
+#~ "_n: %1 Sekunde\n"
+#~ "%1 Sekunden"
+
+#~ msgid "Use this button to start YaST for permanent configuration."
+#~ msgstr ""
+#~ "Verwenden Sie diesen Button zum Starten von YaST für eine permanente "
+#~ "Konfiguration."
+
+#~ msgid "Use this button to connect to the above selected accesspoint."
+#~ msgstr ""
+#~ "Verwenden Sie diesen Button zum Verbinden mit dem oben gewählten "
+#~ "Zugriffspunkt."
+
+#~ msgid ""
+#~ "This load the list of current known accesspoints and don't start a active "
+#~ "scan."
+#~ msgstr ""
+#~ "Hiermit wird die Liste der aktuell bekannten Zugriffspunkte geladen und "
+#~ "kein aktiver Scan gestartet."
+
+#~ msgid ""
+#~ "This start a active scan. During a active scan it could happen, that you "
+#~ "lost \n"
+#~ " your current wireless connection."
+#~ msgstr ""
+#~ "Dies startet einen aktiven Scan. Während eines aktiven Scans kann es "
+#~ "vorkommen,\n"
+#~ "dass Sie Ihre aktuelle drahtlose Verbindung verlieren."
+
+#~ msgid ""
+#~ "This activate accoustic for the next 'Refresh' or 'Active Scan'. \n"
+#~ " To stop this, untoggle this checkbox."
+#~ msgstr ""
+#~ "Dies aktiviert Akustik für die nächste 'Aktualisierung' oder den nächsten "
+#~ "'Aktiven Scan'.\n"
+#~ "Wollen Sie dies stoppen, deselektieren Sie die Checkbox."
+
+#~ msgid ""
+#~ "This activate auto refresh scan for the next 'Refresh' or 'Active "
+#~ "Scan'. \n"
+#~ " To stop this, untoggle this checkbox."
+#~ msgstr ""
+#~ "Dies aktiviert den automatischen Aktualisierungs-Scan für die nächste "
+#~ "'Aktualisierung' oder den nächsten 'Aktiven Scan'.\n"
+#~ "Wollen Sie dies stoppen, deselektieren Sie die Checkbox."
+
+#~ msgid "Connection request to: %1 failed."
+#~ msgstr "Verbindungsanforderung an: %1 fehlgeschlagen."
+
+#~ msgid "You are currently not associated with this accesspoint. Try again!"
+#~ msgstr ""
+#~ "Sie sind diesem Zugriffspunkt zurzeit nicht zugewiesen. Versuchen Sie es "
+#~ "erneut!"
+
+#~ msgid "Connect Result"
+#~ msgstr "Verbindungsergebnis"
+
+#~ msgid "You connected successfully to: "
+#~ msgstr "Erfolgreiche Verbindung mit:"
+
+#~ msgid "Connection request to: "
+#~ msgstr "Verbindungsanforderung an:"
+
+#~ msgid "failed."
+#~ msgstr "fehlgeschlagen."
+
+#~ msgid ""
+#~ "You selected no accesspoint, \n"
+#~ " please select one and try again!"
+#~ msgstr ""
+#~ "Sie haben keinen Zugriffspunkt ausgewählt. \n"
+#~ " Wählen Sie einen aus und versuchen Sie es erneut!"
+
+#~ msgid "Active Scanning..."
+#~ msgstr "Aktiver Scan..."
+
+#~ msgid "Scan finished."
+#~ msgstr "Scan abgeschlossen."
+
+#~ msgid "WARNING"
+#~ msgstr "WARNUNG"
+
+#~ msgid "Could not start YaST Network Module. Is it installed?"
+#~ msgstr ""
+#~ "Das YaST-Netzwerkmodul konnte nicht gestartet werden. Ist es installiert?"
+
+#~ msgid "Could not start YaST Network Module, is it already installed?"
+#~ msgstr ""
+#~ "Das YaST-Netzwerkmodul konnte nicht gestartet werden. Ist es bereits "
+#~ "installiert?"
+
+#~ msgid "Scanning..."
+#~ msgstr "Scannen..."
+
+#~ msgid "MBit/s"
+#~ msgstr "MBit/s"
+
+#~ msgid "MHz"
+#~ msgstr "MHz"
+
+#~ msgid "dBm"
+#~ msgstr "dBm"
+
+#~ msgid "bit"
+#~ msgstr "Bit"
+
+#~ msgid "AP ESSID"
+#~ msgstr "AP ESSID"
+
+#~ msgid "Networkaddress"
+#~ msgstr "Netzwerkadresse"
+
+#~ msgid "AP mac"
+#~ msgstr "AP Mac"
+
+#~ msgid "IP"
+#~ msgstr "IP"
+
+#~ msgid "Netmask"
+#~ msgstr "Netzmaske"
+
+#~ msgid "Broadcast"
+#~ msgstr "Broadcast"
+
+#~ msgid "Link Quality"
+#~ msgstr "Link-Qualität"
+
+#~ msgid "Signal level"
+#~ msgstr "Signal-Level"
+
+#~ msgid "Noise level"
+#~ msgstr "Geräusch-Level"
+
+#~ msgid "Conntection details"
+#~ msgstr "Verbindungsdetails"
+
+#~ msgid "WEP Key"
+#~ msgstr "WEP-Schlüssel"
+
+#~ msgid "Encryption"
+#~ msgstr "Verschlüsselung"
+
+#~ msgid "WEP Key Size"
+#~ msgstr "WEP-Schlüsselgröße"
+
+#~ msgid "Not associated!"
+#~ msgstr "Nicht zugewiesen!"
+
#~ msgid "OK"
#~ msgstr "OK"
-#~ msgid "Cancel"
-#~ msgstr "Abbrechen"
+
#~ msgid "Various Settings..."
#~ msgstr "Verschiedene Einstellungen..."
+
#~ msgid "View Log..."
#~ msgstr "Protokoll ansehen..."
+
#~ msgid "View Data Rate..."
#~ msgstr "Übertragungsrate ansehen..."
-#~ msgid "&Settings..."
-#~ msgstr "&Einstellungen..."
-#~ msgid "St&op"
-#~ msgstr "St&opp"
-#~ msgid "&Quit"
-#~ msgstr "&Beenden"
-#~ msgid "Information"
-#~ msgstr "Information"
-#~ msgid "Apply"
-#~ msgstr "Anwenden"
-#~ msgid "Appearance"
-#~ msgstr "Erscheinungsbild"
-#~ msgid "Browse..."
-#~ msgstr "Durchsuchen..."
-#~ msgid "%n Second"
-#~ msgstr "%n Sekunde"
-#~ msgid "%1 Second"
-#~ msgstr "%1 Sekunde"
-#~ msgid "Error"
-#~ msgstr "Fehler"
-#~ msgid "&OK"
-#~ msgstr "&OK"
+
#~ msgid "C&ancel"
#~ msgstr "&Verwerfen"
+
#~ msgid "Alt+A"
#~ msgstr "Alt+A"
+
#~ msgid "mac address"
#~ msgstr "Mac-Adresse"
+
#~ msgid "&Close"
#~ msgstr "&Schließen"
+
#~ msgid "Alt+C"
#~ msgstr "Alt+C"
+
#~ msgid "Warning"
#~ msgstr "Warnung"
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qinternet-0.75_git200804251643/po/Makefile.am new/qinternet-0.75_git200904291639/po/Makefile.am
--- old/qinternet-0.75_git200804251643/po/Makefile.am 2008-04-25 16:28:25.000000000 +0200
+++ new/qinternet-0.75_git200904291639/po/Makefile.am 2008-04-28 16:25:49.000000000 +0200
@@ -1,3 +1,25 @@
+XGETTEXT = xgettext
+MSGMERGE = msgmerge
+
+POTFILES = \
+ src/check.cpp \
+ src/configview.cpp \
+ src/datarateview.cpp \
+ src/dialprefix.cpp \
+ src/kinternet.cpp \
+ src/lists.cpp \
+ src/logview.cpp \
+ src/main.cpp \
+ src/myconfig.cpp \
+ src/myslp.cpp \
+ src/mywallet.cpp \
+ src/parse.cpp \
+ src/password.cpp \
+ src/route.cpp \
+ src/server.cpp \
+ src/settings.cpp \
+ src/utils.cpp
+
POFILES = \
bg.po \
cs.po \
@@ -32,7 +54,16 @@
all: $(MOFILES)
%.mo: %.po
- msgfmt -o $@ $<
+ msgfmt -v -o $@ $<
+
+qinternet.pot: $(POTFILES:%=$(top_srcdir)/%)
+ $(XGETTEXT) --qt --c++ --keyword=i18n:1,2 --keyword=i18n -o $@ $^
+
+update-po: qinternet.pot
+ for i in $(POFILES); do \
+ echo -n "$$i: "; \
+ $(MSGMERGE) -v -U $$i qinternet.pot; \
+ done
install-data-local:
@for i in $(MOFILES:.mo=); do \
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qinternet-0.75_git200804251643/src/kinternet.cpp new/qinternet-0.75_git200904291639/src/kinternet.cpp
--- old/qinternet-0.75_git200804251643/src/kinternet.cpp 2008-04-25 14:56:13.000000000 +0200
+++ new/qinternet-0.75_git200904291639/src/kinternet.cpp 2009-04-29 09:33:02.000000000 +0200
@@ -410,9 +410,9 @@
#endif
menu->setItemEnabled (id_log, vital && myInterfaces.active);
menu->setItemEnabled (id_datarate, vital && myInterfaces.active);
- menu->setItemEnabled (id_config, vital && myInterfaces.active);
+ menu_conf->setItemEnabled (id_config, vital && myInterfaces.active);
- menu->setItemEnabled (id_prefix, vital && action_flags & 0x100);
+ menu_conf->setItemEnabled (id_prefix, vital && action_flags & 0x100);
menu->setItemEnabled (id_reconnect, autoserver->can_start_connect ());
@@ -891,7 +891,7 @@
void
KInternet::transfer_draw_icon ()
{
- transfer_icon_nr = ++transfer_icon_nr % 5;
+ transfer_icon_nr = (transfer_icon_nr + 1) % 5;
update_icon ();
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qinternet-0.75_git200804251643/src/Makefile.am new/qinternet-0.75_git200904291639/src/Makefile.am
--- old/qinternet-0.75_git200804251643/src/Makefile.am 2008-04-25 16:00:35.000000000 +0200
+++ new/qinternet-0.75_git200904291639/src/Makefile.am 2008-04-28 14:50:39.000000000 +0200
@@ -124,17 +124,6 @@
INCLUDES = $(all_includes)
-WITHMESSAGES = check.cpp configview.cpp datarateview.cpp dialprefix.cpp \
- kinternet.cpp lists.cpp logview.cpp main.cpp myconfig.cpp myslp.cpp \
- mywallet.cpp parse.cpp password.cpp route.cpp server.cpp settings.cpp \
- utils.cpp wepkey_inputdialog.cpp wepkeyinputdialog.cpp \
- wireless_dialog.cpp wirelessdialog.cpp wirelesslog.cpp
-
-messages:
- $(XGETTEXT) --c++ --keyword=i18n:1,2 --add-comments=desc: \
- --keyword=tr2i18n:1,2 $(WITHMESSAGES)
- mv messages.po ../po/kinternet.pot
-
noinst_HEADERS = wepkeyinputdialog.h
menudir = $(datadir)/applications
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qinternet-0.75_git200804251643/src/server.cpp new/qinternet-0.75_git200904291639/src/server.cpp
--- old/qinternet-0.75_git200804251643/src/server.cpp 2008-04-25 14:56:13.000000000 +0200
+++ new/qinternet-0.75_git200904291639/src/server.cpp 2008-09-10 15:40:54.000000000 +0200
@@ -238,11 +238,11 @@
continue;
}
- if (line == "error: failed to authenticated")
+ if (line == "error: failed to authenticated" || line.startsWith ("error: unprivileged"))
{
if (!quiet)
emit error (i18n ("Authentication with the server failed."));
- set_status (FAILURE);
+ set_status (NOTHING); // set to nothing so the auto search continues
continue;
}
@@ -294,6 +294,7 @@
if (line.startsWith ("error:")) {
buffer.clear ();
+ emit error (i18n ("Server returned an error: ")+line.mid(7));
continue;
}
}
@@ -731,8 +732,8 @@
if (tl && !tr)
emit error( i18n (
"Could not connect to local server. Maybe\n"
- "smpppd is not running or you are not\n"
- "member of the group \"dialout\".\n"
+ "smpppd is not running or you do not\n"
+ "have sufficient privileges.\n"
"Also check the server settings in\n"
"the dialog \"Various Settings\"."));
else if (!tl && tr)
@@ -746,7 +747,7 @@
emit error( i18n (
"Connection to local and remote server\n"
"refused. Maybe smpppd is not running\n"
- "or you are not member of the group \"dialout\".\n"
+ "or you do not have sufficient privileges.\n"
"Also check the server settings in\n"
"the dialog \"Various Settings\"."));
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qinternet-0.75_git200804251643/version.m4 new/qinternet-0.75_git200904291639/version.m4
--- old/qinternet-0.75_git200804251643/version.m4 2008-04-25 16:43:38.000000000 +0200
+++ new/qinternet-0.75_git200904291639/version.m4 2009-04-29 16:40:09.000000000 +0200
@@ -10,6 +10,6 @@
[define([VERS], VERS[_SVN]esyscmd([LANG=C svnversion . | tr -d '\n']))],dnl
syscmd(test -e .git)dnl
ifelse(sysval, 0,dnl
-[define([VERS], VERS[_git]esyscmd([LANG=C date +%Y%m%d%H%M -d "1970-01-01 00:00 UTC `git-rev-list --timestamp HEAD^..HEAD|(read a b; echo $a)` seconds" | tr -d '\n']))],dnl
+[define([VERS], VERS[_git]esyscmd([LANG=C date +%Y%m%d%H%M -d "1970-01-01 00:00 UTC `git rev-list --timestamp HEAD^..HEAD|(read a b; echo $a)` seconds" | tr -d '\n']))],dnl
)dnl
)dnl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 yakuake for openSUSE:Factory
checked in at Fri May 1 02:27:02 CEST 2009.
--------
--- KDE/yakuake/yakuake.changes 2008-09-21 14:52:32.000000000 +0200
+++ yakuake/yakuake.changes 2009-04-30 00:10:32.986057000 +0200
@@ -1,0 +2,5 @@
+Sun Sep 21 14:53:51 CEST 2008 - stbinner(a)suse.de
+
+- require kde4-konsole (bnc#422066)
+
+-------------------------------------------------------------------
@@ -6,0 +12,5 @@
+Fri Sep 21 14:51:24 CEST 2008 - stbinner(a)suse.de
+
+- update to version 2.9.4, fourth bug fix release of KDE4 port
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
yakuake-2.8.1.tar.bz2
yakuake.desktop
yakuake-fix_Accesskey_handling_v2.diff
New:
----
yakuake-2.9.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yakuake.spec ++++++
--- /var/tmp/diff_new_pack.u15383/_old 2009-05-01 02:22:25.000000000 +0200
+++ /var/tmp/diff_new_pack.u15383/_new 2009-05-01 02:22:25.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package yakuake (Version 2.8.1)
+# spec file for package yakuake (Version 2.9.4)
#
-# 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,19 +19,18 @@
Name: yakuake
-BuildRequires: kdelibs3-devel
+BuildRequires: kdebase4-workspace-devel
License: GPL v2 or later
Url: http://kde-apps.org/content/show.php?content=29153
Group: System/GUI/KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: yakuake is a terminal for KDE
-Version: 2.8.1
-Release: 90
-%define rversion 2.8.1
-Source: %{name}-%{rversion}.tar.bz2
-Source1: yakuake.desktop
-Patch1: yakuake-fix_Accesskey_handling_v2.diff
-Requires: kdebase3
+Version: 2.9.4
+Release: 1
+Source: yakuake-%{version}.tar.bz2
+Requires: kde4-konsole
+Provides: kde4-yakuake = 2.9.4
+Obsoletes: kde4-yakuake <= 2.9.4
%description
Yakuake is a retractable KDE Terminal Emulator.
@@ -43,25 +42,17 @@
Francois Chazal <neptune3k(a)free.fr>
%prep
-%setup -n %{name}-%{rversion} -q
-%patch1 -p1
-. /etc/opt/kde3/common_options
-update_admin
+%setup -n yakuake-%{version} -q
%build
-. /etc/opt/kde3/common_options
-./configure
-make
+ %cmake_kde4 -d build
+ %make_jobs
%install
-. /etc/opt/kde3/common_options
-make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET
-%if %suse_version < 1010
-%suse_update_desktop_file %name System TerminalEmulator
-%else
-%suse_update_desktop_file -G "Terminal Program" %name System TerminalEmulator
-%endif
-%find_lang %{name}
+ cd build
+ %makeinstall
+ %suse_update_desktop_file -G "Terminal Program" yakuake System TerminalEmulator
+ %find_lang yakuake
%post -p /sbin/ldconfig
@@ -70,18 +61,21 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%files -f %{name}.lang
+%files -f build/yakuake.lang
%defattr(-,root,root)
-%doc README AUTHORS ChangeLog COPYING INSTALL
-/opt/kde3/bin/*
-/opt/kde3/share/apps/yakuake
-/opt/kde3/share/icons/??color
-/opt/kde3/share/applications/kde/yakuake.desktop
-/opt/kde3/share/config.kcfg/yakuake.kcfg
+%doc README AUTHORS ChangeLog COPYING COPYING.DOC NEWS
+/usr/bin/yakuake
+/usr/share/applications/kde4/yakuake.desktop
+/usr/share/icons/hicolor/*/apps/yakuake.*
+/usr/share/kde4/apps/yakuake
%changelog
* Sun Sep 21 2008 stbinner(a)suse.de
+- require kde4-konsole (bnc#422066)
+* Sun Sep 21 2008 stbinner(a)suse.de
- require kdebase3 (bnc#422066)
+* Sun Sep 21 2008 stbinner(a)suse.de
+- update to version 2.9.4, fourth bug fix release of KDE4 port
* Tue Feb 26 2008 crrodriguez(a)suse.de
- use find_lang macro
* Sun Jan 27 2008 stbinner(a)suse.de
++++++ yakuake-2.8.1.tar.bz2 -> yakuake-2.9.4.tar.bz2 ++++++
++++ 147181 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 bundle-lang-common for openSUSE:Factory
checked in at Fri May 1 02:21:22 CEST 2009.
--------
--- bundle-lang-common/bundle-lang-common.changes 2009-04-27 12:52:24.000000000 +0200
+++ bundle-lang-common/bundle-lang-common.changes 2009-04-30 13:14:42.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 30 13:12:33 CEST 2009 - coolo(a)suse.de
+
+- increase version
+
+-------------------------------------------------------------------
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change
--- bundle-lang-common/bundle-lang-other.changes 2008-11-03 11:58:36.000000000 +0100
+++ bundle-lang-common/bundle-lang-other.changes 2009-04-30 13:14:45.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 30 13:12:23 CEST 2009 - coolo(a)suse.de
+
+- increase version
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bundle-lang-common.spec ++++++
--- /var/tmp/diff_new_pack.bt7595/_old 2009-05-01 02:19:55.000000000 +0200
+++ /var/tmp/diff_new_pack.bt7595/_new 2009-05-01 02:19:55.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package bundle-lang-common (Version 11.1)
+# spec file for package bundle-lang-common (Version 11.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -24,8 +24,8 @@
BuildRequires: fdupes
License: X11/MIT
Group: System/Localization
-Version: 11.1
-Release: 21
+Version: 11.2
+Release: 1
Summary: Translations for a Group of Programs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -1345,6 +1345,8 @@
#LANGUAGE_FILES
%changelog
+* Thu Apr 30 2009 coolo(a)suse.de
+- increase version
* Mon Apr 27 2009 coolo(a)suse.de
- update the packages.txt to new state of livecds
* Tue Apr 21 2009 ro(a)suse.de
bundle-lang-gnome.spec: same change
bundle-lang-kde.spec: same change
++++++ bundle-lang-other.spec ++++++
--- /var/tmp/diff_new_pack.bt7595/_old 2009-05-01 02:19:56.000000000 +0200
+++ /var/tmp/diff_new_pack.bt7595/_new 2009-05-01 02:19:56.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package bundle-lang-other (Version 11.1)
+# spec file for package bundle-lang-other (Version 11.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,8 +21,8 @@
Name: bundle-lang-other
License: X11/MIT
Group: System/GUI/KDE
-Version: 11.1
-Release: 18
+Version: 11.2
+Release: 1
Summary: Translations for languages not covered by one of the bundle-lang-*-* packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -58,6 +58,8 @@
%_docdir/%name
%changelog
+* Thu Apr 30 2009 coolo(a)suse.de
+- increase version
* Sat Nov 01 2008 coolo(a)suse.de
- increase version (bnc#440847)
* Fri Sep 07 2007 coolo(a)suse.de
++++++ bundle-lang.spec.in ++++++
--- /var/tmp/diff_new_pack.bt7595/_old 2009-05-01 02:19:56.000000000 +0200
+++ /var/tmp/diff_new_pack.bt7595/_new 2009-05-01 02:19:56.000000000 +0200
@@ -16,7 +16,7 @@
BuildRequires: fdupes
License: GNU General Public License (GPL)
Group: System/GUI/Other
-Version: 11.1
+Version: 11.2
Release: 1
Summary: Summary
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