Mailinglist Archive: opensuse-commit (754 mails)

< Previous Next >
commit kdepimlibs4 for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 25 May 2009 00:47:00 +0200
  • Message-id: <20090524224700.68C9A678176@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory
checked in at Mon May 25 00:47:00 CEST 2009.



--------
--- KDE/kdepimlibs4/kdepimlibs4.changes 2009-05-14 19:32:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdepimlibs4/kdepimlibs4.changes
2009-05-23 18:20:54.000000000 +0200
@@ -1,0 +2,5 @@
+Sat May 23 18:19:43 CEST 2009 - beineri@xxxxxxxxxxxx
+
+- add revert patch to prevent Akonadi using 100% cpu (kde#193249)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdepimlibs4.spec ++++++
--- /var/tmp/diff_new_pack.jd3749/_old 2009-05-25 00:46:05.000000000 +0200
+++ /var/tmp/diff_new_pack.jd3749/_new 2009-05-25 00:46:05.000000000 +0200
@@ -24,7 +24,7 @@
Summary: KDE PIM Libraries
Url: http://www.kde.org
Version: 4.2.85
-Release: 1
+Release: 2
Source0: kdepimlibs-%version.tar.bz2
Patch0: 4_3_BRANCH.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -204,6 +204,8 @@
%_kde_share_dir/config.kcfg/mailtransport.kcfg

%changelog
+* Sat May 23 2009 beineri@xxxxxxxxxxxx
+- add revert patch to prevent Akonadi using 100%% cpu (kde#193249)
* Thu May 14 2009 dmueller@xxxxxxx
- update to 4.2.85 (KDE 4.3 Beta1)
* Wed May 13 2009 dmueller@xxxxxxx

++++++ 4_3_BRANCH.diff ++++++
--- /var/tmp/diff_new_pack.jd3749/_old 2009-05-25 00:46:05.000000000 +0200
+++ /var/tmp/diff_new_pack.jd3749/_new 2009-05-25 00:46:05.000000000 +0200
@@ -6604,3 +6604,17 @@
-
/branches/kdepim/enterprise4/kdepimlibs:1-809779,809854-813579,813581-813598,813600-821927,822131,823512,823589,824206,824213,824895,831358,834955-835617,837809,843671,844028,844044,850305,852197,853294,853770,854349,854627,856353,856699,856996,859216,861651,861668,863904-863910,874469,875493,877777,881490,883237,883308,883317,883319,883322,883324,883327,900447,915152-915164,918707,921740,931414,931427,937851,937906-938266,938268-938271,938273-938278,938281-940157,941295,944957,947276,948737,950530,951162,961006-961007,961567,962326,962328
+
/branches/kdepim/enterprise4/kdepimlibs:1-809779,809854-813579,813581-813598,813600-821927,822131,823512,823589,824206,824213,824895,831358,834955-835617,837809,843671,844028,844044,850305,852197,853294,853770,854349,854627,856353,856699,856996,859216,861651,861668,863904-863910,874469,875493,877777,881490,883237,883308,883317,883319,883322,883324,883327,900447,915152-915164,918707,921740,931414,931427,937851,937906-938266,938268-938271,938273-938278,938281-940157,941295,944957,947276,948737,950530,951162,961006-961007,961567,962326,962328,965363

+Index: akonadi/itemserializer.cpp
+===================================================================
+--- akonadi/itemserializer.cpp (revision 971893)
++++ akonadi/itemserializer.cpp (revision 971894)
+@@ -133,7 +133,8 @@
+ const QStringList types = pl->types();
+ kDebug( 5250 ) << "ItemSerializerPluginLoader: "
+ << "found" << types.size() << "plugins." << endl;
+- all->insert( QLatin1String( "application/octet-stream" ), PluginEntry(
s_defaultItemSerializerPlugin ) );
++// FIXME: when adding this it might be found before more specific plugins if
there is no exact match
++// all->insert( QLatin1String( "application/octet-stream" ), PluginEntry(
s_defaultItemSerializerPlugin ) );
+ for ( QStringList::const_iterator it = types.begin() ; it != types.end() ;
++it ) {
+ all->insert( *it, PluginEntry( *it ) );
+ }


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread