Hello community, here is the log from the commit of package ktnef for openSUSE:Factory checked in at 2018-08-22 14:14:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktnef (Old) and /work/SRC/openSUSE:Factory/.ktnef.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktnef" Wed Aug 22 14:14:39 2018 rev:35 rq:630155 version:18.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes 2018-07-18 22:44:31.896832424 +0200 +++ /work/SRC/openSUSE:Factory/.ktnef.new/ktnef.changes 2018-08-22 14:14:43.617551905 +0200 @@ -1,0 +2,21 @@ +Thu Aug 16 22:06:54 UTC 2018 - [email protected] + +- Update to 18.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.0.php +- Changes since 18.07.80: + * None + +------------------------------------------------------------------- +Thu Jul 26 13:00:56 UTC 2018 - [email protected] + +- Update to 18.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.07.80.php +- Changes since 18.04.3: + * USe Q_REQUIRED_RESULT + * Fix metainfo.yaml + +------------------------------------------------------------------- Old: ---- ktnef-18.04.3.tar.xz New: ---- ktnef-18.08.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktnef.spec ++++++ --- /var/tmp/diff_new_pack.bSjvQN/_old 2018-08-22 14:14:44.025552872 +0200 +++ /var/tmp/diff_new_pack.bSjvQN/_new 2018-08-22 14:14:44.025552872 +0200 @@ -20,11 +20,11 @@ %define kf5_version 5.19.0 Name: ktnef -Version: 18.04.3 +Version: 18.08.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: KDE PIM Libraries: TNEF support License: LGPL-2.1-or-later Group: System/GUI/KDE ++++++ ktnef-18.04.3.tar.xz -> ktnef-18.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/CMakeLists.txt new/ktnef-18.08.0/CMakeLists.txt --- old/ktnef-18.04.3/CMakeLists.txt 2018-07-10 02:14:00.000000000 +0200 +++ new/ktnef-18.08.0/CMakeLists.txt 2018-08-10 02:13:30.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.0) -set(PIM_VERSION "5.8.3") +set(PIM_VERSION "5.9.0") project(KTnef VERSION ${PIM_VERSION}) -set(KF5_VERSION "5.44.0") +set(KF5_VERSION "5.47.0") find_package(ECM ${KF5_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -23,10 +23,10 @@ set(KTNEF_LIB_VERSION ${PIM_VERSION}) -set(CALENDARCORE_LIB_VERSION "5.8.3") -set(CALENDARUTILS_LIB_VERSION "5.8.3") -set(KCONTACTS_LIB_VERSION "5.8.3") -set(QT_REQUIRED_VERSION "5.8.0") +set(CALENDARCORE_LIB_VERSION "5.9.0") +set(CALENDARUTILS_LIB_VERSION "5.9.0") +set(KCONTACTS_LIB_VERSION "5.9.0") +set(QT_REQUIRED_VERSION "5.9.0") ecm_setup_version(PROJECT VARIABLE_PREFIX KTNEF VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/ktnef_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5TnefConfigVersion.cmake" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/autotests/CMakeLists.txt new/ktnef-18.08.0/autotests/CMakeLists.txt --- old/ktnef-18.04.3/autotests/CMakeLists.txt 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/autotests/CMakeLists.txt 2018-08-06 07:14:32.000000000 +0200 @@ -1,7 +1,7 @@ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}) include(ECMAddTests) -set(QT_REQUIRED_VERSION "5.8.0") +set(QT_REQUIRED_VERSION "5.9.0") find_package(Qt5Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/metainfo.yaml new/ktnef-18.08.0/metainfo.yaml --- old/ktnef-18.04.3/metainfo.yaml 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/metainfo.yaml 2018-08-06 07:14:32.000000000 +0200 @@ -1,6 +1,5 @@ -maintainer: description: An API for handling TNEF data -tier: 3 +maintainer: mlaurent type: functional portingAid: false deprecated: false @@ -12,14 +11,3 @@ public_lib: true group: kdepim - -group_info: - fancyname: KDE PIM - maintainer: - - mlaurent - irc: kontact - mailinglist: kde-pim - platforms: - - All - logo: docs/kontact.svg - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/po/da/libktnef5.po new/ktnef-18.08.0/po/da/libktnef5.po --- old/ktnef-18.04.3/po/da/libktnef5.po 2018-07-10 02:14:00.000000000 +0200 +++ new/ktnef-18.08.0/po/da/libktnef5.po 2018-08-10 02:13:29.000000000 +0200 @@ -132,7 +132,7 @@ #: mapi.cpp:60 #, kde-format msgid "Sent Representing E-mail Address" -msgstr "Repræsenterende e-mail-adresse afsendt" +msgstr "Repræsenterende e-mailadresse afsendt" #: mapi.cpp:61 #, kde-format @@ -172,7 +172,7 @@ #: mapi.cpp:68 #, kde-format msgid "Sender E-mail Address" -msgstr "Afsenders e-mail-adresse" +msgstr "Afsenders e-mailadresse" #: mapi.cpp:69 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/po/zh_CN/libktnef5.po new/ktnef-18.08.0/po/zh_CN/libktnef5.po --- old/ktnef-18.04.3/po/zh_CN/libktnef5.po 2018-07-10 02:14:00.000000000 +0200 +++ new/ktnef-18.08.0/po/zh_CN/libktnef5.po 2018-08-10 02:13:30.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-09-14 03:27+0200\n" -"PO-Revision-Date: 2018-07-03 17:40\n" +"PO-Revision-Date: 2018-07-24 08:46\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/src/formatter.h new/ktnef-18.08.0/src/formatter.h --- old/ktnef-18.04.3/src/formatter.h 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/src/formatter.h 2018-08-06 07:14:32.000000000 +0200 @@ -53,7 +53,7 @@ @param cal is a pointer to a Calendar object. @param h is a pointer to a InvitationFormatterHelp object. */ -KTNEF_EXPORT QString formatTNEFInvitation(const QByteArray &tnef, +Q_REQUIRED_RESULT KTNEF_EXPORT QString formatTNEFInvitation(const QByteArray &tnef, const KCalCore::MemoryCalendar::Ptr &cal, KCalUtils::InvitationFormatterHelper *h); @@ -64,7 +64,7 @@ @return a string containing the transformed attachment. */ -KTNEF_EXPORT QString msTNEFToVPart(const QByteArray &tnef); +Q_REQUIRED_RESULT KTNEF_EXPORT QString msTNEFToVPart(const QByteArray &tnef); } #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/src/ktnefattach.h new/ktnef-18.08.0/src/ktnefattach.h --- old/ktnef-18.04.3/src/ktnefattach.h 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/src/ktnefattach.h 2018-08-06 07:14:32.000000000 +0200 @@ -94,17 +94,17 @@ /** * Returns true if the #TitleParsed flag is set; else returns false. */ - bool titleParsed() const; + Q_REQUIRED_RESULT bool titleParsed() const; /** * Returns true if the ParseState::DataParsed flag is set; else returns false. */ - bool dataParsed() const; + Q_REQUIRED_RESULT bool dataParsed() const; /** * Returns true if the #InfoParsed flag is set; else returns false. */ - bool infoParsed() const; + Q_REQUIRED_RESULT bool infoParsed() const; /** * Sets/Unsets the attachment state according to the @p state flag @@ -113,7 +113,7 @@ * @param state a #ParseState type. * @return true if the state is turned-on; else returns false. */ - bool checkState(int state) const; + Q_REQUIRED_RESULT bool checkState(int state) const; /** * Sets the offset value of this attachment to @p offset. @@ -125,7 +125,7 @@ /** * Returns the offset value of the attachment. */ - int offset() const; + Q_REQUIRED_RESULT int offset() const; /** * Sets the size of the attachment to @p size. @@ -137,7 +137,7 @@ /** * Returns the size of the attachment. */ - int size() const; + Q_REQUIRED_RESULT int size() const; /** * Sets the display size of the attachment to @p size. @@ -149,7 +149,7 @@ /** * Returns the display size of the attachment. */ - int displaySize() const; + Q_REQUIRED_RESULT int displaySize() const; /** * Sets the name of this attachment to @p str. @@ -161,7 +161,7 @@ /** * Returns the name of the attachment. */ - QString name() const; + Q_REQUIRED_RESULT QString name() const; /** * Sets the index of this attachment to @p indx. @@ -173,7 +173,7 @@ /** * Returns the index of the attachment. */ - int index() const; + Q_REQUIRED_RESULT int index() const; /** * Sets the filename of this attachment to @p str. @@ -185,7 +185,7 @@ /** * Returns the filename of the attachment. */ - QString fileName() const; + Q_REQUIRED_RESULT QString fileName() const; /** * Sets the display name of this attachment to @p str. @@ -197,7 +197,7 @@ /** * Returns the display name of the attachment. */ - QString displayName() const; + Q_REQUIRED_RESULT QString displayName() const; /** * Sets the @acronym MIME tag of this attachment to @p str. @@ -209,7 +209,7 @@ /** * Returns the @acronym MIME tag of the attachment. */ - QString mimeTag() const; + Q_REQUIRED_RESULT QString mimeTag() const; /** * Sets the filename extension of this attachment to @p str. @@ -221,7 +221,7 @@ /** * Returns the filename extension of the attachment. */ - QString extension() const; + Q_REQUIRED_RESULT QString extension() const; private: //@cond PRIVATE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/src/ktnefmessage.h new/ktnef-18.08.0/src/ktnefmessage.h --- old/ktnef-18.04.3/src/ktnefmessage.h 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/src/ktnefmessage.h 2018-08-06 07:14:32.000000000 +0200 @@ -91,7 +91,7 @@ * Returns the Rich Text Format (@acronym RTF) data contained in the message. * @return A QString containing the @acronym RTF data. */ - QString rtfString() const; + Q_REQUIRED_RESULT QString rtfString() const; private: //@cond PRIVATE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/src/ktnefparser.h new/ktnef-18.08.0/src/ktnefparser.h --- old/ktnef-18.04.3/src/ktnefparser.h 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/src/ktnefparser.h 2018-08-06 07:14:32.000000000 +0200 @@ -66,7 +66,7 @@ @param filename is the name of the file to open. @return true if the open succeeded; otherwise false. */ - bool openFile(const QString &filename) const; + Q_REQUIRED_RESULT bool openFile(const QString &filename) const; /** Opens the #QIODevice @p device for parsing. @@ -74,7 +74,7 @@ @param device is the #QIODevice to open. @return true if the open succeeded; otherwise false. */ - bool openDevice(QIODevice *device); + Q_REQUIRED_RESULT bool openDevice(QIODevice *device); /** Extracts a @acronym TNEF attachment having filename @p filename @@ -83,7 +83,7 @@ @param filename is the name of the file to extract the attachment into. @return true if the extraction succeeds; otherwise false. */ - bool extractFile(const QString &filename) const; + Q_REQUIRED_RESULT bool extractFile(const QString &filename) const; /** Extracts a @acronym TNEF attachment having filename @p filename @@ -95,14 +95,14 @@ @return true if the extraction succeeds; otherwise false. */ - bool extractFileTo(const QString &filename, const QString &dirname) const; + Q_REQUIRED_RESULT bool extractFileTo(const QString &filename, const QString &dirname) const; /** Extracts all @acronym TNEF attachments into the default directory. @return true if the extraction succeeds; otherwise false. */ - bool extractAll(); + Q_REQUIRED_RESULT bool extractAll(); /** Sets the default extraction directory to @p dirname. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/src/ktnefproperty.h new/ktnef-18.08.0/src/ktnefproperty.h --- old/ktnef-18.04.3/src/ktnefproperty.h 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/src/ktnefproperty.h 2018-08-06 07:14:32.000000000 +0200 @@ -97,14 +97,14 @@ * * @return the key string. */ - QString keyString() const; + Q_REQUIRED_RESULT QString keyString() const; /** * Returns the value string of the property. * * @return the value string. */ - QString valueString() const; + Q_REQUIRED_RESULT QString valueString() const; /** * Creates a formatted string from the value of the property. @@ -114,42 +114,42 @@ * * @return the formatted value string. */ - static QString formatValue(const QVariant &v, bool beautify = true); + Q_REQUIRED_RESULT static QString formatValue(const QVariant &v, bool beautify = true); /** * Returns the integer key of the property. * * @return the property key. */ - int key() const; + Q_REQUIRED_RESULT int key() const; /** * Returns the integer type of the property. * * @return the property type. */ - int type() const; + Q_REQUIRED_RESULT int type() const; /** * Returns the value of the property. * * @return the property value. */ - QVariant value() const; + Q_REQUIRED_RESULT QVariant value() const; /** * Returns the name of the property. * * @return the property name. */ - QVariant name() const; + Q_REQUIRED_RESULT QVariant name() const; /** * Determines if the property is a vector type. * * @returns true if the property is a vector type; otherwise false. */ - bool isVector() const; + Q_REQUIRED_RESULT bool isVector() const; private: //@cond PRIVATE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/src/ktnefpropertyset.h new/ktnef-18.08.0/src/ktnefpropertyset.h --- old/ktnef-18.04.3/src/ktnefpropertyset.h 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/src/ktnefpropertyset.h 2018-08-06 07:14:32.000000000 +0200 @@ -84,7 +84,7 @@ @return a formatted value string. */ - QString findProp(int key, const QString &fallback = QString(), + Q_REQUIRED_RESULT QString findProp(int key, const QString &fallback = QString(), bool convertToUpper = false) const; /** @@ -98,7 +98,7 @@ @return a formatted value string. */ - QString findNamedProp(const QString &name, + Q_REQUIRED_RESULT QString findNamedProp(const QString &name, const QString &fallback = QString(), bool convertToUpper = false) const; @@ -119,7 +119,7 @@ @return the property.q */ - QVariant property(int key) const; + Q_REQUIRED_RESULT QVariant property(int key) const; /** Adds a @acronym TNEF attribute. @@ -135,7 +135,7 @@ /** Returns a #QMap of all (key,@acronym TNEF) attributes. */ - QMap<int, KTNEFProperty *> &attributes(); + Q_REQUIRED_RESULT QMap<int, KTNEFProperty *> &attributes(); /** Returns a #QMap of all (key,@acronym TNEF) attributes. @@ -149,7 +149,7 @@ @return the attribute associated with the key. */ - QVariant attribute(int key) const; + Q_REQUIRED_RESULT QVariant attribute(int key) const; /** Clears the @acronym MAPI and @acronym TNEF maps. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/src/ktnefwriter.h new/ktnef-18.08.0/src/ktnefwriter.h --- old/ktnef-18.04.3/src/ktnefwriter.h 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/src/ktnefwriter.h 2018-08-06 07:14:32.000000000 +0200 @@ -148,7 +148,7 @@ * @return false if an invalid @acronym TNEF tag was specified by @p tag or * if there are no properties to write; else true. */ - bool writeProperty(QDataStream &stream, int &bytes, int tag) const; + Q_REQUIRED_RESULT bool writeProperty(QDataStream &stream, int &bytes, int tag) const; /** * Writes the attachment to the #QIODevice specified by @p file. @@ -156,7 +156,7 @@ * @param file is the #QIODevice to write. * @return true if the write was successful; otherwise false. */ - bool writeFile(QIODevice &file) const; + Q_REQUIRED_RESULT bool writeFile(QIODevice &file) const; /** * Writes the attachment to the #QDataStream specified by @p stream. @@ -164,7 +164,7 @@ * @param stream is the #QDataStream to write. * @return true if the write was successful; otherwise false. */ - bool writeFile(QDataStream &stream) const; + Q_REQUIRED_RESULT bool writeFile(QDataStream &stream) const; /** * Sets the sender's @p name and @p email address. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/src/lzfu.h new/ktnef-18.08.0/src/lzfu.h --- old/ktnef-18.04.3/src/lzfu.h 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/src/lzfu.h 2018-08-06 07:14:32.000000000 +0200 @@ -30,7 +30,7 @@ #ifndef LZFU_H #define LZFU_H - +#include <QtGlobal> class QIODevice; namespace KTnef { @@ -39,6 +39,6 @@ * @param input compressed input data. * @param output decompressed output data. */ -int lzfu_decompress(QIODevice *input, QIODevice *output); +Q_REQUIRED_RESULT int lzfu_decompress(QIODevice *input, QIODevice *output); } #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-18.04.3/src/mapi.h new/ktnef-18.08.0/src/mapi.h --- old/ktnef-18.04.3/src/mapi.h 2018-06-29 07:04:42.000000000 +0200 +++ new/ktnef-18.08.0/src/mapi.h 2018-08-06 07:14:32.000000000 +0200 @@ -39,7 +39,7 @@ * @param key The input code to convert. * @return A QString containing the tag string. */ -QString mapiTagString(int key); +Q_REQUIRED_RESULT QString mapiTagString(int key); /** * Convert a keycode to a @acronym MAPI named tag string. @@ -47,6 +47,6 @@ * @param tag An input tag. * @return A QString containing the named tag string. */ -QString mapiNamedTagString(int key, int tag = -1); +Q_REQUIRED_RESULT QString mapiNamedTagString(int key, int tag = -1); } #endif
