Hello community, here is the log from the commit of package libkipi for openSUSE:Factory checked in at 2016-08-29 14:49:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkipi (Old) and /work/SRC/openSUSE:Factory/.libkipi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkipi" Changes: -------- --- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes 2016-07-21 07:49:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-08-29 14:49:48.000000000 +0200 @@ -1,0 +2,16 @@ +Fri Aug 12 10:29:38 UTC 2016 - [email protected] + +- Update to KDE Applications 16.08.0 + * KDE Applications 16.08.0 + * https://www.kde.org/announcements/announce-applications-16.08.0.php + + +------------------------------------------------------------------- +Mon Aug 8 15:44:31 UTC 2016 - [email protected] + +- Update to KDE Applications 16.07.90 + * KDE Applications 16.07.90 (16.08-RC) + * https://www.kde.org/announcements/announce-applications-16.07.90.php + + +------------------------------------------------------------------- Old: ---- libkipi-16.04.3.tar.xz New: ---- libkipi-16.08.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkipi.spec ++++++ --- /var/tmp/diff_new_pack.dedne6/_old 2016-08-29 14:49:51.000000000 +0200 +++ /var/tmp/diff_new_pack.dedne6/_new 2016-08-29 14:49:51.000000000 +0200 @@ -32,7 +32,7 @@ License: BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT Group: Development/Libraries/KDE Url: http://www.kde.org -Version: 16.04.3 +Version: 16.08.0 Release: 0 Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ libkipi-16.04.3.tar.xz -> libkipi-16.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/CMakeLists.txt new/libkipi-16.08.0/CMakeLists.txt --- old/libkipi-16.04.3/CMakeLists.txt 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/CMakeLists.txt 2016-06-19 18:29:20.000000000 +0200 @@ -9,7 +9,7 @@ message(STATUS "----------------------------------------------------------------------------------") message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}") -set(CMAKE_MIN_VERSION "2.8.12") +set(CMAKE_MIN_VERSION "3.0.0") set(ECM_MIN_VERSION "1.1.0") set(KF5_MIN_VERSION "5.1.0") set(QT_MIN_VERSION "5.2.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/src/configwidget.cpp new/libkipi-16.08.0/src/configwidget.cpp --- old/libkipi-16.04.3/src/configwidget.cpp 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/src/configwidget.cpp 2016-06-19 18:29:20.000000000 +0200 @@ -45,7 +45,7 @@ public: PluginCheckBox(PluginLoader::Info* const info, QTreeWidget* const parent) - : QTreeWidgetItem(parent), + : QTreeWidgetItem(parent), m_info(info) { setFlags(Qt::ItemIsUserCheckable | Qt::ItemIsEnabled); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/src/configwidget.h new/libkipi-16.08.0/src/configwidget.h --- old/libkipi-16.04.3/src/configwidget.h 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/src/configwidget.h 2016-06-19 18:29:20.000000000 +0200 @@ -56,15 +56,15 @@ /** Apply all changes about plugins selected to be hosted in KIPI host application. */ void apply(); - + /** Return the number of plugins actived in the list. */ int actived() const; - + /** Return the total number of plugins in the list. */ int count() const; - + /** Return the number of visible plugins in the list. */ int visible() const; @@ -76,7 +76,7 @@ /** Clear all selected plugins in the list. */ void clearAll(); - + /** Set the string used to filter the plugins list. signalSearchResult() is emitted when all is done. */ void setFilter(const QString& filter, Qt::CaseSensitivity cs); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/src/imagecollection.h new/libkipi-16.08.0/src/imagecollection.h --- old/libkipi-16.04.3/src/imagecollection.h 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/src/imagecollection.h 2016-06-19 18:29:20.000000000 +0200 @@ -126,11 +126,11 @@ * This tree view widget needs to starts at some URL. This function specifies that location. * Here are a couble of possible return value different host applications may choose. * - * If all images are stored rooted at some tree (which is the case for KPhotoAlbum), + * If all images are stored rooted at some tree (which is the case for KPhotoAlbum), * then this function may return this directory unconditionally. * The root directory returned by uploadPath() (which is the default implementation for this method) * will be the directory returned by uploadPath(). - * + * * IMPORTANT: uploadRoot() must be a subpath of uploadPath() */ QUrl uploadRootUrl() const; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/src/imagecollectionselector.cpp new/libkipi-16.08.0/src/imagecollectionselector.cpp --- old/libkipi-16.04.3/src/imagecollectionselector.cpp 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/src/imagecollectionselector.cpp 2016-06-19 18:29:20.000000000 +0200 @@ -28,7 +28,7 @@ #include "imagecollectionselector.h" #include "imagecollection.h" -namespace KIPI +namespace KIPI { ImageCollectionSelector::ImageCollectionSelector(QWidget* const parent) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/src/imageinfo.h new/libkipi-16.08.0/src/imageinfo.h --- old/libkipi-16.04.3/src/imageinfo.h 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/src/imageinfo.h 2016-06-19 18:29:20.000000000 +0200 @@ -53,7 +53,7 @@ Holds info about an image from KIPI host application. NOTE: If you want to manage item properties from kipi-plugins, use wrapper class KIPIPlugins::KPImageInfo, not this class directly. See kipi-plugins/common/libkipi-plugins API for details. - IMPORTANT: this class must re-implemented in KIPI host application through KIPI::ImageInfoShared. This implementation + IMPORTANT: this class must re-implemented in KIPI host application through KIPI::ImageInfoShared. This implementation must be thread-safe, due to possible use into kipi plugins separated thread implementation in the future. */ class LIBKIPI_EXPORT ImageInfo diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/src/interface.cpp new/libkipi-16.08.0/src/interface.cpp --- old/libkipi-16.04.3/src/interface.cpp 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/src/interface.cpp 2016-06-19 18:29:20.000000000 +0200 @@ -305,7 +305,7 @@ PrintWarningMessageFeature("HostSupportsMetadataProcessing"); return 0; } - + void Interface::aboutToEdit(const QUrl&, EditHints) { } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/src/interface.h new/libkipi-16.08.0/src/interface.h --- old/libkipi-16.04.3/src/interface.h 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/src/interface.h 2016-06-19 18:29:20.000000000 +0200 @@ -335,7 +335,7 @@ /** * Tells to host application to render a preview image for one item. * A resizement to to a specific size will be generated if preview is largest than. - * Use a positive resizedTo value in this case, else -1. Aspect ratio is preserved while rendering. + * Use a positive resizedTo value in this case, else -1. Aspect ratio is preserved while rendering. * This asynchronous method must be re-implemented in host application. * Use gotPreview() signal to take preview. */ @@ -354,7 +354,7 @@ virtual void thumbnails(const QList<QUrl>& list, int size); /** - Ask to Kipi host application to prepare progress manager for a new entry. This method must return from host + Ask to Kipi host application to prepare progress manager for a new entry. This method must return from host a string identification about progress item created. This id will be used later to change in host progress item value and text. Title is text used to name progress item in host application. Set canBeCanceled to true if you want that progress item provide a cancel button to close process from kipi host. @@ -466,12 +466,12 @@ void selectionChanged(bool hasSelection); /** - * Emit when current album selection as changed from host application user interface. + * Emit when current album selection as changed from host application user interface. * Boolean argument is true if album are select or not in collection. */ void currentAlbumChanged(bool hasSelection); - /** Emit when host application has rendered item thumbnail. See asynchronous thumbnail() and thumbnails() + /** Emit when host application has rendered item thumbnail. See asynchronous thumbnail() and thumbnails() * methods for details. */ void gotThumbnail(const QUrl&, const QPixmap&); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/src/plugin.cpp new/libkipi-16.08.0/src/plugin.cpp --- old/libkipi-16.04.3/src/plugin.cpp 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/src/plugin.cpp 2016-06-19 18:29:20.000000000 +0200 @@ -421,9 +421,9 @@ // be safe rather than sorry // create the appname folder in kxmlgui5 QDir localUIDir(localUIdir); - if (!localUIDir.exists()) + if (!localUIDir.exists()) QDir().mkpath(localUIdir); - + if (!localUIFile.exists() || !localUIFile.open(QFile::ReadOnly) || !localDomDoc.setContent(&localUIFile)) { newGuiElem.appendChild(defToolBarElem.cloneNode()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/tests/CMakeLists.txt new/libkipi-16.08.0/tests/CMakeLists.txt --- old/libkipi-16.04.3/tests/CMakeLists.txt 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/tests/CMakeLists.txt 2016-06-19 18:29:20.000000000 +0200 @@ -68,9 +68,10 @@ target_link_libraries(kxmlkipicmd KF5::KExiv2) endif() -install(TARGETS kxmlkipicmd DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}) -install(FILES kxmlkipicmd/kxmlkipicmd_defaultui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) -install(FILES kxmlkipicmd/kxmlkipicmd_gwenviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) +# Given as example. Do not install any files with from test code. +#install(TARGETS kxmlkipicmd DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}) +#install(FILES kxmlkipicmd/kxmlkipicmd_defaultui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) +#install(FILES kxmlkipicmd/kxmlkipicmd_gwenviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) #---------------------------------------------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/tests/common/kipiimagecollectionshared.cpp new/libkipi-16.08.0/tests/common/kipiimagecollectionshared.cpp --- old/libkipi-16.04.3/tests/common/kipiimagecollectionshared.cpp 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/tests/common/kipiimagecollectionshared.cpp 2016-06-19 18:29:20.000000000 +0200 @@ -37,7 +37,7 @@ m_images() { // go through the album and add its images: - const QString albumPathString = m_albumPath.path(); + const QString albumPathString = m_albumPath.toLocalFile(); // add only the files, because recursion through directories should be // handled in KipiInterface::add[Selected]Album diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/tests/common/kipiwritehelp.cpp new/libkipi-16.08.0/tests/common/kipiwritehelp.cpp --- old/libkipi-16.04.3/tests/common/kipiwritehelp.cpp 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/tests/common/kipiwritehelp.cpp 2016-06-19 18:29:20.000000000 +0200 @@ -170,7 +170,7 @@ src->pub.next_input_byte = fakeEOI; src->pub.bytes_in_buffer = 2; } - + return true; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/tests/common/kipiwritehelp.h new/libkipi-16.08.0/tests/common/kipiwritehelp.h --- old/libkipi-16.04.3/tests/common/kipiwritehelp.h 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/tests/common/kipiwritehelp.h 2016-06-19 18:29:20.000000000 +0200 @@ -28,9 +28,9 @@ // C++ includes #include <cstdio> - -// Qt includes - + +// Qt includes + #include <QIODevice> // C ANSI includes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-16.04.3/tests/kxmlkipicmd/main.cpp new/libkipi-16.08.0/tests/kxmlkipicmd/main.cpp --- old/libkipi-16.04.3/tests/kxmlkipicmd/main.cpp 2016-03-23 23:56:15.000000000 +0100 +++ new/libkipi-16.08.0/tests/kxmlkipicmd/main.cpp 2016-06-19 18:29:20.000000000 +0200 @@ -135,7 +135,7 @@ KipiTestMainWindow* const mainWindow = new KipiTestMainWindow(listSelectedImages, listSelectedAlbums, listAllAlbums); - QObject::connect(mainWindow, &KipiTestMainWindow::destroyed, + QObject::connect(mainWindow, &KipiTestMainWindow::destroyed, &app, &QApplication::quit); app.setActiveWindow(mainWindow);
