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 2006
- 1 participants
- 1219 discussions
Hello community,
here is the log from the commit of package kdetoys3
checked in at Thu May 25 00:39:06 CEST 2006.
--------
--- KDE/kdetoys3/kdetoys3.changes 2006-05-16 15:55:43.000000000 +0200
+++ kdetoys3/kdetoys3.changes 2006-05-24 12:57:57.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 24 10:31:17 CEST 2006 - stbinner(a)suse.de
+
+- update to 3.5.3
+ * kteatime: formatting of minutes and seconds was incorrect
+
+-------------------------------------------------------------------
Old:
----
kdetoys-3.5.2.tar.bz2
New:
----
kdetoys-3.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdetoys3.spec ++++++
--- /var/tmp/diff_new_pack.am6SFb/_old 2006-05-25 00:38:40.000000000 +0200
+++ /var/tmp/diff_new_pack.am6SFb/_new 2006-05-25 00:38:40.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdetoys3 (Version 3.5.2)
+# spec file for package kdetoys3 (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,8 +15,8 @@
License: GPL
Group: System/GUI/KDE
Summary: Nice Toys for KDE
-Version: 3.5.2
-Release: 2
+Version: 3.5.3
+Release: 1
Url: http://www.kde.org
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -93,6 +93,9 @@
/opt/kde3/share/services/*.desktop
%changelog -n kdetoys3
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to 3.5.3
+ * kteatime: formatting of minutes and seconds was incorrect
* Mon Mar 20 2006 - stbinner(a)suse.de
- update to 3.5.2
* kweather: init on reload
++++++ kdetoys-3.5.2.tar.bz2 -> kdetoys-3.5.3.tar.bz2 ++++++
++++ 1613 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/kdetoys-3.5.2/acinclude.m4 new/kdetoys-3.5.3/acinclude.m4
--- old/kdetoys-3.5.2/acinclude.m4 2006-03-18 14:56:02.000000000 +0100
+++ new/kdetoys-3.5.3/acinclude.m4 2006-05-23 20:42:10.000000000 +0200
@@ -784,7 +784,7 @@
# CoreAudio framework
AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [
AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API])
- FRAMEWORK_COREAUDIO="-Xlinker -framework -Xlinker CoreAudio"
+ FRAMEWORK_COREAUDIO="-Wl,-framework,CoreAudio"
])
AC_CHECK_RES_INIT
@@ -3023,8 +3023,8 @@
[
kde_cv_opt_noinline_match=irrelevant
dnl if we don't use both -O2 and -fno-inline, this check is moot
- if echo "$CFLAGS" | grep -qe -O2 \
- && echo "$CFLAGS" | grep -qe -fno-inline ; then
+ if echo "$CFLAGS" | grep -e -O2 >/dev/null 2>/dev/null \
+ && echo "$CFLAGS" | grep -e -fno-inline >/dev/null 2>/dev/null ; then
ac_cflags_save="$CFLAGS"
CFLAGS="$CFLAGS -D_USE_GNU"
@@ -3501,7 +3501,7 @@
[
kdelibsuff="$kde_libs_suffix"
if test -z "$kdelibsuff"; then
- kdelibsuff="auto"
+ kdelibsuff="no"
fi
AC_ARG_ENABLE(libsuffix,
AC_HELP_STRING([--enable-libsuffix],
@@ -3516,13 +3516,16 @@
return 0;
}
EOF
- kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out | grep -E "libc.so"| grep -E -o "/lib[[^\/]]*/" | sed "s/lib//" | sed "s/\/*//g"`
+ kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{
+ s,.*/lib\([[^\/]]*\)/.*,\1,
+ p
+}'`
rm -rf conftest.*
fi
- if test "$kdelibsuff" = "no"; then
+ if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
kdelibsuff=
- fi
+ fi
if test -z "$kdelibsuff"; then
AC_MSG_RESULT([not using lib directory suffix])
AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
@@ -4998,7 +5001,7 @@
])
fi
kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
- kde_libs_suffix=`$KDECONFIG --libsuffix`
+ kde_libs_suffix=`$KDECONFIG --libsuffix` || kde_libs_suffix=auto
AC_MSG_CHECKING([where to install])
if test "x$prefix" = "xNONE"; then
@@ -5374,7 +5377,7 @@
JAVAC=$kde_java_bindir/javac
JAVAH=$kde_java_bindir/javah
JAR=$kde_java_bindir/jar
- JVMLIBS="-Xlinker -framework -Xlinker JavaVM"
+ JVMLIBS="-Wl,-framework,JavaVM"
AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
AC_MSG_RESULT([Apple Java Framework])
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/kdetoys-3.5.2/admin/acinclude.m4.in new/kdetoys-3.5.3/admin/acinclude.m4.in
--- old/kdetoys-3.5.2/admin/acinclude.m4.in 2006-03-17 22:43:16.000000000 +0100
+++ new/kdetoys-3.5.3/admin/acinclude.m4.in 2006-05-23 14:57:37.000000000 +0200
@@ -784,7 +784,7 @@
# CoreAudio framework
AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [
AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API])
- FRAMEWORK_COREAUDIO="-Xlinker -framework -Xlinker CoreAudio"
+ FRAMEWORK_COREAUDIO="-Wl,-framework,CoreAudio"
])
AC_CHECK_RES_INIT
@@ -3023,8 +3023,8 @@
[
kde_cv_opt_noinline_match=irrelevant
dnl if we don't use both -O2 and -fno-inline, this check is moot
- if echo "$CFLAGS" | grep -qe -O2 \
- && echo "$CFLAGS" | grep -qe -fno-inline ; then
+ if echo "$CFLAGS" | grep -e -O2 >/dev/null 2>/dev/null \
+ && echo "$CFLAGS" | grep -e -fno-inline >/dev/null 2>/dev/null ; then
ac_cflags_save="$CFLAGS"
CFLAGS="$CFLAGS -D_USE_GNU"
@@ -3501,7 +3501,7 @@
[
kdelibsuff="$kde_libs_suffix"
if test -z "$kdelibsuff"; then
- kdelibsuff="auto"
+ kdelibsuff="no"
fi
AC_ARG_ENABLE(libsuffix,
AC_HELP_STRING([--enable-libsuffix],
@@ -3516,13 +3516,16 @@
return 0;
}
EOF
- kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out | grep -E "libc.so"| grep -E -o "/lib[[^\/]]*/" | sed "s/lib//" | sed "s/\/*//g"`
+ kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{
+ s,.*/lib\([[^\/]]*\)/.*,\1,
+ p
+}'`
rm -rf conftest.*
fi
- if test "$kdelibsuff" = "no"; then
+ if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
kdelibsuff=
- fi
+ fi
if test -z "$kdelibsuff"; then
AC_MSG_RESULT([not using lib directory suffix])
AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
@@ -4998,7 +5001,7 @@
])
fi
kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
- kde_libs_suffix=`$KDECONFIG --libsuffix`
+ kde_libs_suffix=`$KDECONFIG --libsuffix` || kde_libs_suffix=auto
AC_MSG_CHECKING([where to install])
if test "x$prefix" = "xNONE"; then
@@ -5374,7 +5377,7 @@
JAVAC=$kde_java_bindir/javac
JAVAH=$kde_java_bindir/javah
JAR=$kde_java_bindir/jar
- JVMLIBS="-Xlinker -framework -Xlinker JavaVM"
+ JVMLIBS="-Wl,-framework,JavaVM"
AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
AC_MSG_RESULT([Apple Java Framework])
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/kdetoys-3.5.2/admin/cvs.sh new/kdetoys-3.5.3/admin/cvs.sh
--- old/kdetoys-3.5.2/admin/cvs.sh 2006-03-17 22:43:16.000000000 +0100
+++ new/kdetoys-3.5.3/admin/cvs.sh 2006-05-23 14:57:36.000000000 +0200
@@ -316,7 +316,7 @@
fi
fi
if test -z "$VERSION" || test "$VERSION" = "@VERSION@"; then
- VERSION="\"3.5.2\""
+ VERSION="\"3.5.3\""
fi
if test -z "$modulename" || test "$modulename" = "@MODULENAME@"; then
modulename=`pwd`;
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/kdetoys-3.5.2/amor/amor.desktop new/kdetoys-3.5.3/amor/amor.desktop
--- old/kdetoys-3.5.2/amor/amor.desktop 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/amor.desktop 2006-05-22 20:08:19.000000000 +0200
@@ -4,6 +4,7 @@
Name[af]=Amor
Name[ar]=برنامج AMOR
Name[bg]=Amor
+Name[bn]=আমোর
Name[fi]=Amor
Name[fo]=Amor
Name[fr]=Amor
@@ -20,6 +21,7 @@
DocPath=amor/index.html
GenericName=On-Screen Creature
GenericName[bg]=Усмивка за работното място
+GenericName[bn]=পর্দায় বসবাসকারী জন্তু
GenericName[ca]=Criatura a la pantalla
GenericName[cs]=Příšerka na obrazovce
GenericName[cy]=Creadur Ar-Sgrin
@@ -40,6 +42,7 @@
GenericName[mk]=Креатура на екранот
GenericName[mt]=Annimal ta' fuq l-iskrin
GenericName[nb]=Vesen på skjermen
+GenericName[nds]=Schriefdisch-Maskottje
GenericName[nl]=Schermvermaak
GenericName[nn]=Skjermvesen
GenericName[pl]=Stworzenie ekranowe
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/kdetoys-3.5.2/amor/data/billyrc new/kdetoys-3.5.3/amor/data/billyrc
--- old/kdetoys-3.5.2/amor/data/billyrc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/billyrc 2006-05-22 20:08:19.000000000 +0200
@@ -6,6 +6,7 @@
Description[af]=Klein Billy
Description[ar]=بيل الصغير
Description[bg]=Малкият Били
+Description[bn]=ছোট্ট বিলি
Description[br]=Billy Bihan
Description[bs]=Mali Billy
Description[ca]=Petit Guillem
@@ -33,6 +34,7 @@
Description[mk]=Малиот Били
Description[mt]=Iċ-Ċkejken Billy
Description[nb]=Lille Billy
+Description[nds]=Lütt Willi
Description[nl]=Kleine Billy
Description[nn]=Litlebill
Description[pa]=ਛੋਟੀ ਬਿੱਲੀ
@@ -59,6 +61,7 @@
About[ar]=قاعدة النوافذ الساكنة \nالرسوم من http://www.xbill.org
About[az]=Statik pəncərə mürəbbiyəsi\nQrafikalar http://www.xbill.org/
About[bg]=Неанимирано човече\nГрафиката е взета от http://www.xbill.org/
+About[bn]=উইন্ডোর এক স্থানে স্থির হয়ে বসে থাকে\nগ্রাফিক্সের উৎস - http://www.xbill.org/
About[bs]=Statički window sitter\nGrafika iz http://www.xbill.org/
About[ca]=Model de finestra estàtica\nGràfic de http://www.xbill.org/
About[cs]=Statická ozdoba okna\nGrafika z http://www.xbill.org/
@@ -79,13 +82,14 @@
About[hu]=Nem animált ablakdíszítés\nA grafika származási helye: http://www.xbill.org/
About[is]=Static window sitter\nMynd frá http://www.xbill.org/
About[it]=Immagine statica.\nGrafica presa da http://www.xbill.org/
-About[ja]=ウィンドウ腰かけツール\nグラフィックはhttp://www.xbill.org/より
+About[ja]=動かないウィンドウ監視人\nグラフィックはhttp://www.xbill.org/より
About[km]=អ្នកថែទាំបង្អួចថិតិវន្ត\nរចនាក្រាហ្វិកពី http://www.xbill.org/
About[lt]=Nejudantis sėdėtojas ant lango\nGrafika iš http://www.xbill.org/
About[lv]=Statisks uz loga sēdētājs\nGrafika no http://www.xbill.org/
About[mk]=Статичен седач врз прозорец\nСликата е од http://www.xbill.org/
About[mt]=Stampa statika\nGrafika minn http://www.xbill.org/
About[nb]=Statisk vindusitter\n Grafikk fra http://www.xbill.org/
+About[nds]=Fast Finstersitter\nGrafik vun http://www.xbill.org/
About[nl]=Statische vensterzitter\nAfbeeldingen van from http://www.xbill.org/
About[nn]=Statisk vindaugssitjar\nBilete frå http://www.xbill.org/
About[pl]=Obrazek w tym samym miejscu ekranu\nGrafika ze strony http://www.xbill.org/
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/kdetoys-3.5.2/amor/data/blobrc new/kdetoys-3.5.3/amor/data/blobrc
--- old/kdetoys-3.5.2/amor/data/blobrc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/blobrc 2006-05-22 20:08:19.000000000 +0200
@@ -4,6 +4,7 @@
Description=Multi-Talented Spot
Description[ar]=نقطة متعددة المواهب
Description[bg]=Всезнайко
+Description[bn]=বহুমুখী প্রতিভাসম্পন্ন বিন্দু
Description[bs]=Više-talentirana tačka
Description[ca]=Anunci multi-dotat
Description[cs]=Talentovaný chlapík
@@ -29,6 +30,7 @@
Description[mk]=Мултиталентирана точка
Description[mt]=Ballun Bravu u Divertenti
Description[nb]=Flekk med mange talenter
+Description[nds]=Dat Multitalent
Description[nl]=Multi-getalenteerde stip
Description[nn]=Talentfullt punkt
Description[pl]=Bardzo zdolna plamka
@@ -52,6 +54,7 @@
About[ar]=من مارتن ر. جونز\nJet pack, الضوء, و النار من تصميم مارك غرانت
About[az]=Martin R. Jones tərəfindən\nJet pack, beam and fire animations by Mark Grant
About[bg]=Автор Мартин Р. Джоунс\nПодобрения и анимация от Марк Гранд
+About[bn]=তৈরি করেছেন মার্টিন আর. জোন্স\nজেট প্যাক, রশ্মি ও আগুনের অ্যানিমেশন তৈরি করেছেন মার্ক গ্র্যান্ট
About[bs]=Autor: Martin R. Jones\nAnimacije mlaznog ranca, zrake i pucanja napravio Mark Grant
About[ca]=Per Martin R. Jones\nPaquet jet, nau i animacions de foc per Mark Grant
About[cs]=Autor Martin R. Jones\nAnimace: Mark Grant
@@ -72,13 +75,14 @@
About[hu]=Készítette: Martin R. Jones\nA jet pack, a sugár és a tűz animációja Mark Grant munkája
About[is]=Eftir Martin R. Jones\nÞotuhreyfill, leysir og teikningar af skotum eftir Mark Grant
About[it]=Di Martin R. Jones.\nLe animazioni dello zaino-razzo, del fascio e del fuoco sono state realizzate da Mark Grant.
-About[ja]=By Martin R. Jones\n ジェットパック、ビーム、ファイアアニメーション by Mark Grant
+About[ja]=By Martin R. Jones\nジェットパック、ビーム、ファイアアニメーション by Mark Grant
About[km]=ដោយ Martin R. Jones\nJet pack, ចលនាភ្លើង និងបាច់ពន្លឺដោយ Mark Grant
About[lt]=Darė Martin R. Jones\nJet pack, spindulių ir ugnies animacijos Mark Grant
About[lv]=Autors - Martin R. Jones\nAnimācija - Mark Grant
About[mk]=Од Мартин Р. Џонс\nАнимации со ракетен погон, зрак и оган од Марк Грант
About[mt]=Ta' Martin R. Jones\nUħud mill-animazzjonijiet ta' Mark Grant
About[nb]=Av Martin R. Jones\nJet-pakke, stråle og flamme-animasjoner av Mark Grant
+About[nds]=Vun Martin R. Jones\nRaketendrift, Strahl un Füeranimatschonen vun Mark Grant
About[nl]=Door Martin R. Jones\nJet pack, beam en fire animaties door Mark Grant
About[nn]=Av Martin R. Jones\nJetmotor, stråle- og flammeanimasjon av Mark Grant
About[pl]=Autorstwa Martina Jonesa\nPromienie i animacje ognia autorstwa Marka Granta
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/kdetoys-3.5.2/amor/data/bonhommerc new/kdetoys-3.5.3/amor/data/bonhommerc
--- old/kdetoys-3.5.2/amor/data/bonhommerc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/bonhommerc 2006-05-22 20:08:19.000000000 +0200
@@ -7,6 +7,7 @@
PixmapPath=pics/animated/bonhomme
Description=Bonhomme
Description[bg]=Тао
+Description[bn]=বনমি
Description[cs]=Mužíček
Description[et]=Kriipsu-Juku
Description[hi]=बॉनहॉम
@@ -28,6 +29,7 @@
About[ar]=من جان كلود دوماس
About[az]=Jean-Claude Dumas tərəfindən
About[bg]=Автор Жан Клод Дюма
+About[bn]=তৈরি করেছেন জাঁ-ক্ল ডুমাস
About[br]=Gant Jean-Claude Dumas
About[bs]=Autor: Jean-Claude Dumas
About[ca]=Per Jean-Claude Dumas
@@ -56,6 +58,7 @@
About[mk]=Од Жан Клод Дима
About[mt]=Ta' Jean-Claude Dumas
About[nb]=Av Jean-Claude Dumas
+About[nds]=Vun Jean-Claude Dumas
About[nl]=Door Jean-Claude Dumas
About[nn]=Av Jean-Claude Dumas
About[pl]=Autorstwa Jean-Claude'a Dumasa
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/kdetoys-3.5.2/amor/data/bsdrc new/kdetoys-3.5.3/amor/data/bsdrc
--- old/kdetoys-3.5.2/amor/data/bsdrc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/bsdrc 2006-05-22 20:08:19.000000000 +0200
@@ -7,6 +7,7 @@
Description[ar]=شعار BSD
Description[az]=FreeBSD Gəlinciyi
Description[bg]=Талисман на FreeBSD
+Description[bn]=FreeBSD মাস্কট
Description[bs]=FreeBSD maskota
Description[ca]=Mascota de FreeBSD
Description[cs]=Maskot FreeBSD
@@ -35,6 +36,7 @@
Description[mk]=Маскотата на FreeBSD
Description[ms]= Maskot FreeBSD
Description[nb]=FreeBSD-maskott
+Description[nds]=FreeBSD-Maskottje
Description[nl]=FreeBSD-mascotte
Description[nn]=FreeBSD-maskot
Description[pl]=Maskotka FreeBSD
@@ -60,6 +62,7 @@
About[ar]=قاعدة النوافذ الساكنة
About[az]=Statik pəncərə mürəbbiyəsi
About[bg]=Неанимирано дяволче
+About[bn]=উইন্ডোর এক স্থানে স্থির হয়ে বসে থাকে
About[bs]=Statički window sitter
About[ca]=Model estàtic de finestra
About[cs]=Statická ozdoba okna
@@ -80,13 +83,14 @@
About[hu]=Nem animált ablakdíszítés
About[is]=Situr og passar glugga
About[it]=Immagine statica
-About[ja]=ウィンドウ腰かけ
+About[ja]=動かないウィンドウ監視人
About[km]=អ្នកថែទាំបង្អួចឋិតិវន្ត
About[lt]=Nejudantis sėdėtojas ant lango
About[lv]=Statisks uz loga sēdētājs
About[mk]=Статичен седач врз прозорци
About[mt]=Stampa statika
About[nb]=Statisk vindusitter
+About[nds]=Fast Finstersitter
About[nl]=Statische vensterzitter
About[nn]=Statisk vindaugssitjar
About[pl]=Stale w tym samym miejscu
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/kdetoys-3.5.2/amor/data/eyesrc new/kdetoys-3.5.3/amor/data/eyesrc
--- old/kdetoys-3.5.2/amor/data/eyesrc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/eyesrc 2006-05-22 20:08:19.000000000 +0200
@@ -7,6 +7,7 @@
Description[af]=Mal Oë
Description[ar]=عيون مجنونة
Description[bg]=Луди очички
+Description[bn]=পাগলা চোখ
Description[br]=Daoulagad foll
Description[bs]=Lude oči
Description[ca]=Ulls bojos
@@ -34,6 +35,7 @@
Description[lv]=Trakās acis
Description[mk]=Забегани очи
Description[nb]=Ville øyne
+Description[nds]=Mall Ogen
Description[nl]=Gekke ogen
Description[nn]=Ville auge
Description[pl]=Szalone oczy
@@ -59,6 +61,7 @@
About[ar]=من جان كلود دوماس
About[az]=Jean-Claude Dumas tərəfindən
About[bg]=Автор Жан Клод Дюма
+About[bn]=তৈরি করেছেন জাঁ-ক্ল ডুমাস
About[br]=Gant Jean-Claude Dumas
About[bs]=Autor: Jean-Claude Dumas
About[ca]=Per Jean-Claude Dumas
@@ -87,6 +90,7 @@
About[mk]=Од Жан Клод Дима
About[mt]=Ta' Jean-Claude Dumas
About[nb]=Av Jean-Claude Dumas
+About[nds]=Vun Jean-Claude Dumas
About[nl]=Door Jean-Claude Dumas
About[nn]=Av Jean-Claude Dumas
About[pl]=Autorstwa Jean-Claude'a Dumasa
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/kdetoys-3.5.2/amor/data/ghostrc new/kdetoys-3.5.3/amor/data/ghostrc
--- old/kdetoys-3.5.2/amor/data/ghostrc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/ghostrc 2006-05-22 20:08:19.000000000 +0200
@@ -4,6 +4,7 @@
Description=Spooky Ghost
Description[af]=Onheilspellende Spook
Description[bg]=Призрачен Дух
+Description[bn]=ভূতুড়ে ভূত
Description[br]=Tasmant
Description[bs]=Strašni duh
Description[ca]=Fantasma misteriós
@@ -31,6 +32,7 @@
Description[lv]=Spokainais spoks
Description[mk]=Откачен дух
Description[nb]=Skummelt spøkelse
+Description[nds]=Lütt Spöker
Description[nl]=Het spookje
Description[nn]=Skremmande skrømt
Description[pl]=Duszek
@@ -56,6 +58,7 @@
About[ar]=من مارتن ر. جونز\nمبنية على أيقونة من فريق رسامي KDE
About[az]=Martin R. Jones tərəfindən\nBased on an icon by the KDE artist team.
About[bg]=Автор Мартин Р. Джоунс\nБазирано на икона от КДЕ
+About[bn]=তৈরি করেছেন মার্টিন আর. জোন্স\nকে.ডি.ই. শিল্পী দলের বানানো একটি আইকনের ওপর ভিত্তি করে।
About[br]=Gant Martin R. Jones\nDiazezet war un arlun skipail arzour KDE.
About[bs]=Autor Martin R. Jones\nBazirano na ikoni koju je napravio KDE tim umjetnika.
About[ca]=Per Martin R. Jones\nBasat en una icona del equip artístic de KDE.
@@ -85,6 +88,7 @@
About[mk]=Од Мартин Р. Џонс\nБазирано врз икона од уметничкиот тим на KDE.
About[mt]=Ta' Martin R. Jones\nIbbażat fuq ġabra ta' ikoni tal-grupp ta' artisti KDE.
About[nb]=Av Martin R. Jones\nBasert på et ikon fra kunstnerlaget til KDE.
+About[nds]=Vun Martin R. Jones\nBuut op'n Lüttbild vun den KDE-Krink.
About[nl]=Door Martin R. Jones\nGebaseerd op een pictogram van het KDE Artist Team.
About[nn]=Av Martin R. Jones\nBasert på eit ikon frå kunstnarlaget til KDE.
About[pl]=Autorstwa Martina R. Jonesa\nNa podstawie ikony zespołu artystów KDE.
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/kdetoys-3.5.2/amor/data/nekorc new/kdetoys-3.5.3/amor/data/nekorc
--- old/kdetoys-3.5.2/amor/data/nekorc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/nekorc 2006-05-22 20:08:19.000000000 +0200
@@ -6,6 +6,7 @@
PixmapPath=pics/animated/neko
Description=Neko
Description[bg]=Неко
+Description[bn]=নেকো
Description[et]=Hiirepüüdja
Description[hi]=नेको
Description[km]=នេកូ
@@ -21,6 +22,7 @@
About[ar]=عمل فني من أونيكو و من تصميم ماياسوكي كوبا\n نقلت الى Amor عن طريق كريس شبيغل
About[az]=Masayuki Kobanın sənət abidəsi\nAMOR'd by Chris Spiegel
About[bg]=Автор Масияки Коба\nАдаптация от Крис Шпигел
+About[bn]=শিল্পকর্ম নেওয়া হয়েছে মাসায়ুকি কোবা'র তৈরি ওনেকো থেকে\nআমর-এর জন্য প্রস্তুত করেছেন ক্রিস স্পাইজেল
About[bs]=Artwork iz oneko-a koji je napravio Masayuki Koba\nAMORovao Chris Spiegel
About[ca]=Treball gràfic de oneko per Masayuki Koba\nAMOR per Chris Spiegel
About[cs]=Grafika z programu oneko, Masayuki Koba\nPřevod: Chris Spiegel
@@ -48,6 +50,7 @@
About[mk]=Сликите се од oneko на Masayuki Koba\nПриспособено за AMOR од Крис Спигел
About[mt]=Artwork minn oneko ta' Masayuki Koba\nMaqlub għal AMOR minn Chris Spiegel
About[nb]=Kunstnerisk arbeide fra oneko av Masayuki Koba\nTilpasset AMOR av Chris Spiegel
+About[nds]=oneko-Biller vun Masayuki Koba\nFör AMOR ümsett vun Chris Spiegel
About[nl]=Illustraties van oneko door Masayuki Koba\nOvergezet naar AMOR door Chris Spiegel
About[nn]=Bilete frå oneko av Masayuki Koba\nTilpassa AMOR av Chris Spiegel
About[pl]=Pochodzi z oneko, autorstwa Masayuki Koba\ndostosowane do AMOR przez Chrisa Spiegela
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/kdetoys-3.5.2/amor/data/pingurc new/kdetoys-3.5.3/amor/data/pingurc
--- old/kdetoys-3.5.2/amor/data/pingurc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/pingurc 2006-05-22 20:08:19.000000000 +0200
@@ -3,6 +3,7 @@
PixmapPath=pics/animated/pingu
Description=Tux
Description[bg]=Тюкс
+Description[bn]=টাক্স
Description[eo]=Tuĉjo
Description[he]=טקס
Description[hi]=टक्स
@@ -20,6 +21,7 @@
About[ar]=من فرانك بيسزينسكي\nمبنية على رسومات لعبة "pingus".
About[az]=Frank Pieczynski tərəfindən\n"Pingus" oyunu qrafikaları əsasında.
About[bg]=Автор Франк Пижински\nБазирано на графика от играта pingus
+About[bn]=তৈরি করেছেন পিসজিনস্কি\n"পিঙ্গাস" দলের গ্রাফিক্সের ওপর ভিত্তি করে।
About[br]=Gant Frank Pieczynski\nDiazezet war ur skeudenn c'hoari « pingus ».
About[bs]=Autor Frank Pieczynski\nBazirano na slikama iz igre "pingus".
About[ca]=Per Frank Pieczynski\nBasat en els gràfics del joc "pingus".
@@ -42,13 +44,14 @@
About[hu]=Készítette: Frank Pieczynski\nA grafika a "Pingus" nevű játékból származik.
About[is]=By Frank Pieczynski\nByggt á myndefni úr leiknum "pingus".
About[it]=Di Frank Pieczynski.\nBasato sulla grafica del gioco "pingus".
-About[ja]=By Frank Pieczynski\nゲーム "pingus"のグラフィックに基づく。
+About[ja]=By Frank Pieczynski\nゲーム "pingus" のグラフィックに基づく
About[km]=ដោយ Frank Pieczynski\nផ្អែកលើក្រាហ្វិកល្បែង "pingus" ។
About[lt]=Darė Frank Pieczynski\nPagal „pingus“ žaidimo grafiką.
About[lv]=Autors - Frank Pieczynski\nBāzēts uz spēles "pingus" grafiskās idejas.
About[mk]=Од Frank Pieczynski\nБазирано на графиката од играта „pingus“.
About[mt]=Ta' Frank Pieczynski\nIbażat fuq grafika tal-logħba "pingus".
About[nb]=Av Frank Pieczynski\nBasert på grafikk fra spillet «pingus».
+About[nds]=Vun Frank Pieczynski\nBuut op Biller vun dat Speel "pingus".
About[nl]=Door Frank Pieczynski\nGebaseerd op illustraties uit het spel "pingus".
About[nn]=Av Frank Pieczynski\nBasert på grafikk frå spelet "pingus".
About[pl]=Autorstwa Franka Pieczynskiego\nNa podstawie grafiki z gry "pingus".
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/kdetoys-3.5.2/amor/data/taorc new/kdetoys-3.5.3/amor/data/taorc
--- old/kdetoys-3.5.2/amor/data/taorc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/taorc 2006-05-22 20:08:19.000000000 +0200
@@ -3,6 +3,7 @@
PixmapPath=pics/animated/tao
Description=Tao
Description[bg]=Тао
+Description[bn]=তাও
Description[he]=טאו
Description[hi]=ताओ
Description[mk]=Тао
@@ -17,6 +18,7 @@
About[ar]=من تصميم دانييل فايفر <occitan(a)esperanto.org>
About[az]=Daniel Pfeiffer <occitan(a)esperanto.org> tərəfindən\nYin Yang symbol inspired by my Tai Chi practice.
About[bg]=Автор Даниел Пфайфар <occitan(a)esperanto.org>\nИдеята за символа идва от хобито на автора
+About[bn]=তৈরি করেছেন ড্যানিয়েল ফেইফার <occitan(a)esperanto.org>\nইন ইয়াং প্রতীকের অনুপ্রেরণা পেয়েছি আমার তাই চি অনুশীলন থেকে।
About[br]=Gant Daniel Pfeiffer <occitan(a)esperanto.org>\nArouez Yin Yang a zo awenet gant pleustr Tai Chi.
About[bs]=Autor Daniel Pfeiffer <occitan(a)esperanto.org>\nYin Yang simbol inspirisan mojim prakticiranjem Tai Chi.
About[ca]=Per Daniel Pfeiffer <occitan(a)esperanto.org>\nEl símbol del Yin Yang s'ha inspirat en la meva pràctica del Tai Chi.
@@ -37,12 +39,14 @@
About[hu]=Készítette: Daniel Pfeiffer (<occitan(a)esperanto.org>)\nA 'Yin Yang' szimbólumot saját Tai Chi gyakorlataimból merítettem.
About[is]=By Daniel Pfeiffer <occitan(a)esperanto.org>\nYin Yang merkið kom til af áhuga mínum á Tai Chi.
About[it]=Di Daniel Pfeiffer <occitan(a)esperanto.org>\nSimbolo Yin Yang ispirato alla mia pratica Tai Chi.
+About[ja]=By Daniel Pfeiffer <occitan(a)esperanto.org>\n太極拳の練習から発想を得た陰陽シンボル
About[km]=ដោយ Daniel Pfeiffer <occitan(a)esperanto.org>\nនិមិត្តសញ្ញាយីងយ៉ាង(Yin Yang) ដែលបង្កើតឡើងដោយការអនុវត្តតាយឈី (Tai Chi) របស់ខ្ញុំ ។
About[lt]=Darė Daniel Pfeiffer <occitan(a)esperanto.org>\nYin Yang simbolį įkvėpė mano Tai Chi praktika.
About[lv]=Autors - Daniel Pfeiffer <occitan(a)esperanto.org>\nIņ Jaņ motīvu inspirācija no personīgās Tai Chi praktizēšanas.
About[mk]=Од Даниел Фајфер <occitan(a)esperanto.org>\nСимболот Јин-Јанг е инспириран од моето вежбање на Тај Чи.
About[mt]=Ta' Daniel Pfeiffer <occitan(a)esperanto.org>\nSimbolu Yin Yang ispirat mil-prattika tiegħi tat-Tai Chi.
About[nb]=Av Daniel Pfeiffer <occitan(a)esperanto.org>\nYin Yang symbolet er inspirert av mine Tai Chi-øvelser.
+About[nds]=Vun Daniel Pfeiffer <occitan(a)esperanto.org>\n"Yin un Yang"-Symbool, anreegt dör mien Tai-Chi-Öven.
About[nl]=Door Daniel Pfeiffer <occitan(a)esperanto.org>\nYin Yang-symbool geïnspireerd door mijn Tai Chi-ervaring.
About[nn]=Av Daniel Pfeiffer <occitan(a)esperanto.org>\nYin Yang-symbolet er inspirert av Tai Chi-erfaringa mi.
About[pl]=Autorstwa Daniela Pfeiffera <occitan(a)esperanto.org>\nYin Symbol Yang inspirowany przez moją praktykę Tai Chi.
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/kdetoys-3.5.2/amor/data/tuxrc new/kdetoys-3.5.3/amor/data/tuxrc
--- old/kdetoys-3.5.2/amor/data/tuxrc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/tuxrc 2006-05-22 20:08:19.000000000 +0200
@@ -6,6 +6,7 @@
Description[af]=Ongeanimeerde Tux
Description[ar]=Tux غير متحرك
Description[bg]=Неанимиран Тюкс
+Description[bn]=অ্যানিমেশনবিহীন টাক্স
Description[bs]=Neanimirani Tux
Description[ca]=Tux sense animació
Description[cs]=Neanimovaný Tux
@@ -33,6 +34,7 @@
Description[lv]=Neanimēts Tuksis
Description[mk]=Неанимиран пингвин
Description[nb]=Stillestående Tux
+Description[nds]=Tux (nich animeert)
Description[nl]=Statische Tux
Description[nn]=Stilleståande Tux
Description[pl]=Nieanimowany Tux
@@ -58,6 +60,7 @@
About[ar]=قاعدة النوافذ الساكنة
About[az]=Statik pəncərə mürəbbiyəsi
About[bg]=Неанимирано дяволче
+About[bn]=উইন্ডোর এক স্থানে স্থির হয়ে বসে থাকে
About[bs]=Statički window sitter
About[ca]=Model estàtic de finestra
About[cs]=Statická ozdoba okna
@@ -78,13 +81,14 @@
About[hu]=Nem animált ablakdíszítés
About[is]=Situr og passar glugga
About[it]=Immagine statica
-About[ja]=ウィンドウ腰かけ
+About[ja]=動かないウィンドウ監視人
About[km]=អ្នកថែទាំបង្អួចឋិតិវន្ត
About[lt]=Nejudantis sėdėtojas ant lango
About[lv]=Statisks uz loga sēdētājs
About[mk]=Статичен седач врз прозорци
About[mt]=Stampa statika
About[nb]=Statisk vindusitter
+About[nds]=Fast Finstersitter
About[nl]=Statische vensterzitter
About[nn]=Statisk vindaugssitjar
About[pl]=Stale w tym samym miejscu
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/kdetoys-3.5.2/amor/data/wormrc new/kdetoys-3.5.3/amor/data/wormrc
--- old/kdetoys-3.5.2/amor/data/wormrc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/amor/data/wormrc 2006-05-22 20:08:19.000000000 +0200
@@ -5,6 +5,7 @@
Description[af]=Klein Wurm
Description[ar]=دودة صغيرة
Description[bg]=Малкото Червейче
+Description[bn]=ছোট্ট কেঁচো
Description[br]=Buzugig
Description[bs]=Mali crv
Description[ca]=Cuquet
@@ -31,6 +32,7 @@
Description[lv]=Mazais tārps
Description[mk]=Мало црвче
Description[nb]=Liten orm
+Description[nds]=Lütt Worm
Description[nl]=Kleine worm
Description[nn]=Liten orm
Description[pl]=Robaczek
@@ -56,6 +58,7 @@
About[ar]=من بارتوسز ترودنوفسكي
About[az]=Bartosz Trudnowski tərəfindən\nHəyat yoldaşıma
About[bg]=Автор Бартоз Трудновски\nПосвещава се на съпругата на автора
+About[bn]=তৈরি করেছেন বার্টোজ ট্রুডনোস্কি\nআমার স্ত্রী'র জন্য বানিয়েছি
About[br]=Gant Bartosz Trudnowski\nGraet evit ma wreg
About[bs]=Autor Bartosz Trudnowski\nNapravljeno za moju ženu
About[ca]=Per Bartosz Trudnowski\nFet per a la meva dona
@@ -85,6 +88,7 @@
About[mk]=Од Bartosz Trudnowski\nНаправено за жена ми
About[mt]=Ta' Bartosz Trudnowski\nDedikat għall-mara tiegħi
About[nb]=Av Bartosz Trudnowski\nLaget til min kone
+About[nds]=Vun Bartosz Trudnowski\nMaakt för mien Fru
About[nl]=Door Bartosz Trudnowski\nGemaakt voor mijn vrouw
About[nn]=Av Bartosz Trudnowski\nLaga til kona mi
About[pl]=Autorstwa Bartosza Trudnowskiego\nWykonane dla mojej żony
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/kdetoys-3.5.2/configure.in new/kdetoys-3.5.3/configure.in
--- old/kdetoys-3.5.2/configure.in 2006-03-18 14:56:03.000000000 +0100
+++ new/kdetoys-3.5.3/configure.in 2006-05-23 20:42:11.000000000 +0200
@@ -40,7 +40,7 @@
AC_ARG_PROGRAM
dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(kdetoys, "3.5.2") dnl searches for some needed programs
+AM_INIT_AUTOMAKE(kdetoys, "3.5.3") dnl searches for some needed programs
KDE_SET_PREFIX
Binary files old/kdetoys-3.5.2/doc/amor/index.cache.bz2 and new/kdetoys-3.5.3/doc/amor/index.cache.bz2 differ
Binary files old/kdetoys-3.5.2/doc/kmoon/index.cache.bz2 and new/kdetoys-3.5.3/doc/kmoon/index.cache.bz2 differ
Binary files old/kdetoys-3.5.2/doc/kodo/index.cache.bz2 and new/kdetoys-3.5.3/doc/kodo/index.cache.bz2 differ
Binary files old/kdetoys-3.5.2/doc/kteatime/index.cache.bz2 and new/kdetoys-3.5.3/doc/kteatime/index.cache.bz2 differ
Binary files old/kdetoys-3.5.2/doc/kweather/index.cache.bz2 and new/kdetoys-3.5.3/doc/kweather/index.cache.bz2 differ
Binary files old/kdetoys-3.5.2/doc/kworldclock/index.cache.bz2 and new/kdetoys-3.5.3/doc/kworldclock/index.cache.bz2 differ
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/kdetoys-3.5.2/eyesapplet/eyesapplet.desktop new/kdetoys-3.5.3/eyesapplet/eyesapplet.desktop
--- old/kdetoys-3.5.2/eyesapplet/eyesapplet.desktop 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/eyesapplet/eyesapplet.desktop 2006-05-22 20:08:20.000000000 +0200
@@ -6,6 +6,7 @@
Name[ar]=عيون
Name[az]=Gözlər
Name[bg]=Очички
+Name[bn]=চোখ
Name[br]=Daoulagad
Name[bs]=Oči
Name[ca]=Ulls
@@ -35,6 +36,7 @@
Name[mk]=Очи
Name[mt]=Għajnejn
Name[nb]=Øyne
+Name[nds]=Ogen
Name[nl]=Ogen
Name[nn]=Auge
Name[pl]=Oczy
@@ -62,6 +64,7 @@
Comment=Keeps an eye on your mouse pointer
Comment[bg]=Очички, които следят показалеца на мишката
+Comment[bn]=মাউস পয়েন্টারের ওপর চোখ রাখে
Comment[ca]=Vigila el cursor del ratolí
Comment[cs]=Oči sledující ukazatel myši
Comment[cy]=Yn cadw llygad ar bwyntydd eich llygoden
@@ -80,12 +83,14 @@
Comment[km]=ចាំយាមមើលព្រួញកណ្ដុររបស់អ្នក
Comment[mk]=Го следи движењето на вашиот покажувач
Comment[nb]=Holder et øye med musepekeren din
+Comment[nds]=Beluert Dien Muuswieser
Comment[nl]=Houdt een oogje op uw muisaanwijzer
Comment[pl]=Trzyma oko na Twój kursor myszy
Comment[pt]=Vigia o ponteiro do rato
Comment[pt_BR]=Vigia o ponteiro do seu mouse
Comment[ro]=Urmăreşte cursorul mouse-ului
Comment[ru]=Не сводит глаз с мыши
+Comment[sl]=Z očmi spremlja kazalec vaše miške
Comment[sr]=Прати погледом ваш показивач миша
Comment[sr@Latn]=Prati pogledom vaš pokazivač miša
Comment[sv]=Håller ett öga på muspekaren
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/kdetoys-3.5.2/fifteenapplet/kfifteenapplet.desktop new/kdetoys-3.5.3/fifteenapplet/kfifteenapplet.desktop
--- old/kdetoys-3.5.2/fifteenapplet/kfifteenapplet.desktop 2006-03-17 11:13:15.000000000 +0100
+++ new/kdetoys-3.5.3/fifteenapplet/kfifteenapplet.desktop 2006-05-22 20:08:18.000000000 +0200
@@ -5,6 +5,7 @@
Name[af]=Vyftien Dele
Name[az]=On beş Parça
Name[bg]=Пъзел от 15 части
+Name[bn]=পনেরর ধাঁধা
Name[ca]=Quinze peces
Name[cs]=Patnáct
Name[cy]=Pymtheg Darn
@@ -32,6 +33,7 @@
Name[lv]=Piecpadsmit Gabali
Name[mk]=Петнаесет парчиња
Name[nb]=Femten biter
+Name[nds]=Foffteihn Steen
Name[nl]=Vijftien stukken
Name[nn]=Femten brikker
Name[pl]=Piętnaście kawałków
@@ -57,6 +59,7 @@
Name[zu]=Izingcezu Ezingamashumi nanhlanu
Comment=A little game with fifteen pieces
Comment[bg]=Малък пъзел от 15 части
+Comment[bn]=পনেরটি টুকরোর একটি ছোট খেলা
Comment[ca]=Una joguina amb quinze peces
Comment[cs]=Malá hra s patnácti kameny
Comment[cy]=Gêm fach efo pymtheg darn
@@ -75,12 +78,14 @@
Comment[km]=កូនល្បែងតូចមួយដែលមាន១៥ បំណែក
Comment[mk]=Мала игра со петнаесет парчиња
Comment[nb]=Et lite spill med femten biter
+Comment[nds]=Lütt Speel mit foffteihn Steen
Comment[nl]=Een klein spel met vijftien stukken
Comment[pl]=Prosta gra w piętnaście kawałków
Comment[pt]=Um pequeno jogo com quinze peças
Comment[pt_BR]=Um pequeno jogo com quinze peças
Comment[ro]=Un mic joc cu 15 piese
Comment[ru]=Всем известная игра в пятнашки
+Comment[sl]=Igrica s petnajstimi delčki
Comment[sr]=Игрица са петнаест делића
Comment[sr@Latn]=Igrica sa petnaest delića
Comment[sv]=Ett litet spel med femton delar
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/kdetoys-3.5.2/kdetoys.lsm new/kdetoys-3.5.3/kdetoys.lsm
--- old/kdetoys-3.5.2/kdetoys.lsm 2006-03-17 22:33:11.000000000 +0100
+++ new/kdetoys-3.5.3/kdetoys.lsm 2006-05-23 13:26:57.000000000 +0200
@@ -1,7 +1,7 @@
Begin4
Title: kdetoys
-Version: 3.5.2
-Entered-date: 2006-03-17
+Version: 3.5.3
+Entered-date: 2006-05-23
Description: Toy applications for the K Desktop Environment (KDE)
Keywords: KDE X11 desktop Qt
Author: http://bugs.kde.org/ (KDE Bugtracking System)
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/kdetoys-3.5.2/kmoon/kmoonapplet.desktop new/kdetoys-3.5.3/kmoon/kmoonapplet.desktop
--- old/kdetoys-3.5.2/kmoon/kmoonapplet.desktop 2006-03-17 11:13:15.000000000 +0100
+++ new/kdetoys-3.5.3/kmoon/kmoonapplet.desktop 2006-05-22 20:08:18.000000000 +0200
@@ -4,6 +4,7 @@
Icon=kmoon
Name=Moon Phase
Name[bg]=Фази на луната
+Name[bn]=চাঁদের কলা
Name[br]=Prantadoù al loariad
Name[ca]=Fase de la lluna
Name[cs]=Měsíční fáze
@@ -24,12 +25,14 @@
Name[km]=ដំណើរព្រះចន្ទ
Name[mk]=Месечеви мени
Name[nb]=Se månefasene
+Name[nds]=Maandwieser
Name[nl]=Maanstand
Name[pl]=Fazy księżyca
Name[pt]=Fase Lunar
Name[pt_BR]=Fase da Lua
Name[ro]=Fazele Lunii
Name[ru]=Фазы Луны
+Name[sl]=Lunina mena
Name[sr]=Месечеве мене
Name[sr@Latn]=Mesečeve mene
Name[sv]=Månfaser
@@ -38,6 +41,7 @@
Name[zh_CN]=月相
Comment=Displays the current moon phase
Comment[bg]=Показване на текущата фаза на луната
+Comment[bn]=চাঁদের বর্তমান কলা প্রদর্শন করে
Comment[br]=Diskouez ar prantad loariad red
Comment[ca]=Mostra la fase actual de la lluna
Comment[cs]=Zobrazuje aktuální fázi měsíce
@@ -57,12 +61,14 @@
Comment[km]=បង្ហាញដំណើរព្រះចន្ទបច្ចុប្បន្ន
Comment[mk]=Ја прикажува тековната месечева мена
Comment[nb]=Vis vilken månefase vi er i
+Comment[nds]=Wiest den aktuellen Maand
Comment[nl]=Toont de huidige maanstand
Comment[pl]=Pokazuje aktualną fazę księżyca
Comment[pt]=Mostra a fase lunar actual
Comment[pt_BR]=Mostra a atual fase da lua
Comment[ro]=Afişează faza curentă a lunii
Comment[ru]=Показывает текущую фазу Луны
+Comment[sl]=Prikazuje trenutno Lunino meno
Comment[sr]=Приказује тренутну фазу месеца
Comment[sr@Latn]=Prikazuje trenutnu fazu meseca
Comment[sv]=Visar den nuvarande månfasen
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/kdetoys-3.5.2/kodo/kodo.desktop new/kdetoys-3.5.3/kodo/kodo.desktop
--- old/kdetoys-3.5.2/kodo/kodo.desktop 2006-03-17 11:13:15.000000000 +0100
+++ new/kdetoys-3.5.3/kodo/kodo.desktop 2006-05-22 20:08:19.000000000 +0200
@@ -6,6 +6,7 @@
DocPath=kodo/index.html
GenericName=Mouse Odometer
GenericName[bg]=Одометър за мишката
+GenericName[bn]=মাউসের গতিমাপক যন্ত্র
GenericName[ca]=Ratometratge
GenericName[cs]=Rychlost myši
GenericName[cy]=Camfesurydd Llygoden
@@ -27,6 +28,7 @@
GenericName[mk]=Километража на глушецот
GenericName[mt]=Odometru tal-maws
GenericName[nb]=Muselengdemåler
+GenericName[nds]=Muus-Wegmeter
GenericName[nl]=Muismeter
GenericName[nn]=Musefartsmålar
GenericName[pl]=Licznik przebiegu dla myszki
@@ -45,6 +47,7 @@
GenericName[zh_CN]=鼠标里程计
Terminal=false
Name=Kodo
+Name[bn]=কোডো
Name[km]=កូដូ (Kodo)
Name[ta]=கேஓட்ட அளவி
Name[tg]=Кодо
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/kdetoys-3.5.2/kteatime/eventsrc new/kdetoys-3.5.3/kteatime/eventsrc
--- old/kdetoys-3.5.2/kteatime/eventsrc 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/kteatime/eventsrc 2006-05-22 20:08:19.000000000 +0200
@@ -3,7 +3,8 @@
Comment=The KDE Tea Cooker
Comment[ar]=طابخ شاي KDE
Comment[bg]=Програма за приготвяне на чай
-Comment[br]=Ar pod te KDE
+Comment[bn]=কে.ডি.ই.'র চায়ের কেটলি
+Comment[br]=Pod te KDE
Comment[bs]=KDE kuhač čaja
Comment[ca]=El cuiner de te de KDE
Comment[cs]=Vařič čaje pro KDE
@@ -24,13 +25,14 @@
Comment[hu]=KDE teafőző
Comment[is]=KDE te hitarinn
Comment[it]=La teiera di KDE
-Comment[ja]=KDE 茶入れ
+Comment[ja]=KDE ティーメーカー
Comment[km]=ចង្ក្រានតែ KDE
Comment[lv]=KDE tējas vārītājs
Comment[mk]=Чајникот на KDE
Comment[ms]=Penjerang Teh KDE
Comment[mt]=Il-Kitla tat-Tè tal-KDE
Comment[nb]=KDEs tekoker
+Comment[nds]=De KDE-Teekaker
Comment[nl]=De KDE Theezetter
Comment[nn]=KDE-tekokaren
Comment[pl]=Przyrządzanie herbaty dla KDE
@@ -55,6 +57,7 @@
Name=Tea is ready
Name[ar]=الشاي جاهز
Name[bg]=Чаят е готов
+Name[bn]=চা প্রস্তুত
Name[br]=Prest eo an te
Name[bs]=Čaj je gotov
Name[ca]=El te està fet
@@ -76,12 +79,13 @@
Name[hu]=Kész a tea!
Name[is]=Te hitarinn
Name[it]=Il tè è pronto
-Name[ja]=お茶の用意ができてます
+Name[ja]=お茶が入りました
Name[km]=តែឆ្អិនហើយ
Name[lv]=Tēja ir gatava
Name[mk]=Чајот е готов
Name[mt]=It-Tè lest
Name[nb]=Tekokeren
+Name[nds]=Tee is fardig
Name[nl]=De thee is klaar
Name[nn]=Teen er klar
Name[pl]=Herbata jest gotowa
@@ -104,6 +108,7 @@
Comment=Tea is ready
Comment[ar]=الشاي جاهز
Comment[bg]=Чаят е готов
+Comment[bn]=অই চা গরমমম!!!
Comment[br]=Prest eo an te
Comment[bs]=Čaj je gotov
Comment[ca]=El te està fet
@@ -132,6 +137,7 @@
Comment[ms]=Teh sudah siap
Comment[mt]=It-Tè lest
Comment[nb]=Teen er klar
+Comment[nds]=Tee is fardig
Comment[nl]=De thee is klaar
Comment[nn]=Teen er klar
Comment[pl]=Herbata jest gotowa
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/kdetoys-3.5.2/kteatime/kteatime.desktop new/kdetoys-3.5.3/kteatime/kteatime.desktop
--- old/kdetoys-3.5.2/kteatime/kteatime.desktop 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/kteatime/kteatime.desktop 2006-05-22 20:08:19.000000000 +0200
@@ -1,6 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=KTeaTime
+Name[bn]=কে-টী-টাইম
Name[mk]=КЧајник
Name[mt]=It-Tè lest
Name[sv]=Teet är klart
@@ -8,6 +9,7 @@
Name[tg]=КВақтиЧой
GenericName=Tea Cooker
GenericName[bg]=Приготвяне на чай
+GenericName[bn]=চায়ের কেটলি
GenericName[br]=Ar pod te
GenericName[ca]=El cuiner de te
GenericName[cs]=Vařič čaje
@@ -25,10 +27,12 @@
GenericName[hu]=Teafőző
GenericName[is]=Te hitarinn
GenericName[it]=Teiera
+GenericName[ja]=ティーメーカー
GenericName[km]=ចង្ក្រានតែ
GenericName[mk]=Чајник
GenericName[mt]=Il-Kitla tat-Tè
GenericName[nb]=Tekoker
+GenericName[nds]=Teekaker
GenericName[nl]=Theezetter
GenericName[nn]=Tekokaren
GenericName[pl]=Przyrządzanie herbaty
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/kdetoys-3.5.2/kteatime/tealist.cpp new/kdetoys-3.5.3/kteatime/tealist.cpp
--- old/kdetoys-3.5.2/kteatime/tealist.cpp 2005-09-10 10:21:21.000000000 +0200
+++ new/kdetoys-3.5.3/kteatime/tealist.cpp 2006-05-22 20:08:19.000000000 +0200
@@ -17,7 +17,10 @@
if (time / 60)
str.append(i18n("%1 min").arg(time / 60));
if (time % 60)
- str.append(i18n("%1 s").arg(time % 60));
+ if (str.isEmpty())
+ str.append(i18n("%1 s").arg(time % 60));
+ else
+ str.append(i18n(" %1 s").arg(time % 60));
return str;
}
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/kdetoys-3.5.2/ktux/ktux.desktop new/kdetoys-3.5.3/ktux/ktux.desktop
--- old/kdetoys-3.5.2/ktux/ktux.desktop 2006-03-17 11:13:15.000000000 +0100
+++ new/kdetoys-3.5.3/ktux/ktux.desktop 2006-05-22 20:08:19.000000000 +0200
@@ -3,6 +3,7 @@
Name=KTux
Name[af]=Ktux
Name[bg]=Тюкс
+Name[bn]=কে-টাক্স
Name[eo]=Tuĉjo
Name[hi]=के-टक्स
Name[ko]=K턱스
@@ -24,6 +25,7 @@
Name[ar]=اعداد...
Name[az]=Qurulum...
Name[bg]=Конфигуриране...
+Name[bn]=প্রস্তুতি...
Name[br]=Kefluniadur ...
Name[bs]=Postavke...
Name[ca]=Configuració...
@@ -54,6 +56,7 @@
Name[mk]=Поставување...
Name[ms]=Tetapan...
Name[nb]=Oppsett ...
+Name[nds]=Instellen...
Name[nl]=Instellingen...
Name[nn]=Oppsett ...
Name[pl]=Ustawienia...
@@ -85,6 +88,7 @@
Exec=ktux -window-id %w
Name=Display in Specified Window
Name[bg]=Стартиране в избран прозорец
+Name[bn]=উল্লেখকৃত উইন্ডোতে দেখাও
Name[br]=Diskwel er prenestr spisaet
Name[bs]=Prikaži u navedenom prozoru
Name[ca]=Mostra a la finestra especificada
@@ -110,6 +114,7 @@
Name[mk]=Приказ во зададениот прозорец
Name[mt]=Uri fil-window speċifikata
Name[nb]=Vis i det oppgitte vinduet
+Name[nds]=In't angeven Finster wiesen
Name[nl]=Weergeven in een gedefinieerd venster
Name[nn]=Vis i oppgjeve vindauge
Name[pl]=Wyświetl w zadanym oknie
@@ -134,6 +139,7 @@
Exec=ktux -root
Name=Display in Root Window
Name[bg]=Стартиране в главния прозорец
+Name[bn]=রুট উইন্ডোতে দেখাও
Name[br]=Diskwel er prenestr gwrizienn
Name[bs]=Prikaži u korijenskom prozoru
Name[ca]=Mostra a la finestra arrel
@@ -159,6 +165,7 @@
Name[mk]=Приказ во коренскиот прозорец
Name[mt]=Uri fil-window ewlenija
Name[nb]=Vis i rotvinduet
+Name[nds]=In't Hööftfinster wiesen
Name[nl]=Weergeven in hoofdvenster
Name[nn]=Vis i rotvindauget
Name[pl]=Wyświetl w oknie głównym
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/kdetoys-3.5.2/kweather/kcmweather.desktop new/kdetoys-3.5.3/kweather/kcmweather.desktop
--- old/kdetoys-3.5.2/kweather/kcmweather.desktop 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/kweather/kcmweather.desktop 2006-05-22 20:08:20.000000000 +0200
@@ -13,6 +13,7 @@
Name=Display
Name[ar]=الشاشة
Name[bg]=Показване
+Name[bn]=ডিসপ্লে
Name[br]=Diskwel
Name[bs]=Prikaz
Name[ca]=Pantalla
@@ -39,6 +40,7 @@
Name[lv]=Displejs
Name[mk]=Приказ
Name[nb]=Vis
+Name[nds]=Dorstellen
Name[nn]=Vising
Name[pl]=Wyświetlanie
Name[pt]=Aparência
@@ -61,6 +63,7 @@
Comment=Display Setup
Comment[ar]=تعيين الشاشة
Comment[bg]=Настройки на показването
+Comment[bn]=ডিসপ্লে সংক্রান্ত প্রস্তুতি
Comment[br]=Kefluniadur an Diskwel
Comment[bs]=Postavke prikaza
Comment[ca]=Configuració de pantalla
@@ -88,6 +91,7 @@
Comment[mk]=Поставување на приказот
Comment[mt]=Set tad-Display
Comment[nb]=Visningsoppsett
+Comment[nds]=Dorstell-Optschonen
Comment[nl]=Display-instellingen
Comment[nn]=Oppsett av skjermvising
Comment[pl]=Ustawienia wyświetlania
@@ -109,6 +113,7 @@
Keywords=kweather, weather, configure, settings, display
Keywords[ar]=kweather برنامج, الطقس, تهيئة, إعدادات, شاشة
Keywords[bg]=време, метеорологично, метеорология, показване, състояние, доклад, kweather, weather, configure, settings, display
+Keywords[bn]=কে-ওয়েদার, আবহাওয়া, কনফিগার, বৈশিষ্ট্য, ডিসপ্লে
Keywords[br]=kweather, amzer, kefluniañ, dibarzhoù, diskwel
Keywords[bs]=kweather, weather, configure, settings, display, vrijeme, podesi, postavke, prikaz
Keywords[ca]=kweather, temps, configuració, paràmetres, pantalla
@@ -131,6 +136,7 @@
Keywords[km]=kweather, អាកាសធាតុ, កំណត់រចនាសម្ព័ន្ធ, ការកំណត់, បង្ហាញ
Keywords[mk]=kweather, weather, configure, settings, display, време, конфигурација, поставувања, приказ
Keywords[nb]=kweather, vær, oppsett, innstillinger, visning
+Keywords[nds]=kweather, kweder, weder, instellen, setten, Schirm
Keywords[nl]=kweather,weerbericht,configureren,instellen,display
Keywords[nn]=kweather,vêr,oppsett,innstillingar,vising
Keywords[pl]=kweather, pogoda, konfiguruj, konfiguracja, ustawienia, wyświetlanie
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/kdetoys-3.5.2/kweather/kcmweatherservice.desktop new/kdetoys-3.5.3/kweather/kcmweatherservice.desktop
--- old/kdetoys-3.5.2/kweather/kcmweatherservice.desktop 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/kweather/kcmweatherservice.desktop 2006-05-22 20:08:20.000000000 +0200
@@ -14,6 +14,7 @@
Name=Weather Service
Name[ar]=خدمة الأرصاد الجوية
Name[bg]=Сървър
+Name[bn]=আবহাওয়া সার্ভিস
Name[br]=Servij an amzer
Name[bs]=Servis vremenske prognoze
Name[ca]=Servei meteorològic
@@ -41,6 +42,7 @@
Name[mk]=Сервис за временска прогноза
Name[mt]=Servizz tat-Temp
Name[nb]=Værtjeneste
+Name[nds]=Wederdeenst
Name[nl]=Weerbericht
Name[nn]=Vêrteneste
Name[pl]=Serwis pogodowy
@@ -62,6 +64,8 @@
Name[zh_CN]=气象服务
Comment=Weather Service Setup
Comment[bg]=Настройки на метеорологичния сървър
+Comment[bn]=আবহাওয়া সার্ভিস প্রস্তুতি
+Comment[br]=Kefluniadur servij an amzer
Comment[bs]=Postavke servisa vremenske prognoze
Comment[ca]=Configuració del servei meteorològic
Comment[cs]=Nastavení služby počasí
@@ -87,6 +91,7 @@
Comment[mk]=Поставување на сервисот за временска прогноза
Comment[mt]=Konfigurazzjoni tas-Servizz tat-Temp
Comment[nb]=Oppsett av værtjeneste
+Comment[nds]=Wederdeenst instellen
Comment[nl]=Instellingen voor weerbericht
Comment[nn]=Oppsett av vêrteneste
Comment[pl]=Ustawienia serwisu pogodowego
@@ -108,6 +113,7 @@
Keywords=kweather, weather service, configure, settings
Keywords[ar]=kweather برنامج, خدمة الأرصاد الجوية والطقس, تهيئة, إعدادات, شاشة
Keywords[bg]=време, метеорологично, метеорология, показване, състояние, доклад, kweather, weather service, configure, settings
+Keywords[bn]=কে-ওয়েদার, আবহাওয়া সার্ভিস, কনফিগার, বৈশিষ্ট্য
Keywords[bs]=kweather, weather service, configure, settings, servis, vremenska prognoza, postavke
Keywords[ca]=kweather, servei meteorològic, configuració, paràmetres
Keywords[cs]=kweather,služba počasí,nastavení
@@ -130,6 +136,7 @@
Keywords[mk]=kweather, weather service, configure, settings, сервис за време, конфигурација, поставувања
Keywords[mt]=kweather, weather service, configure, settings, servizz tat-temp, konfigurazzjoni
Keywords[nb]=kweather, værtjeneste, oppsett, innstillinger
+Keywords[nds]=KWeather, KWeder, Wederdeenst, Instellen
Keywords[nl]=kweather,weerberichten,instellen,configureren
Keywords[nn]=kweather,vêrteneste,oppsett,innstillingar
Keywords[pl]=kweather, ustawienia, konfiguruj, konfiguracja, serwis pogodowy
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/kdetoys-3.5.2/kweather/kweather.desktop new/kdetoys-3.5.3/kweather/kweather.desktop
--- old/kdetoys-3.5.2/kweather/kweather.desktop 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/kweather/kweather.desktop 2006-05-22 20:08:20.000000000 +0200
@@ -3,6 +3,7 @@
Encoding=UTF-8
Comment=Stay informed of the weather outside
Comment[bg]=Информация за метеорологичното време
+Comment[bn]=বাহিরের আবহাওয়া সম্পর্কে অবহিত থাকুন
Comment[ca]=Estigueu informat del temps de l'exterior
Comment[cs]=Informuje o počasí
Comment[cy]=Cael eich hysbysu am y tywydd tu allan
@@ -21,12 +22,14 @@
Comment[km]=នៅតែជូនដំណឹងអំពីអាកាសធាតុខាងក្រៅ
Comment[mk]=Бидете информирани за времето
Comment[nb]=Få informasjon om været
+Comment[nds]=Jümmers dat opstunns aktuelle Weder
Comment[nl]=Blijf geïnformeerd over het weer buiten
Comment[pl]=Informuje o pogodzie na zewnątrz
Comment[pt]=Saiba como está o tempo lá fora
Comment[pt_BR]=Mantenha-se informado sobre o tempo
Comment[ro]=Vă ţine informat despre starea vremii de afară
Comment[ru]=Какая на дворе погода
+Comment[sl]=Ostanite obveščeni o vremenu zunaj
Comment[sr]=Будите обавештени о времену напољу
Comment[sr@Latn]=Budite obavešteni o vremenu napolju
Comment[sv]=Håll dig informerad om vädret utanför
@@ -36,6 +39,7 @@
Comment[zh_CN]=知晓户外天气
Name=Weather Report
Name[bg]=Метеорологично време
+Name[bn]=আবহাওয়া রিপোর্ট
Name[ca]=Informació del temps
Name[cs]=Zpráva o počasí
Name[cy]=Adroddiad Tywydd
@@ -57,6 +61,7 @@
Name[mk]=Извештај за време
Name[mt]=Rapport Tat-Temp
Name[nb]=Værmelding
+Name[nds]=Wederbericht
Name[nl]=Weerbericht
Name[nn]=Vêrmelding
Name[pl]=Raport o pogodzie
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/kdetoys-3.5.2/kweather/kweatherservice.desktop new/kdetoys-3.5.3/kweather/kweatherservice.desktop
--- old/kdetoys-3.5.2/kweather/kweatherservice.desktop 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/kweather/kweatherservice.desktop 2006-05-22 20:08:20.000000000 +0200
@@ -3,6 +3,7 @@
Type=Service
Name=KWeatherService
Name[ar]=خدمة الأرصاد الجوية KWeatherService
+Name[bn]=কে-ওয়েদার-সার্ভিস
Name[ca]=Servei KTemps
Name[cy]=KGwasanaethTywydd
Name[eo]=VeteroServo
@@ -30,6 +31,7 @@
X-KDE-StartupNotify=false
Comment= A DCOP service to provide weather data.
Comment[bg]=Услуга DCOP за метеорологични данни
+Comment[bn]= আবহাওয়া তথ্য সরবরাহের জন্য একটি ডিকপ সার্ভিস।
Comment[ca]=Un servei DCOP per proveir dades del temps.
Comment[cs]=Služba DCOP poskytující údaje o počasí.
Comment[cy]=Gwasanaeth DCOP i ddarparu data tywydd.
@@ -51,6 +53,7 @@
Comment[mk]= DCOP-сервис за обезбедување на податоци за времето.
Comment[mt]= Servizz DCOP li jipprovdi informazzjoni dwar it-temp.
Comment[nb]=En DCOP-tjeneste som skaffer værdata.
+Comment[nds]= DCOP-Deenst för Wederdaten
Comment[nl]=Een DCOP-service die weergegevens aanlevert.
Comment[nn]=Ei DCOP-teneste som kan levera vêrdata.
Comment[pl]=Usługa DCOP podająca dane o pogodzie.
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/kdetoys-3.5.2/kweather/weatherbar.desktop new/kdetoys-3.5.3/kweather/weatherbar.desktop
--- old/kdetoys-3.5.2/kweather/weatherbar.desktop 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/kweather/weatherbar.desktop 2006-05-22 20:08:20.000000000 +0200
@@ -6,6 +6,7 @@
Name=Sidebar Weather Report
Name[ar]=تقرير الطقس على الشريط الجانبي
Name[bg]=Метеорологично време
+Name[bn]=সাইডবারে প্রদর্শিত আবহাওয়া রিপোর্ট
Name[bs]=Sidebar vremenska prognoza
Name[ca]=Barra d'informació del temps
Name[cs]=Zpráva o počasí pro postranní lištu
@@ -31,6 +32,7 @@
Name[mk]=Извештај за време за странична лента
Name[mt]=Sidebar tar-rapport tat-temp
Name[nb]=Værrapport på sidestolpen
+Name[nds]=Sietpaneel för Wederberichten
Name[nl]=Zijbalk Weersbericht
Name[nn]=Sidestolpe med vêrmelding
Name[pl]=Raport o pogodzie w pasku bocznym
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/kdetoys-3.5.2/kweather/weatherbar_add.desktop new/kdetoys-3.5.3/kweather/weatherbar_add.desktop
--- old/kdetoys-3.5.2/kweather/weatherbar_add.desktop 2006-03-17 11:13:16.000000000 +0100
+++ new/kdetoys-3.5.3/kweather/weatherbar_add.desktop 2006-05-22 20:08:20.000000000 +0200
@@ -6,6 +6,7 @@
Name=Sidebar Weather Report
Name[ar]=تقرير الطقس على الشريط الجانبي
Name[bg]=Метеорологично време
+Name[bn]=সাইডবারে প্রদর্শিত আবহাওয়া রিপোর্ট
Name[bs]=Sidebar vremenska prognoza
Name[ca]=Barra d'informació del temps
Name[cs]=Zpráva o počasí pro postranní lištu
@@ -31,6 +32,7 @@
Name[mk]=Извештај за време за странична лента
Name[mt]=Sidebar tar-rapport tat-temp
Name[nb]=Værrapport på sidestolpen
+Name[nds]=Sietpaneel för Wederberichten
Name[nl]=Zijbalk Weersbericht
Name[nn]=Sidestolpe med vêrmelding
Name[pl]=Raport o pogodzie w pasku bocznym
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/kdetoys-3.5.2/kworldwatch/kdeworld.desktop new/kdetoys-3.5.3/kworldwatch/kdeworld.desktop
--- old/kdetoys-3.5.2/kworldwatch/kdeworld.desktop 2006-03-17 11:13:15.000000000 +0100
+++ new/kdetoys-3.5.3/kworldwatch/kdeworld.desktop 2006-05-22 20:08:19.000000000 +0200
@@ -4,6 +4,7 @@
Comment[ar]=ساعة عالمية لKDE من ماتياس هولتسر-كلوبفل
Comment[az]=Matthias Hoelzer-Kluepfel'den KDE Dünya Saatı
Comment[bg]=Часовник, който показва часа в различни точки на света
+Comment[bn]=কে.ডি.ই. বিশ্বঘড়ি, তৈরি করেছেন ম্যাথিয়াস হোলজার-ক্লুপফেল
Comment[br]=Eurier bedel KDE gant Matthias Hoelzer-Kluepfel
Comment[ca]=Rellotge mundial KDE per Matthias Hoelzer-Kluepfel
Comment[cs]=KDE WorldClock od Matthiase Hoelzer-Kluepfela
@@ -32,6 +33,7 @@
Comment[ms]=Jam Dunia KDE oleh Matthias Hoelzer-Kluepfel
Comment[mt]=KDE WorldClock ta' Matthias Hoelzer-Kluepfel
Comment[nb]=KDE Verdensur av Matthias Hoelzer-Kluepfel
+Comment[nds]=KDE-Weltklock vun Matthias Hoelzer-Kluepfel
Comment[nl]=KDE WorldClock door Matthias Hoelzer-Kluepfel
Comment[nn]=Verdsur for KDE av Matthias Hoelzer-Kluepfel
Comment[pl]=Czas uniwersalny w KDE autorstwa Matthiasa Hoelzera-Kluepfela
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/kdetoys-3.5.2/kworldwatch/kworldclock.desktop new/kdetoys-3.5.3/kworldwatch/kworldclock.desktop
--- old/kdetoys-3.5.2/kworldwatch/kworldclock.desktop 2006-03-17 11:13:15.000000000 +0100
+++ new/kdetoys-3.5.3/kworldwatch/kworldclock.desktop 2006-05-22 20:08:19.000000000 +0200
@@ -1,6 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=KWorldClock
+Name[bn]=কে-ওয়ার্ল্ড-ক্লক
Name[de]=Weltzeituhr
Name[el]=Παγκόσμιο ρολόι
Name[fi]=Maailmankello
@@ -16,6 +17,7 @@
Name[tr]=KDünyaSaati
GenericName=World Clock
GenericName[bg]=Световен часовник
+GenericName[bn]=বিশ্ব ঘড়ি
GenericName[br]=Eurier bedel
GenericName[ca]=Rellotge mundial
GenericName[cs]=Světové hodiny
@@ -36,6 +38,7 @@
GenericName[mk]=Светски часовник
GenericName[mt]=Arloġġ Dinji
GenericName[nb]=Verdensklokke
+GenericName[nds]=Weltklock
GenericName[nl]=Wereldklok
GenericName[nn]=Verdsur
GenericName[pl]=Zegar światowy
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/kdetoys-3.5.2/kworldwatch/kwwapplet.desktop new/kdetoys-3.5.3/kworldwatch/kwwapplet.desktop
--- old/kdetoys-3.5.2/kworldwatch/kwwapplet.desktop 2006-03-17 11:13:15.000000000 +0100
+++ new/kdetoys-3.5.3/kworldwatch/kwwapplet.desktop 2006-05-22 20:08:19.000000000 +0200
@@ -6,6 +6,7 @@
Name[af]=Wêreld Wye Waarneem
Name[az]=Dünya Saatı
Name[bg]=Световен часовник
+Name[bn]=বিশ্বব্যাপী নজর
Name[br]=Eurier bedel
Name[ca]=Rellotge de tot el món mundial
Name[cs]=Světové hodiny
@@ -29,6 +30,7 @@
Name[ko]=세계 시간
Name[lt]=Pasaulio vaizdas
Name[nb]=Verdensur
+Name[nds]=Weltkieker
Name[pl]=Czas uniwersalny
Name[pt]=Relógio Global
Name[pt_BR]=Relógio Mundial
@@ -49,6 +51,7 @@
Name[zu]=UKubheka Okubanzi Komhlaba Wonke
Comment=Displays time and sunshine on a world map
Comment[bg]=Показване на часа и времето от денонощието на световната карта
+Comment[bn]=বিশ্ব মানচিত্র ব্যবহার করে সময় ও সূর্যালোক দেখায়
Comment[ca]=Mostra l'hora i la llum del sol a un mapa del món
Comment[cs]=Zobrazuje čas a sluneční svit na světové mapě
Comment[cy]=Dangos amser ac heulwen ar fap y byd
@@ -67,12 +70,14 @@
Comment[km]=បង្ហាញពេលវេលា និង ពន្លឺព្រះអាទិត្យលើផែនទីពិភពលោក
Comment[mk]=Прикажува време и сончева светлина на карта на светот
Comment[nb]=Vis tid og steder med solskinn på et verdenskart
+Comment[nds]=Wiest Tiet un Sünnschien op'n Weltkoort
Comment[nl]=Toont de tijd en zonneschijn op een wereldkaart
Comment[pl]=Pokazuje czas i zasięg słońca na mapie świata
Comment[pt]=Mostra a hora e luz solar num mapa mundo
Comment[pt_BR]=Mostra a hora e a linha do dia/noite num mapa mundial
Comment[ro]=Afişează timpul şi răsăritul soarelului pe o hartă mondială
Comment[ru]=Время и солнечная сторона на карте мира
+Comment[sl]=Prikazuje čas in sončno svetlobo na zemljevidu sveta
Comment[sr]=Приказује време и осунчаност на мапи света
Comment[sr@Latn]=Prikazuje vreme i osunčanost na mapi sveta
Comment[sv]=Visar tid och solsken på en världskarta
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/kdetoys-3.5.2/kworldwatch/maps/depths/depths.desktop new/kdetoys-3.5.3/kworldwatch/maps/depths/depths.desktop
--- old/kdetoys-3.5.2/kworldwatch/maps/depths/depths.desktop 2006-03-17 11:13:15.000000000 +0100
+++ new/kdetoys-3.5.3/kworldwatch/maps/depths/depths.desktop 2006-05-22 20:08:19.000000000 +0200
@@ -4,6 +4,7 @@
Name[ar]=عمق السطح
Name[az]=Səth Dərinliyi
Name[bg]=Релеф на земната повърхност
+Name[bn]=পৃষ্ঠের গভীরতা
Name[br]=Krogad en egor
Name[ca]=Extensió de la superfície
Name[cs]=Plocha do hloubky
@@ -31,6 +32,7 @@
Name[mk]=Длабочина на површина
Name[mt]=Fond tal-wiċċ
Name[nb]=Overflate-dybde
+Name[nds]=Böversiet-Deepde
Name[nl]=Oppervlaktediepte
Name[nn]=Overflatedjupne
Name[pl]=Głębokość powierzchni
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/kdetoys-3.5.2/kworldwatch/maps/flatworld/flatworld.desktop new/kdetoys-3.5.3/kworldwatch/maps/flatworld/flatworld.desktop
--- old/kdetoys-3.5.2/kworldwatch/maps/flatworld/flatworld.desktop 2006-03-17 11:13:15.000000000 +0100
+++ new/kdetoys-3.5.3/kworldwatch/maps/flatworld/flatworld.desktop 2006-05-22 20:08:19.000000000 +0200
@@ -1,6 +1,7 @@
[Theme]
Name=Flat World
Name[bg]=Без релеф на земната повърхност
+Name[bn]=সমতল বিশ্ব
Name[br]=Bed kompez
Name[cs]=Plochý svět
Name[cy]=Byd Gwastad
@@ -21,6 +22,7 @@
Name[mk]=Рамен свет
Name[mt]=Dinja Ċatta
Name[nb]=Flat verden
+Name[nds]=Platte Welt
Name[nl]=Vlakke wereld
Name[pl]=Płaski świat
Name[pt]=Mundo Plano
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdepim3
checked in at Thu May 25 00:38:32 CEST 2006.
--------
--- KDE/kdepim3/kdepim3.changes 2006-05-22 12:19:40.000000000 +0200
+++ kdepim3/kdepim3.changes 2006-05-24 13:22:21.000000000 +0200
@@ -1,0 +2,7 @@
+Wed May 24 10:03:39 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.3
+ * several fixes to KAlarm, KArm, KMail, KOrganizer, KAddressbook
+ and Akregator.
+
+-------------------------------------------------------------------
Old:
----
3_5_BRANCH.diff
kdepim-3.5.2.tar.bz2
New:
----
kdepim-3.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdepim3.spec ++++++
--- /var/tmp/diff_new_pack.JJTCtF/_old 2006-05-25 00:37:58.000000000 +0200
+++ /var/tmp/diff_new_pack.JJTCtF/_new 2006-05-25 00:37:58.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdepim3 (Version 3.5.2)
+# spec file for package kdepim3 (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -18,8 +18,8 @@
License: GPL
Group: System/GUI/KDE
Summary: Personal Information Manager Software for KDE
-Version: 3.5.2
-Release: 5
+Version: 3.5.3
+Release: 1
URL: http://www.kde.org/
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
Requires: kdebase3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
@@ -30,7 +30,7 @@
Source1: korganizer-import.desktop
Source4: kitchensync.desktop
Source5: groupwarewizard.desktop
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch1: install-headers.diff
Patch2: build-with-plain-9.2.diff
Patch4: kmail-networkstatus-support.diff
@@ -168,7 +168,7 @@
%prep
%setup -q -n kdepim-%{version}
-%patch0 -E
+#%patch0 -E
%patch1
%if %is_plus
%else
@@ -695,6 +695,10 @@
/opt/kde3/%_lib/kde3/plugins/designer/kpartsdesignerplugin.*
%changelog -n kdepim3
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
+ * several fixes to KAlarm, KArm, KMail, KOrganizer, KAddressbook
+ and Akregator.
* Mon May 22 2006 - adrian(a)suse.de
- fix build for plain 10.0 build in openSUSE Build Service
* do not require gpgme-devel on 10.0
++++++ kdepim-3.5.2.tar.bz2 -> kdepim-3.5.3.tar.bz2 ++++++
KDE/kdepim3/kdepim-3.5.2.tar.bz2 kdepim3/kdepim-3.5.3.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdesdk3
checked in at Thu May 25 00:38:31 CEST 2006.
--------
--- KDE/kdesdk3/kdesdk3.changes 2006-05-22 16:29:05.000000000 +0200
+++ kdesdk3/kdesdk3.changes 2006-05-24 13:23:02.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 24 10:30:48 CEST 2006 - stbinner(a)suse.de
+
+- update to 3.5.3
+ * several fixes to Cachegrind and Umbrello
+
+-------------------------------------------------------------------
Old:
----
kdesdk-3.5.2.tar.bz2
New:
----
kdesdk-3.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdesdk3.spec ++++++
--- /var/tmp/diff_new_pack.gbdTe1/_old 2006-05-25 00:37:58.000000000 +0200
+++ /var/tmp/diff_new_pack.gbdTe1/_new 2006-05-25 00:37:58.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdesdk3 (Version 3.5.2)
+# spec file for package kdesdk3 (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -20,8 +20,8 @@
License: GPL
Group: System/GUI/KDE
Summary: The KDE Software Development Kit
-Version: 3.5.2
-Release: 3
+Version: 3.5.3
+Release: 1
URL: http://www.kde.org/
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
Requires: cvs
@@ -338,6 +338,9 @@
/opt/kde3/include/repository_stub.h
%changelog -n kdesdk3
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to 3.5.3
+ * several fixes to Cachegrind and Umbrello
* Mon May 22 2006 - stbinner(a)suse.de
- move svn related scripts from -translate to main kdesdk3 package
* Mon Mar 20 2006 - stbinner(a)suse.de
++++++ kdesdk-3.5.2.tar.bz2 -> kdesdk-3.5.3.tar.bz2 ++++++
++++ 26114 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdenetwork3
checked in at Thu May 25 00:37:47 CEST 2006.
--------
--- KDE/kdenetwork3/kdenetwork3.changes 2006-05-16 15:52:27.000000000 +0200
+++ kdenetwork3/kdenetwork3.changes 2006-05-24 13:21:25.000000000 +0200
@@ -1,0 +2,15 @@
+Wed May 24 10:06:55 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.3
+ * Kopete
+ - Fix automatic spellchecking when turning off rich text
+ - Prevent contacts from being added to a server side group
+ called Top Level
+ - Message notification in contactlist (bug #126016)
+ - Fix crash for AIM (report)
+ - Kopete is closing down all connections and reconnects after
+ about each 1 minute (bug #101669)
+ - Fix Kopete crash after change ICQ status to online.
+ - Fix crash in ICQ on disconnect due to connect elsewhere.
+
+-------------------------------------------------------------------
Old:
----
3_5_BRANCH.diff
kdenetwork-3.5.2.tar.bz2
kopete_groupwise_crash_ignore_unknown.diff
New:
----
kdenetwork-3.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdenetwork3.spec ++++++
--- /var/tmp/diff_new_pack.fhT1A2/_old 2006-05-25 00:37:00.000000000 +0200
+++ /var/tmp/diff_new_pack.fhT1A2/_new 2006-05-25 00:37:00.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdenetwork3 (Version 3.5.2)
+# spec file for package kdenetwork3 (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,8 +16,8 @@
Group: Productivity/Networking/System
Summary: KDE Network Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Version: 3.5.2
-Release: 2
+Version: 3.5.3
+Release: 1
Provides: kdenetwork3-lan:/opt/kde3/bin/kpf
Source0: kdenetwork-%{version}.tar.bz2
Source1: init.lisa
@@ -26,7 +26,7 @@
Source6: kdenetwork3-windowmanager.fillup
Source7: kppp.peers
Source8: kopete_new_status_icons.tar
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch1: kppp-security.diff
Patch4: external-qca.diff
Patch5: external-sqlite.diff
@@ -42,7 +42,6 @@
Patch19: wifi-without-arts.patch
Patch23: kopete-gw-endian.patch
Patch25: kopete_groupwise_richtext_disable.diff
-Patch26: kopete_groupwise_crash_ignore_unknown.diff
Patch100: knewsticker_sources.patch
Url: http://www.kde.org
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
@@ -242,7 +241,7 @@
%prep
%setup -n kdenetwork-%{version} -q
tar xf %SOURCE8
-%patch
+#%patch
%patch1
%patch4
%if %suse_version > 920
@@ -261,7 +260,6 @@
%patch19
%patch23
%patch25
-%patch26
%patch100
# remove ktalkd for security reasons
rm -rf ktalkd doc/ktalkd doc/kcontrol/kcmktalkd
@@ -597,6 +595,18 @@
%endif
%changelog -n kdenetwork3
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
+ * Kopete
+- Fix automatic spellchecking when turning off rich text
+- Prevent contacts from being added to a server side group
+ called Top Level
+- Message notification in contactlist (bug #126016)
+- Fix crash for AIM (report)
+- Kopete is closing down all connections and reconnects after
+ about each 1 minute (bug #101669)
+- Fix Kopete crash after change ICQ status to online.
+- Fix crash in ICQ on disconnect due to connect elsewhere.
* Mon May 15 2006 - stbinner(a)suse.de
- update to KDE 3.5.2 and 3_5_BRANCH.diff
* KWiFiManager
++++++ kdenetwork-3.5.2.tar.bz2 -> kdenetwork-3.5.3.tar.bz2 ++++++
KDE/kdenetwork3/kdenetwork-3.5.2.tar.bz2 kdenetwork3/kdenetwork-3.5.3.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdemultimedia3
checked in at Thu May 25 00:37:45 CEST 2006.
--------
--- KDE/kdemultimedia3/kdemultimedia3.changes 2006-05-16 12:12:59.000000000 +0200
+++ kdemultimedia3/kdemultimedia3.changes 2006-05-24 13:20:15.000000000 +0200
@@ -1,0 +2,9 @@
+Wed May 24 10:28:24 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.3
+ * Changing the slider should enable the apply/reset buttons
+ * JuK: Fix "JuK trying to add unknown category in File Renamer"
+ * KAudioCreator: fix regression causing renamed tracks to be
+ disregarded when ripping/encoding
+
+-------------------------------------------------------------------
Old:
----
3_5_BRANCH.diff
kdemultimedia-3.5.2.tar.bz2
New:
----
kdemultimedia-3.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdemultimedia3.spec ++++++
--- /var/tmp/diff_new_pack.ELhzPC/_old 2006-05-25 00:36:26.000000000 +0200
+++ /var/tmp/diff_new_pack.ELhzPC/_new 2006-05-25 00:36:26.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdemultimedia3 (Version 3.5.2)
+# spec file for package kdemultimedia3 (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,8 +15,8 @@
License: GPL
Group: System/GUI/KDE
Summary: KDE Multimedia Libraries
-Version: 3.5.2
-Release: 2
+Version: 3.5.3
+Release: 1
Url: http://www.kde.org
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -24,7 +24,7 @@
Source1: kscdrc
Source2: do_kdemm_tar
Source5: kdemmbackends.tar.bz2
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch2: disable-examples.diff
Patch9: initial-preferences.diff
Patch11: fix-aliasing.diff
@@ -265,7 +265,7 @@
%prep
%setup -q -n kdemultimedia-%{version}
-%patch0
+#%patch0
%patch2
%patch9
%patch11
@@ -635,6 +635,12 @@
/opt/kde3/share/services/videothumbnail.desktop
%changelog -n kdemultimedia3
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
+ * Changing the slider should enable the apply/reset buttons
+ * JuK: Fix "JuK trying to add unknown category in File Renamer"
+ * KAudioCreator: fix regression causing renamed tracks to be
+ disregarded when ripping/encoding
* Mon May 15 2006 - stbinner(a)suse.de
- update to KDE 3.5.2 and 3_5_BRANCH.diff
* bugfixes for kscd, juk, kmix and libkcddb
++++++ kdemultimedia-3.5.2.tar.bz2 -> kdemultimedia-3.5.3.tar.bz2 ++++++
++++ 3387 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdelibs3
checked in at Thu May 25 00:36:42 CEST 2006.
--------
--- KDE/kdelibs3/kdelibs3-devel-doc.changes 2006-05-20 14:33:05.000000000 +0200
+++ kdelibs3/kdelibs3-devel-doc.changes 2006-05-24 09:53:27.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 24 09:53:23 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.3
+
+-------------------------------------------------------------------
--- KDE/kdelibs3/kdelibs3.changes 2006-05-23 14:51:49.000000000 +0200
+++ kdelibs3/kdelibs3.changes 2006-05-24 13:19:09.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 24 09:50:37 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.3
+ * several fixes to khtml, kio, kdeprint, kdeui and io-slaves
+
+-------------------------------------------------------------------
--- KDE/kdelibs3/testkhtml.changes 2006-05-20 14:33:07.000000000 +0200
+++ kdelibs3/testkhtml.changes 2006-05-24 09:53:34.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 24 09:53:31 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.3
+
+-------------------------------------------------------------------
Old:
----
3_5_BRANCH.diff
kdelibs-3.5.2.tar.bz2
New:
----
kdelibs-3.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdelibs3-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.5hjoSJ/_old 2006-05-25 00:36:18.000000000 +0200
+++ /var/tmp/diff_new_pack.5hjoSJ/_new 2006-05-25 00:36:18.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdelibs3-devel-doc (Version 3.5.2)
+# spec file for package kdelibs3-devel-doc (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -17,8 +17,8 @@
Group: Documentation/HTML
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Additional Package Documentation
-Version: 3.5.2
-Release: 9
+Version: 3.5.3
+Release: 1
%define kdelibs_patch_level b
BuildArch: noarch
Requires: kdelibs3 qt3-devel-doc
@@ -100,6 +100,8 @@
/opt/kde3/share/doc
%changelog -n kdelibs3-devel-doc
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
* Mon Mar 20 2006 - stbinner(a)suse.de
- update to KDE 3.5.2
* Tue Mar 07 2006 - coolo(a)suse.de
++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.5hjoSJ/_old 2006-05-25 00:36:18.000000000 +0200
+++ /var/tmp/diff_new_pack.5hjoSJ/_new 2006-05-25 00:36:18.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdelibs3 (Version 3.5.2)
+# spec file for package kdelibs3 (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -20,8 +20,8 @@
Group: System/GUI/KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: KDE Base Libraries
-Version: 3.5.2
-Release: 9
+Version: 3.5.3
+Release: 1
%define kdelibs_patch_level a
Obsoletes: kde3-i18n kups keramik kdelibs3-cups kdelibs3-33addons
Provides: kups keramik kdelibs3-cups kdelibs3-33addons
@@ -39,7 +39,7 @@
Source10: kdemm-20050330.tar.bz2
Source11: 10888-bt.tar.gz
Source12: mimetype-icons.tar.bz2
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch2: admin.diff
Patch3: show-distribution.diff
Patch5: applications.menu-fallback.diff
@@ -179,7 +179,7 @@
%prep
echo %suse_version
%setup -q -n kdelibs-%{version}
-%patch0
+#%patch0
%patch3
%patch5
%patch7
@@ -728,6 +728,9 @@
/opt/kde3/%_lib/libkwalletclient.so
%changelog -n kdelibs3
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
+ * several fixes to khtml, kio, kdeprint, kdeui and io-slaves
* Tue May 23 2006 - ltinkl(a)suse.cz
- integrate print preview patch (#133246)
* Sat May 20 2006 - adrian(a)suse.de
++++++ testkhtml.spec ++++++
--- /var/tmp/diff_new_pack.5hjoSJ/_old 2006-05-25 00:36:18.000000000 +0200
+++ /var/tmp/diff_new_pack.5hjoSJ/_new 2006-05-25 00:36:18.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package testkhtml (Version 3.5.2)
+# spec file for package testkhtml (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,12 +15,12 @@
URL: http://www.kde.org
License: Other License(s), see package, BSD
Group: System/GUI/KDE
-Version: 3.5.2
-Release: 9
+Version: 3.5.3
+Release: 1
Summary: Internal: regression testing for konqueror renderer
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: kdelibs-%{version}.tar.bz2
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch2: disable-hidden-visibility.diff
%description
@@ -35,7 +35,7 @@
%prep
%setup -q -n kdelibs-%{version}
# testkhtml uses internal symbols, disable hidden visibility
-%patch0
+#%patch0
%patch2
. /etc/opt/kde3/common_options
update_admin --unsermake
@@ -72,6 +72,8 @@
/opt/kde3/share/apps/khtmltests
%changelog -n testkhtml
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
* Mon Mar 20 2006 - stbinner(a)suse.de
- update to KDE 3.5.2
* Fri Jan 27 2006 - mls(a)suse.de
++++++ kdelibs-3.5.2.tar.bz2 -> kdelibs-3.5.3.tar.bz2 ++++++
KDE/kdelibs3/kdelibs-3.5.2.tar.bz2 kdelibs3/kdelibs-3.5.3.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdegraphics3
checked in at Thu May 25 00:36:12 CEST 2006.
--------
--- KDE/kdegraphics3/kdegraphics3.changes 2006-05-20 15:22:38.000000000 +0200
+++ kdegraphics3/kdegraphics3.changes 2006-05-24 13:18:25.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 24 10:29:07 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.3
+ * several fixes to kpdf, kuickshow, kghostview, kiconedit, kooka
+
+-------------------------------------------------------------------
Old:
----
3_5_BRANCH.diff
kdegraphics-3.5.2.tar.bz2
New:
----
kdegraphics-3.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdegraphics3.spec ++++++
--- /var/tmp/diff_new_pack.2icyCE/_old 2006-05-25 00:35:57.000000000 +0200
+++ /var/tmp/diff_new_pack.2icyCE/_new 2006-05-25 00:35:57.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdegraphics3 (Version 3.5.2)
+# spec file for package kdegraphics3 (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -25,10 +25,10 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
Summary: Base Libraries for KDE Graphics Applications
-Version: 3.5.2
-Release: 4
+Version: 3.5.3
+Release: 1
Source0: kdegraphics-%{version}.tar.bz2
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch1: prefer-kpdf.diff
Patch2: enable-orcad.diff
Patch3: enable-agg.diff
@@ -280,7 +280,7 @@
%endif
%prep
%setup -q -n kdegraphics-%{version}
-%patch0
+#%patch0
%patch1
%patch2
%if %suse_version > 920
@@ -632,6 +632,9 @@
/opt/kde3/include/*.h
%changelog -n kdegraphics3
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
+ * several fixes to kpdf, kuickshow, kghostview, kiconedit, kooka
* Sat May 20 2006 - adrian(a)suse.de
- do not BuildRequire agg-devel, it is not used
- do not require xpdf-tools for < 10.1
++++++ kdegraphics-3.5.2.tar.bz2 -> kdegraphics-3.5.3.tar.bz2 ++++++
KDE/kdegraphics3/kdegraphics-3.5.2.tar.bz2 kdegraphics3/kdegraphics-3.5.3.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdebindings3
checked in at Thu May 25 00:35:56 CEST 2006.
--------
--- KDE/kdebindings3/kdebindings3-java.changes 2006-05-18 02:11:25.000000000 +0200
+++ kdebindings3/kdebindings3-java.changes 2006-05-25 00:34:12.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 24 10:18:32 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.3
+ * several fixes to QtRuby and Korundum
+
+-------------------------------------------------------------------
kdebindings3-javascript.changes: same change
kdebindings3-python.changes: same change
kdebindings3.changes: same change
Old:
----
3_5_BRANCH.diff
kdebindings-3.5.2.tar.bz2
New:
----
kdebindings-3.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdebindings3-java.spec ++++++
--- /var/tmp/diff_new_pack.9FVfVW/_old 2006-05-25 00:34:22.000000000 +0200
+++ /var/tmp/diff_new_pack.9FVfVW/_new 2006-05-25 00:34:22.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdebindings3-java (Version 3.5.2)
+# spec file for package kdebindings3-java (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -20,13 +20,13 @@
Group: Development/Libraries/Java
Summary: Java Bindings for KDE
Provides: kdebindings3:/opt/kde3/lib/java
-Version: 3.5.2
-Release: 4
+Version: 3.5.3
+Release: 1
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
Url: http://www.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: kdebindings-%{version}.tar.bz2
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch1: python2.diff
Patch2: perl.diff
Patch3: lib64.diff
@@ -81,7 +81,7 @@
%endif
%prep
%setup -q -n kdebindings-%{version}
-%patch0
+#%patch0
%patch1
%patch2
if [ "lib64" = %_lib ]; then
@@ -262,6 +262,9 @@
%endif
%changelog -n kdebindings3-java
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
+ * several fixes to QtRuby and Korundum
* Thu May 18 2006 - dmueller(a)suse.de
- update buildrequires
* Mon May 15 2006 - stbinner(a)suse.de
++++++ kdebindings3-javascript.spec ++++++
--- /var/tmp/diff_new_pack.9FVfVW/_old 2006-05-25 00:34:22.000000000 +0200
+++ /var/tmp/diff_new_pack.9FVfVW/_new 2006-05-25 00:34:22.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdebindings3-javascript (Version 3.5.2)
+# spec file for package kdebindings3-javascript (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -20,13 +20,13 @@
Group: System/GUI/KDE
Summary: JavaScript Bindings and Interpreter for KDE
Provides: kdebindings
-Version: 3.5.2
-Release: 4
+Version: 3.5.3
+Release: 1
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
Url: http://www.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: kdebindings-%{version}.tar.bz2
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch1: python2.diff
Patch2: perl.diff
Patch3: lib64.diff
@@ -88,7 +88,7 @@
%endif
%prep
%setup -q -n kdebindings-%{version}
-%patch0
+#%patch0
%patch1
%patch2
if [ "lib64" = %_lib ]; then
@@ -269,6 +269,9 @@
%endif
%changelog -n kdebindings3-javascript
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
+ * several fixes to QtRuby and Korundum
* Thu May 18 2006 - dmueller(a)suse.de
- update buildrequires
* Mon May 15 2006 - stbinner(a)suse.de
++++++ kdebindings3-python.spec ++++++
--- /var/tmp/diff_new_pack.9FVfVW/_old 2006-05-25 00:34:22.000000000 +0200
+++ /var/tmp/diff_new_pack.9FVfVW/_new 2006-05-25 00:34:22.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdebindings3-python (Version 3.5.2)
+# spec file for package kdebindings3-python (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -20,13 +20,13 @@
Group: Development/Libraries/Python
Summary: Python Bindings for KDE
Provides: sip PyKDE
-Version: 3.5.2
-Release: 4
+Version: 3.5.3
+Release: 1
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`) python-qt = %{version}
Url: http://www.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: kdebindings-%{version}.tar.bz2
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch1: python2.diff
Patch2: perl.diff
Patch3: lib64.diff
@@ -81,7 +81,7 @@
%endif
%prep
%setup -q -n kdebindings-%{version}
-%patch0
+#%patch0
%patch1
%patch2
if [ "lib64" = %_lib ]; then
@@ -262,6 +262,9 @@
%endif
%changelog -n kdebindings3-python
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
+ * several fixes to QtRuby and Korundum
* Thu May 18 2006 - dmueller(a)suse.de
- update buildrequires
* Mon May 15 2006 - stbinner(a)suse.de
++++++ kdebindings3.spec ++++++
--- /var/tmp/diff_new_pack.9FVfVW/_old 2006-05-25 00:34:22.000000000 +0200
+++ /var/tmp/diff_new_pack.9FVfVW/_new 2006-05-25 00:34:22.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdebindings3 (Version 3.5.2)
+# spec file for package kdebindings3 (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -20,13 +20,13 @@
Group: System/GUI/KDE
Summary: Bindings for Qt and KDE Libraries
Provides: kdebindings
-Version: 3.5.2
-Release: 4
+Version: 3.5.3
+Release: 1
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
Url: http://www.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: kdebindings-%{version}.tar.bz2
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch1: python2.diff
Patch2: perl.diff
Patch3: lib64.diff
@@ -95,7 +95,7 @@
%endif
%prep
%setup -q -n kdebindings-%{version}
-%patch0
+#%patch0
%patch1
%patch2
if [ "lib64" = %_lib ]; then
@@ -276,6 +276,9 @@
%endif
%changelog -n kdebindings3
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
+ * several fixes to QtRuby and Korundum
* Thu May 18 2006 - dmueller(a)suse.de
- update buildrequires
* Mon May 15 2006 - stbinner(a)suse.de
++++++ kdebindings-3.5.2.tar.bz2 -> kdebindings-3.5.3.tar.bz2 ++++++
++++ 4341 lines of diff (skipped)
++++++ kdebindings3.spec.in ++++++
--- KDE/kdebindings3/kdebindings3.spec.in 2006-05-15 17:17:42.000000000 +0200
+++ kdebindings3/kdebindings3.spec.in 2006-05-24 10:18:53.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdebindings3 (Version 3.5.2)
+# spec file for package kdebindings3 (Version 3.5.3)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,13 +21,13 @@
Group: System/GUI/KDE
Summary: Bindings for Qt and KDE Libraries
Provides: kdebindings
-Version: 3.5.2
+Version: 3.5.3
Release: 1
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
Url: http://www.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: kdebindings-%{version}.tar.bz2
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch1: python2.diff
Patch2: perl.diff
Patch3: lib64.diff
@@ -71,7 +71,7 @@
%prep
%setup -q -n kdebindings-%{version}
-%patch0
+#%patch0
%patch1
%patch2
if [ "lib64" = %_lib ]; then
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdegames3
checked in at Thu May 25 00:35:43 CEST 2006.
--------
--- KDE/kdegames3/kdegames3.changes 2006-05-16 15:50:39.000000000 +0200
+++ kdegames3/kdegames3.changes 2006-05-24 13:17:14.000000000 +0200
@@ -1,0 +2,9 @@
+Wed May 24 10:24:40 CEST 2006 - stbinner(a)suse.de
+
+- update to 3.5.3
+ * kpat: several fixes to the freecell-solver
+ * kreversi/knetwalk: make them global highscore aware
+ * kbattleship: improve protocol to not send info about hit ship
+ * kasteroids: fix missile going through closer asteroids
+
+-------------------------------------------------------------------
Old:
----
kdegames-3.5.2.tar.bz2
New:
----
kdegames-3.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdegames3.spec ++++++
--- /var/tmp/diff_new_pack.5HNNTS/_old 2006-05-25 00:35:07.000000000 +0200
+++ /var/tmp/diff_new_pack.5HNNTS/_new 2006-05-25 00:35:07.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdegames3 (Version 3.5.2)
+# spec file for package kdegames3 (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -17,8 +17,8 @@
Summary: Games for KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
-Version: 3.5.2
-Release: 2
+Version: 3.5.3
+Release: 1
Url: http://www.kde.org
Source: kdegames-%{version}.tar.bz2
#Patch0: 3_5_BRANCH.diff
@@ -405,6 +405,12 @@
%doc /opt/kde3/share/doc/HTML/en/ksokoban
%changelog -n kdegames3
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to 3.5.3
+ * kpat: several fixes to the freecell-solver
+ * kreversi/knetwalk: make them global highscore aware
+ * kbattleship: improve protocol to not send info about hit ship
+ * kasteroids: fix missile going through closer asteroids
* Mon Mar 20 2006 - stbinner(a)suse.de
- update to 3.5.2
* kmahjongg: fix not looking for themes/background/etc on .kde
++++++ kdegames-3.5.2.tar.bz2 -> kdegames-3.5.3.tar.bz2 ++++++
KDE/kdegames3/kdegames-3.5.2.tar.bz2 kdegames3/kdegames-3.5.3.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0
Hello community,
here is the log from the commit of package kdebase3
checked in at Thu May 25 00:35:34 CEST 2006.
--------
--- KDE/kdebase3/kdebase3.changes 2006-05-23 17:15:11.000000000 +0200
+++ kdebase3/kdebase3.changes 2006-05-24 13:13:14.000000000 +0200
@@ -1,0 +2,7 @@
+Wed May 24 09:56:43 CEST 2006 - stbinner(a)suse.de
+
+- update to KDE 3.5.3
+ * KDE startup reordered in order to improve startup time
+ * several fixes to Kicker, Konsole, Kate, Konqueror and kwin
+
+-------------------------------------------------------------------
Old:
----
3_5_BRANCH.diff
kdebase-3.5.2.tar.bz2
New:
----
kdebase-3.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdebase3.spec ++++++
--- /var/tmp/diff_new_pack.iX252y/_old 2006-05-25 00:34:56.000000000 +0200
+++ /var/tmp/diff_new_pack.iX252y/_new 2006-05-25 00:34:56.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdebase3 (Version 3.5.2)
+# spec file for package kdebase3 (Version 3.5.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -36,9 +36,9 @@
Summary: The KDE Core Components
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.kde.org/
-Version: 3.5.2
-Release: 9
-%define kde_version 3.5.2
+Version: 3.5.3
+Release: 1
+%define kde_version 3.5.3
Source0: kdebase-%{kde_version}.tar.bz2
Source3: startkde.suse.sh
Source4: kdebase3.fillup
@@ -56,7 +56,7 @@
Source15: ksysguardd.reg
Source16: stopkde.suse.sh
Source17: zh_TW.flag.png
-Patch0: 3_5_BRANCH.diff
+#Patch0: 3_5_BRANCH.diff
Patch1: disable-kcm-modules.diff
Patch3: startkde.diff
Patch5: media-iPod.diff
@@ -307,7 +307,7 @@
Summary: Set and list fileshares
Group: System/Management
Version: 2.0
-Release: 89
+Release: 90
%description -n fileshareset
This package contains the the fileshareset utility to allow users to
@@ -324,7 +324,7 @@
%define sysconfdir /etc
%prep
%setup -q -b 8 -b 13 -b 14 -n kdebase-%{kde_version}
-%patch
+#%patch
%patch1
%patch3
%patch5
@@ -1350,6 +1350,10 @@
%endif
%changelog -n kdebase3
+* Wed May 24 2006 - stbinner(a)suse.de
+- update to KDE 3.5.3
+ * KDE startup reordered in order to improve startup time
+ * several fixes to Kicker, Konsole, Kate, Konqueror and kwin
* Tue May 23 2006 - adrian(a)suse.de
- fix build for the openSUSE build service
* Fri May 19 2006 - stbinner(a)suse.de
++++++ kdebase-3.5.2.tar.bz2 -> kdebase-3.5.3.tar.bz2 ++++++
KDE/kdebase3/kdebase-3.5.2.tar.bz2 kdebase3/kdebase-3.5.3.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
1
0