commit kdepim4-runtime for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2015-07-14 17:42:55

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2015-06-04 09:54:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2015-07-14 17:44:08.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul  6 06:34:08 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4.14.10
+   * KDE Applications 15.04.3
+   * https://www.kde.org/announcements/announce-applications-15.04.3.php
+
+
+---

Old:

  kdepim-runtime-4.14.9.tar.xz

New:

  kdepim-runtime-4.14.10.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.fjqRXt/_old  2015-07-14 17:44:09.0 +0200
+++ /var/tmp/diff_new_pack.fjqRXt/_new  2015-07-14 17:44:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.14.9
+Version:4.14.10
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+

++ kdepim-runtime-4.14.9.tar.xz - kdepim-runtime-4.14.10.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.9/CMakeLists.txt 
new/kdepim-runtime-4.14.10/CMakeLists.txt
--- old/kdepim-runtime-4.14.9/CMakeLists.txt2015-05-28 10:18:16.0 
+0200
+++ new/kdepim-runtime-4.14.10/CMakeLists.txt   2015-06-25 22:42:43.0 
+0200
@@ -36,7 +36,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.14.9${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.14.10${KDEPIM_RUNTIME_DEV_VERSION})
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
 
@@ -53,7 +53,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.14.9)
+find_package(KdepimLibs 4.14.10)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.9/resources/dav/common/davcollectionsfetchjob.cpp 
new/kdepim-runtime-4.14.10/resources/dav/common/davcollectionsfetchjob.cpp
--- old/kdepim-runtime-4.14.9/resources/dav/common/davcollectionsfetchjob.cpp   
2015-05-28 10:18:16.0 +0200
+++ new/kdepim-runtime-4.14.10/resources/dav/common/davcollectionsfetchjob.cpp  
2015-06-25 22:42:43.0 +0200
@@ -141,7 +141,14 @@
 _jobUrl.setUser( QString() );
 const QString jobUrl = _jobUrl.prettyUrl();
 
-//kDebug()  davJob-response().toString();
+// Validate that we got a valid PROPFIND response
+QDomElement rootElement = davJob-response().documentElement();
+if ( rootElement.tagName().compare( QLatin1String( multistatus ), 
Qt::CaseInsensitive ) != 0 ) {
+  setError( UserDefinedError );
+  setErrorText( i18n( Invalid responses from backend ) );
+  subjobFinished();
+  return;
+}
 
 QByteArray resp( davJob-response().toByteArray() );
 QBuffer buffer( resp );
@@ -151,12 +158,16 @@
 if ( !xquery.setFocus( buffer ) ) {
   setError( UserDefinedError );
   setErrorText( i18n( Error setting focus for XQuery ) );
+  subjobFinished();
+  return;
 }
 
 xquery.setQuery( DavManager::self()-davProtocol( mUrl.protocol() 
)-collectionsXQuery() );
 if ( !xquery.isValid() ) {
   setError( UserDefinedError );
   setErrorText( i18n( Invalid XQuery submitted by DAV implementation ) );
+  subjobFinished();
+  return;
 }
 
 QString responsesStr;
@@ -168,6 +179,8 @@
 if ( !document.setContent( responsesStr, true ) ) {
   setError( UserDefinedError );
   setErrorText( i18n( Invalid responses from backend ) );
+  subjobFinished();
+  return;
 }
 
 if ( !error() ) {
@@ -301,6 +314,11 @@
 }
   }
 
+  subjobFinished();
+}
+
+void DavCollectionsFetchJob::subjobFinished()
+{
   if ( --mSubJobCount == 0 )
 emitResult();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.9/resources/dav/common/davcollectionsfetchjob.h 
new/kdepim-runtime-4.14.10/resources/dav/common/davcollectionsfetchjob.h
--- old/kdepim-runtime-4.14.9/resources/dav/common/davcollectionsfetchjob.h 
2015-05-28 10:18:16.0 +0200
+++ new/kdepim-runtime-4.14.10/resources/dav/common/davcollectionsfetchjob.h
2015-06-25 

commit kdepim4-runtime for openSUSE:Factory

2015-06-04 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2015-06-04 09:54:45

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2015-05-15 09:03:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2015-06-04 09:54:46.0 +0200
@@ -1,0 +2,8 @@
+Sat May 30 13:24:30 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4.14.9
+   * KDE Applications 15.04.2
+   * https://www.kde.org/announcements/announce-applications-15.04.2.php
+
+
+---

Old:

  kdepim-runtime-4.14.8.tar.xz

New:

  kdepim-runtime-4.14.9.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.y7ExTE/_old  2015-06-04 09:54:47.0 +0200
+++ /var/tmp/diff_new_pack.y7ExTE/_new  2015-06-04 09:54:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.14.8
+Version:4.14.9
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+

++ kdepim-runtime-4.14.8.tar.xz - kdepim-runtime-4.14.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.8/CMakeLists.txt 
new/kdepim-runtime-4.14.9/CMakeLists.txt
--- old/kdepim-runtime-4.14.8/CMakeLists.txt2015-05-01 16:10:23.0 
+0200
+++ new/kdepim-runtime-4.14.9/CMakeLists.txt2015-05-28 10:18:16.0 
+0200
@@ -36,7 +36,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.14.8${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.14.9${KDEPIM_RUNTIME_DEV_VERSION})
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
 
@@ -53,7 +53,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.14.8)
+find_package(KdepimLibs 4.14.9)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.8/plugins/akonadi_serializer_microblog.desktop 
new/kdepim-runtime-4.14.9/plugins/akonadi_serializer_microblog.desktop
--- old/kdepim-runtime-4.14.8/plugins/akonadi_serializer_microblog.desktop  
2015-05-01 16:10:23.0 +0200
+++ new/kdepim-runtime-4.14.9/plugins/akonadi_serializer_microblog.desktop  
2015-05-28 10:18:16.0 +0200
@@ -2,7 +2,7 @@
 Name=Microblog Serializer
 Name[ar]=مسلسل التدوين المصغر
 Name[bs]=Siralizator mikrobloga
-Name[ca]=Serialitzador de micro-blog
+Name[ca]=Serialitzador de microblog
 Name[ca@valencia]=Serialitzador de micro-blog
 Name[da]=Serieordning af microblogs
 Name[de]=Microblog-Serialisierung
@@ -48,7 +48,7 @@
 Comment=An Akonadi serializer plugin for Microblog
 Comment[ar]=ملحق مسلسل اكوندا للتدوين المصغر
 Comment[bs]=Akonadi dodatak serializatora za Microblog
-Comment[ca]=Un connector de serialització de l'Akonadi pels micro-blogs
+Comment[ca]=Un connector de serialització de l'Akonadi pels microblogs
 Comment[ca@valencia]=Un connector de serialització de l'Akonadi pels 
micro-blogs
 Comment[da]=Et Akonadi-plugin til serieordning af microblogs
 Comment[de]=Akonadi-Modul zur Serialisierung von Microblog-Objekten




commit kdepim4-runtime for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2015-05-15 09:03:23

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2015-05-02 17:28:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2015-05-15 09:03:25.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 10:45:30 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4.14.8
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kdepim-runtime-4.14.7.tar.xz

New:

  kdepim-runtime-4.14.8.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.82ZjXz/_old  2015-05-15 09:03:25.0 +0200
+++ /var/tmp/diff_new_pack.82ZjXz/_new  2015-05-15 09:03:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.14.7
+Version:4.14.8
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+

++ kdepim-runtime-4.14.7.tar.xz - kdepim-runtime-4.14.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.7/CMakeLists.txt 
new/kdepim-runtime-4.14.8/CMakeLists.txt
--- old/kdepim-runtime-4.14.7/CMakeLists.txt2015-03-24 13:29:50.0 
+0100
+++ new/kdepim-runtime-4.14.8/CMakeLists.txt2015-05-01 16:10:23.0 
+0200
@@ -36,7 +36,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.14.7${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.14.8${KDEPIM_RUNTIME_DEV_VERSION})
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
 
@@ -53,7 +53,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.14.7)
+find_package(KdepimLibs 4.14.8)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.7/agents/CMakeLists.txt 
new/kdepim-runtime-4.14.8/agents/CMakeLists.txt
--- old/kdepim-runtime-4.14.7/agents/CMakeLists.txt 2015-03-24 
13:29:50.0 +0100
+++ new/kdepim-runtime-4.14.8/agents/CMakeLists.txt 2015-05-01 
16:10:23.0 +0200
@@ -17,4 +17,4 @@
 add_subdirectory( migration )
 add_subdirectory( invitations )
 
-install(FILES akonadinepomukfeederagent.desktop DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/akonadi/agents)
+install(FILES akonadinepomukfeederagent.desktop DESTINATION 
${SHARE_INSTALL_PREFIX}/akonadi/agents)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.7/agents/invitations/CMakeLists.txt 
new/kdepim-runtime-4.14.8/agents/invitations/CMakeLists.txt
--- old/kdepim-runtime-4.14.7/agents/invitations/CMakeLists.txt 2015-03-24 
13:29:50.0 +0100
+++ new/kdepim-runtime-4.14.8/agents/invitations/CMakeLists.txt 2015-05-01 
16:10:23.0 +0200
@@ -32,4 +32,4 @@
 
 
 install(TARGETS akonadi_invitations_agent ${INSTALL_TARGETS_DEFAULT_ARGS})
-install(FILES invitationsagent.desktop DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/akonadi/agents)
+install(FILES invitationsagent.desktop DESTINATION 
${SHARE_INSTALL_PREFIX}/akonadi/agents)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.7/agents/maildispatcher/CMakeLists.txt 
new/kdepim-runtime-4.14.8/agents/maildispatcher/CMakeLists.txt
--- old/kdepim-runtime-4.14.7/agents/maildispatcher/CMakeLists.txt  
2015-03-24 13:29:50.0 +0100
+++ new/kdepim-runtime-4.14.8/agents/maildispatcher/CMakeLists.txt  
2015-05-01 16:10:23.0 +0200
@@ -37,5 +37,5 @@
 
 target_link_libraries(akonadi_maildispatcher_agent ${KDEPIMLIBS_AKONADI_LIBS} 
${KDEPIMLIBS_AKONADI_KMIME_LIBS} ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} 
${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} ${KDEPIMLIBS_KMIME_LIBS} 
${KDEPIMLIBS_MAILTRANSPORT_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS})
 
-install( FILES maildispatcheragent.desktop DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/akonadi/agents )
+install( FILES maildispatcheragent.desktop DESTINATION 
${SHARE_INSTALL_PREFIX}/akonadi/agents )
 install( FILES akonadi_maildispatcher_agent.notifyrc DESTINATION 
${DATA_INSTALL_DIR}/akonadi_maildispatcher_agent )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit kdepim4-runtime for openSUSE:Factory

2015-05-02 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2015-05-02 17:28:15

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2015-03-11 09:43:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2015-05-02 17:28:16.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr 11 14:07:08 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4.14.7
+  * KDE Applications 15.04.0
+  * See https://www.kde.org/announcements/announce-applications-15.04.0.php
+
+---

Old:

  kdepim-runtime-4.14.6.tar.xz

New:

  kdepim-runtime-4.14.7.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.0AqAeM/_old  2015-05-02 17:28:18.0 +0200
+++ /var/tmp/diff_new_pack.0AqAeM/_new  2015-05-02 17:28:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.14.6
+Version:4.14.7
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+

++ kdepim-runtime-4.14.6.tar.xz - kdepim-runtime-4.14.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.6/CMakeLists.txt 
new/kdepim-runtime-4.14.7/CMakeLists.txt
--- old/kdepim-runtime-4.14.6/CMakeLists.txt2015-02-27 01:16:51.0 
+0100
+++ new/kdepim-runtime-4.14.7/CMakeLists.txt2015-03-24 13:29:50.0 
+0100
@@ -36,7 +36,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.14.6${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.14.7${KDEPIM_RUNTIME_DEV_VERSION})
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
 
@@ -49,11 +49,11 @@
 set(CMAKE_AUTOMOC ON)
 
 # Kdelibs
-find_package(KDE4 4.13.0 REQUIRED)
+find_package(KDE4 4.14.0 REQUIRED)
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.14.6)
+find_package(KdepimLibs 4.14.7)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.6/resources/birthdays/birthdaysresource.cpp 
new/kdepim-runtime-4.14.7/resources/birthdays/birthdaysresource.cpp
--- old/kdepim-runtime-4.14.6/resources/birthdays/birthdaysresource.cpp 
2015-02-27 01:16:51.0 +0100
+++ new/kdepim-runtime-4.14.7/resources/birthdays/birthdaysresource.cpp 
2015-03-24 13:29:50.0 +0100
@@ -38,6 +38,8 @@
 #include KLocalizedString
 #include KWindowSystem
 
+#include Akonadi/TagCreateJob
+
 using namespace Akonadi;
 using namespace KABC;
 using namespace KCalCore;
@@ -252,7 +254,7 @@
 ev-setCustomProperty( KABC, EMAIL-1, contact.preferredEmail() );
 ev-setSummary( summary );
 
-ev-setCategories( i18n( Birthday ) );
+checkForUnknownCategories(i18n( Birthday ), ev);
 return ev;
   }
   return KCalCore::Event::Ptr();
@@ -309,7 +311,7 @@
 event-setCustomProperty( KABC, EMAIL-1, contact.fullEmail() );
 event-setCustomProperty( KABC, ANNIVERSARY, QLatin1String(YES) );
 // insert category
-event-setCategories( i18n( Anniversary ) );
+checkForUnknownCategories(i18n( Anniversary ), event);
 return event;
   }
   return KCalCore::Event::Ptr();
@@ -346,6 +348,12 @@
   return event;
 }
 
+void BirthdaysResource::checkForUnknownCategories(const QString 
categoryToCheck, Event::Ptr event)
+{
+Akonadi::TagCreateJob *tagCreateJob = new 
Akonadi::TagCreateJob(Akonadi::Tag(categoryToCheck), this);
+tagCreateJob-setMergeIfExisting(true);
+event-setCategories(categoryToCheck);
+}
 
 AKONADI_RESOURCE_MAIN( BirthdaysResource )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.6/resources/birthdays/birthdaysresource.h 
new/kdepim-runtime-4.14.7/resources/birthdays/birthdaysresource.h
--- old/kdepim-runtime-4.14.6/resources/birthdays/birthdaysresource.h   
2015-02-27 01:16:51.0 +0100
+++ new/kdepim-runtime-4.14.7/resources/birthdays/birthdaysresource.h   
2015-03-24 13:29:50.0 +0100
@@ -46,6 +46,7 @@
 bool retrieveItem( const Akonadi::Item item, const QSetQByteArray 
parts );
 
   private:
+void checkForUnknownCategories(const QString categoryToCheck, 
KCalCore::Event::Ptr event);
 void addPendingEvent( const KCalCore::Event::Ptr event, const QString 
remoteId );
 
 

commit kdepim4-runtime for openSUSE:Factory

2015-03-11 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2015-03-11 09:43:02

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2015-02-11 16:32:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2015-03-11 09:43:04.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar  3 10:18:03 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4.14.6
+   * KDE Applications 14.12.3
+   * See https://www.kde.org/announcements/announce-applications-14.12.3.php
+
+---

Old:

  kdepim-runtime-4.14.5.tar.xz

New:

  kdepim-runtime-4.14.6.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.aXteH4/_old  2015-03-11 09:43:05.0 +0100
+++ /var/tmp/diff_new_pack.aXteH4/_new  2015-03-11 09:43:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.14.5
+Version:4.14.6
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+

++ kdepim-runtime-4.14.5.tar.xz - kdepim-runtime-4.14.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.5/CMakeLists.txt 
new/kdepim-runtime-4.14.6/CMakeLists.txt
--- old/kdepim-runtime-4.14.5/CMakeLists.txt2015-01-29 18:40:32.0 
+0100
+++ new/kdepim-runtime-4.14.6/CMakeLists.txt2015-02-27 01:16:51.0 
+0100
@@ -36,7 +36,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.14.5${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.14.6${KDEPIM_RUNTIME_DEV_VERSION})
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
 
@@ -53,7 +53,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.14.5)
+find_package(KdepimLibs 4.14.6)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.5/resources/birthdays/birthdaysresource.cpp 
new/kdepim-runtime-4.14.6/resources/birthdays/birthdaysresource.cpp
--- old/kdepim-runtime-4.14.5/resources/birthdays/birthdaysresource.cpp 
2015-01-29 18:40:32.0 +0100
+++ new/kdepim-runtime-4.14.6/resources/birthdays/birthdaysresource.cpp 
2015-02-27 01:16:51.0 +0100
@@ -146,7 +146,6 @@
 {
   if ( !item.hasPayloadKABC::Addressee() )
 return;
-
   KABC::Addressee contact = item.payloadKABC::Addressee();
 
   if ( Settings::self()-filterOnCategories() ) {
@@ -162,14 +161,24 @@
 if ( !hasCategory )
   return;
   }
-
   Event::Ptr event = createBirthday( item );
-  if ( event )
+  if ( event ) {
 addPendingEvent( event, QString::fromLatin1( b%1 ).arg( item.id() ) );
-
+  } else {
+Item i( KCalCore::Event::eventMimeType() );
+i.setRemoteId( QString::fromLatin1( b%1 ).arg( item.id() ) );
+mDeletedItems[ i.remoteId() ] = i;
+  }
+ 
   event = createAnniversary( item );
-  if ( event )
+  if ( event ) {
 addPendingEvent( event, QString::fromLatin1( a%1 ).arg( item.id() ) );
+  } else {
+Item i( KCalCore::Event::eventMimeType() );
+i.setRemoteId( QString::fromLatin1( a%1 ).arg( item.id() ) );
+mDeletedItems[ i.remoteId() ] = i;
+  }
+  synchronize();
 }
 
 void BirthdaysResource::addPendingEvent( const KCalCore::Event::Ptr event, 
const QString remoteId )
@@ -179,7 +188,6 @@
   i.setRemoteId( remoteId );
   i.setPayload( evptr );
   mPendingItems[ remoteId ] = i;
-  synchronize();
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.5/resources/birthdays/configdialog.cpp 
new/kdepim-runtime-4.14.6/resources/birthdays/configdialog.cpp
--- old/kdepim-runtime-4.14.5/resources/birthdays/configdialog.cpp  
2015-01-29 18:40:32.0 +0100
+++ new/kdepim-runtime-4.14.6/resources/birthdays/configdialog.cpp  
2015-02-27 01:16:51.0 +0100
@@ -23,6 +23,8 @@
 
 #include kconfigdialogmanager.h
 
+#include Akonadi/Tag
+
 ConfigDialog::ConfigDialog(QWidget* parent)
   : KDialog( parent )
 {
@@ -33,11 +35,41 @@
   ui.kcfg_AlarmDays-setSuffix( ki18np(  day,  days ) );
 
   connect( this, SIGNAL(okClicked()), SLOT(save()) );
+  loadTags();
+  readConfig();
+}
+
+ConfigDialog::~ConfigDialog()
+{
+writeConfig();
+}
+
+void ConfigDialog::loadTags()
+{
+const QStringList 

commit kdepim4-runtime for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2015-02-11 16:32:31

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2015-01-21 22:08:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2015-02-11 16:32:33.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:22:26 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4.14.5
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kdepim-runtime-4.14.4.tar.xz

New:

  kdepim-runtime-4.14.5.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.pEZ7m2/_old  2015-02-11 16:32:34.0 +0100
+++ /var/tmp/diff_new_pack.pEZ7m2/_new  2015-02-11 16:32:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdepim4-runtime
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.14.4
+Version:4.14.5
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+

++ kdepim-runtime-4.14.4.tar.xz - kdepim-runtime-4.14.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.4/CMakeLists.txt 
new/kdepim-runtime-4.14.5/CMakeLists.txt
--- old/kdepim-runtime-4.14.4/CMakeLists.txt2015-01-07 13:28:41.0 
+0100
+++ new/kdepim-runtime-4.14.5/CMakeLists.txt2015-01-29 18:40:32.0 
+0100
@@ -36,7 +36,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.14.4${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.14.5${KDEPIM_RUNTIME_DEV_VERSION})
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
 
@@ -53,7 +53,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.14.4)
+find_package(KdepimLibs 4.14.5)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.4/agents/newmailnotifier/specialnotifierjob.cpp 
new/kdepim-runtime-4.14.5/agents/newmailnotifier/specialnotifierjob.cpp
--- old/kdepim-runtime-4.14.4/agents/newmailnotifier/specialnotifierjob.cpp 
2015-01-07 13:28:41.0 +0100
+++ new/kdepim-runtime-4.14.5/agents/newmailnotifier/specialnotifierjob.cpp 
2015-01-29 18:40:32.0 +0100
@@ -134,7 +134,7 @@
 result  i18n(From: %1, Qt::escape(mFrom));
 }
 if (NewMailNotifierAgentSettings::showSubject()) {
-QString subject(mSubject);
+QString subject = mSubject.simplified();
 if (subject.length() 80) {
 subject.truncate(80);
 subject += QLatin1String(...);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.4/defaultsetup/CMakeLists.txt 
new/kdepim-runtime-4.14.5/defaultsetup/CMakeLists.txt
--- old/kdepim-runtime-4.14.4/defaultsetup/CMakeLists.txt   2015-01-07 
13:28:41.0 +0100
+++ new/kdepim-runtime-4.14.5/defaultsetup/CMakeLists.txt   2015-01-29 
18:40:32.0 +0100
@@ -1,8 +1,10 @@
 configure_file(defaultaddressbook.desktop 
${CMAKE_CURRENT_BINARY_DIR}/defaultaddressbook)
 configure_file(defaultcalendar.desktop 
${CMAKE_CURRENT_BINARY_DIR}/defaultcalendar)
 configure_file(defaultnotebook.desktop 
${CMAKE_CURRENT_BINARY_DIR}/defaultnotebook)
+configure_file(birthdaycalendar.desktop 
${CMAKE_CURRENT_BINARY_DIR}/birthdaycalendar)
 
 install ( FILES ${CMAKE_CURRENT_BINARY_DIR}/defaultcalendar
 ${CMAKE_CURRENT_BINARY_DIR}/defaultaddressbook
 ${CMAKE_CURRENT_BINARY_DIR}/defaultnotebook
+${CMAKE_CURRENT_BINARY_DIR}/birthdaycalendar
 DESTINATION ${DATA_INSTALL_DIR}/akonadi/firstrun )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.4/defaultsetup/birthdaycalendar.desktop 
new/kdepim-runtime-4.14.5/defaultsetup/birthdaycalendar.desktop
--- 

commit kdepim4-runtime for openSUSE:Factory

2015-01-21 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2015-01-21 22:08:10

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-11-19 20:27:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2015-01-21 22:08:18.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 12 19:34:32 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4.14.4
+   * KDE Applications 14.12.1
+   * See https://www.kde.org/announcements/announce-applications-14.12.1.php
+
+---

Old:

  kdepim-runtime-4.14.3.tar.xz

New:

  kdepim-runtime-4.14.4.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.0cgyan/_old  2015-01-21 22:08:18.0 +0100
+++ /var/tmp/diff_new_pack.0cgyan/_new  2015-01-21 22:08:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdepim4-runtime
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.14.3
+Version:4.14.4
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+

++ kdepim-runtime-4.14.3.tar.xz - kdepim-runtime-4.14.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.3/CMakeLists.txt 
new/kdepim-runtime-4.14.4/CMakeLists.txt
--- old/kdepim-runtime-4.14.3/CMakeLists.txt2014-11-04 08:55:43.0 
+0100
+++ new/kdepim-runtime-4.14.4/CMakeLists.txt2015-01-07 13:28:41.0 
+0100
@@ -36,7 +36,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.14.3${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.14.4${KDEPIM_RUNTIME_DEV_VERSION})
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
 
@@ -53,7 +53,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.14.3)
+find_package(KdepimLibs 4.14.4)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.3/accountwizard/configfile.cpp 
new/kdepim-runtime-4.14.4/accountwizard/configfile.cpp
--- old/kdepim-runtime-4.14.3/accountwizard/configfile.cpp  2014-11-04 
08:55:43.0 +0100
+++ new/kdepim-runtime-4.14.4/accountwizard/configfile.cpp  2015-01-07 
13:28:41.0 +0100
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2010 Laurent Montel mon...@kde.org
+Copyright (c) 2010-2015 Laurent Montel mon...@kde.org
 
 This library is free software; you can redistribute it and/or modify it
 under the terms of the GNU Library General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.3/accountwizard/configfile.h 
new/kdepim-runtime-4.14.4/accountwizard/configfile.h
--- old/kdepim-runtime-4.14.3/accountwizard/configfile.h2014-11-04 
08:55:43.0 +0100
+++ new/kdepim-runtime-4.14.4/accountwizard/configfile.h2015-01-07 
13:28:41.0 +0100
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2010 Laurent Montel mon...@kde.org
+Copyright (c) 2010-2015 Laurent Montel mon...@kde.org
 
 This library is free software; you can redistribute it and/or modify it
 under the terms of the GNU Library General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.3/accountwizard/identity.cpp 
new/kdepim-runtime-4.14.4/accountwizard/identity.cpp
--- old/kdepim-runtime-4.14.3/accountwizard/identity.cpp2014-11-04 
08:55:43.0 +0100
+++ new/kdepim-runtime-4.14.4/accountwizard/identity.cpp2015-01-07 
13:28:41.0 +0100
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2010 Laurent Montel mon...@kde.org
+Copyright (c) 2010-2015 Laurent Montel mon...@kde.org
 
 This library is free software; you can redistribute it and/or modify it
 under the terms of the GNU Library General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit kdepim4-runtime for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-11-19 20:24:25

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-10-16 18:11:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-11-19 20:27:04.0 +0100
@@ -1,0 +2,12 @@
+Mon Nov 10 02:31:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in post/postun scripts
+
+---
+Sun Nov  9 20:27:38 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.3
+   * KDE 4.14.3 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.3.php
+
+---

Old:

  kdepim-runtime-4.14.2.tar.xz

New:

  kdepim-runtime-4.14.3.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.45Qhmu/_old  2014-11-19 20:27:05.0 +0100
+++ /var/tmp/diff_new_pack.45Qhmu/_new  2014-11-19 20:27:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.14.2
+Version:4.14.3
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -74,11 +74,11 @@
 
 %post
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime  /dev/null || :
+%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime  /dev/null 21 || 
:
 
 %postun
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime  /dev/null || :
+%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime  /dev/null 21 || 
:
 
 %files
 %defattr(-,root,root)

++ kdepim-runtime-4.14.2.tar.xz - kdepim-runtime-4.14.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.2/CMakeLists.txt 
new/kdepim-runtime-4.14.3/CMakeLists.txt
--- old/kdepim-runtime-4.14.2/CMakeLists.txt2014-10-09 18:42:34.0 
+0200
+++ new/kdepim-runtime-4.14.3/CMakeLists.txt2014-11-04 08:55:43.0 
+0100
@@ -36,7 +36,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.14.2${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.14.3${KDEPIM_RUNTIME_DEV_VERSION})
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
 
@@ -53,7 +53,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.14.2)
+find_package(KdepimLibs 4.14.3)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.2/agents/newmailnotifier/newmailnotifiersettingsdialog.cpp
 
new/kdepim-runtime-4.14.3/agents/newmailnotifier/newmailnotifiersettingsdialog.cpp
--- 
old/kdepim-runtime-4.14.2/agents/newmailnotifier/newmailnotifiersettingsdialog.cpp
  2014-10-09 18:42:34.0 +0200
+++ 
new/kdepim-runtime-4.14.3/agents/newmailnotifier/newmailnotifiersettingsdialog.cpp
  2014-11-04 08:55:43.0 +0100
@@ -117,6 +117,7 @@
 
 QLabel *howIsItWork = new QLabel(i18n( a href=\whatsthis\How does 
this work?/a ));
 howIsItWork-setTextInteractionFlags(Qt::LinksAccessibleByMouse);
+howIsItWork-setContextMenuPolicy(Qt::NoContextMenu);
 vbox-addWidget(howIsItWork);
 connect(howIsItWork, 
SIGNAL(linkActivated(QString)),SLOT(slotHelpLinkClicked(QString)) );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.2/agents/newmailnotifier/specialnotifierjob.cpp 
new/kdepim-runtime-4.14.3/agents/newmailnotifier/specialnotifierjob.cpp
--- old/kdepim-runtime-4.14.2/agents/newmailnotifier/specialnotifierjob.cpp 
2014-10-09 18:42:34.0 +0200
+++ new/kdepim-runtime-4.14.3/agents/newmailnotifier/specialnotifierjob.cpp 
2014-11-04 08:55:43.0 +0100
@@ -85,7 +85,7 @@
 deleteLater();
 }
 } else {
-kdWarning() Found item different from 1: lst.count();
+kWarning() Found item different from 1: lst.count();
 deleteLater();
 return;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.2/resources/facebook/serializer/akonadi_serializer_socialnotification.desktop
 
new/kdepim-runtime-4.14.3/resources/facebook/serializer/akonadi_serializer_socialnotification.desktop
--- 

commit kdepim4-runtime for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-10-16 18:11:31

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-09-18 07:57:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-10-16 18:11:43.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct 12 12:00:37 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.2
+   * KDE 4.14.2 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.2.php
+- Drop upstream patches split_large_store_commands.patch and
+  use_changeitemsflagstask.patch due to upstream inclusion
+
+---
+Fri Oct  3 09:24:07 UTC 2014 - tittiatc...@gmail.com
+
+- Add upstream patches split_large_store_commands.patch and
+  use_changeitemsflagstask.patch to resolve issues when deleting 
+  several thousands of emails (bko#339565)
+
+---

Old:

  kdepim-runtime-4.14.1.tar.xz

New:

  kdepim-runtime-4.14.2.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.bDJDTZ/_old  2014-10-16 18:11:44.0 +0200
+++ /var/tmp/diff_new_pack.bDJDTZ/_new  2014-10-16 18:11:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.14.1
+Version:4.14.2
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+

++ kdepim-runtime-4.14.1.tar.xz - kdepim-runtime-4.14.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.1/CMakeLists.txt 
new/kdepim-runtime-4.14.2/CMakeLists.txt
--- old/kdepim-runtime-4.14.1/CMakeLists.txt2014-09-10 10:22:05.0 
+0200
+++ new/kdepim-runtime-4.14.2/CMakeLists.txt2014-10-09 18:42:34.0 
+0200
@@ -36,7 +36,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.14.1${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.14.2${KDEPIM_RUNTIME_DEV_VERSION})
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
 
@@ -53,7 +53,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.14.1)
+find_package(KdepimLibs 4.14.2)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.14.1/accountwizard/providerpage.cpp 
new/kdepim-runtime-4.14.2/accountwizard/providerpage.cpp
--- old/kdepim-runtime-4.14.1/accountwizard/providerpage.cpp2014-09-10 
10:22:05.0 +0200
+++ new/kdepim-runtime-4.14.2/accountwizard/providerpage.cpp2014-10-09 
18:42:34.0 +0200
@@ -40,6 +40,7 @@
   ui.searchLine-setProxy( proxy );
 
   m_fetchItem = new QStandardItem( i18n( Fetching provider list... ) );
+  m_fetchItem-setFlags(Qt::NoItemFlags);
   m_model-appendRow( m_fetchItem );
 
   // we can start the search, whenever the user reaches this page, chances
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.1/agents/newmailnotifier/CMakeLists.txt 
new/kdepim-runtime-4.14.2/agents/newmailnotifier/CMakeLists.txt
--- old/kdepim-runtime-4.14.1/agents/newmailnotifier/CMakeLists.txt 
2014-09-10 10:22:05.0 +0200
+++ new/kdepim-runtime-4.14.2/agents/newmailnotifier/CMakeLists.txt 
2014-10-09 18:42:34.0 +0200
@@ -15,6 +15,7 @@
   newmailnotifierattribute.cpp
   specialnotifierjob.cpp
   newmailnotifierselectcollectionwidget.cpp
+  newmailnotifiershowmessagejob.cpp
   util.cpp
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.14.1/agents/newmailnotifier/newmailnotifiershowmessagejob.cpp
 
new/kdepim-runtime-4.14.2/agents/newmailnotifier/newmailnotifiershowmessagejob.cpp
--- 
old/kdepim-runtime-4.14.1/agents/newmailnotifier/newmailnotifiershowmessagejob.cpp
  1970-01-01 01:00:00.0 +0100
+++ 
new/kdepim-runtime-4.14.2/agents/newmailnotifier/newmailnotifiershowmessagejob.cpp
  2014-10-09 18:42:34.0 +0200
@@ -0,0 +1,57 @@
+/*
+  Copyright (c) 2014 Montel Laurent mon...@kde.org
+
+  This program is free software; you can redistribute it and/or modify it
+  under the terms of the GNU General Public License, version 2, as
+  published by the Free Software Foundation.
+
+  

commit kdepim4-runtime for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-09-18 07:57:17

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-08-25 10:58:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-09-18 07:57:51.0 +0200
@@ -1,0 +2,13 @@
+Sat Sep 13 16:22:47 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.1
+   * KDE 4.14.1 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.1.php
+
+- Removed upstreamed patch detect-invalid-UIDNEXT.patch
+---
+Wed Sep 10 20:14:15 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added detect-invalid-UIDNEXT.patch to resolve kde#338186
+
+---
@@ -6 +19 @@
-   * See http://www.kde.org/announcements/4.13/
+   * See http://www.kde.org/announcements/4.14/

Old:

  kdepim-runtime-4.14.0.tar.xz

New:

  kdepim-runtime-4.14.1.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.3XgqDm/_old  2014-09-18 07:57:52.0 +0200
+++ /var/tmp/diff_new_pack.3XgqDm/_new  2014-09-18 07:57:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.14.0
+Version:4.14.1
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+

++ kdepim-runtime-4.14.0.tar.xz - kdepim-runtime-4.14.1.tar.xz ++
 1904 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2014-08-25 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-08-25 10:58:21

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-07-16 16:19:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-08-25 10:58:30.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 15 08:25:23 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+---
+Thu Jul 17 16:44:20 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+---

Old:

  kdepim-runtime-4.13.80.tar.xz

New:

  kdepim-runtime-4.14.0.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.eB5IWP/_old  2014-08-25 10:58:31.0 +0200
+++ /var/tmp/diff_new_pack.eB5IWP/_new  2014-08-25 10:58:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.13.80
+Version:4.14.0
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -66,7 +66,6 @@
   %fdupes -s %{buildroot}
   # remove stuff we don't want to package
   rm %{buildroot}%{_kde4_libdir}/libakonadi*.so
-  rm %{buildroot}%{_kde4_libdir}/sasl2/libkdexoauth2.so
   rm %{buildroot}%{_kde4_libdir}/libkmindexreader.so
   rm %{buildroot}%{_kde4_libdir}/libmaildir.so
   rm %{buildroot}%{_kde4_libdir}/libfolderarchivesettings.so
@@ -84,7 +83,6 @@
 %files
 %defattr(-,root,root)
 %doc COPYING*
-%dir %{_kde4_libdir}/sasl2
 %{_kde4_applicationsdir}/accountwizard.desktop
 %{_kde4_applicationsdir}/akonaditray.desktop
 %{_kde4_appsdir}/akonadi
@@ -105,7 +103,6 @@
 %{_kde4_libdir}/libkdepim-copy.so.4*
 %{_kde4_libdir}/libkmindexreader.so.4*
 %{_kde4_libdir}/libmaildir.so.4*
-%{_kde4_libdir}/sasl2/libkdexoauth2.so.*
 %{_kde4_modulesdir}/*
 %{_kde4_servicetypesdir}/davgroupwareprovider.desktop
 %{_kde4_sharedir}/services

++ kdepim-runtime-4.13.80.tar.xz - kdepim-runtime-4.14.0.tar.xz ++
 2501 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-07-16 16:18:51

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-06-19 13:15:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-07-16 16:19:37.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:17:17 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+---

Old:

  kdepim-runtime-4.13.2.tar.xz

New:

  kdepim-runtime-4.13.80.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.OMBFkY/_old  2014-07-16 16:19:37.0 +0200
+++ /var/tmp/diff_new_pack.OMBFkY/_new  2014-07-16 16:19:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.13.2
+Version:4.13.80
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -25,6 +25,7 @@
 Url:http://www.kde.org
 Source0:kdepim-runtime-%{version}.tar.xz
 BuildRequires:  boost-devel = 1.34.0
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  fdupes
 BuildRequires:  libakonadiprotocolinternals-devel = 1.11.80
 BuildRequires:  libkde4-devel = %{version}
@@ -64,11 +65,12 @@
   %suse_update_desktop_file -u akonaditray  Network  Email
   %fdupes -s %{buildroot}
   # remove stuff we don't want to package
-  rm %{buildroot}%_kde4_libdir/libakonadi*.so
-  rm %{buildroot}%_kde4_libdir/libkmindexreader.so
-  rm %{buildroot}%_kde4_libdir/libmaildir.so
-  rm %{buildroot}%_kde4_libdir/libfolderarchivesettings.so
-  rm %{buildroot}%_kde4_libdir/libkdepim-copy.so
+  rm %{buildroot}%{_kde4_libdir}/libakonadi*.so
+  rm %{buildroot}%{_kde4_libdir}/sasl2/libkdexoauth2.so
+  rm %{buildroot}%{_kde4_libdir}/libkmindexreader.so
+  rm %{buildroot}%{_kde4_libdir}/libmaildir.so
+  rm %{buildroot}%{_kde4_libdir}/libfolderarchivesettings.so
+  rm %{buildroot}%{_kde4_libdir}/libkdepim-copy.so
   %kde_post_install
 
 %post
@@ -81,10 +83,13 @@
 
 %files
 %defattr(-,root,root)
+%doc COPYING*
+%dir %{_kde4_libdir}/sasl2
 %{_kde4_applicationsdir}/accountwizard.desktop
 %{_kde4_applicationsdir}/akonaditray.desktop
 %{_kde4_appsdir}/akonadi
 %{_kde4_appsdir}/akonadi_facebook_resource/
+%{_kde4_appsdir}/akonadi_kolabproxy_resource/
 %{_kde4_appsdir}/akonadi_maildispatcher_agent/
 %{_kde4_appsdir}/akonadi_newmailnotifier_agent/
 %{_kde4_appsdir}/kconf_update/
@@ -96,13 +101,13 @@
 %{_kde4_datadir}/mime/packages/*.xml
 %{_kde4_iconsdir}/hicolor/*/apps/*
 %{_kde4_libdir}/libakonadi-filestore.so.4*
+%{_kde4_libdir}/libfolderarchivesettings.so.4*
 %{_kde4_libdir}/libkdepim-copy.so.4*
 %{_kde4_libdir}/libkmindexreader.so.4*
-%{_kde4_libdir}/libfolderarchivesettings.so.4*
 %{_kde4_libdir}/libmaildir.so.4*
+%{_kde4_libdir}/sasl2/libkdexoauth2.so.*
 %{_kde4_modulesdir}/*
 %{_kde4_servicetypesdir}/davgroupwareprovider.desktop
 %{_kde4_sharedir}/services
-%{_kde4_appsdir}/akonadi_kolabproxy_resource/
 
 %changelog

++ kdepim-runtime-4.13.2.tar.xz - kdepim-runtime-4.13.80.tar.xz ++
 13365 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-06-19 13:15:13

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-05-22 06:49:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-06-19 13:15:26.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 18:29:47 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  kdepim-runtime-4.13.1.tar.xz

New:

  kdepim-runtime-4.13.2.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.ryrTID/_old  2014-06-19 13:15:26.0 +0200
+++ /var/tmp/diff_new_pack.ryrTID/_new  2014-06-19 13:15:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.13.1
+Version:4.13.2
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+

++ kdepim-runtime-4.13.1.tar.xz - kdepim-runtime-4.13.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.13.1/CMakeLists.txt 
new/kdepim-runtime-4.13.2/CMakeLists.txt
--- old/kdepim-runtime-4.13.1/CMakeLists.txt2014-05-08 10:42:54.0 
+0200
+++ new/kdepim-runtime-4.13.2/CMakeLists.txt2014-06-08 19:09:32.0 
+0200
@@ -36,7 +36,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.13.1${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.13.2${KDEPIM_RUNTIME_DEV_VERSION})
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
 
@@ -53,7 +53,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.13.1)
+find_package(KdepimLibs 4.13.2)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
@@ -63,7 +63,7 @@
 set_package_properties(Boost PROPERTIES DESCRIPTION Boost C++ Libraries URL 
http://www.boost.org; TYPE REQUIRED PURPOSE Boost is required by Akonadi)
 
 # Akonadi
-find_package(Akonadi 1.12.0 QUIET CONFIG)
+find_package(Akonadi 1.12.1 QUIET CONFIG)
 set_package_properties(Akonadi PROPERTIES DESCRIPTION Akonadi server 
libraries URL http://pim.kde.org/akonadi; TYPE REQUIRED PURPOSE Access to 
PIM storage and services)
 
 # shared-mime-info
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.13.1/agents/maildispatcher/akonadi_maildispatcher_agent.notifyrc
 
new/kdepim-runtime-4.13.2/agents/maildispatcher/akonadi_maildispatcher_agent.notifyrc
--- 
old/kdepim-runtime-4.13.1/agents/maildispatcher/akonadi_maildispatcher_agent.notifyrc
   2014-05-08 10:42:54.0 +0200
+++ 
new/kdepim-runtime-4.13.2/agents/maildispatcher/akonadi_maildispatcher_agent.notifyrc
   2014-06-08 19:09:32.0 +0200
@@ -160,7 +160,7 @@
 Name[fa]=ارسال ای‌میل شکست خورد
 Name[fi]=Sähköpostin lähetys epäonnistui
 Name[fr]=Erreur lors de l'envoi du courrier électronique
-Name[gl]=Produciuse un erro ao enviar o correo
+Name[gl]=Produciuse un fallo ao enviar o correo
 Name[hu]=Az e-mail küldése sikertelen
 Name[ia]=Expedition de e-posta falleva
 Name[it]=Invio del messaggio di posta non riuscito
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.13.1/agents/migration/migrationagent.desktop 
new/kdepim-runtime-4.13.2/agents/migration/migrationagent.desktop
--- old/kdepim-runtime-4.13.1/agents/migration/migrationagent.desktop   
2014-05-08 10:42:54.0 +0200
+++ new/kdepim-runtime-4.13.2/agents/migration/migrationagent.desktop   
2014-06-08 19:09:32.0 +0200
@@ -7,6 +7,7 @@
 Name[de]=Migrations-Assistent
 Name[el]=Πράκτορας μεταφοράς
 Name[es]=Agente de migración
+Name[et]=Migreerimisagent
 Name[fi]=Siirtoagentti
 Name[fr]=Agent de migration
 Name[gl]=Axente de migración
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.13.1/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
 
new/kdepim-runtime-4.13.2/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
--- 
old/kdepim-runtime-4.13.1/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
 2014-05-08 10:42:54.0 +0200
+++ 

commit kdepim4-runtime for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-05-06 17:40:03

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-05-01 07:51:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-05-06 17:40:07.0 +0200
@@ -1,0 +2,11 @@
+Sun May  4 00:10:12 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added boost-devel = 1.34.0, libakonadiprotocolinternals-devel = 1.11.80,
+  libkde4-devel = %{version}, libkolabxml-devel = 1.0, libxslt-devel,
+  and shared-mime-info BuildRequires
+- Drop akonadi.png, correct icon is now provided upstream
+- Don't install libkdepim-copy.so, kdepim4-runtime has no development
+  components
+- Recommend baloo-pim package
+
+---

Old:

  akonadi.png



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.J9CPnB/_old  2014-05-06 17:40:09.0 +0200
+++ /var/tmp/diff_new_pack.J9CPnB/_new  2014-05-06 17:40:09.0 +0200
@@ -24,22 +24,24 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:kdepim-runtime-%{version}.tar.xz
-Source1:akonadi.png
 # PATCH-FIX-UPSTREAM   After migration also start using the already existing 
notes
 Patch1: use_existing_notes.diff
+BuildRequires:  boost-devel = 1.34.0
 BuildRequires:  fdupes
+BuildRequires:  libakonadiprotocolinternals-devel = 1.11.80
+BuildRequires:  libkde4-devel = %{version}
 BuildRequires:  libkdepimlibs4-devel = %{version}
-BuildRequires:  libkfbapi-devel
-BuildRequires:  libkgapi-devel
-BuildRequires:  libkolab-devel = 0.2.0
+BuildRequires:  libkfbapi-devel = 1.0
+BuildRequires:  libkgapi-devel = 1.9.81
+BuildRequires:  libkolab-devel = 0.5.0
+BuildRequires:  libkolabxml-devel = 1.0
+BuildRequires:  libxslt-devel
+BuildRequires:  shared-mime-info
 BuildRequires:  xz
 Suggests:   kontact
-Obsoletes:  kde4-akonadi  4.2.90
-Provides:   kde4-akonadi = 4.2.90
-Obsoletes:  kdepim4-runtime-devel  4.5.81svn1202101
-Provides:   kdepim4-runtime-devel = 4.5.81svn1202101
-Obsoletes:  akonadi-google = 0.3.1
-Provides:   akonadi-google = 0.3.1
+Requires(post): shared-mime-info
+Requires(postun):   shared-mime-info
+Recommends: baloo-pim = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_akonadi_requires
 %kde4_pimlibs_requires
@@ -60,12 +62,8 @@
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
-  cd ..
+  %kde4_makeinstall -C build
   #remove menu entries of development tools
-  mkdir -p %{buildroot}%{_kde4_datadir}/pixmaps
-  install $RPM_SOURCE_DIR/akonadi.png %{buildroot}%{_kde4_datadir}/pixmaps/
   %suse_update_desktop_file -u akonaditray  Network  Email
   %fdupes -s %{buildroot}
   # remove stuff we don't want to package
@@ -73,15 +71,16 @@
   rm %{buildroot}%_kde4_libdir/libkmindexreader.so
   rm %{buildroot}%_kde4_libdir/libmaildir.so
   rm %{buildroot}%_kde4_libdir/libfolderarchivesettings.so
+  rm %{buildroot}%_kde4_libdir/libkdepim-copy.so
   %kde_post_install
 
-%post   -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%clean
-  rm -rf %{buildroot}
-  rm -rf filelists
+%post
+/sbin/ldconfig
+%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime  /dev/null || :
+
+%postun
+/sbin/ldconfig
+%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime  /dev/null || :
 
 %files
 %defattr(-,root,root)
@@ -98,10 +97,8 @@
 %{_kde4_datadir}/autostart/kaddressbookmigrator.desktop
 %{_kde4_datadir}/dbus-1/interfaces/*
 %{_kde4_datadir}/mime/packages/*.xml
-%{_kde4_datadir}/pixmaps/akonadi.png
 %{_kde4_iconsdir}/hicolor/*/apps/*
 %{_kde4_libdir}/libakonadi-filestore.so.4*
-%{_kde4_libdir}/libkdepim-copy.so
 %{_kde4_libdir}/libkdepim-copy.so.4*
 %{_kde4_libdir}/libkmindexreader.so.4*
 %{_kde4_libdir}/libfolderarchivesettings.so.4*

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



commit kdepim4-runtime for openSUSE:Factory

2014-04-30 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-05-01 07:51:22

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-04-18 12:37:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-05-01 07:51:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 28 08:08:09 UTC 2014 - tittiatc...@gmail.com
+
+- Add upstream patch use_existing_notes.diff to resolve the issue
+  that after migration the old notes were not visible (bko#333640)
+
+---

New:

  use_existing_notes.diff



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.bC6O5e/_old  2014-05-01 07:51:25.0 +0200
+++ /var/tmp/diff_new_pack.bC6O5e/_new  2014-05-01 07:51:25.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.kde.org
 Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
+# PATCH-FIX-UPSTREAM   After migration also start using the already existing 
notes
+Patch1: use_existing_notes.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkfbapi-devel
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q -n kdepim-runtime-%{version}
+%patch1 -p1
 
 %build
 %ifarch ppc64


++ use_existing_notes.diff ++
commit 69321dd246202d572ccba35ab36f9dd7d5a18925
Author: Montel Laurent mon...@kde.org
Date:   Mon Apr 28 07:56:23 2014 +0200

Fix Bug 333640 - Knotes version 4.13 don't inherit previous notes

FIXED-IN: 4.13.1
BUG: 333640

diff --git a/migration/knotes/knotesmigrator.cpp 
b/migration/knotes/knotesmigrator.cpp
index 42ae784..3e5516b 100644
--- a/migration/knotes/knotesmigrator.cpp
+++ b/migration/knotes/knotesmigrator.cpp
@@ -39,6 +39,7 @@
 #include KMime/Message
 
 #include KDebug
+#include KStandardDirs
 #include maildirsettings.h
 #include krandom.h
 
@@ -46,53 +47,76 @@
 using namespace Akonadi;
 
 KNotesMigrator::KNotesMigrator() :
-KResMigratorKRES::Resource( QLatin1String(notes), QString() ), 
m_notesResource( 0 )
+KMigratorBase(), mIndexResource(-1), m_notesResource( 0 )
 {
 Akonadi::AttributeFactory::registerAttributeNoteLockAttribute();
 Akonadi::AttributeFactory::registerAttributeNoteAlarmAttribute();
 Akonadi::AttributeFactory::registerAttributeNoteDisplayAttribute();
 Akonadi::AttributeFactory::registerAttributeShowFolderNotesAttribute();
+const QString kresCfgFile = KStandardDirs::locateLocal( config, 
QLatin1String( kresources/notes/stdrc ) );
+mConfig = new KConfig( kresCfgFile );
+const KConfigGroup generalGroup( mConfig, QLatin1String( General ) );
+mUnknownTypeResources = generalGroup.readEntry( QLatin1String( 
ResourceKeys ), QStringList() );
+m_notesResource = new KCal::CalendarLocal( QString() );
 }
 
 KNotesMigrator::~KNotesMigrator()
 {
 delete m_notesResource;
+delete mConfig;
+}
+
+void KNotesMigrator::migrate()
+{
+emit message( Info, i18n( Beginning KNotes migration... ) );
+migrateNext();
 }
 
-bool KNotesMigrator::migrateResource( KRES::Resource* res)
+void KNotesMigrator::migrateNext()
 {
-if ( res-type() == QLatin1String(file) )
+++mIndexResource;
+
+if (mUnknownTypeResources.isEmpty() || mIndexResource = 
mUnknownTypeResources.count()) {
+emit message( Info, i18n( KNotes migration finished ) );
+deleteLater();
+return;
+}
+
+const KConfigGroup kresCfgGroup( mConfig, QString::fromLatin1( 
Resource_%1 ).arg( mUnknownTypeResources.at(mIndexResource) ) );
+const QString resourceType = kresCfgGroup.readEntry( QLatin1String( 
ResourceType ), QString() );
+if (resourceType == QLatin1String(file)) {
 createAgentInstance( QLatin1String(akonadi_akonotes_resource), this, 
SLOT(notesResourceCreated(KJob*)) );
-else
-return false;
-return true;
+} else {
+migrateNext();
+}
 }
 
 void KNotesMigrator::notesResourceCreated(KJob * job)
 {
 if ( job-error() ) {
 migrationFailed( i18n( Failed to create resource: %1, 
job-errorText() ) );
+migrateNext();
 return;
 }
 
-KRES::Resource *res = currentResource();
+const KConfigGroup kresCfgGroup( mConfig, QString::fromLatin1( 
Resource_%1 ).arg( mUnknownTypeResources.at(mIndexResource) ) );
+
 m_agentInstance = static_castAgentInstanceCreateJob*( job )-instance();
-const KConfigGroup kresCfg = kresConfig( res );
-m_agentInstance.setName( kresCfg.readEntry( 

commit kdepim4-runtime for openSUSE:Factory

2014-03-30 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-03-30 07:51:07

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-03-18 16:02:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-03-30 08:38:05.0 +0200
@@ -1,0 +2,14 @@
+Thu Mar 27 17:38:55 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.97
+   * KDE 4.13 RC  release
+   * See http://www.kde.org/announcements/announce-4.13-rc.php
+
+---
+Thu Mar 20 18:04:59 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.95
+   * KDE 4.13 Beta 3  release
+   * See http://www.kde.org/announcements/announce-4.13-beta3.php
+
+---

Old:

  kdepim-runtime-4.12.90.tar.xz

New:

  kdepim-runtime-4.12.97.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.YeXfhN/_old  2014-03-30 08:41:15.0 +0200
+++ /var/tmp/diff_new_pack.YeXfhN/_new  2014-03-30 08:41:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.12.90
+Version:4.12.97
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.12.90.tar.xz - kdepim-runtime-4.12.97.tar.xz ++
 1935 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-03-18 16:02:06

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-02-20 07:55:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-03-18 16:02:15.0 +0100
@@ -1,0 +2,14 @@
+Thu Mar 13 20:09:23 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.90
+   * KDE 4.13 Beta 2  release
+   * See http://www.kde.org/announcements/announce-4.13-beta2.php
+
+---
+Fri Mar  7 09:59:24 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.80
+   * KDE 4.13 Beta 1  release
+   * See http://www.kde.org/announcements/announce-4.13-beta1.php
+
+---

Old:

  kdepim-runtime-4.12.2.tar.xz

New:

  kdepim-runtime-4.12.90.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.PPfu7O/_old  2014-03-18 16:02:18.0 +0100
+++ /var/tmp/diff_new_pack.PPfu7O/_new  2014-03-18 16:02:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.12.2
+Version:4.12.90
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -30,7 +30,6 @@
 BuildRequires:  libkfbapi-devel
 BuildRequires:  libkgapi-devel
 BuildRequires:  libkolab-devel = 0.2.0
-BuildRequires:  nepomuk-core-devel
 BuildRequires:  xz
 Suggests:   kontact
 Obsoletes:  kde4-akonadi  4.2.90
@@ -70,6 +69,7 @@
   rm %{buildroot}%_kde4_libdir/libakonadi*.so
   rm %{buildroot}%_kde4_libdir/libkmindexreader.so
   rm %{buildroot}%_kde4_libdir/libmaildir.so
+  rm %{buildroot}%_kde4_libdir/libfolderarchivesettings.so
   %kde_post_install
 
 %post   -p /sbin/ldconfig
@@ -89,25 +89,23 @@
 %{_kde4_appsdir}/akonadi_maildispatcher_agent/
 %{_kde4_appsdir}/akonadi_newmailnotifier_agent/
 %{_kde4_appsdir}/kconf_update/
-%{_kde4_appsdir}/nepomukpimindexerutility/
 %{_kde4_bindir}/*
 %{_kde4_configdir}/*
 %{_kde4_datadir}/akonadi
 %{_kde4_datadir}/autostart/kaddressbookmigrator.desktop
 %{_kde4_datadir}/dbus-1/interfaces/*
 %{_kde4_datadir}/mime/packages/*.xml
-%{_kde4_datadir}/ontology/kde/
 %{_kde4_datadir}/pixmaps/akonadi.png
 %{_kde4_iconsdir}/hicolor/*/apps/*
 %{_kde4_libdir}/libakonadi-filestore.so.4*
 %{_kde4_libdir}/libkdepim-copy.so
 %{_kde4_libdir}/libkdepim-copy.so.4*
 %{_kde4_libdir}/libkmindexreader.so.4*
+%{_kde4_libdir}/libfolderarchivesettings.so.4*
 %{_kde4_libdir}/libmaildir.so.4*
-%{_kde4_libdir}/libnepomukfeederpluginlib.a
 %{_kde4_modulesdir}/*
-%{_kde4_servicetypesdir}/akonadinepomukfeeder.desktop
 %{_kde4_servicetypesdir}/davgroupwareprovider.desktop
 %{_kde4_sharedir}/services
+%{_kde4_appsdir}/akonadi_kolabproxy_resource/
 
 %changelog


++ kdepim-runtime-4.12.2.tar.xz - kdepim-runtime-4.12.90.tar.xz ++
 40923 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2014-02-19 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-02-20 07:54:57

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-01-27 11:14:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-02-20 07:55:07.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  1 10:09:21 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.2
+   * KDE 4.12.2  release
+   * See http://www.kde.org/announcements/announce-4.12.2.php
+
+---

Old:

  kdepim-runtime-4.12.1.tar.xz

New:

  kdepim-runtime-4.12.2.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.rtlknm/_old  2014-02-20 07:55:08.0 +0100
+++ /var/tmp/diff_new_pack.rtlknm/_new  2014-02-20 07:55:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.12.1
+Version:4.12.2
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.12.1.tar.xz - kdepim-runtime-4.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.12.1/CMakeLists.txt 
new/kdepim-runtime-4.12.2/CMakeLists.txt
--- old/kdepim-runtime-4.12.1/CMakeLists.txt2014-01-09 07:24:53.0 
+0100
+++ new/kdepim-runtime-4.12.2/CMakeLists.txt2014-01-28 16:31:46.0 
+0100
@@ -38,7 +38,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.12.1${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.12.2${KDEPIM_RUNTIME_DEV_VERSION})
 
 ### search-related options 
 option(KDEPIM_NO_NEPOMUK Build without nepomuk dependency FALSE)
@@ -56,7 +56,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.12.1)
+find_package(KdepimLibs 4.12.2)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.12.1/agents/migration/migrationagent.desktop 
new/kdepim-runtime-4.12.2/agents/migration/migrationagent.desktop
--- old/kdepim-runtime-4.12.1/agents/migration/migrationagent.desktop   
2014-01-09 07:24:53.0 +0100
+++ new/kdepim-runtime-4.12.2/agents/migration/migrationagent.desktop   
2014-01-28 16:31:46.0 +0100
@@ -17,6 +17,7 @@
 Name[nl]=Migratie-agent
 Name[pt]=Agente de Migração
 Name[pt_BR]=Agente de Migração
+Name[ru]=Агент переноса данных
 Name[sk]=Agent migrácie
 Name[sr]=Агент селидбе
 Name[sr@ijekavian]=Агент селидбе
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.12.1/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
 
new/kdepim-runtime-4.12.2/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
--- 
old/kdepim-runtime-4.12.1/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
 2014-01-09 07:24:53.0 +0100
+++ 
new/kdepim-runtime-4.12.2/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
 2014-01-28 16:31:46.0 +0100
@@ -148,6 +148,7 @@
 Name[nl]=Tekst-naar-spraak-service van Jovie niet gevonden
 Name[pt]=Serviço de Texto-para-Fala Jovie Não Encontrado
 Name[pt_BR]=Não foi encontrado o serviço de Texto-para-Fala do Jovie
+Name[ru]=Не удалось найти службу синтеза речи Jovie
 Name[sk]=Služba textu na reč Jovie sa nenašla
 Name[sr]=Сервис за текст‑у‑говор Џови није нађен
 Name[sr@ijekavian]=Сервис за текст‑у‑говор Џови није нађен
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.12.1/agents/newmailnotifier/newmailnotifieragent.desktop 
new/kdepim-runtime-4.12.2/agents/newmailnotifier/newmailnotifieragent.desktop
--- 
old/kdepim-runtime-4.12.1/agents/newmailnotifier/newmailnotifieragent.desktop   
2014-01-09 07:24:53.0 +0100
+++ 
new/kdepim-runtime-4.12.2/agents/newmailnotifier/newmailnotifieragent.desktop   
2014-01-28 16:31:46.0 +0100
@@ -57,7 +57,7 @@
 Comment[fi]=Ilmoitukset saapuneesta uudesta sähköpostista
 Comment[fr]=Notifications à propos des courriers électroniques récemment reçus
 Comment[ga]=Fógraí faoi ríomhphost nua
-Comment[gl]=Notificacións sobre mensaxes que acaban de chegar
+Comment[gl]=Notificacións de mensaxes acabadas de chegar
 Comment[hu]=Értesítések újonnan érkezett e-mailekről
 

commit kdepim4-runtime for openSUSE:Factory

2014-01-27 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-01-27 11:14:31

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-12-19 13:15:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-01-27 11:14:32.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 11 15:34:34 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.1
+   * KDE 4.12.1  release
+   * See http://www.kde.org/announcements/announce-4.12.1.php
+
+---

Old:

  kdepim-runtime-4.12.0.tar.xz

New:

  kdepim-runtime-4.12.1.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.BYPht9/_old  2014-01-27 11:14:32.0 +0100
+++ /var/tmp/diff_new_pack.BYPht9/_new  2014-01-27 11:14:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdepim4-runtime
 #
-# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.12.0
+Version:4.12.1
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.12.0.tar.xz - kdepim-runtime-4.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.12.0/CMakeLists.txt 
new/kdepim-runtime-4.12.1/CMakeLists.txt
--- old/kdepim-runtime-4.12.0/CMakeLists.txt2013-12-10 07:07:15.0 
+0100
+++ new/kdepim-runtime-4.12.1/CMakeLists.txt2014-01-09 07:24:53.0 
+0100
@@ -38,7 +38,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.12${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.12.1${KDEPIM_RUNTIME_DEV_VERSION})
 
 ### search-related options 
 option(KDEPIM_NO_NEPOMUK Build without nepomuk dependency FALSE)
@@ -56,7 +56,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.12)
+find_package(KdepimLibs 4.12.1)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.12.0/agents/calendarsearch/calendarsearchagent.desktop 
new/kdepim-runtime-4.12.1/agents/calendarsearch/calendarsearchagent.desktop
--- old/kdepim-runtime-4.12.0/agents/calendarsearch/calendarsearchagent.desktop 
2013-12-10 07:07:15.0 +0100
+++ new/kdepim-runtime-4.12.1/agents/calendarsearch/calendarsearchagent.desktop 
2014-01-09 07:24:53.0 +0100
@@ -10,7 +10,7 @@
 Name[en_GB]=Calendar Search Agent
 Name[es]=Agente de búsqueda de calendario
 Name[et]=Kalendriotsingu agent
-Name[fi]=Kalenterihakutyökalu
+Name[fi]=Kalenterihakuagentti
 Name[fr]=Agent de recherche d'agenda
 Name[gl]=Axente de Procura do Calendario
 Name[hu]=Naptárkereső ügynök
@@ -54,7 +54,7 @@
 Comment[el]=Πράκτορας για αναζήτηση ημερολογίου
 Comment[es]=Agente para búsqueda de calendario
 Comment[et]=Kalendriotsingu agent
-Comment[fi]=Kalenterihakuasiakas
+Comment[fi]=Kalenterihakuagentti
 Comment[fr]=Agent de recherche dans les agendas
 Comment[gl]=Axente para a busca en calendarios
 Comment[hu]=Ügynök a naptárkereséshez
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.12.0/agents/invitations/invitationsagent.desktop 
new/kdepim-runtime-4.12.1/agents/invitations/invitationsagent.desktop
--- old/kdepim-runtime-4.12.0/agents/invitations/invitationsagent.desktop   
2013-12-10 07:07:15.0 +0100
+++ new/kdepim-runtime-4.12.1/agents/invitations/invitationsagent.desktop   
2014-01-09 07:24:53.0 +0100
@@ -10,7 +10,7 @@
 Name[en_GB]=Invitations Dispatcher Agent
 Name[es]=Agente despachador de invitaciones
 Name[et]=Kutsete edastamise agent
-Name[fi]=Kutsunlähetystyökalu
+Name[fi]=Kutsunlähetysagentti
 Name[fr]=Agent de diffusions d'invitations
 Name[gl]=Axente de Despacho de Convites
 Name[hu]=Meghívófeladó ügynök
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.12.0/agents/maildispatcher/maildispatcheragent.desktop 

commit kdepim4-runtime for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-12-19 13:15:22

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-12-11 14:32:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-12-19 13:15:23.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 14 18:02:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.12.0
+   * KDE 4.12.0  release
+   * See http://www.kde.org/announcements/4.12.php
+
+---

Old:

  kdepim-runtime-4.11.97.tar.xz

New:

  kdepim-runtime-4.12.0.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.PBLyS4/_old  2013-12-19 13:15:24.0 +0100
+++ /var/tmp/diff_new_pack.PBLyS4/_new  2013-12-19 13:15:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.11.97
+Version:4.12.0
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.11.97.tar.xz - kdepim-runtime-4.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.11.97/CMakeLists.txt 
new/kdepim-runtime-4.12.0/CMakeLists.txt
--- old/kdepim-runtime-4.11.97/CMakeLists.txt   2013-11-25 23:15:16.0 
+0100
+++ new/kdepim-runtime-4.12.0/CMakeLists.txt2013-12-10 07:07:15.0 
+0100
@@ -35,7 +35,7 @@
 #3.2 alpha1
 
 if(NOT DEFINED KDEPIM_RUNTIME_DEV_VERSION)
-set(KDEPIM_RUNTIME_DEV_VERSION rc1)
+set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
 set(KDEPIM_RUNTIME_VERSION 4.12${KDEPIM_RUNTIME_DEV_VERSION})
@@ -56,7 +56,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.11.97)
+find_package(KdepimLibs 4.12)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.97/agents/migration/migrationagent.desktop 
new/kdepim-runtime-4.12.0/agents/migration/migrationagent.desktop
--- old/kdepim-runtime-4.11.97/agents/migration/migrationagent.desktop  
2013-11-25 23:15:16.0 +0100
+++ new/kdepim-runtime-4.12.0/agents/migration/migrationagent.desktop   
2013-12-10 07:07:15.0 +0100
@@ -2,6 +2,7 @@
 Name=Migration Agent
 Name[bs]=Agent za migraciju
 Name[ca]=Agent de migració
+Name[ca@valencia]=Agent de migració
 Name[da]=Migreringsagent
 Name[de]=Migrations-Assistent
 Name[es]=Agente de migración
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.97/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
 
new/kdepim-runtime-4.12.0/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
--- 
old/kdepim-runtime-4.11.97/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
2013-11-25 23:15:16.0 +0100
+++ 
new/kdepim-runtime-4.12.0/agents/newmailnotifier/akonadi_newmailnotifier_agent.notifyrc
 2013-12-10 07:07:15.0 +0100
@@ -133,6 +133,7 @@
 Name=Jovie Text-to-Speech Service not found
 Name[bs]=Jovie usluga za izgovor teksta nije nađena
 Name[ca]=No s'ha trobat el servei Jovie de text a veu
+Name[ca@valencia]=No s'ha trobat el servei Jovie de text a veu
 Name[da]=Jovie tekst-til-tale-tjeneste ikke fundet
 Name[de]=Der Sprachausgabedienstes Jovie wurde nicht gefunden
 Name[es]=Servicio de texto a voz Jovie no encontrado
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.97/resources/dav/resource/davgroupwareresource.desktop 
new/kdepim-runtime-4.12.0/resources/dav/resource/davgroupwareresource.desktop
--- 
old/kdepim-runtime-4.11.97/resources/dav/resource/davgroupwareresource.desktop  
2013-11-25 23:15:16.0 +0100
+++ 
new/kdepim-runtime-4.12.0/resources/dav/resource/davgroupwareresource.desktop   
2013-12-10 07:07:15.0 +0100
@@ -45,6 +45,7 @@
 Comment=Resource to manage DAV calendars and address books (CalDAV, GroupDAV)
 Comment[bs]=Resurs za upravljanjeDAV kalendara i adresara (CalDAV, GroupDAV)
 Comment[ca]=«Recurs per gestionar calendaris i llibretes d'adreces DAV 
(CalDAV, GroupDAV)»
+Comment[ca@valencia]=«Recurs per gestionar calendaris i llibretes d'adreces 
DAV (CalDAV, GroupDAV)»
 Comment[da]=Ressource til håndtering af DAV-kalendere og -adressebøger 
(CalDAV, GroupDAV)
 Comment[de]=Ressource zur 

commit kdepim4-runtime for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-12-11 14:32:52

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-12-02 12:31:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-12-11 14:32:53.0 +0100
@@ -1,0 +2,14 @@
+Fri Nov 29 07:02:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.97
+   * KDE 4.12 RC 1 release
+   * See http://www.kde.org/announcements/announce-4.12-rc.php
+
+---
+Sat Nov 23 22:17:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.95
+   * KDE 4.12 Beta 3 release
+   * See http://www.kde.org/announcements/announce-4.12-beta3.php
+
+---

Old:

  kdepim-runtime-4.11.90.tar.xz

New:

  kdepim-runtime-4.11.97.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.izEyfZ/_old  2013-12-11 14:32:54.0 +0100
+++ /var/tmp/diff_new_pack.izEyfZ/_new  2013-12-11 14:32:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.11.90
+Version:4.11.97
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.11.90.tar.xz - kdepim-runtime-4.11.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.11.90/CMakeLists.txt 
new/kdepim-runtime-4.11.97/CMakeLists.txt
--- old/kdepim-runtime-4.11.90/CMakeLists.txt   2013-11-13 14:12:56.0 
+0100
+++ new/kdepim-runtime-4.11.97/CMakeLists.txt   2013-11-25 23:15:16.0 
+0100
@@ -35,7 +35,7 @@
 #3.2 alpha1
 
 if(NOT DEFINED KDEPIM_RUNTIME_DEV_VERSION)
-set(KDEPIM_RUNTIME_DEV_VERSION beta2)
+set(KDEPIM_RUNTIME_DEV_VERSION rc1)
 endif()
 
 set(KDEPIM_RUNTIME_VERSION 4.12${KDEPIM_RUNTIME_DEV_VERSION})
@@ -52,11 +52,11 @@
 ### search packages used by KDE ###
 
 # Kdelibs
-find_package(KDE4 4.11.0 REQUIRED)
+find_package(KDE4 4.11.3 REQUIRED)
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.11.90)
+find_package(KdepimLibs 4.11.97)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.90/accountwizard/wizards/tine20/Messages.sh 
new/kdepim-runtime-4.11.97/accountwizard/wizards/tine20/Messages.sh
--- old/kdepim-runtime-4.11.90/accountwizard/wizards/tine20/Messages.sh 
2013-11-13 14:12:56.0 +0100
+++ new/kdepim-runtime-4.11.97/accountwizard/wizards/tine20/Messages.sh 
2013-11-25 23:15:16.0 +0100
@@ -1,3 +1,4 @@
 #! /usr/bin/env bash
 $EXTRACTRC *.ui  rc.cpp
 $XGETTEXT *.cpp -o $podir/accountwizard_tine20.pot
+$XGETTEXT -kqsTr *.es -j -o $podir/accountwizard_tine20.pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.90/accountwizard/wizards/tine20/tine20wizard.es 
new/kdepim-runtime-4.11.97/accountwizard/wizards/tine20/tine20wizard.es
--- old/kdepim-runtime-4.11.90/accountwizard/wizards/tine20/tine20wizard.es 
2013-11-13 14:12:56.0 +0100
+++ new/kdepim-runtime-4.11.97/accountwizard/wizards/tine20/tine20wizard.es 
2013-11-25 23:15:16.0 +0100
@@ -21,7 +21,7 @@
 // add this function to trim user input of whitespace when needed
 String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ); };
 
-var page = Dialog.addPage( tine20wizard.ui, Personal Settings );
+var page = Dialog.addPage( tine20wizard.ui, qsTr(Personal Settings) );
 var userChangedServerAddress = false;
 
 page.widget().nameEdit.text = SetupManager.name()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.90/agents/migration/migrationagent.desktop 
new/kdepim-runtime-4.11.97/agents/migration/migrationagent.desktop
--- old/kdepim-runtime-4.11.90/agents/migration/migrationagent.desktop  
2013-11-13 14:12:56.0 +0100
+++ new/kdepim-runtime-4.11.97/agents/migration/migrationagent.desktop  
2013-11-25 23:15:16.0 +0100
@@ -10,7 +10,9 @@
 Name[gl]=Axente de migración
 Name[hu]=Költöztető ügynök
 Name[ia]=Agente de migration
+Name[it]=Agente di migrazione
 Name[kk]=Көшіп ауысу агенті
+Name[nb]=Migreringsagent
 Name[nl]=Migratie-agent
 Name[pt]=Agente de Migração
 

commit kdepim4-runtime for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-12-02 12:31:15

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-10-04 10:25:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-12-02 12:31:16.0 +0100
@@ -1,0 +2,25 @@
+Sat Nov 16 17:50:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:51:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+- Droped disable-knut.diff, knut is no longer part of kdepim-runtime
+
+---
+Sat Nov  2 15:04:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+- Drop 0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
+  and 0002-Disconnect-session-pool-manually-in-ImapResource-des.patch,
+  they are included in this release
+
+---

Old:

  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch
  disable-knut.diff
  kdepim-runtime-4.11.2.tar.xz

New:

  kdepim-runtime-4.11.90.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.zpx3rJ/_old  2013-12-02 12:31:17.0 +0100
+++ /var/tmp/diff_new_pack.zpx3rJ/_new  2013-12-02 12:31:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -25,11 +25,6 @@
 Url:http://www.kde.org
 Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
-Patch1: disable-knut.diff
-# PATCH-FIX-UPSTREAM 
0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch -- kde#278082
-Patch1000:  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
-# PATCH-FIX-UPSTREAM 
0002-Disconnect-session-pool-manually-in-ImapResource-des.patch -- kde#325443
-Patch1001:  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkfbapi-devel
@@ -54,9 +49,6 @@
 
 %prep
 %setup -q -n kdepim-runtime-%{version}
-%patch1
-%patch1000 -p1
-%patch1001 -p1
 
 %build
 %ifarch ppc64
@@ -108,7 +100,6 @@
 %{_kde4_datadir}/pixmaps/akonadi.png
 %{_kde4_iconsdir}/hicolor/*/apps/*
 %{_kde4_libdir}/libakonadi-filestore.so.4*
-%{_kde4_libdir}/libakonadi-xml.so.4*
 %{_kde4_libdir}/libkdepim-copy.so
 %{_kde4_libdir}/libkdepim-copy.so.4*
 %{_kde4_libdir}/libkmindexreader.so.4*


++ kdepim-runtime-4.11.2.tar.xz - kdepim-runtime-4.11.90.tar.xz ++
 21399 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-10-04 10:25:40

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-10-03 15:55:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-10-04 10:25:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct  3 22:09:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added two patches from upstream:
+  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch (kde#278082)
+  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch (kde#325443)
+
+---

New:

  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.b5i9jJ/_old  2013-10-04 10:25:41.0 +0200
+++ /var/tmp/diff_new_pack.b5i9jJ/_new  2013-10-04 10:25:41.0 +0200
@@ -26,6 +26,10 @@
 Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
 Patch1: disable-knut.diff
+# PATCH-FIX-UPSTREAM 
0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch -- kde#278082
+Patch1000:  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
+# PATCH-FIX-UPSTREAM 
0002-Disconnect-session-pool-manually-in-ImapResource-des.patch -- kde#325443
+Patch1001:  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkfbapi-devel
@@ -51,6 +55,8 @@
 %prep
 %setup -q -n kdepim-runtime-%{version}
 %patch1
+%patch1000 -p1
+%patch1001 -p1
 
 %build
 %ifarch ppc64

++ 0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch ++
From c561149538336804f212f5a12ea6cf3d1a3a19f5 Mon Sep 17 00:00:00 2001
From: Andre Woebbeking woebbek...@kde.org
Date: Fri, 27 Sep 2013 22:19:42 +0200
Subject: [PATCH 1/2] Don't bother IMAP servers with not supported flags

Created a new method ResourceTask::fromAkonadiToSupportedImapFlags() to convert
Akonadi to IMAP flags supported by the server and use it everywhere instead of
fromAkonadiFlags().

fromAkonadiFlags() was made private to make it impossible to call it by 
accident.

BUG:278082
FIXED-IN: 4.11.3
REVIEW:112724

CCBUG:287356

This also reduces the risk to trigger 287356 as the insert on the IMAP server
doesn't fail due to unsupported IMAP flags.
---
 resources/imap/additemtask.cpp  |  2 +-
 resources/imap/changeitemsflagstask.cpp |  4 ++--
 resources/imap/changeitemtask.cpp   | 17 ++---
 resources/imap/resourcetask.cpp | 21 +
 resources/imap/resourcetask.h   |  5 +
 5 files changed, 31 insertions(+), 18 deletions(-)

diff --git a/resources/imap/additemtask.cpp b/resources/imap/additemtask.cpp
index da965a1..af427ff 100644
--- a/resources/imap/additemtask.cpp
+++ b/resources/imap/additemtask.cpp
@@ -64,7 +64,7 @@ void AddItemTask::doStart( KIMAP::Session *session )
   KIMAP::AppendJob *job = new KIMAP::AppendJob( session );
   job-setMailBox( mailBox );
   job-setContent( msg-encodedContent( true ) );
-  job-setFlags( fromAkonadiFlags( item().flags().toList() ) );
+  job-setFlags( fromAkonadiToSupportedImapFlags( item().flags().toList() ) );
   connect( job, SIGNAL(result(KJob*)), SLOT(onAppendMessageDone(KJob*)) );
   job-start();
 }
diff --git a/resources/imap/changeitemsflagstask.cpp 
b/resources/imap/changeitemsflagstask.cpp
index 1c7f415..d7eb183 100644
--- a/resources/imap/changeitemsflagstask.cpp
+++ b/resources/imap/changeitemsflagstask.cpp
@@ -91,7 +91,7 @@ KIMAP::StoreJob* ChangeItemsFlagsTask::prepareJob( 
KIMAP::Session *session )
 void ChangeItemsFlagsTask::triggerAppendFlagsJob(KIMAP::Session* session)
 {
   KIMAP::StoreJob *store = prepareJob( session );
-  store-setFlags( fromAkonadiFlags( addedFlags().toList() ) );
+  store-setFlags( fromAkonadiToSupportedImapFlags( addedFlags().toList() ) );
   store-setMode( KIMAP::StoreJob::AppendFlags );
   connect( store, SIGNAL(result(KJob*)), SLOT(onAppendFlagsDone(KJob*)) );
   store-start();
@@ -100,7 +100,7 @@ void 
ChangeItemsFlagsTask::triggerAppendFlagsJob(KIMAP::Session* session)
 void ChangeItemsFlagsTask::triggerRemoveFlagsJob(KIMAP::Session* session)
 {
   KIMAP::StoreJob *store = prepareJob( session );
-  store-setFlags( fromAkonadiFlags( removedFlags().toList() ) );
+  store-setFlags( fromAkonadiToSupportedImapFlags( removedFlags().toList() ) 

commit kdepim4-runtime for openSUSE:Factory

2013-10-03 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-10-03 15:55:00

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-09-09 11:06:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-10-03 15:55:01.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 28 15:07:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---

Old:

  kdepim-runtime-4.11.1.tar.xz

New:

  kdepim-runtime-4.11.2.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.A76Mgz/_old  2013-10-03 15:55:02.0 +0200
+++ /var/tmp/diff_new_pack.A76Mgz/_new  2013-10-03 15:55:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.11.1
+Version:4.11.2
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.11.1.tar.xz - kdepim-runtime-4.11.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.11.1/CMakeLists.txt 
new/kdepim-runtime-4.11.2/CMakeLists.txt
--- old/kdepim-runtime-4.11.1/CMakeLists.txt2013-08-29 20:34:32.0 
+0200
+++ new/kdepim-runtime-4.11.2/CMakeLists.txt2013-09-26 21:22:30.0 
+0200
@@ -38,7 +38,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.11.1${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.11.2${KDEPIM_RUNTIME_DEV_VERSION})
 
 ### search-related options 
 option(KDEPIM_NO_NEPOMUK Build without nepomuk dependency FALSE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.1/agents/nepomukfeeder/nepomukfeederagent.cpp 
new/kdepim-runtime-4.11.2/agents/nepomukfeeder/nepomukfeederagent.cpp
--- old/kdepim-runtime-4.11.1/agents/nepomukfeeder/nepomukfeederagent.cpp   
2013-08-28 19:06:34.0 +0200
+++ new/kdepim-runtime-4.11.2/agents/nepomukfeeder/nepomukfeederagent.cpp   
2013-09-26 21:22:30.0 +0200
@@ -251,6 +251,7 @@
 {
   if (job-error()) {
 kWarning()  FindUnindexedItemsJob failed;
+m_findUnindexedItemsJob = 0;
 return;
   }
   FindUnindexedItemsJob *findJob = static_castFindUnindexedItemsJob*(job);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.1/agents/newmailnotifier/newmailnotifieragent.cpp 
new/kdepim-runtime-4.11.2/agents/newmailnotifier/newmailnotifieragent.cpp
--- old/kdepim-runtime-4.11.1/agents/newmailnotifier/newmailnotifieragent.cpp   
2013-08-28 19:06:34.0 +0200
+++ new/kdepim-runtime-4.11.2/agents/newmailnotifier/newmailnotifieragent.cpp   
2013-09-26 21:22:30.0 +0200
@@ -219,7 +219,6 @@
 QListAkonadi::Item::Id idList = it.value();
 bool itemFound = false;
 Q_FOREACH( Item item, items ) {
-qDebug() void NewMailNotifierAgent::itemRemoved( const 
Akonadi::Item item )item.id();
 if (idList.contains(item.id())) {
 idList.removeAll( item.id() );
 itemFound = true;
@@ -254,7 +253,6 @@
 }
 }
 }
-qDebug() addedFlagsaddedFlags removedFlags ;removedFlags;
 }
 
 void NewMailNotifierAgent::itemsMoved( const Akonadi::Item::List items, const 
Akonadi::Collection collectionSource, const Akonadi::Collection 
collectionDestination )
@@ -272,7 +270,6 @@
 continue; // outbox, sent-mail, trash, drafts or templates.
 }
 
-qDebug() itemMoveditem.id();
 if ( mNewMails.contains( collectionSource ) ) {
 QListAkonadi::Item::Id idListFrom = mNewMails[ collectionSource 
];
 if ( idListFrom.contains( item.id() ) ) {
@@ -310,7 +307,6 @@
 if ( !mTimer.isActive() ) {
 mTimer.start();
 }
-qDebug() void NewMailNotifierAgent::itemAdded( const Akonadi::Item 
item, const Akonadi::Collection collection )item.id();
 mNewMails[ collection ].append( item.id() );
 }
 
@@ -348,7 +344,10 @@
 displayName = it.key().name();
 
 if (hasUniqMessage) {
-if (it.value().count() == 1 ) {
+if (it.value().count() == 0) {
+//You can have an unique folder with 0 message
+return;
+} 

commit kdepim4-runtime for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-09-09 11:06:33

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-08-16 13:39:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-09-09 11:06:35.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:58:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kdepim-runtime-4.11.0.tar.xz

New:

  kdepim-runtime-4.11.1.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.8B5hYP/_old  2013-09-09 11:06:36.0 +0200
+++ /var/tmp/diff_new_pack.8B5hYP/_new  2013-09-09 11:06:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.11.0.tar.xz - kdepim-runtime-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.11.0/CMakeLists.txt 
new/kdepim-runtime-4.11.1/CMakeLists.txt
--- old/kdepim-runtime-4.11.0/CMakeLists.txt2013-08-07 17:01:39.0 
+0200
+++ new/kdepim-runtime-4.11.1/CMakeLists.txt2013-08-29 20:34:32.0 
+0200
@@ -38,7 +38,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.11${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.11.1${KDEPIM_RUNTIME_DEV_VERSION})
 
 ### search-related options 
 option(KDEPIM_NO_NEPOMUK Build without nepomuk dependency FALSE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.0/agents/nepomukfeeder/findunindexeditemsjob.cpp 
new/kdepim-runtime-4.11.1/agents/nepomukfeeder/findunindexeditemsjob.cpp
--- old/kdepim-runtime-4.11.0/agents/nepomukfeeder/findunindexeditemsjob.cpp
2013-07-10 01:13:32.0 +0200
+++ new/kdepim-runtime-4.11.1/agents/nepomukfeeder/findunindexeditemsjob.cpp
2013-08-28 19:06:34.0 +0200
@@ -131,7 +131,7 @@
 if (job-error()) {
 mAkonadiItems.clear();
 setError(KJob::UserDefinedError);
-setErrorText(Retrieving items failed);
+setErrorText(i18n(Retrieving items failed));
 emitResult();
 return;
 }
@@ -191,7 +191,7 @@
 mStaleUris.clear();
 kWarning()  query-lastError();
 setError(KJob::UserDefinedError);
-setErrorText(Nepomuk query failed);
+setErrorText(i18n(Nepomuk query failed));
 emitResult();
 return;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.0/agents/nepomukfeeder/indexscheduler.cpp 
new/kdepim-runtime-4.11.1/agents/nepomukfeeder/indexscheduler.cpp
--- old/kdepim-runtime-4.11.0/agents/nepomukfeeder/indexscheduler.cpp   
2013-07-10 01:13:32.0 +0200
+++ new/kdepim-runtime-4.11.1/agents/nepomukfeeder/indexscheduler.cpp   
2013-08-28 19:06:34.0 +0200
@@ -31,6 +31,7 @@
 #include KIconLoader
 
 #include QDateTime
+#include QTimer
 
 #include nepomukhelpers.h
 #include nepomukfeeder-config.h
@@ -42,6 +43,7 @@
 IndexScheduler::IndexScheduler( QObject* parent )
 : QObject( parent ),
   mTotalAmount( 0 ),
+  mTotalClearAmount( 0 ),
   mReIndex( false ),
   mOnline( true ),
   lowPrioQueue(1, 100, this),
@@ -176,16 +178,19 @@
 void IndexScheduler::removeCollection(const Collection collection)
 {
 mCollectionsToRemove.append( collection );
+mTotalClearAmount++;
 }
 
 void IndexScheduler::removeItem(const Item item)
 {
 mItemsToRemove.append( item );
+mTotalClearAmount++;
 }
 
 void IndexScheduler::removeNepomukUris(const QList QUrl  uriList)
 {
 mUrisToRemove.append( uriList );
+mTotalClearAmount += uriList.size();
 }
 
 
@@ -218,6 +223,12 @@
 kDebug()  Progress:  percent  %  size()  mTotalAmount;
 emit progress( percent );
   }
+  else if (mTotalClearAmount) {
+int size = mCollectionsToRemove.size() + mItemsToRemove.size() + 
mUrisToRemove.size();
+int percent = ( mTotalClearAmount - size ) * 100.0 / mTotalClearAmount;
+kDebug()  Progress:  percent  %  size  mTotalClearAmount;
+emit progress( percent );
+  }
 
   if ( !mOnline ) {
 kDebug()  not Online, stopping processing;
@@ 

commit kdepim4-runtime for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-08-16 13:39:13

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-07-30 16:00:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-08-16 13:39:15.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  8 14:59:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---

Old:

  kdepim-runtime-4.10.97.tar.xz

New:

  kdepim-runtime-4.11.0.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.hNRotV/_old  2013-08-16 13:39:16.0 +0200
+++ /var/tmp/diff_new_pack.hNRotV/_new  2013-08-16 13:39:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.10.97
+Version:4.11.0
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.10.97.tar.xz - kdepim-runtime-4.11.0.tar.xz ++
 2584 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-07-30 15:59:43

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-07-23 12:31:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-07-30 16:00:30.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 25 22:44:51 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+- Dropped revert-53f531d54.diff, included in this release
+
+---

Old:

  kdepim-runtime-4.10.95.tar.xz
  revert-53f531d54.diff

New:

  kdepim-runtime-4.10.97.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.EbmpsO/_old  2013-07-30 16:00:32.0 +0200
+++ /var/tmp/diff_new_pack.EbmpsO/_new  2013-07-30 16:00:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -26,8 +26,6 @@
 Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
 Patch1: disable-knut.diff
-# PATCH-FIX-UPSTREAM revert-53f531d54.diff -- fixes regression in maildir 
handling
-Patch2: revert-53f531d54.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkfbapi-devel
@@ -53,7 +51,6 @@
 %prep
 %setup -q -n kdepim-runtime-%{version}
 %patch1
-%patch2 -p1
 
 %build
 %ifarch ppc64


++ kdepim-runtime-4.10.95.tar.xz - kdepim-runtime-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.10.95/CMakeLists.txt 
new/kdepim-runtime-4.10.97/CMakeLists.txt
--- old/kdepim-runtime-4.10.95/CMakeLists.txt   2013-07-10 01:13:32.0 
+0200
+++ new/kdepim-runtime-4.10.97/CMakeLists.txt   2013-07-23 11:00:45.0 
+0200
@@ -35,7 +35,7 @@
 #3.2 alpha1
 
 if(NOT DEFINED KDEPIM_RUNTIME_DEV_VERSION)
-set(KDEPIM_RUNTIME_DEV_VERSION rc1)
+set(KDEPIM_RUNTIME_DEV_VERSION rc2)
 endif()
 
 set(KDEPIM_RUNTIME_VERSION 4.11${KDEPIM_RUNTIME_DEV_VERSION})
@@ -56,7 +56,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.10.95)
+find_package(KdepimLibs 4.10.97)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.10.95/agents/newmailnotifier/newmailnotifieragent.desktop 
new/kdepim-runtime-4.10.97/agents/newmailnotifier/newmailnotifieragent.desktop
--- 
old/kdepim-runtime-4.10.95/agents/newmailnotifier/newmailnotifieragent.desktop  
2013-07-10 01:13:32.0 +0200
+++ 
new/kdepim-runtime-4.10.97/agents/newmailnotifier/newmailnotifieragent.desktop  
2013-07-23 11:00:45.0 +0200
@@ -10,7 +10,7 @@
 Name[en_GB]=New Email Notifier
 Name[es]=Nuevo notificador de correo
 Name[et]=Uue kirja teavitaja
-Name[fi]=Ilmoitus uudesta postista
+Name[fi]=Uuden postin ilmoitin
 Name[fr]=Notification de nouveaux courriers électroniques
 Name[ga]=Fógra Ríomhphoist Nua
 Name[gl]=Novo notificador de correo electrónico
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.10.95/resources/dav/services/owncloud-pre5.desktop 
new/kdepim-runtime-4.10.97/resources/dav/services/owncloud-pre5.desktop
--- old/kdepim-runtime-4.10.95/resources/dav/services/owncloud-pre5.desktop 
2013-07-14 12:02:24.0 +0200
+++ new/kdepim-runtime-4.10.97/resources/dav/services/owncloud-pre5.desktop 
2013-07-23 11:00:45.0 +0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=ownCloud ( 5.0)
+Name[bs]=ownCloud ( 5.0)
 Name[cs]=ownCloud ( 5.0)
 Name[da]=ownCloud ( 5.0)
 Name[de]=ownCloud ( 5.0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.10.95/resources/facebook/akonadi_facebook_resource.notifyrc
 
new/kdepim-runtime-4.10.97/resources/facebook/akonadi_facebook_resource.notifyrc
--- 
old/kdepim-runtime-4.10.95/resources/facebook/akonadi_facebook_resource.notifyrc
2013-07-14 12:02:24.0 +0200
+++ 
new/kdepim-runtime-4.10.97/resources/facebook/akonadi_facebook_resource.notifyrc
2013-07-23 11:00:45.0 +0200
@@ -1,5 +1,6 @@
 [Global]
 Comment=Akonadi's 

commit kdepim4-runtime for openSUSE:Factory

2013-07-23 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-07-23 12:31:42

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-07-22 17:16:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-07-23 12:31:43.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 23 09:37:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added revert-53f531d54.diff, fixes regression in maildir handling
+
+---

New:

  revert-53f531d54.diff



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.SDA5PI/_old  2013-07-23 12:31:43.0 +0200
+++ /var/tmp/diff_new_pack.SDA5PI/_new  2013-07-23 12:31:43.0 +0200
@@ -26,6 +26,8 @@
 Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
 Patch1: disable-knut.diff
+# PATCH-FIX-UPSTREAM revert-53f531d54.diff -- fixes regression in maildir 
handling
+Patch2: revert-53f531d54.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkfbapi-devel
@@ -51,6 +53,7 @@
 %prep
 %setup -q -n kdepim-runtime-%{version}
 %patch1
+%patch2 -p1
 
 %build
 %ifarch ppc64


++ revert-53f531d54.diff ++
diff -urNB kdepim-runtime-4.10.95.orig/resources/maildir/retrieveitemsjob.cpp 
kdepim-runtime-4.10.95/resources/maildir/retrieveitemsjob.cpp
--- kdepim-runtime-4.10.95.orig/resources/maildir/retrieveitemsjob.cpp  
2013-07-14 12:02:24.0 +0200
+++ kdepim-runtime-4.10.95/resources/maildir/retrieveitemsjob.cpp   
2013-07-23 11:34:16.213908024 +0200
@@ -28,10 +28,6 @@
 #include QDateTime
 #include KMime/Message
 
-enum {
-  MaxSubJobs = 300 // To save memory
-};
-
 RetrieveItemsJob::RetrieveItemsJob ( const Akonadi::Collection collection, 
const KPIM::Maildir md, QObject* parent ) :
   Job ( parent ),
   m_collection( collection ),
@@ -39,9 +35,7 @@
   m_mimeType( KMime::Message::mimeType() ),
   m_transaction( 0 ),
   m_previousMtime( 0 ),
-  m_highestMtime( 0 ),
-  m_jobCount( 0 ),
-  m_nextIndex( 0 )
+  m_highestMtime( 0 )
 {
   Q_ASSERT( m_collection.isValid() );
   Q_ASSERT( m_maildir.isValid() );
@@ -122,29 +116,19 @@
 
   item.setPayload( KMime::Message::Ptr( msg ) );
 
-  KJob *job = 0;
   if ( m_localItems.contains( entry ) ) { // modification
 item.setId( m_localItems.value( entry ).id() );
-job = new Akonadi::ItemModifyJob( item, transaction() );
+new Akonadi::ItemModifyJob( item, transaction() );
 m_localItems.remove( entry );
   } else { // new item
-job = new Akonadi::ItemCreateJob( item, m_collection, transaction() );
+new Akonadi::ItemCreateJob( item, m_collection, transaction() );
   }
 
-  m_jobCount++;
-  connect(job, SIGNAL(result(KJob*)), SLOT(processEntryDone(KJob*)) );
+  if ( index % 20 == 0 ) {
+ QMetaObject::invokeMethod( this, processEntry, Qt::QueuedConnection, 
Q_ARG( qint64, index + 1 ) );
+  } else
+  processEntry( index + 1 );
 
-  m_nextIndex = index  + 1;
-  if ( m_jobCount  MaxSubJobs ) {
-processEntry( m_nextIndex );
-  }
-}
-
-void RetrieveItemsJob::processEntryDone( KJob* )
-{
-  m_jobCount--;
-  if ( m_jobCount == 0 )
-processEntry( m_nextIndex );
 }
 
 void RetrieveItemsJob::entriesProcessed()
diff -urNB kdepim-runtime-4.10.95.orig/resources/maildir/retrieveitemsjob.h 
kdepim-runtime-4.10.95/resources/maildir/retrieveitemsjob.h
--- kdepim-runtime-4.10.95.orig/resources/maildir/retrieveitemsjob.h
2013-07-14 12:02:24.0 +0200
+++ kdepim-runtime-4.10.95/resources/maildir/retrieveitemsjob.h 2013-07-23 
11:35:01.054347442 +0200
@@ -52,9 +52,7 @@
   private slots:
 void localListDone( KJob *job );
 void transactionDone( KJob *job );
-
 void processEntry( qint64 index );
-void processEntryDone( KJob *job );
 
   private:
 Akonadi::Collection m_collection;
@@ -66,8 +64,6 @@
 qint64 m_previousMtime;
 qint64 m_highestMtime;
 QString m_listingPath;
-int m_jobCount;
-int m_nextIndex;
 };
 
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdepim4-runtime for openSUSE:Factory

2013-07-22 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-07-22 17:15:18

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-07-08 07:34:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-07-22 17:16:26.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 15 08:13:06 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---

Old:

  kdepim-runtime-4.10.90.tar.xz

New:

  kdepim-runtime-4.10.95.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.V0dg68/_old  2013-07-22 17:16:27.0 +0200
+++ /var/tmp/diff_new_pack.V0dg68/_new  2013-07-22 17:16:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.10.90
+Version:4.10.95
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.10.90.tar.xz - kdepim-runtime-4.10.95.tar.xz ++
 2187 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2013-06-11 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-06-11 06:11:52

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-05-16 16:49:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-06-11 09:31:37.0 +0200
@@ -1,0 +2,8 @@
+Sat Jun  1 09:22:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---

Old:

  kdepim-runtime-4.10.3.tar.xz

New:

  kdepim-runtime-4.10.4.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.OA1apN/_old  2013-06-11 09:31:38.0 +0200
+++ /var/tmp/diff_new_pack.OA1apN/_new  2013-06-11 09:31:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.10.3
+Version:4.10.4
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.10.3.tar.xz - kdepim-runtime-4.10.4.tar.xz ++
 1775 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-05-16 16:49:33

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-04-18 10:23:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-05-16 16:49:34.0 +0200
@@ -1,0 +2,8 @@
+Sat May  4 16:53:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---

Old:

  kdepim-runtime-4.10.2.tar.xz

New:

  kdepim-runtime-4.10.3.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.Eg6o04/_old  2013-05-16 16:49:35.0 +0200
+++ /var/tmp/diff_new_pack.Eg6o04/_new  2013-05-16 16:49:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.10.2
+Version:4.10.3
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.10.2.tar.xz - kdepim-runtime-4.10.3.tar.xz ++
 1854 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2013-04-18 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-04-18 10:23:19

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-03-26 15:56:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-04-18 10:23:20.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr  1 19:12:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+- Removed kdepim4-runtime_add_owncloud5_servicefile.diff patch as 
+  it was included upstream
+
+---

Old:

  kdepim-runtime-4.10.1.tar.xz
  kdepim4-runtime_add_owncloud5_servicefile.diff

New:

  kdepim-runtime-4.10.2.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.GBeE7q/_old  2013-04-18 10:23:21.0 +0200
+++ /var/tmp/diff_new_pack.GBeE7q/_new  2013-04-18 10:23:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.10.1
+Version:4.10.2
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -27,8 +27,6 @@
 Source1:akonadi.png
 Patch0: buildfix-qjson_0_8_0.diff
 Patch1: disable-knut.diff
-# PATCH-FIX-UPSTREAM kdepim4-runtime_add_owncloud5_servicefile.diff 
[kde#314711] FIXED-IN: 4.10.2
-Patch2: kdepim4-runtime_add_owncloud5_servicefile.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkgapi-devel = 0.4.0
@@ -54,7 +52,6 @@
 %setup -q -n kdepim-runtime-%{version}
 %patch0 -p1
 %patch1
-%patch2 -p1
 
 %build
 %ifarch ppc64


++ kdepim-runtime-4.10.1.tar.xz - kdepim-runtime-4.10.2.tar.xz ++
 3955 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-03-26 15:56:40

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-03-14 11:29:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-03-26 15:56:41.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 16:43:23 UTC 2013 - stefan.bru...@rwth-aachen.de
+
+- update Caldav/Carddav service file for owncloud5
+  fixes kde#314711, picked from upstream
+
+---

New:

  kdepim4-runtime_add_owncloud5_servicefile.diff



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.8WGPUz/_old  2013-03-26 15:56:42.0 +0100
+++ /var/tmp/diff_new_pack.8WGPUz/_new  2013-03-26 15:56:42.0 +0100
@@ -27,6 +27,8 @@
 Source1:akonadi.png
 Patch0: buildfix-qjson_0_8_0.diff
 Patch1: disable-knut.diff
+# PATCH-FIX-UPSTREAM kdepim4-runtime_add_owncloud5_servicefile.diff 
[kde#314711] FIXED-IN: 4.10.2
+Patch2: kdepim4-runtime_add_owncloud5_servicefile.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkgapi-devel = 0.4.0
@@ -52,6 +54,7 @@
 %setup -q -n kdepim-runtime-%{version}
 %patch0 -p1
 %patch1
+%patch2 -p1
 
 %build
 %ifarch ppc64


++ kdepim4-runtime_add_owncloud5_servicefile.diff ++
diff --git a/resources/dav/services/owncloud-pre5.desktop 
b/resources/dav/services/owncloud-pre5.desktop
new file mode 100644
index 000..1fde674
--- /dev/null
+++ b/resources/dav/services/owncloud-pre5.desktop
@@ -0,0 +1,23 @@
+[Desktop Entry]
+Name=ownCloud ( 5.0)
+Name[cs]=ownCloud ( 5.0)
+Name[de]=ownCloud ( 5.0)
+Name[es]=ownCloud ( 5.0)
+Name[fr]=ownCloud ( 5.0)
+Name[nl]=ownCloud ( 5.0)
+Name[pt]=ownCloud ( 5.0)
+Name[pt_BR]=ownCloud ( 5.0)
+Name[sk]=ownCloud ( 5.0)
+Name[sr]=Оунклауд ( 5.0)
+Name[sr@ijekavian]=Оунклауд ( 5.0)
+Name[sr@ijekavianlatin]=ownCloud ( 5.0)
+Name[sr@latin]=ownCloud ( 5.0)
+Name[sv]=ownCloud ( 5.0)
+Name[uk]=ownCloud ( 5.0)
+Name[x-test]=xxownCloud ( 5.0)xx
+Type=Service
+X-KDE-ServiceTypes=DavGroupwareProvider
+
+X-DavGroupware-SupportedProtocols=CalDav,CardDav
+X-DavGroupware-CalDavPath=/apps/calendar/caldav.php
+X-DavGroupware-CardDavPath=/apps/contacts/carddav.php
diff --git a/resources/dav/services/owncloud.desktop 
b/resources/dav/services/owncloud.desktop
index 265ac19..46304dc 100644
--- a/resources/dav/services/owncloud.desktop
+++ b/resources/dav/services/owncloud.desktop
@@ -43,5 +43,5 @@ Type=Service
 X-KDE-ServiceTypes=DavGroupwareProvider
 
 X-DavGroupware-SupportedProtocols=CalDav,CardDav
-X-DavGroupware-CalDavPath=/apps/calendar/caldav.php
-X-DavGroupware-CardDavPath=/apps/contacts/carddav.php
+X-DavGroupware-CalDavPath=/remote.php/caldav
+X-DavGroupware-CardDavPath=/remote.php/carddav
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdepim4-runtime for openSUSE:Factory

2013-03-14 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-03-14 11:29:50

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-02-04 20:32:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-03-14 11:29:52.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  2 15:34:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---

Old:

  kdepim-runtime-4.10.0.tar.xz

New:

  kdepim-runtime-4.10.1.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.zL4N09/_old  2013-03-14 11:29:53.0 +0100
+++ /var/tmp/diff_new_pack.zL4N09/_new  2013-03-14 11:29:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.10.0
+Version:4.10.1
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.10.0.tar.xz - kdepim-runtime-4.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.10.0/CMakeLists.txt 
new/kdepim-runtime-4.10.1/CMakeLists.txt
--- old/kdepim-runtime-4.10.0/CMakeLists.txt2013-01-29 22:58:08.0 
+0100
+++ new/kdepim-runtime-4.10.1/CMakeLists.txt2013-03-01 07:59:42.0 
+0100
@@ -38,7 +38,7 @@
 set( KDEPIM_RUNTIME_DEV_VERSION  )
 endif ()
 
-set( KDEPIM_RUNTIME_VERSION 4.10${KDEPIM_RUNTIME_DEV_VERSION} )
+set( KDEPIM_RUNTIME_VERSION 4.10.1${KDEPIM_RUNTIME_DEV_VERSION} )
 
 ### search-related options 
 option(KDEPIM_NO_NEPOMUK Build without nepomuk dependency FALSE)
@@ -54,7 +54,7 @@
 find_package(KDE4 REQUIRED)
 include(KDE4Defaults)
 
-find_package(KdepimLibs 4.10 REQUIRED)
+find_package(KdepimLibs 4.10.1 REQUIRED)
 
 find_package(Boost 1.34.0)
 macro_log_feature(Boost_FOUND Boost Boost C++ Libraries 
http://www.boost.org; TRUE 1.34.0 Required by Akonadi.)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.10.0/agents/calendarsearch/calendarsearchagent.desktop 
new/kdepim-runtime-4.10.1/agents/calendarsearch/calendarsearchagent.desktop
--- old/kdepim-runtime-4.10.0/agents/calendarsearch/calendarsearchagent.desktop 
2013-01-30 21:34:43.0 +0100
+++ new/kdepim-runtime-4.10.1/agents/calendarsearch/calendarsearchagent.desktop 
2013-03-01 07:59:42.0 +0100
@@ -54,6 +54,7 @@
 Comment[el]=Πράκτορας για αναζήτηση ημερολογίου
 Comment[es]=Agente para búsqueda de calendario
 Comment[et]=Kalendriotsingu agent
+Comment[fi]=Kalenterihakuasiakas
 Comment[fr]=Agent de rechercher dans les agendas
 Comment[gl]=Axente para a busca en calendarios
 Comment[hu]=Ügynök a naptárkereséshez
@@ -76,6 +77,7 @@
 Comment[sr@ijekavianlatin]=Agent za pretragu kalendara
 Comment[sr@latin]=Agent za pretragu kalendara
 Comment[sv]=Modul för kalendersökning
+Comment[tr]=Takvim araması için yardımcı
 Comment[uk]=Агент для пошуку у календарях
 Comment[x-test]=xxAgent for calendar searchingxx
 Comment[zh_CN]=日历搜索代理
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.10.0/agents/invitations/invitationsagent.desktop 
new/kdepim-runtime-4.10.1/agents/invitations/invitationsagent.desktop
--- old/kdepim-runtime-4.10.0/agents/invitations/invitationsagent.desktop   
2013-01-30 21:34:43.0 +0100
+++ new/kdepim-runtime-4.10.1/agents/invitations/invitationsagent.desktop   
2013-03-01 07:59:42.0 +0100
@@ -51,6 +51,7 @@
 Comment[el]=Διανέμει προσκλήσεις από το ημερολόγιό σας
 Comment[es]=Remite invitaciones desde su calendario
 Comment[et]=Kutsete edastamine sinu kalendrist
+Comment[fi]=Lähettää kutsuja kalenteristasi
 Comment[fr]=Distribue les invitations de votre agenda
 Comment[gl]=Xestiona invitacións do calendario.
 Comment[hu]=Meghívásokat kézbesít a naptárából
@@ -73,6 +74,7 @@
 Comment[sr@ijekavianlatin]=Otprema pozivnice iz vašeg kalendara
 Comment[sr@latin]=Otprema pozivnice iz vašeg kalendara
 Comment[sv]=Skickar inbjudningar från kalendern
+Comment[tr]=Takviminizdeki davetleri yollar
 Comment[uk]=Роповсюджує запрошення на основі даних календаря
 Comment[x-test]=xxDispatches invitations from your calendarxx
 Comment[zh_CN]=从您的日历发送邀请
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit kdepim4-runtime for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-02-04 20:32:33

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-01-19 16:38:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-02-04 20:32:36.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 31 17:45:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---

Old:

  kdepim-runtime-4.9.98.tar.xz

New:

  kdepim-runtime-4.10.0.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.puQavX/_old  2013-02-04 20:32:37.0 +0100
+++ /var/tmp/diff_new_pack.puQavX/_new  2013-02-04 20:32:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.9.98
+Version:4.10.0
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


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



commit kdepim4-runtime for openSUSE:Factory

2013-01-19 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-01-19 16:37:59

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-01-07 11:02:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-01-19 16:38:01.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 17 08:03:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---

Old:

  kdepim-runtime-4.9.97.tar.xz

New:

  kdepim-runtime-4.9.98.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.1DlK10/_old  2013-01-19 16:38:02.0 +0100
+++ /var/tmp/diff_new_pack.1DlK10/_new  2013-01-19 16:38:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.9.97
+Version:4.9.98
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ buildfix-qjson_0_8_0.diff ++
--- /var/tmp/diff_new_pack.1DlK10/_old  2013-01-19 16:38:02.0 +0100
+++ /var/tmp/diff_new_pack.1DlK10/_new  2013-01-19 16:38:02.0 +0100
@@ -5,7 +5,7 @@
 Fix build with QJson = 0.8.0
 
 diff --git a/resources/google/calendar/CMakeLists.txt 
b/resources/google/calendar/CMakeLists.txt
-index 6bf7eaf..62659eb 100644
+index 5879cb1..b118d8e 100644
 --- a/resources/google/calendar/CMakeLists.txt
 +++ b/resources/google/calendar/CMakeLists.txt
 @@ -1,5 +1,10 @@
@@ -16,9 +16,9 @@
 +  add_definitions(-DUSE_QJSON_0_8)
 +endif()
 +
+ include_directories(${QJSON_INCLUDE_DIR} ${qjson_INCLUDE_DIR})
+ 
  set(calendarresource_SRCS
-   calendareditor.cpp
-   calendarresource.cpp
 diff --git a/resources/google/calendar/defaultreminderattribute.cpp 
b/resources/google/calendar/defaultreminderattribute.cpp
 index 879a2c3..7dc45b4 100644
 --- a/resources/google/calendar/defaultreminderattribute.cpp

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



commit kdepim4-runtime for openSUSE:Factory

2013-01-07 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-01-07 11:01:58

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-12-21 09:16:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-01-07 11:02:05.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  3 21:07:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---

Old:

  kdepim-runtime-4.9.95.tar.xz

New:

  kdepim-runtime-4.9.97.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.tBeY1y/_old  2013-01-07 11:02:06.0 +0100
+++ /var/tmp/diff_new_pack.tBeY1y/_new  2013-01-07 11:02:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdepim4-runtime
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.9.95
+Version:4.9.97
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


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



commit kdepim4-runtime for openSUSE:Factory

2012-12-21 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-12-21 09:16:04

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-12-07 14:24:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-12-21 09:16:07.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 18:35:31 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---

Old:

  kdepim-runtime-4.9.90.tar.xz

New:

  kdepim-runtime-4.9.95.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.X4B7vP/_old  2012-12-21 09:16:08.0 +0100
+++ /var/tmp/diff_new_pack.X4B7vP/_new  2012-12-21 09:16:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.9.90
+Version:4.9.95
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


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



commit kdepim4-runtime for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-12-07 14:23:43

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-11-08 07:43:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-12-07 14:24:08.0 +0100
@@ -1,0 +2,22 @@
+Sat Dec  1 20:01:32 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 13:08:04 UTC 2012 - cgiboude...@gmx.com
+
+- Add buildfix-qjson_0_8_0.diff. Fixes build with QJson 0.8.0
+
+---
+Sun Nov 25 11:25:54 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_8_branch.diff as it is not used at all
+
+---
+Sat Nov 24 12:49:51 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
@@ -5 +27 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +33 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_8_BRANCH.diff
  kdepim-runtime-4.9.3.tar.xz

New:

  buildfix-qjson_0_8_0.diff
  kdepim-runtime-4.9.90.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.bUbdPX/_old  2012-12-07 14:24:09.0 +0100
+++ /var/tmp/diff_new_pack.bUbdPX/_new  2012-12-07 14:24:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -25,12 +25,13 @@
 Url:http://www.kde.org
 Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
-Patch0: 4_8_BRANCH.diff
+Patch0: buildfix-qjson_0_8_0.diff
 Patch1: disable-knut.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkgapi-devel = 0.4.0
 BuildRequires:  libkolab-devel = 0.2.0
+BuildRequires:  nepomuk-core-devel
 BuildRequires:  xz
 Suggests:   kontact
 Obsoletes:  kde4-akonadi  4.2.90
@@ -61,11 +62,11 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   cd ..
   #remove menu entries of development tools
-  mkdir -p %{buildroot}%{_datadir}/pixmaps
-  install $RPM_SOURCE_DIR/akonadi.png %{buildroot}%{_datadir}/pixmaps/
+  mkdir -p %{buildroot}%{_kde4_datadir}/pixmaps
+  install $RPM_SOURCE_DIR/akonadi.png %{buildroot}%{_kde4_datadir}/pixmaps/
   %suse_update_desktop_file -u akonaditray  Network  Email
   %fdupes -s %{buildroot}
   # remove stuff we don't want to package
@@ -84,30 +85,31 @@
 
 %files
 %defattr(-,root,root)
-%{_datadir}/akonadi
-%{_datadir}/autostart/kaddressbookmigrator.desktop
-%{_datadir}/dbus-1/interfaces/*
-%{_datadir}/mime/packages/*.xml
-%{_datadir}/pixmaps/akonadi.png
-%{_datadir}/ontology/kde/
 %{_kde4_applicationsdir}/accountwizard.desktop
 %{_kde4_applicationsdir}/akonaditray.desktop
 %{_kde4_appsdir}/akonadi
 %{_kde4_appsdir}/akonadi_maildispatcher_agent/
+%{_kde4_appsdir}/akonadi_nepomuk_feeder/
+%{_kde4_appsdir}/nepomukpimindexerutility/
 %{_kde4_bindir}/*
 %{_kde4_configdir}/*
+%{_kde4_datadir}/akonadi
+%{_kde4_datadir}/autostart/kaddressbookmigrator.desktop
+%{_kde4_datadir}/dbus-1/interfaces/*
+%{_kde4_datadir}/mime/packages/*.xml
+%{_kde4_datadir}/ontology/kde/
+%{_kde4_datadir}/pixmaps/akonadi.png
 %{_kde4_iconsdir}/hicolor/*/apps/*.png
 %{_kde4_libdir}/libakonadi-filestore.so.4*
 %{_kde4_libdir}/libakonadi-xml.so.4*
+%{_kde4_libdir}/libkdepim-copy.so
 %{_kde4_libdir}/libkdepim-copy.so.4*
 %{_kde4_libdir}/libkmindexreader.so.4*
 %{_kde4_libdir}/libmaildir.so.4*
+%{_kde4_libdir}/libnepomukfeederpluginlib.a
 %{_kde4_modulesdir}/*
-%{_kde4_servicetypesdir}/davgroupwareprovider.desktop
 %{_kde4_servicetypesdir}/akonadinepomukfeeder.desktop
+%{_kde4_servicetypesdir}/davgroupwareprovider.desktop
 %{_kde4_sharedir}/services
-%{_kde4_libdir}/libnepomukfeederpluginlib.a
-%{_kde4_libdir}/libkdepim-runtime-dms-copy.so
-%{_kde4_libdir}/libkdepim-copy.so
 
 %changelog


++ buildfix-qjson_0_8_0.diff ++
commit ca06d09b6b78381bb152deb02c31ecb9d6a43210
Author: 

commit kdepim4-runtime for openSUSE:Factory

2012-11-07 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-11-08 07:43:44

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-10-07 19:08:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-11-08 07:43:47.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  2 16:47:04 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/4.9.3/ for details
+
+---

Old:

  kdepim-runtime-4.9.2.tar.xz

New:

  kdepim-runtime-4.9.3.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.6SqpT8/_old  2012-11-08 07:43:48.0 +0100
+++ /var/tmp/diff_new_pack.6SqpT8/_new  2012-11-08 07:43:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.9.2
+Version:4.9.3
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


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



commit kdepim4-runtime for openSUSE:Factory

2012-10-07 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-10-07 19:08:52

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-09-23 08:05:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-10-07 19:08:53.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 29 09:55:32 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.2
+  * see http://kde.org/announcements/4.9.2/ for details
+
+---

Old:

  kdepim-runtime-4.9.1.tar.xz

New:

  kdepim-runtime-4.9.2.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.0pBYJK/_old  2012-10-07 19:08:54.0 +0200
+++ /var/tmp/diff_new_pack.0pBYJK/_new  2012-10-07 19:08:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.9.1
+Version:4.9.2
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


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



commit kdepim4-runtime for openSUSE:Factory

2012-09-23 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-09-23 08:05:04

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-09-11 07:57:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-09-23 08:05:14.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 11 12:01:18 UTC 2012 - cgiboude...@gmx.com
+
+- Add a provides/obsoletes entry for akonadi-google.
+This resource is part of kdepim-runtime since 4.9
+- Add BuildRequires: libkgapi-devel and libkolab-devel to build 
+  more Akonadi resources
+
+---



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.d2DROE/_old  2012-09-23 08:05:15.0 +0200
+++ /var/tmp/diff_new_pack.d2DROE/_new  2012-09-23 08:05:15.0 +0200
@@ -28,13 +28,17 @@
 Patch0: 4_8_BRANCH.diff
 Patch1: disable-knut.diff
 BuildRequires:  fdupes
-BuildRequires:  libkdepimlibs4-devel = %version
+BuildRequires:  libkdepimlibs4-devel = %{version}
+BuildRequires:  libkgapi-devel = 0.4.0
+BuildRequires:  libkolab-devel = 0.2.0
 BuildRequires:  xz
 Suggests:   kontact
 Obsoletes:  kde4-akonadi  4.2.90
 Provides:   kde4-akonadi = 4.2.90
 Obsoletes:  kdepim4-runtime-devel  4.5.81svn1202101
 Provides:   kdepim4-runtime-devel = 4.5.81svn1202101
+Obsoletes:  akonadi-google = 0.3.1
+Provides:   akonadi-google = 0.3.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_akonadi_requires
 %kde4_pimlibs_requires



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



commit kdepim4-runtime for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-08-07 21:30:14

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-06-12 21:43:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-08-07 21:30:21.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 16:52:17 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  kdepim-runtime-4.8.4.tar.xz

New:

  kdepim-runtime-4.8.5.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.4Tcfh8/_old  2012-08-07 21:30:23.0 +0200
+++ /var/tmp/diff_new_pack.4Tcfh8/_new  2012-08-07 21:30:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


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



commit kdepim4-runtime for openSUSE:Factory

2012-06-12 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-06-12 21:42:43

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-05-09 18:31:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-06-12 21:43:16.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun  1 13:54:09 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---

Old:

  kdepim-runtime-4.8.3.tar.xz

New:

  kdepim-runtime-4.8.4.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.1QvLop/_old  2012-06-12 21:43:19.0 +0200
+++ /var/tmp/diff_new_pack.1QvLop/_new  2012-06-12 21:43:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.8.3
+Version:4.8.4
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


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



commit kdepim4-runtime for openSUSE:Factory

2012-05-09 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-05-09 18:12:46

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-04-18 16:30:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-05-09 18:31:03.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 29 20:55:49 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.3
+  * see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for 
details
+
+---

Old:

  kdepim-runtime-4.8.2.tar.xz

New:

  kdepim-runtime-4.8.3.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.aOCw4r/_old  2012-05-09 18:31:05.0 +0200
+++ /var/tmp/diff_new_pack.aOCw4r/_new  2012-05-09 18:31:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.8.2
+Version:4.8.3
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -103,7 +103,7 @@
 %{_kde4_servicetypesdir}/akonadinepomukfeeder.desktop
 %{_kde4_sharedir}/services
 %{_kde4_libdir}/libnepomukfeederpluginlib.a
-%{_kde4_libdir}/libnepomukdatamanagement-copy.so
+%{_kde4_libdir}/libkdepim-runtime-dms-copy.so
 %{_kde4_libdir}/libkdepim-copy.so
 
 %changelog


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



commit kdepim4-runtime for openSUSE:Factory

2012-04-18 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-04-18 16:30:17

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-04-12 09:32:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-04-18 16:30:42.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 14 15:28:50 UTC 2012 - dmuel...@suse.com
+
+- fix build dependency on kdepimlibs
+
+---



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.kAnPMp/_old  2012-04-18 16:30:42.0 +0200
+++ /var/tmp/diff_new_pack.kAnPMp/_new  2012-04-18 16:30:42.0 +0200
@@ -28,7 +28,7 @@
 Patch0: 4_8_BRANCH.diff
 Patch1: disable-knut.diff
 BuildRequires:  fdupes
-BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  libkdepimlibs4-devel = %version
 BuildRequires:  xz
 Suggests:   kontact
 Obsoletes:  kde4-akonadi  4.2.90



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



commit kdepim4-runtime for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-04-12 09:32:10

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-03-13 09:33:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-04-12 09:32:15.0 +0200
@@ -1,0 +2,16 @@
+Mon Apr  2 20:32:29 UTC 2012 - wstephen...@suse.com
+
+- Fix kde#297039 - KAlarm/Kontact crash
+
+---
+Sat Mar 31 11:49:59 UTC 2012 - wstephen...@suse.com
+
+- Add xz to BuildRequires
+
+---
+Fri Mar 30 01:14:24 CEST 2012 - dmuel...@suse.de
+
+- update to 4.8.2
+  * see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for 
details
+
+---

Old:

  kdepim-runtime-4.8.1.tar.bz2

New:

  kdepim-runtime-4.8.2.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.Zmarsp/_old  2012-04-12 09:32:17.0 +0200
+++ /var/tmp/diff_new_pack.Zmarsp/_new  2012-04-12 09:32:17.0 +0200
@@ -17,18 +17,19 @@
 
 
 Name:   kdepim4-runtime
-Version:4.8.1
+Version:4.8.2
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:kdepim-runtime-%{version}.tar.bz2
+Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
 Patch0: 4_8_BRANCH.diff
 Patch1: disable-knut.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  xz
 Suggests:   kontact
 Obsoletes:  kde4-akonadi  4.2.90
 Provides:   kde4-akonadi = 4.2.90


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



commit kdepim4-runtime for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-03-13 09:33:03

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-02-22 15:53:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-03-13 09:33:34.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:15:29 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdepim-runtime-4.8.0.tar.bz2
  kdepim-runtime-nepomuk-feeder-fix.diff

New:

  kdepim-runtime-4.8.1.tar.bz2



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.j8piTS/_old  2012-03-13 09:33:36.0 +0100
+++ /var/tmp/diff_new_pack.j8piTS/_new  2012-03-13 09:33:36.0 +0100
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   kdepim4-runtime
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -28,7 +27,6 @@
 Source1:akonadi.png
 Patch0: 4_8_BRANCH.diff
 Patch1: disable-knut.diff
-Patch2: kdepim-runtime-nepomuk-feeder-fix.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel
 Suggests:   kontact
@@ -48,7 +46,6 @@
 %setup -q -n kdepim-runtime-%{version}
 %patch0 -p1
 %patch1
-%patch2 -p1
 
 %build
 %ifarch ppc64


++ kdepim-runtime-4.8.0.tar.bz2 - kdepim-runtime-4.8.1.tar.bz2 ++
 2610 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-02-22 15:53:06

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-01-27 15:20:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-02-22 15:53:09.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 19:09:04 UTC 2012 - gra...@andtech.eu
+
+- Add trueg's patch to fix virtuoso cpu thrashing and generally
+  make the indexing feeders behave better.
+  * see https://bugs.kde.org/show_bug.cgi?id=289932
+
+---

New:

  kdepim-runtime-nepomuk-feeder-fix.diff



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.wh2Crj/_old  2012-02-22 15:53:10.0 +0100
+++ /var/tmp/diff_new_pack.wh2Crj/_new  2012-02-22 15:53:10.0 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   kdepim4-runtime
 Version:4.8.0
 Release:0
@@ -26,6 +28,7 @@
 Source1:akonadi.png
 Patch0: 4_8_BRANCH.diff
 Patch1: disable-knut.diff
+Patch2: kdepim-runtime-nepomuk-feeder-fix.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel
 Suggests:   kontact
@@ -45,6 +48,7 @@
 %setup -q -n kdepim-runtime-%{version}
 %patch0 -p1
 %patch1
+%patch2 -p1
 
 %build
 %ifarch ppc64


++ kdepim-runtime-nepomuk-feeder-fix.diff ++
diff --git a/agents/nepomukfeeder/CMakeLists.txt 
b/agents/nepomukfeeder/CMakeLists.txt
index 82ea7c9..07ffbdf 100644
--- a/agents/nepomukfeeder/CMakeLists.txt
+++ b/agents/nepomukfeeder/CMakeLists.txt
@@ -5,6 +5,7 @@ include_directories(
   dms-copy
   plugin
   ./
+  ${CMAKE_CURRENT_BINARY_DIR}
   )
 
 include( SopranoAddOntology )
@@ -17,6 +18,9 @@ add_subdirectory( plugin )
 add_subdirectory( plugins )
 add_subdirectory( test )
 
+set(CMAKE_NEPOMUK_FEEDER_INDEX_COMPAT_LEVEL 3)
+configure_file(nepomukfeeder-config.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/nepomukfeeder-config.h)
+
 kde4_add_executable(akonadi_nepomuk_feeder nepomukfeederagent.cpp 
pluginloader.cpp feederqueue.cpp nepomukhelpers.cpp)
 
 set( NEPOMUKFEEDER_SHARED_LIBS
diff --git a/agents/nepomukfeeder/feederqueue.cpp 
b/agents/nepomukfeeder/feederqueue.cpp
index 9274daf..f19fdd1 100644
--- a/agents/nepomukfeeder/feederqueue.cpp
+++ b/agents/nepomukfeeder/feederqueue.cpp
@@ -23,6 +23,7 @@
 #include dms-copy/simpleresource.h
 #include Nepomuk/ResourceManager
 #include Soprano/Model
+#include Soprano/QueryResultIterator
 #include nie.h
 
 #include Akonadi/ItemFetchJob
@@ -31,9 +32,12 @@
 #include KUrl
 #include KJob
 
+#include QDateTime
+
 #include aneo.h
 
 #include nepomukhelpers.h
+#include nepomukfeeder-config.h
 
 using namespace Akonadi;
 
@@ -72,7 +76,34 @@ void FeederQueue::setOnline( bool online )
   //kDebug()  online;
   mOnline = online;
   if (online)
-continueIndexing();
+  continueIndexing();
+}
+
+void FeederQueue::setIndexingSpeed(FeederQueue::IndexingSpeed speed)
+{
+const int s_reducedSpeedDelay = 500; // ms
+const int s_snailPaceDelay = 3000;   // ms
+
+kDebug()  speed;
+
+//
+// The high priority queue is never suspended entirely, even if we are 
offline.
+// The low prio queue is always throttled a little more than the high prio 
one
+//
+if ( speed == FullSpeed ) {
+lowPrioQueue.setProcessingDelay(0);
+highPrioQueue.setProcessingDelay(0);
+setOnline(true);
+}
+else if ( speed == ReducedSpeed ) {
+lowPrioQueue.setProcessingDelay(s_snailPaceDelay);
+highPrioQueue.setProcessingDelay(s_reducedSpeedDelay);
+setOnline(true);
+}
+else if ( speed == SnailPace ) {
+highPrioQueue.setProcessingDelay(s_snailPaceDelay);
+setOnline(false);
+}
 }
 
 void FeederQueue::addCollection( const Akonadi::Collection collection )
@@ -122,16 +153,24 @@ void FeederQueue::itemHeadersReceived( const 
Akonadi::Item::List items )
 if ( item.storageCollectionId() != mCurrentCollection.id() )
   continue; // stay away from links
 
-// update item if it does not exist
-if ( 
!Nepomuk::ResourceManager::instance()-mainModel()-containsAnyStatement( 
Soprano::Node(),  Vocabulary::NIE::url(), item.url() ) ) {
+// update item if it does not exist or does not have a proper id
+// we check if the item already exists with the following values:
+// - nie:url needs to be set
+// - 

commit kdepim4-runtime for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2011-12-08 12:09:56

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2011-11-14 14:18:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2011-12-08 12:10:01.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:46 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:58:59 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdepim-runtime-4.7.3.tar.bz2

New:

  kdepim-runtime-4.7.4.tar.bz2



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.JphvNx/_old  2011-12-08 12:10:03.0 +0100
+++ /var/tmp/diff_new_pack.JphvNx/_new  2011-12-08 12:10:03.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdepim4-runtime
-Version:4.7.3
-Release:1
-License:LGPLv2.1+
+Version:4.7.4
+Release:0
 Summary:Base package of kdepim
-Url:http://www.kde.org
+License:LGPL-2.1+
 Group:  System/GUI/KDE
+Url:http://www.kde.org
 Source0:kdepim-runtime-%{version}.tar.bz2
 Source1:akonadi.png
 Patch0: 4_7_BRANCH.diff


++ kdepim-runtime-4.7.3.tar.bz2 - kdepim-runtime-4.7.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.7.3/CMakeLists.txt 
new/kdepim-runtime-4.7.4/CMakeLists.txt
--- old/kdepim-runtime-4.7.3/CMakeLists.txt 2011-10-28 09:51:28.0 
+0200
+++ new/kdepim-runtime-4.7.4/CMakeLists.txt 2011-12-02 00:53:01.0 
+0100
@@ -38,7 +38,7 @@
 set( KDEPIM_RUNTIME_DEV_VERSION  )
 endif ()
 
-set( KDEPIM_RUNTIME_VERSION 4.7.3${KDEPIM_RUNTIME_DEV_VERSION} )
+set( KDEPIM_RUNTIME_VERSION 4.7.4${KDEPIM_RUNTIME_DEV_VERSION} )
 
 ### search-related options 
 option(KDEPIM_NO_NEPOMUK Build without nepomuk dependency FALSE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.7.3/accountwizard/accountwizard.desktop 
new/kdepim-runtime-4.7.4/accountwizard/accountwizard.desktop
--- old/kdepim-runtime-4.7.3/accountwizard/accountwizard.desktop
2011-10-02 15:24:50.0 +0200
+++ new/kdepim-runtime-4.7.4/accountwizard/accountwizard.desktop
2011-12-02 00:25:44.0 +0100
@@ -35,6 +35,7 @@
 Name[sr@ijekavianlatin]=Čarobnjak za naloge
 Name[sr@latin]=Čarobnjak za naloge
 Name[sv]=Kontoguide
+Name[tr]=Hesap Sihirbazı
 Name[ug]=زىيارەت يېتەكچىسى
 Name[uk]=Майстер облікових записів
 Name[x-test]=xxAccount Wizardxx
@@ -73,6 +74,7 @@
 Comment[sr@ijekavianlatin]=Pokrenite čarobnjak da podesite PIM naloge.
 Comment[sr@latin]=Pokrenite čarobnjak da podesite PIM naloge.
 Comment[sv]=Starta kontoguiden för att anpassa konton för personlig 
informationshantering.
+Comment[tr]=PIM hesaplarını düzenlemek için hesap sihirbazını başlat.
 Comment[uk]=Запустити майстер облікових записів для налаштування.
 Comment[x-test]=xxLaunch the account wizard to configure PIM accounts.xx
 Comment[zh_CN]=调用账户向导配置个人信息账户。
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.7.3/agents/calendarsearch/calendarsearchagent.desktop 
new/kdepim-runtime-4.7.4/agents/calendarsearch/calendarsearchagent.desktop
--- old/kdepim-runtime-4.7.3/agents/calendarsearch/calendarsearchagent.desktop  
2011-10-02 15:24:48.0 +0200
+++ new/kdepim-runtime-4.7.4/agents/calendarsearch/calendarsearchagent.desktop  
2011-12-02 00:25:44.0 +0100
@@ -31,6 +31,7 @@
 Name[sr@ijekavianlatin]=Agent pretrage kalendara
 Name[sr@latin]=Agent pretrage kalendara
 Name[sv]=Modul för kalendersökning
+Name[tr]=Takvim Arama Programı
 Name[uk]=Агент пошуку у календарі
 Name[x-test]=xxCalendar Search Agentxx
 Name[zh_CN]=日历搜索代理
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.7.3/agents/invitations/invitationsagent.desktop 
new/kdepim-runtime-4.7.4/agents/invitations/invitationsagent.desktop
--- old/kdepim-runtime-4.7.3/agents/invitations/invitationsagent.desktop

commit kdepim4-runtime for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2011-11-14 14:18:09

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2011-10-21 16:31:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2011-11-14 14:18:11.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  2 20:23:21 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.3
+  * see http://kde.org/announcements/changelogs/changelog4_7_2to4_7_3.php for 
details
+
+---

Old:

  kdepim-runtime-4.7.2.tar.bz2

New:

  kdepim-runtime-4.7.3.tar.bz2



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.FGCucw/_old  2011-11-14 14:18:12.0 +0100
+++ /var/tmp/diff_new_pack.FGCucw/_new  2011-11-14 14:18:12.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.7.2
+Version:4.7.3
 Release:1
 License:LGPLv2.1+
 Summary:Base package of kdepim

++ 4_7_BRANCH.diff ++
--- /var/tmp/diff_new_pack.FGCucw/_old  2011-11-14 14:18:12.0 +0100
+++ /var/tmp/diff_new_pack.FGCucw/_new  2011-11-14 14:18:12.0 +0100
@@ -5,213 +5,3 @@
 +git diff v4.7.2..origin/KDE/4.7
 diff --git a/CMakeLists.txt b/CMakeLists.txt
 index 6a72fb9..f74c6c5 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -38,7 +38,7 @@ if (NOT DEFINED KDEPIM_RUNTIME_DEV_VERSION)
- set( KDEPIM_RUNTIME_DEV_VERSION  )
- endif ()
- 
--set( KDEPIM_RUNTIME_VERSION 4.7.1${KDEPIM_RUNTIME_DEV_VERSION} )
-+set( KDEPIM_RUNTIME_VERSION 4.7.2${KDEPIM_RUNTIME_DEV_VERSION} )
- 
- ### search-related options 
- option(KDEPIM_NO_NEPOMUK Build without nepomuk dependency FALSE)
-diff --git a/agents/invitations/invitationsagent.desktop 
b/agents/invitations/invitationsagent.desktop
-index d36b304..829d039 100644
 a/agents/invitations/invitationsagent.desktop
-+++ b/agents/invitations/invitationsagent.desktop
-@@ -1,6 +1,6 @@
- [Desktop Entry]
- Name=Invitations Dispatcher Agent
--Name[ca]=Agent de fils d'invitacions
-+Name[ca]=Agent distribuïdor d'invitacions
- Name[ca@valencia]=Agent de fils d'invitacions
- Name[da]=Invitationsafsendingsagent
- Name[de]=Agent zur Einladungs-Auslieferung
-diff --git a/agents/maildispatcher/maildispatcheragent.desktop 
b/agents/maildispatcher/maildispatcheragent.desktop
-index 78e9458..eaf4362 100644
 a/agents/maildispatcher/maildispatcheragent.desktop
-+++ b/agents/maildispatcher/maildispatcheragent.desktop
-@@ -1,7 +1,7 @@
- [Desktop Entry]
- Name=Mail Dispatcher Agent
- Name[bs]=Dispačer mail agent
--Name[ca]=Agent de fils de correu
-+Name[ca]=Agent distribuïdor de correu
- Name[ca@valencia]=Agent de fils de correu
- Name[da]=Mailafsendingsagent (MDA)
- Name[de]=Agent zur Nachrichten-Auslieferung
-diff --git a/agents/maildispatcher/sendjob.cpp 
b/agents/maildispatcher/sendjob.cpp
-index 2d59a2b..52b0e27 100644
 a/agents/maildispatcher/sendjob.cpp
-+++ b/agents/maildispatcher/sendjob.cpp
-@@ -301,15 +301,20 @@ void SendJob::Private::doPostJob( bool transportSuccess, 
const QString transpor
- void SendJob::Private::slotSentMailCollectionFetched(KJob* job)
- {
-   Akonadi::Collection fetchCol;
--  if( job-error() ) {
-+  bool ok = false;
-+  if( !job-error() ) {
-+const CollectionFetchJob *const fetchJob = 
qobject_castCollectionFetchJob*( job );
-+if ( !fetchJob-collections().isEmpty() ) {
-+fetchCol = fetchJob-collections().first();
-+ok = true;
-+}
-+  }
-+  if ( !ok ) {
- if ( !SpecialMailCollections::self()-hasDefaultCollection( 
SpecialMailCollections::SentMail ) ) {
-   abortPostJob();
-   return;
- }
- fetchCol = SpecialMailCollections::self()-defaultCollection( 
SpecialMailCollections::SentMail );
--  } else {
--const CollectionFetchJob *const fetchJob = 
qobject_castCollectionFetchJob*( job );
--fetchCol = fetchJob-collections().first();
-   }
-   currentJob = new ItemMoveJob( item, fetchCol, q );
-   QObject::connect( currentJob, SIGNAL( result( KJob* ) ), q, SLOT( 
postJobResult( KJob* ) ) );
-diff --git a/defaultsetup/defaultcalendar-ce.desktop 
b/defaultsetup/defaultcalendar-ce.desktop
-index 0653ea4..e3fa1da 100644
 a/defaultsetup/defaultcalendar-ce.desktop
-+++ b/defaultsetup/defaultcalendar-ce.desktop
-@@ -19,6 +19,7 @@ Name[nl]=Persoonlijke agenda
- Name[pl]=Kalendarz osobisty
- Name[pt]=Calendário Pessoal
- Name[pt_BR]=Calendário pessoal

commit kdepim4-runtime for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Tue Oct 11 16:56:21 CEST 2011.




--- openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes2011-10-06 
16:35:02.0 +0200
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-10-10 20:01:26.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 17:59:18 UTC 2011 - jav...@opensuse.org
+
+- Add patch to avoid duplicate messages during migration from kmail1
+  (bko #283467)
+
+---

calling whatdependson for head-i586


New:

  localfolderscollectionmigrator.diff



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.jAsKq8/_old  2011-10-11 16:56:16.0 +0200
+++ /var/tmp/diff_new_pack.jAsKq8/_new  2011-10-11 16:56:16.0 +0200
@@ -27,6 +27,7 @@
 Source0:kdepim-runtime-%{version}.tar.bz2
 Source1:akonadi.png
 Patch1: disable-knut.diff
+Patch2: localfolderscollectionmigrator.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel
 Suggests:   kontact
@@ -45,6 +46,7 @@
 %prep
 %setup -q -n kdepim-runtime-%{version}
 %patch1
+%patch2 -p1
 
 %build
 %ifarch ppc64


++ localfolderscollectionmigrator.diff ++
commit 6bdc6290632be5fc6c103064463d7421b5e3b60d
Author: Montel Laurent mon...@kde.org
Date:   Fri Oct 7 17:14:06 2011 +0200

Fix Bug 283467 - Kmail has duplicated folders after migration from previous 
version.

By default in config we don't translate config name.
We use inbox sent-mail etc.

BUG: 283467
FIXED-IN: 4.7.3

diff --git a/migration/kmail/localfolderscollectionmigrator.cpp 
b/migration/kmail/localfolderscollectionmigrator.cpp
index 3edc59e..ea9f163 100644
--- a/migration/kmail/localfolderscollectionmigrator.cpp
+++ b/migration/kmail/localfolderscollectionmigrator.cpp
@@ -64,23 +64,41 @@ void LocalFoldersCollectionMigrator::setKMailConfig( const 
KSharedConfigPtr con
 
   const KConfigGroup group( config, QLatin1String( General ) );
 
-  QString name = group.readEntry( QLatin1String( inboxFolder ), i18nc( mail 
folder name for role inbox,  inbox ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::Inbox );
-
-  name = group.readEntry( QLatin1String( outboxFolder ), i18nc( mail folder 
name for role outbox,  outbox ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::Outbox );
-
-  name = group.readEntry( QLatin1String( sentFolder ), i18nc( mail folder 
name for role sent-mail,  sent-mail ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::SentMail );
-
-  name = group.readEntry( QLatin1String( trashFolder ), i18nc( mail folder 
name for role trash,  trash ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::Trash );
-
-  name = group.readEntry( QLatin1String( draftsFolder ), i18nc( mail folder 
name for role drafts,  drafts ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::Drafts );
-
-  name = group.readEntry( QLatin1String( templatesFolder ), i18nc( mail 
folder name for role templates,  templates ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::Templates );
+  if ( group.hasKey( QLatin1String( inboxFolder ) ) ) {
+const QString name = group.readEntry( QLatin1String( inboxFolder ), 
i18nc( mail folder name for role inbox,  inbox ) );
+d-mSystemFolders.insert( name, SpecialMailCollections::Inbox );
+  } else 
+d-mSystemFolders.insert( QLatin1String( inbox ), 
SpecialMailCollections::Inbox );
+
+  if ( group.hasKey( QLatin1String( outboxFolder ) ) ) {
+const QString name = group.readEntry( QLatin1String( outboxFolder ), 
i18nc( mail folder name for role outbox,  outbox ) );
+d-mSystemFolders.insert( name, SpecialMailCollections::Outbox );
+  } else 
+d-mSystemFolders.insert( QLatin1String( outbox ), 
SpecialMailCollections::Outbox );
+
+  if ( group.hasKey( QLatin1String( sentFolder ) ) ) {
+const QString name = group.readEntry( QLatin1String( sentFolder ), 
i18nc( mail folder name for role sent-mail,  sent-mail ) );
+d-mSystemFolders.insert( name, SpecialMailCollections::SentMail );
+  } else 
+d-mSystemFolders.insert( QLatin1String( sent-mail ), 
SpecialMailCollections::SentMail );
+
+  if ( group.hasKey( QLatin1String( trashFolder ) ) ) {
+const QString name = group.readEntry( QLatin1String( trashFolder ), 
i18nc( mail folder name for role trash,  trash ) );
+d-mSystemFolders.insert( name, SpecialMailCollections::Trash );
+  } else 
+d-mSystemFolders.insert( QLatin1String( trash ), 
SpecialMailCollections::Trash );
+
+  if ( group.hasKey( QLatin1String( draftsFolder ) ) ) {
+const QString name = group.readEntry( QLatin1String( draftsFolder ), 
i18nc( mail folder name for role drafts,  drafts ) );
+d-mSystemFolders.insert( name, 

commit kdepim4-runtime for openSUSE:Factory

2011-10-06 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Thu Oct 6 16:35:05 CEST 2011.




--- openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes2011-09-23 
02:06:26.0 +0200
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-10-02 16:42:16.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct  2 16:42:13 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.2
+  * see http://kde.org/announcements/changelogs/changelog4_7_1to4_7_2.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  kdepim-runtime-4.7.1.tar.bz2
  patch_fix_mail_loss_with_pop3_kde279297.diff

New:

  kdepim-runtime-4.7.2.tar.bz2



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.1oclDy/_old  2011-10-06 16:35:00.0 +0200
+++ /var/tmp/diff_new_pack.1oclDy/_new  2011-10-06 16:35:00.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.7.1
+Version:4.7.2
 Release:1
 License:LGPLv2.1+
 Summary:Base package of kdepim
@@ -26,8 +26,7 @@
 Group:  System/GUI/KDE
 Source0:kdepim-runtime-%{version}.tar.bz2
 Source1:akonadi.png
-Patch:  disable-knut.diff
-Patch1: patch_fix_mail_loss_with_pop3_kde279297.diff
+Patch1: disable-knut.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel
 Suggests:   kontact
@@ -45,7 +44,6 @@
 
 %prep
 %setup -q -n kdepim-runtime-%{version}
-%patch
 %patch1
 
 %build


++ kdepim-runtime-4.7.1.tar.bz2 - kdepim-runtime-4.7.2.tar.bz2 ++
 3030 lines of diff (skipped)

continue with q...



Remember to have fun...

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



commit kdepim4-runtime for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Thu Sep 22 10:46:43 CEST 2011.




--- KDE/kdepim4-runtime/kdepim4-runtime.changes 2011-09-07 14:46:07.0 
+0200
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-09-21 21:10:35.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 21 19:06:56 UTC 2011 - ctri...@opensuse.org
+
+- Fix mail loss when downloading from pop3 accounts (kde#279297)
+
+---

calling whatdependson for head-i586


New:

  patch_fix_mail_loss_with_pop3_kde279297.diff



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.OBOftt/_old  2011-09-22 10:46:40.0 +0200
+++ /var/tmp/diff_new_pack.OBOftt/_new  2011-09-22 10:46:40.0 +0200
@@ -26,7 +26,8 @@
 Group:  System/GUI/KDE
 Source0:kdepim-runtime-%{version}.tar.bz2
 Source1:akonadi.png
-Patch6: disable-knut.diff
+Patch:  disable-knut.diff
+Patch1: patch_fix_mail_loss_with_pop3_kde279297.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel
 Suggests:   kontact
@@ -44,7 +45,8 @@
 
 %prep
 %setup -q -n kdepim-runtime-%{version}
-%patch6
+%patch
+%patch1
 
 %build
 %ifarch ppc64


++ patch_fix_mail_loss_with_pop3_kde279297.diff ++
Subject: FIX mail loss with pop3 accounts
Bug: kde#279297
Patch-upstream: ccd67f3e65c9ffe32858ca521aa1e56a42b026af|kde= 4.7.2
diff --git a/resources/maildir/retrieveitemsjob.cpp 
b/resources/maildir/retrieveitemsjob.cpp
index 7253f7e..f0273ef 100644
--- resources/maildir/retrieveitemsjob.cpp
+++ resources/maildir/retrieveitemsjob.cpp
@@ -57,8 +57,10 @@ void RetrieveItemsJob::localListDone ( KJob* job )
 
   const Akonadi::Item::List items = qobject_castAkonadi::ItemFetchJob*( job 
)-items();
   m_localItems.reserve( items.size() );
-  foreach ( const Akonadi::Item item, items )
-m_localItems.insert( item.remoteId(), item );
+  foreach ( const Akonadi::Item item, items ) {
+if ( !item.remoteId().isEmpty() )
+  m_localItems.insert( item.remoteId(), item );
+  }
 
   const QStringList entryList = m_maildir.entryList();
   qint64 previousMtime = m_collection.remoteRevision().toLongLong();





Remember to have fun...

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



commit kdepim4-runtime for openSUSE:Factory

2011-09-07 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Wed Sep 7 17:51:56 CEST 2011.




--- KDE/kdepim4-runtime/kdepim4-runtime.changes 2011-07-22 20:21:06.0 
+0200
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-09-07 14:46:07.0 +0200
@@ -1,0 +2,15 @@
+Thu Sep  1 23:18:03 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.1
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+
+---
+Fri Aug 26 15:08:33 UTC 2011 - toddrme2...@gmail.com
+ 
+- Added missing %kde4_akonadi_requires and %kde4_pimlibs_requires
+  macros (fix for RPMLINT warning)
+- Removed redundant buildrequires
+- Cleaned up spec file formatting
+
+---

calling whatdependson for head-i586


Old:

  kdepim-runtime-4.7.0.tar.bz2

New:

  kdepim-runtime-4.7.1.tar.bz2



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.zftLI4/_old  2011-09-07 17:51:48.0 +0200
+++ /var/tmp/diff_new_pack.zftLI4/_new  2011-09-07 17:51:48.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.7.0
+Version:4.7.1
 Release:1
 License:LGPLv2.1+
 Summary:Base package of kdepim
@@ -27,17 +27,16 @@
 Source0:kdepim-runtime-%{version}.tar.bz2
 Source1:akonadi.png
 Patch6: disable-knut.diff
-BuildRequires:  boost-devel
-BuildRequires:  libkde4-devel
-BuildRequires:  libkdepimlibs4-devel
-BuildRequires:  libsoprano-devel
-BuildRequires:  soprano-backend-redland
 BuildRequires:  fdupes
+BuildRequires:  libkdepimlibs4-devel
 Suggests:   kontact
+Obsoletes:  kde4-akonadi  4.2.90
 Provides:   kde4-akonadi = 4.2.90
-Obsoletes:  kde4-akonadi = 4.2.90
 Obsoletes:  kdepim4-runtime-devel  4.5.81svn1202101
+Provides:   kdepim4-runtime-devel = 4.5.81svn1202101
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%kde4_akonadi_requires
+%kde4_pimlibs_requires
 %kde4_runtime_requires
 
 %description
@@ -62,7 +61,6 @@
   mkdir -p %{buildroot}%{_datadir}/pixmaps
   install $RPM_SOURCE_DIR/akonadi.png %{buildroot}%{_datadir}/pixmaps/
   %suse_update_desktop_file -u akonaditray  Network  Email
-  %kde_post_install
   %fdupes -s %{buildroot}
   %kde_post_install
 
@@ -87,8 +85,7 @@
 %{_kde4_appsdir}/akonadi_maildispatcher_agent/
 %{_kde4_bindir}/*
 %{_kde4_configdir}/*
-%{_kde4_iconsdir}/hicolor/*/apps/ox.png
-%{_kde4_iconsdir}/hicolor/64x64/apps/kolab.png
+%{_kde4_iconsdir}/hicolor/*/apps/*.png
 %{_kde4_libdir}/*.so.*
 %{_kde4_modulesdir}/*
 %{_kde4_servicetypesdir}/davgroupwareprovider.desktop


++ kdepim-runtime-4.7.0.tar.bz2 - kdepim-runtime-4.7.1.tar.bz2 ++
 3259 lines of diff (skipped)






Remember to have fun...

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



commit kdepim4-runtime for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Fri Jul 22 16:54:50 CEST 2011.




--- KDE/kdepim4-runtime/kdepim4-runtime.changes 2011-04-21 22:21:57.0 
+0200
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-07-21 15:03:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 13:03:12 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586


Old:

  4_4_BRANCH.diff
  kdepim-runtime-4.4.11.1.tar.bz2

New:

  akonadi.png
  kdepim-runtime-4.6.95.tar.bz2



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.ryg7it/_old  2011-07-22 16:52:31.0 +0200
+++ /var/tmp/diff_new_pack.ryg7it/_new  2011-07-22 16:52:31.0 +0200
@@ -18,108 +18,99 @@
 
 
 Name:   kdepim4-runtime
-BuildRequires:  cyrus-sasl-devel libqca2-devel
-BuildRequires:  boost-devel gpgme-devel libkdepimlibs4-devel
-BuildRequires:  libkde4-devel libsoprano-devel soprano-backend-redland
-BuildRequires:  fdupes libassuan-devel
+BuildRequires:  boost-devel
+BuildRequires:  cyrus-sasl-devel
+BuildRequires:  gpgme-devel
+BuildRequires:  libkde4-devel
+BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  libmysqlclient-devel
+BuildRequires:  libqca2-devel
+BuildRequires:  libsoprano-devel
+BuildRequires:  python-devel
+BuildRequires:  soprano-backend-redland
+%define with_kitchensync 0
+%define with_kpilot 1
+%define with_kmobiletools 0
+%define with_korn 0
+%define with_kcontactmanager 0
+%if %with_kitchensync
+BuildRequires:  libopensync-devel
+%endif
+Version:4.6.95
+Release:1
 License:LGPLv2.1+
-Group:  System/GUI/KDE
 Summary:Base package of kdepim
 Url:http://www.kde.org
-Version:4.4.11.1
-Release:1
-Source0:kdepim-runtime-%version.tar.bz2
-Patch:  4_4_BRANCH.diff
+Group:  System/GUI/KDE
+Source0:kdepim-runtime-%{version}.tar.bz2
+Source1:akonadi.png
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch6: disable-knut.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
-Requires(post): shared-mime-info
-Requires(postun):   shared-mime-info
+BuildRequires:  fdupes
+BuildRequires:  libassuan-devel
+BuildRequires:  libmal1-devel
+BuildRequires:  libpisock-devel
+BuildRequires:  libqjson-devel
 Suggests:   libkdepim4
 Provides:   kde4-akonadi = 4.2.90
 Obsoletes:  kde4-akonadi = 4.2.90
+Obsoletes:  kdepim4-runtime-devel  4.5.81svn1202101
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%kde4_runtime_requires
 
 %description
 This package contains the Akonadi files of the kdepim module.
 
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %prep
-%setup -q -n kdepim-runtime-%version
-%patch -p2
+%setup -q -n kdepim-runtime-%{version}
 %patch6
 
 %build
 %ifarch ppc64
-RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
   %cmake_kde4 -d build
   %make_jobs
 
 %install
   cd build
-  %makeinstall
+%makeinstall
   cd ..
   #remove menu entries of development tools
-  rm $RPM_BUILD_ROOT/usr/share/applications/kde4/akonadi*.desktop
+  mkdir -p %{buildroot}%{_datadir}/pixmaps
+  install $RPM_SOURCE_DIR/akonadi.png %{buildroot}%{_datadir}/pixmaps/
+  %suse_update_desktop_file -u akonaditray   Network  Email
   %kde_post_install
-  %fdupes -s $RPM_BUILD_ROOT
+  %fdupes -s %{buildroot}
   %kde_post_install
+  rm %{buildroot}%_kde4_libdir/*.so
 
-%post
-/sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
-
-%postun
-/sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 %clean
-  rm -rf $RPM_BUILD_ROOT
+  rm -rf %{buildroot}
   rm -rf filelists
 
-%package devel
-License:LGPLv2.1+
-Group:  System/GUI/KDE
-Summary:KDE Personal Information Management Base Package: Build 
Environment
-Requires:   kdepim4-runtime = %version
-Provides:   kde4-akonadi-devel = 4.2.90
-Obsoletes:  kde4-akonadi-devel = 4.2.90
-
-%description devel
-This packages contains development files of the kdepim-runtime module.
-
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
-%post devel -p /sbin/ldconfig
-
-%postun devel -p /sbin/ldconfig
-
-%files devel 
-%defattr(-,root,root)
-%_kde4_libdir/*.so
-#/usr/include/kabc
-
 %files
 %defattr(-,root,root)
 %_kde4_bindir/*
 %_kde4_libdir/*.so.*
 %_kde4_modulesdir/*
-/usr/share/akonadi
-/usr/share/dbus-1/interfaces/*
+%{_datadir}/akonadi
+%{_datadir}/dbus-1/interfaces/*
 %_kde4_appsdir/akonadi
+%_kde4_appsdir/akonadi_maildispatcher_agent/
 %_kde4_sharedir/services
 

commit kdepim4-runtime for openSUSE:Factory

2011-04-27 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Wed Apr 27 10:25:03 CEST 2011.




--- KDE/kdepim4-runtime/kdepim4-runtime.changes 2011-04-09 20:35:51.0 
+0200
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-04-21 22:21:57.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 21 20:22:40 UTC 2011 - jav...@opensuse.org
+
+- Update to 4.4.11.1
+  * Bugfixes over 4.4.10
+
+---

calling whatdependson for head-i586


Old:

  kdepim-runtime-4.4.10.tar.bz2

New:

  kdepim-runtime-4.4.11.1.tar.bz2



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.kJnutf/_old  2011-04-27 10:13:30.0 +0200
+++ /var/tmp/diff_new_pack.kJnutf/_new  2011-04-27 10:13:30.0 +0200
@@ -26,8 +26,8 @@
 Group:  System/GUI/KDE
 Summary:Base package of kdepim
 Url:http://www.kde.org
-Version:4.4.10
-Release:7
+Version:4.4.11.1
+Release:1
 Source0:kdepim-runtime-%version.tar.bz2
 Patch:  4_4_BRANCH.diff
 Patch6: disable-knut.diff

++ kdepim-runtime-4.4.10.tar.bz2 - kdepim-runtime-4.4.11.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.4.10/.krazy 
new/kdepim-runtime-4.4.11.1/.krazy
--- old/kdepim-runtime-4.4.10/.krazy1970-01-01 01:00:00.0 +0100
+++ new/kdepim-runtime-4.4.11.1/.krazy  2011-04-21 15:41:44.0 +0200
@@ -0,0 +1,3 @@
+SKIP /libkdepim-copy/\|/resources/openchange/
+EXTRA defines,kdebug,null,qenums,tipsandthis
+STRICT super
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.4.10/agents/nepomuk_calendar_feeder/CMakeLists.txt 
new/kdepim-runtime-4.4.11.1/agents/nepomuk_calendar_feeder/CMakeLists.txt
--- old/kdepim-runtime-4.4.10/agents/nepomuk_calendar_feeder/CMakeLists.txt 
2011-01-27 15:47:32.0 +0100
+++ new/kdepim-runtime-4.4.11.1/agents/nepomuk_calendar_feeder/CMakeLists.txt   
2011-04-21 15:41:44.0 +0200
@@ -19,5 +19,14 @@
   ${KDEPIMLIBS_KCAL_LIBS}
 )
 
+## Patch from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596908
+## We've not seen the reported issue, but it's better to have patches upstream,
+## so we take it in.
+# akonadi_nepomuk_calendar_feeder_automoc depend on the presence of the
+# ontology class headers. We can be sure that they are present when niefast
+# target is built. This is needed to avoid a race condition when building in
+# parallel.
+add_dependencies( akonadi_nepomuk_calendar_feeder_automoc niefast )
+
 install(TARGETS akonadi_nepomuk_calendar_feeder 
${INSTALL_TARGETS_DEFAULT_ARGS})
-install(FILES nepomukcalendarfeeder.desktop DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/akonadi/agents)
+install(FILES nepomukcalendarfeeder.desktop DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/akonadi/agents)
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.4.10/plugins/CMakeLists.txt 
new/kdepim-runtime-4.4.11.1/plugins/CMakeLists.txt
--- old/kdepim-runtime-4.4.10/plugins/CMakeLists.txt2011-01-27 
15:47:32.0 +0100
+++ new/kdepim-runtime-4.4.11.1/plugins/CMakeLists.txt  2011-04-21 
15:41:44.0 +0200
@@ -22,6 +22,13 @@
 target_link_libraries(akonadi_serializer_kcal ${KDE4_KDECORE_LIBS} 
${KDEPIMLIBS_KCAL_LIBS} ${KDEPIMLIBS_AKONADI_LIBS})
 install(TARGETS akonadi_serializer_kcal DESTINATION ${PLUGIN_INSTALL_DIR})
 
+if(KDEPIMLIBS_KCALCORE_LIBS)
+  set(akonadi_serializer_kcalcore_SRCS akonadi_serializer_kcalcore.cpp)
+  kde4_add_plugin(akonadi_serializer_kcalcore 
${akonadi_serializer_kcalcore_SRCS})
+  target_link_libraries(akonadi_serializer_kcalcore ${KDE4_KDECORE_LIBS} 
${KDEPIMLIBS_KCALUTILS_LIBS} ${KDEPIMLIBS_KCALCORE_LIBS} 
${KDEPIMLIBS_AKONADI_LIBS})
+  install(TARGETS akonadi_serializer_kcalcore DESTINATION 
${PLUGIN_INSTALL_DIR})
+endif()
+
 set(akonadi_serializer_bookmark_SRCS akonadi_serializer_bookmark.cpp)
 kde4_add_plugin(akonadi_serializer_bookmark 
${akonadi_serializer_bookmark_SRCS})
 target_link_libraries(akonadi_serializer_bookmark ${KDE4_KDECORE_LIBS} 
${KDE4_KIO_LIBS} ${KDEPIMLIBS_AKONADI_LIBS})
@@ -43,6 +50,7 @@
   akonadi_serializer_addressee.desktop
   akonadi_serializer_mail.desktop
   akonadi_serializer_kcal.desktop
+  akonadi_serializer_kcalcore.desktop
   akonadi_serializer_bookmark.desktop
   akonadi_serializer_contactgroup.desktop
   akonadi_serializer_microblog.desktop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.4.10/plugins/akonadi_serializer_kcalcore.cpp 
new/kdepim-runtime-4.4.11.1/plugins/akonadi_serializer_kcalcore.cpp
--- 

commit kdepim4-runtime for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Thu Apr 21 13:38:17 CEST 2011.




--- KDE/kdepim4-runtime/kdepim4-runtime.changes 2011-02-17 15:16:24.0 
+0100
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-04-09 20:35:51.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  9 18:16:20 UTC 2011 - wstephen...@novell.com
+
+- Add fixes from kdepim 4.4 branch:
+  * Turn Nepomuk disabled warning into a KNotification
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.N18ipy/_old  2011-04-21 13:37:29.0 +0200
+++ /var/tmp/diff_new_pack.N18ipy/_new  2011-04-21 13:37:29.0 +0200
@@ -27,7 +27,7 @@
 Summary:Base package of kdepim
 Url:http://www.kde.org
 Version:4.4.10
-Release:6
+Release:7
 Source0:kdepim-runtime-%version.tar.bz2
 Patch:  4_4_BRANCH.diff
 Patch6: disable-knut.diff
@@ -50,7 +50,7 @@
 
 %prep
 %setup -q -n kdepim-runtime-%version
-%patch
+%patch -p2
 %patch6
 
 %build

++ 4_4_BRANCH.diff ++
--- /var/tmp/diff_new_pack.N18ipy/_old  2011-04-21 13:37:29.0 +0200
+++ /var/tmp/diff_new_pack.N18ipy/_new  2011-04-21 13:37:29.0 +0200
@@ -0,0 +1,21 @@
+diff --git a/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp 
b/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp
+index 716d459..4f00122 100644
+--- a/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp
 b/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp
+@@ -42,6 +42,7 @@
+ #include KProcess
+ #include KMessageBox
+ #include KStandardDirs
++#include KNotification
+ 
+ #include Soprano/Vocabulary/NAO
+ 
+@@ -320,7 +321,7 @@ void NepomukFeederAgentBase::selfTest()
+   emit status( Broken, i18n( Nepomuk not operational ) );
+   if ( !QDBusConnection::sessionBus().registerService( QLatin1String( 
org.kde.pim.nepomukfeeder.selftestreport ) ) )
+ return;
+-  //KMessageBox::error( 0, message, i18n( Nepomuk Indexing Disabled ), 
KMessageBox::Notify | KMessageBox::AllowLink );
++  KNotification::event( KNotification::Warning, i18n( Nepomuk Indexing 
Disabled ), message );
+   QDBusConnection::sessionBus().unregisterService( QLatin1String( 
org.kde.pim.nepomukfeeder.selftestreport ) );
+ }
+ 






Remember to have fun...

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