commit kdeutils3 for openSUSE:Factory

2017-06-13 Thread root
Hello community,

here is the log from the commit of package kdeutils3 for openSUSE:Factory 
checked in at 2017-06-13 16:08:37

Comparing /work/SRC/openSUSE:Factory/kdeutils3 (Old)
 and  /work/SRC/openSUSE:Factory/.kdeutils3.new (New)


Package is "kdeutils3"

Tue Jun 13 16:08:37 2017 rev:13 rq:502828 version:3.5.10

Changes:

--- /work/SRC/openSUSE:Factory/kdeutils3/kdeutils3.changes  2016-06-23 
13:36:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeutils3.new/kdeutils3.changes 2017-06-13 
16:08:38.170188542 +0200
@@ -1,0 +2,5 @@
+Sun Jun 11 00:13:41 UTC 2017 - an...@opensuse.org
+
+- use fabs instead of abs to fix build
+
+---



Other differences:
--
++ kdeutils3.spec ++
--- /var/tmp/diff_new_pack.i5ScAP/_old  2017-06-13 16:08:39.138052140 +0200
+++ /var/tmp/diff_new_pack.i5ScAP/_new  2017-06-13 16:08:39.138052140 +0200
@@ -130,6 +130,9 @@
 sed -i 1i\ '#define HAVE_STRLCAT' ksim/monitors/snmp/value.cpp
 sed -i 1i\ '#define HAVE_STRLCAT' ksim/monitors/snmp/session.cpp
 
+sed -i 1i\ '#include ' khexedit/lib/kbigbuffer.cpp
+sed -i 's|abs(|fabs(|g' khexedit/lib/kbigbuffer.cpp
+
 %ifarch s390 s390x
 rm -rf kfloppy doc/kfloppy
 %endif




commit kdeutils3 for openSUSE:Factory

2016-06-23 Thread h_root
Hello community,

here is the log from the commit of package kdeutils3 for openSUSE:Factory 
checked in at 2016-06-23 13:36:47

Comparing /work/SRC/openSUSE:Factory/kdeutils3 (Old)
 and  /work/SRC/openSUSE:Factory/.kdeutils3.new (New)


Package is "kdeutils3"

Changes:

--- /work/SRC/openSUSE:Factory/kdeutils3/kdeutils3.changes  2015-03-03 
11:15:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeutils3.new/kdeutils3.changes 2016-06-23 
13:36:48.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 21 00:37:47 UTC 2016 - i...@marguerite.su
+
+- add patch: kdeutils-3.5.10-gcc6.patch
+  * fix boo#985181
+  * fix call of overloaded abs(unsigned int) is ambiguous
+
+---

New:

  kdeutils-3.5.10-gcc6.patch



Other differences:
--
++ kdeutils3.spec ++
--- /var/tmp/diff_new_pack.GPURM4/_old  2016-06-23 13:36:49.0 +0200
+++ /var/tmp/diff_new_pack.GPURM4/_new  2016-06-23 13:36:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeutils3
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,6 @@
 
 
 Name:   kdeutils3
-BuildRequires:  gmp-devel
-BuildRequires:  kdebase3-devel
-BuildRequires:  net-snmp-devel
-BuildRequires:  pcsc-lite
-BuildRequires:  python-devel
 Version:3.5.10
 Release:0
 Summary:KDE Utility Programs
@@ -45,7 +40,13 @@
 Patch18:kdeutils-3.5.8-alt-ark-rar-password.patch
 Patch19:kdeutils-3.5.8-alt-ark-zip-password.patch
 Patch20:kdeutils-3.5.8-alt-create-password-zip-rar-7zip.patch
-
+#PATCH-FIX-UPSTREAM fix call of overloaded 'abs(unsigned int) is ambiguous
+Patch21:kdeutils-3.5.10-gcc6.patch
+BuildRequires:  gmp-devel
+BuildRequires:  kdebase3-devel
+BuildRequires:  net-snmp-devel
+BuildRequires:  pcsc-lite
+BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -124,6 +125,7 @@
 pushd klaptopdaemon/linux
 %patch16
 popd
+%patch21 -p1
 sed -i 1i\ '#define HAVE_STRLCAT' ksim/monitors/snmp/snmp.cpp
 sed -i 1i\ '#define HAVE_STRLCAT' ksim/monitors/snmp/value.cpp
 sed -i 1i\ '#define HAVE_STRLCAT' ksim/monitors/snmp/session.cpp
@@ -132,11 +134,11 @@
 rm -rf kfloppy doc/kfloppy
 %endif
 rm -rf klaptopdaemon
-. /etc/opt/kde3/common_options
+. %{_sysconfdir}/opt/kde3/common_options
 update_admin
 
 %build
-. /etc/opt/kde3/common_options
+. %{_sysconfdir}/opt/kde3/common_options
 DO_NOT_COMPILE=kdessh
 %if 0%{?suse_version} >= 1140
 sed -i 's/2.6/2.7/g' ./configure
@@ -145,7 +147,7 @@
 make %{?_smp_mflags}
 
 %install
-. /etc/opt/kde3/common_options
+. %{_sysconfdir}/opt/kde3/common_options
 make DESTDIR=%{buildroot} $INSTALL_TARGET
 # remove unwanted files
 %suse_update_desktop_file KEdit   Utility TextEditor
@@ -173,15 +175,10 @@
 kde_post_install
 
 %post extra -p /sbin/ldconfig
-
 %postun extra -p /sbin/ldconfig
-
 %post laptop -p /sbin/ldconfig
-
 %postun laptop -p /sbin/ldconfig
-
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files

++ kdeutils-3.5.10-gcc6.patch ++
Index: kdeutils-3.5.10/khexedit/lib/kbigbuffer.cpp
===
--- kdeutils-3.5.10.orig/khexedit/lib/kbigbuffer.cpp
+++ kdeutils-3.5.10/khexedit/lib/kbigbuffer.cpp
@@ -17,6 +17,7 @@
 
 // c specific
 #include 
+#include 
 // lib specific
 #include "kbigbuffer.h"
 
@@ -170,7 +171,7 @@ bool KBigBuffer::ensurePageLoaded( unsig
   if( NoOfFreePages < 1 )
   {
 // free the page which is the furthest away from the page we are loading
-if( abs(FirstPage-PageIndex) > abs(LastPage-PageIndex) )
+if( std::abs(FirstPage-PageIndex) > std::abs(LastPage-PageIndex) )
   while( !freePage(FirstPage++) );
 else
   while( !freePage(LastPage--) );



commit kdeutils3 for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package kdeutils3 for openSUSE:Factory 
checked in at 2015-03-03 11:15:21

Comparing /work/SRC/openSUSE:Factory/kdeutils3 (Old)
 and  /work/SRC/openSUSE:Factory/.kdeutils3.new (New)


Package is kdeutils3

Changes:

--- /work/SRC/openSUSE:Factory/kdeutils3/kdeutils3.changes  2014-04-08 
22:37:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeutils3.new/kdeutils3.changes 2015-03-03 
11:15:46.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar  2 11:10:12 UTC 2015 - an...@opensuse.org
+
+- fix desktop categories
+
+---



Other differences:
--
++ kdeutils3.spec ++
--- /var/tmp/diff_new_pack.u2wCEX/_old  2015-03-03 11:15:48.0 +0100
+++ /var/tmp/diff_new_pack.u2wCEX/_new  2015-03-03 11:15:48.0 +0100
@@ -162,7 +162,7 @@
 %suse_update_desktop_file irkick  Applet
 %suse_update_desktop_file kwalletmanager Applet
 %suse_update_desktop_file kregexpeditor  Utility Editor
-%suse_update_desktop_file kcmdf
+%suse_update_desktop_file kcmdf   Settings HardwareSettings
 %suse_update_desktop_file kcmlirc
 %suse_update_desktop_file kwalletconfig
 %suse_update_desktop_file thinkpad
@@ -172,9 +172,6 @@
 %endif
 kde_post_install
 
-%clean
-rm -rf %{buildroot}
-
 %post extra -p /sbin/ldconfig
 
 %postun extra -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeutils3 for openSUSE:Factory

2014-04-08 Thread h_root
Hello community,

here is the log from the commit of package kdeutils3 for openSUSE:Factory 
checked in at 2014-04-08 22:37:09

Comparing /work/SRC/openSUSE:Factory/kdeutils3 (Old)
 and  /work/SRC/openSUSE:Factory/.kdeutils3.new (New)


Package is kdeutils3

Changes:

--- /work/SRC/openSUSE:Factory/kdeutils3/kdeutils3.changes  2012-12-19 
11:02:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeutils3.new/kdeutils3.changes 2014-04-08 
22:37:10.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  2 10:44:24 UTC 2014 - sch...@suse.de
+
+- pbbuttonsd has been dropped
+
+---



Other differences:
--
++ kdeutils3.spec ++
--- /var/tmp/diff_new_pack.WEmTg3/_old  2014-04-08 22:37:11.0 +0200
+++ /var/tmp/diff_new_pack.WEmTg3/_new  2014-04-08 22:37:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kdeutils3 (Version 3.5.10)
+# spec file for package kdeutils3
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,15 +22,12 @@
 BuildRequires:  net-snmp-devel
 BuildRequires:  pcsc-lite
 BuildRequires:  python-devel
-%ifarch ppc
-BuildRequires:  pbbuttonsd
-%endif
 Version:3.5.10
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:KDE Utility Programs
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  Productivity/File utilities
+Url:http://www.kde.org
 Source0:kdeutils-%{version}.tar.bz2
 Patch0: 3_5_BRANCH.diff
 Patch2: klaptop.diff
@@ -70,7 +67,6 @@
 kwallet
 
 %package devel
-License:GPL-2.0+
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/KDE
 
@@ -79,7 +75,6 @@
 to develop applications that require these.
 
 %package extra
-License:GPL-2.0+
 Summary:KDE Utility Programs
 Group:  System/GUI/KDE
 # usesubdirs khexedit kedit ktimer kcharselect charselectapplet kregexpeditor 
kjots
@@ -102,7 +97,6 @@
 eye-candy
 
 %package laptop
-License:GPL-2.0+
 Summary:KDE utility programs for laptop users
 Group:  Hardware/Mobile
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeutils3 for openSUSE:Factory

2012-12-19 Thread h_root
Hello community,

here is the log from the commit of package kdeutils3 for openSUSE:Factory 
checked in at 2012-12-19 11:02:45

Comparing /work/SRC/openSUSE:Factory/kdeutils3 (Old)
 and  /work/SRC/openSUSE:Factory/.kdeutils3.new (New)


Package is kdeutils3, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeutils3/kdeutils3.changes  2012-06-26 
16:05:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeutils3.new/kdeutils3.changes 2012-12-19 
11:02:49.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 19 00:41:33 UTC 2012 - an...@opensuse.org
+
+- fix conflict with newer net-snmp
+
+---



Other differences:
--
++ kdeutils3.spec ++
--- /var/tmp/diff_new_pack.Orzxwu/_old  2012-12-19 11:02:54.0 +0100
+++ /var/tmp/diff_new_pack.Orzxwu/_new  2012-12-19 11:02:54.0 +0100
@@ -130,6 +130,9 @@
 pushd klaptopdaemon/linux
 %patch16
 popd
+sed -i 1i\ '#define HAVE_STRLCAT' ksim/monitors/snmp/snmp.cpp
+sed -i 1i\ '#define HAVE_STRLCAT' ksim/monitors/snmp/value.cpp
+sed -i 1i\ '#define HAVE_STRLCAT' ksim/monitors/snmp/session.cpp
 
 %ifarch s390 s390x
 rm -rf kfloppy doc/kfloppy

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeutils3 for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package kdeutils3 for openSUSE:Factory 
checked in at 2012-06-26 16:05:45

Comparing /work/SRC/openSUSE:Factory/kdeutils3 (Old)
 and  /work/SRC/openSUSE:Factory/.kdeutils3.new (New)


Package is kdeutils3, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeutils3/kdeutils3.changes  2011-10-04 
18:12:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeutils3.new/kdeutils3.changes 2012-06-26 
16:05:47.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 24 01:55:48 UTC 2012 - an...@opensuse.org
+
+- add four patches from Alt Linux for Ark: support for arj archives
+  and password-protected zip and rar archives
+
+---

New:

  kdeutils-3.5.8-alt-ark-arj-format.patch
  kdeutils-3.5.8-alt-ark-rar-password.patch
  kdeutils-3.5.8-alt-ark-zip-password.patch
  kdeutils-3.5.8-alt-create-password-zip-rar-7zip.patch



Other differences:
--
++ kdeutils3.spec ++
--- /var/tmp/diff_new_pack.gi2LV9/_old  2012-06-26 16:05:49.0 +0200
+++ /var/tmp/diff_new_pack.gi2LV9/_new  2012-06-26 16:05:49.0 +0200
@@ -22,9 +22,6 @@
 BuildRequires:  net-snmp-devel
 BuildRequires:  pcsc-lite
 BuildRequires:  python-devel
-%if 0%{?suse_version}  1210
-BuildRequires:  unsermake
-%endif
 %ifarch ppc
 BuildRequires:  pbbuttonsd
 %endif
@@ -35,17 +32,11 @@
 Url:http://www.kde.org
 Group:  Productivity/File utilities
 Source0:kdeutils-%{version}.tar.bz2
-# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: 3_5_BRANCH.diff
-# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch2: klaptop.diff
-# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch5: disable-nonsense-security-check.diff
-# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch11:ppc.dif
-# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch13:FIXME.diff
-# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch14:ark-decoding.diff
 # PATCH-FIX-UPSTREAM ark-rar_encrypted.patch ark-rar_encrypted.patch kde#35371 
jm82an4...@sxipper.net
 # -- fixes open/extract rar archives with encrypted header
@@ -53,6 +44,11 @@
 # This patch replaces the old MPL-licensed headers with newer ones, licensed 
under GPL-2.0
 # The files are taken directly from the Linux kernel sources
 Patch16:trinity-r1254856-replace-linux-headers.diff
+Patch17:kdeutils-3.5.8-alt-ark-arj-format.patch
+Patch18:kdeutils-3.5.8-alt-ark-rar-password.patch
+Patch19:kdeutils-3.5.8-alt-ark-zip-password.patch
+Patch20:kdeutils-3.5.8-alt-create-password-zip-rar-7zip.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -119,6 +115,10 @@
 %prep
 %setup -q -n kdeutils-%{version}
 %patch0
+%patch17 -p1
+%patch18 -p1
+%patch19 -p1
+%patch20 -p1
 %patch2
 %patch5
 %ifarch ppc ppc64
@@ -267,9 +267,6 @@
 /opt/kde3/bin/kfloppy
 %doc %lang(en) /opt/kde3/share/doc/HTML/en/kfloppy
 %endif
-%if 0%{?suse_version}  1210
-%{_mandir}/man1/ark*
-%endif
 
 %files extra
 %defattr(-,root,root)

++ kdeutils-3.5.8-alt-ark-arj-format.patch ++
diff -u'Nrpk~' kdeutils-3.5.8~/ark/arch.cpp kdeutils-3.5.8/ark/arch.cpp
--- kdeutils-3.5.8~/ark/arch.cpp2007-11-08 13:32:30 +0300
+++ kdeutils-3.5.8/ark/arch.cpp 2007-11-02 15:07:36 +0300
@@ -60,6 +60,7 @@
 #include ar.h
 #include sevenzip.h
 #include ace.h
+#include arj.h
 
 Arch::ArchColumns::ArchColumns( int col, QRegExp reg, int length, bool opt )
   : colRef( col ), pattern( reg ), maxLength( length ), optional( opt )
@@ -401,6 +402,9 @@ Arch *Arch::archFactory( ArchType aType,
 case ACE_FORMAT:
   return new AceArch( parent, filename );
 
+case ARJ_FORMAT:
+  return new ArjArch( parent, filename );
+
 case UNKNOWN_FORMAT:
 default:
   return 0;
diff -u'Nrpk~' kdeutils-3.5.8~/ark/arch.h kdeutils-3.5.8/ark/arch.h
--- kdeutils-3.5.8~/ark/arch.h  2007-11-08 13:32:30 +0300
+++ kdeutils-3.5.8/ark/arch.h   2007-11-02 14:47:03 +0300
@@ -65,7 +65,7 @@ class ArkWidget;
 
 enum ArchType { UNKNOWN_FORMAT, ZIP_FORMAT, TAR_FORMAT, AA_FORMAT,
 LHA_FORMAT, RAR_FORMAT, ZOO_FORMAT, COMPRESSED_FORMAT,
-SEVENZIP_FORMAT, ACE_FORMAT };
+SEVENZIP_FORMAT, ACE_FORMAT, ARJ_FORMAT };
 
 typedef QValueList QPair QString, Qt::AlignmentFlags   ColumnList;
 
diff -u'Nrpk~' kdeutils-3.5.8~/ark/archiveformatinfo.cpp 
kdeutils-3.5.8/ark/archiveformatinfo.cpp

commit kdeutils3 for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package kdeutils3 for openSUSE:Factory
checked in at Tue Oct 4 18:13:03 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kdeutils3/kdeutils3.changes2011-09-24 
18:03:26.0 +0200
@@ -0,0 +1,948 @@
+---
+Sat Sep 24 16:00:32 UTC 2011 - an...@opensuse.org
+
+- add patch from Trinity which replaces the old MPL-1.0 licensed headers with 
+  newer ones, licensed under both MPL-1.1 and GPL-2.0, taken directly from 
+  the Linux kernel source
+
+---
+Sun Aug 15 06:48:05 UTC 2010 - lazy.kent.s...@gmail.com
+
+- fixed Ark opening/extracting rar archives with encrypted header (kde#35371)
+- replaced %run_ldconfig macro with /sbin/ldconfig
+- corrected devel package rpm-group
+
+---
+Mon Jun 22 07:07:27 CEST 2009 - bein...@opensuse.org
+
+- remove ancient unversionized obsolete (kgpg)
+
+---
+Wed Aug 20 18:31:16 CEST 2008 - co...@suse.de
+
+- update to KDE 3.5.10
+  * translation update, desktop files validate
+
+---
+Fri Apr 25 17:07:27 CEST 2008 - dmuel...@suse.de
+
+- 3_5_BRANCH.diff update:
+  * fix disk space display in superkaramba 
+
+---
+Wed Feb 27 20:02:40 CET 2008 - dmuel...@suse.de
+
+- remove tpctl dependency
+
+---
+Mon Feb 18 17:33:55 CET 2008 - dmuel...@suse.de
+
+- update to 3.5.9
+
+---
+Thu Jan  3 10:26:42 CET 2008 - dmuel...@suse.de
+
+- update 3_5_BRANCH.diff to include gmp workarounds
+
+---
+Tue Nov 27 15:15:24 CET 2007 - stbin...@suse.de
+
+- fix Ark decoding problems (#337117)
+
+---
+Tue Oct  9 16:02:45 CEST 2007 - stbin...@suse.de
+
+- update to 3.5.8: bug fixes in KFloppy and klaptopdaemon
+
+---
+Fri Sep 21 12:16:26 CEST 2007 - stbin...@suse.de
+
+- add application/zip as mime-type to ark.desktop (#253418)
+
+---
+Sat Aug  4 19:27:41 CEST 2007 - stbin...@suse.de
+
+- add 3_5_BRANCH.diff
+
+---
+Thu Jun 21 14:25:27 CEST 2007 - stbin...@suse.de
+
+- fix invalid .desktop files
+
+---
+Fri Jun  1 08:20:57 CEST 2007 - co...@suse.de
+
+- move kde_post_install
+
+---
+Mon May 14 23:37:42 CEST 2007 - stbin...@suse.de
+
+- update to 3.5.7:
+   * Superkaramba: Allow themes to receive mouse wheel events on meters.
+   * Bugfixes in ark, klaptopdaemon and kmilo
+
+---
+Fri Jan 19 11:31:17 CET 2007 - stbin...@suse.de
+
+- update to 3.5.6 release:
+   * ark: improved 7zip support
+   * klaptopdaemon: show battery level percentage over systray icon 
+   * several bugfixes in kcalc, some in kmilo and superkamraba
+
+---
+Thu Jan 18 13:46:17 CET 2007 - se...@suse.de
+
+- fix kmilo volume annoyance (#234196)
+
+---
+Mon Jan  8 23:16:25 CET 2007 - stbin...@suse.de
+
+- fix Superkaramba session management on 10.2
+
+---
+Thu Nov  9 00:55:25 CET 2006 - wstephen...@suse.de
+
+- add default keyservers when starting without existing
+GnuPG options file with keyserver setting (#211856)
+
+---
+Wed Nov  8 16:59:37 CET 2006 - stbin...@suse.de
+
+- remove historic Provides: (#218798)
+
+---
+Tue Oct 31 16:41:08 CET 2006 - co...@suse.de
+
+- add 3_5_BRANCH.diff (Improved 7zip support)
+
+---
+Tue Oct  3 10:46:49 CEST 2006 - stbin...@suse.de
+
+- update to 3.5.5 release tarball
+
+---
+Wed Aug 23 15:19:09 CEST 2006 - stbin...@suse.de
+
+- add 3_5_BRANCH.diff: changes to klaptopdaemon, kwallet and kmilo
+
+---
+Mon Jul 24 07:48:17 CEST 2006 - co...@suse.de
+
+- update to KDE 3.5.4:
+   * single bug fixes in KGpg, KWallet, Superkaramba and KCalc
+