Hello community,

here is the log from the commit of package akonadi-runtime for openSUSE:Factory 
checked in at 2012-09-11 07:54:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-runtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-runtime", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-runtime/akonadi-runtime.changes  
2012-08-07 08:01:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-runtime.new/akonadi-runtime.changes     
2012-09-11 07:54:14.000000000 +0200
@@ -1,0 +2,20 @@
+Tue Jul 31 11:02:37 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 1.8.0
+  * Fix deadlock in ad-hoc Nepomuk searches.
+
+-------------------------------------------------------------------
+Fri Jul 20 07:21:34 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 1.7.95
+  * Fix Nepomuk queries getting stuck if Nepomuk service crashes.
+  * Fix unecessary remote retrieval of already cached item parts.
+  * Reset RID/RREV during cross-resource collection moves.
+  * Increase timeout for remote item retrieval.
+- Update to 1.7.90
+  * Fix handling of large SPARQL queries.
+  * Support cleanup of orphaned resources in the consistency checker.
+  * Support compilation with Clang.
+- Rebased patch
+
+-------------------------------------------------------------------

Old:
----
  akonadi-1.7.2.tar.bz2

New:
----
  akonadi-1.8.0.tar.bz2

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

Other differences:
------------------
++++++ akonadi-runtime.spec ++++++
--- /var/tmp/diff_new_pack.WN0VQK/_old  2012-09-11 07:54:20.000000000 +0200
+++ /var/tmp/diff_new_pack.WN0VQK/_new  2012-09-11 07:54:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           akonadi-runtime
-Version:        1.7.2
+Version:        1.8.0
 Release:        0
 %define rversion %{version}
 Summary:        PIM Storage Service
@@ -32,6 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  kde4-filesystem
 BuildRequires:  libsoprano-devel
+BuildRequires:  libxml2
 BuildRequires:  libxslt
 BuildRequires:  shared-mime-info
 #There is a warning, but it's not needed at all, but for completness

++++++ akonadi-1.7.2.tar.bz2 -> akonadi-1.8.0.tar.bz2 ++++++
++++ 4809 lines of diff (skipped)

++++++ gcc41.diff ++++++
--- /var/tmp/diff_new_pack.WN0VQK/_old  2012-09-11 07:54:21.000000000 +0200
+++ /var/tmp/diff_new_pack.WN0VQK/_new  2012-09-11 07:54:21.000000000 +0200
@@ -1,6 +1,6 @@
 --- server/src/nepomuk/queryserviceclient.h
 +++ server/src/nepomuk/queryserviceclient.h
-@@ -25,6 +25,8 @@
+@@ -27,6 +27,8 @@
  class QUrl;
  
  namespace Nepomuk {
@@ -9,20 +9,20 @@
      namespace Query {
  
          class Result;
-@@ -78,7 +80,7 @@
+@@ -82,7 +84,7 @@
               *
               * \sa QueryParser
               */
--            bool query( const QString& query, const QHash<QString, QString> 
&encodedRps = QHash<QString, QString>() );
+-            bool query(const QString& query, const QHash<QString, QString> 
&encodedRps = ( QHash<QString, QString>() ) );
 +            bool query( const QString& query, const QStringHashMap 
&encodedRps = QStringHashMap() );
  
              /**
-              * Start a query using the Nepomuk user query language.
-@@ -96,7 +98,7 @@
-              * 
+              * Start a query using the Nepomuk query service.
+@@ -102,7 +104,7 @@
+              *
               * \sa query(const QString&), close()
               */
--            bool blockingQuery( const QString& query, const QHash<QString, 
QString> &encodedRps = QHash<QString, QString>() );
+-            bool blockingQuery( const QString& query, const QHash<QString, 
QString> &encodedRps = ( QHash<QString, QString>() ) );
 +            bool blockingQuery( const QString& query, const QStringHashMap 
&encodedRps = QStringHashMap() );
  
              /**

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

Reply via email to