Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pim-data-exporter for openSUSE:Factory checked in at 2021-02-07 15:20:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old) and /work/SRC/openSUSE:Factory/.pim-data-exporter.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-data-exporter" Sun Feb 7 15:20:30 2021 rev:54 rq:869452 version:20.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes 2021-01-10 19:45:46.954043630 +0100 +++ /work/SRC/openSUSE:Factory/.pim-data-exporter.new.28504/pim-data-exporter.changes 2021-02-07 15:23:25.198158123 +0100 @@ -1,0 +2,11 @@ +Wed Feb 3 08:30:10 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 20.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2021-02-apps-update +- Changes since 20.12.1: + * Don't copy empty exporteddata information file (kde#429895) + * Fix store archive info. + +------------------------------------------------------------------- Old: ---- pim-data-exporter-20.12.1.tar.xz pim-data-exporter-20.12.1.tar.xz.sig New: ---- pim-data-exporter-20.12.2.tar.xz pim-data-exporter-20.12.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pim-data-exporter.spec ++++++ --- /var/tmp/diff_new_pack.XnN7Od/_old 2021-02-07 15:23:25.958158991 +0100 +++ /var/tmp/diff_new_pack.XnN7Od/_new 2021-02-07 15:23:25.962158995 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: pim-data-exporter -Version: 20.12.1 +Version: 20.12.2 Release: 0 Summary: Data exporter for KDE PIM License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.XnN7Od/_old and /var/tmp/diff_new_pack.XnN7Od/_new differ ++++++ pim-data-exporter-20.12.1.tar.xz -> pim-data-exporter-20.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-20.12.1/CMakeLists.txt new/pim-data-exporter-20.12.2/CMakeLists.txt --- old/pim-data-exporter-20.12.1/CMakeLists.txt 2021-01-05 02:25:05.000000000 +0100 +++ new/pim-data-exporter-20.12.2/CMakeLists.txt 2021-02-02 01:53:14.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.16.1") +set(PIM_VERSION "5.16.2") project(pim-data-exporter VERSION ${PIM_VERSION}) -set(RELEASE_SERVICE_VERSION "20.12.0") +set(RELEASE_SERVICE_VERSION "20.12.2") set(KF5_MIN_VERSION "5.75.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) @@ -43,16 +43,16 @@ find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test) endif() -set(AKONADI_VERSION "5.16.1") -set(IDENTITYMANAGEMENT_LIB_VERSION "5.16.1") -set(KMAILTRANSPORT_LIB_VERSION "5.16.1") -set(KMIME_LIB_VERSION "5.16.1") -set(KPIMTEXTEDIT_LIB_VERSION "5.16.1") - -set(MAILCOMMON_LIB_VERSION "5.16.1") -set(PIMCOMMON_LIB_VERSION "5.16.1") -set(AKONADINOTES_LIB_VERSION "5.16.1") -set(GRANTLEETHEME_LIB_VERSION "5.16.1") +set(AKONADI_VERSION "5.16.2") +set(IDENTITYMANAGEMENT_LIB_VERSION "5.16.2") +set(KMAILTRANSPORT_LIB_VERSION "5.16.2") +set(KMIME_LIB_VERSION "5.16.2") +set(KPIMTEXTEDIT_LIB_VERSION "5.16.2") + +set(MAILCOMMON_LIB_VERSION "5.16.2") +set(PIMCOMMON_LIB_VERSION "5.16.2") +set(AKONADINOTES_LIB_VERSION "5.16.2") +set(GRANTLEETHEME_LIB_VERSION "5.16.2") # Find KF5 package find_package(KF5Archive ${KF5_MIN_VERSION} REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-20.12.1/core/autotests/testexportfile.cpp new/pim-data-exporter-20.12.2/core/autotests/testexportfile.cpp --- old/pim-data-exporter-20.12.1/core/autotests/testexportfile.cpp 2021-01-02 15:31:36.000000000 +0100 +++ new/pim-data-exporter-20.12.2/core/autotests/testexportfile.cpp 2021-01-29 21:27:25.000000000 +0100 @@ -56,7 +56,7 @@ //TODO fix file name. Utils::addVersion(mArchiveStorage->archive()); - Utils::storeDataExportInfo(mArchiveStorage->archive()); + Utils::storeDataExportInfo(mArchiveStorage->archive(), QString()); //TODO fix me ? QSignalSpy finish(mAbstractImportExportJob, &AbstractImportExportJob::jobFinished); QSignalSpy error(mAbstractImportExportJob, &AbstractImportExportJob::error); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-20.12.1/core/pimdatabackuprestore.cpp new/pim-data-exporter-20.12.2/core/pimdatabackuprestore.cpp --- old/pim-data-exporter-20.12.1/core/pimdatabackuprestore.cpp 2021-01-02 15:31:36.000000000 +0100 +++ new/pim-data-exporter-20.12.2/core/pimdatabackuprestore.cpp 2021-01-29 21:27:25.000000000 +0100 @@ -97,7 +97,7 @@ Utils::addVersion(mArchiveStorage->archive()); //Add exported file info. //qDebug() << "mExportedInfoFileName" << mExportedInfoFileName; - Utils::storeDataExportInfo(mArchiveStorage->archive()); + Utils::storeDataExportInfo(mArchiveStorage->archive(), mExportedInfoFileName); backupNextStep(); return true; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-20.12.1/core/pimdataimportdatainfofile.cpp new/pim-data-exporter-20.12.2/core/pimdataimportdatainfofile.cpp --- old/pim-data-exporter-20.12.1/core/pimdataimportdatainfofile.cpp 2021-01-02 15:31:36.000000000 +0100 +++ new/pim-data-exporter-20.12.2/core/pimdataimportdatainfofile.cpp 2021-01-29 21:27:25.000000000 +0100 @@ -40,11 +40,15 @@ const KArchiveEntry *informationFile = archive->directory()->entry(Utils::infoPath() + Utils::exportDataTypeFileName()); if (informationFile && informationFile->isFile()) { const auto *file = static_cast<const KArchiveFile *>(informationFile); - temporaryFilePath = mTempDir->path() + QLatin1Char('/') + Utils::exportDataTypeFileName(); - if (file->copyTo(mTempDir->path())) { - temporaryFilePath = mTempDir->path() + QLatin1Char('/') + Utils::exportDataTypeFileName(); + if (file->size() == 0) { + qCWarning(PIMDATAEXPORTERCORE_LOG) << "Empty exporteddata information file, skipping it"; } else { - qCWarning(PIMDATAEXPORTERCORE_LOG) << "Impossible to copy to temporary file" << temporaryFilePath; + temporaryFilePath = mTempDir->path() + QLatin1Char('/') + Utils::exportDataTypeFileName(); + if (file->copyTo(mTempDir->path())) { + temporaryFilePath = mTempDir->path() + QLatin1Char('/') + Utils::exportDataTypeFileName(); + } else { + qCWarning(PIMDATAEXPORTERCORE_LOG) << "Impossible to copy to temporary file" << temporaryFilePath; + } } } else { qCWarning(PIMDATAEXPORTERCORE_LOG) << "Old archive without exporteddata information"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-20.12.1/core/utils.cpp new/pim-data-exporter-20.12.2/core/utils.cpp --- old/pim-data-exporter-20.12.1/core/utils.cpp 2021-01-02 15:31:36.000000000 +0100 +++ new/pim-data-exporter-20.12.2/core/utils.cpp 2021-01-29 21:27:25.000000000 +0100 @@ -139,13 +139,13 @@ return zip; } -void Utils::storeDataExportInfo(KZip *archive) +void Utils::storeDataExportInfo(KZip *archive, const QString &exportInfoFileName) { - QTemporaryFile tmp; - tmp.open(); - const bool fileAdded = archive->addLocalFile(tmp.fileName(), Utils::infoPath() + Utils::exportDataTypeFileName()); - if (!fileAdded) { - qCDebug(PIMDATAEXPORTERCORE_LOG) << "storeDataExportInfo can't add to archive" << Utils::infoPath() + Utils::exportDataTypeFileName(); + if (!exportInfoFileName.isEmpty()) { + const bool fileAdded = archive->addLocalFile(exportInfoFileName, Utils::infoPath() + Utils::exportDataTypeFileName()); + if (!fileAdded) { + qCDebug(PIMDATAEXPORTERCORE_LOG) << "storeDataExportInfo can't add to archive" << Utils::infoPath() + Utils::exportDataTypeFileName(); + } } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-20.12.1/core/utils.h new/pim-data-exporter-20.12.2/core/utils.h --- old/pim-data-exporter-20.12.1/core/utils.h 2021-01-02 15:31:36.000000000 +0100 +++ new/pim-data-exporter-20.12.2/core/utils.h 2021-01-29 21:27:25.000000000 +0100 @@ -102,7 +102,7 @@ PIMDATAEXPORTER_EXPORT Q_REQUIRED_RESULT QVector<Utils::AkonadiInstanceInfo> listOfResource(); KZip *openZip(const QString &filename, QString &errorMsg); -PIMDATAEXPORTER_EXPORT void storeDataExportInfo(KZip *archive); +PIMDATAEXPORTER_EXPORT void storeDataExportInfo(KZip *archive, const QString &exportInfoFileName); PIMDATAEXPORTER_EXPORT void addVersion(KZip *archive); PIMDATAEXPORTER_EXPORT Q_REQUIRED_RESULT int archiveVersion(KZip *archive); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-20.12.1/gui/org.kde.pimdataexporter.desktop new/pim-data-exporter-20.12.2/gui/org.kde.pimdataexporter.desktop --- old/pim-data-exporter-20.12.1/gui/org.kde.pimdataexporter.desktop 2021-01-02 15:31:36.000000000 +0100 +++ new/pim-data-exporter-20.12.2/gui/org.kde.pimdataexporter.desktop 2021-01-29 21:27:25.000000000 +0100 @@ -10,7 +10,7 @@ Name[et]=PIM-i andmete eksportija Name[eu]=PIM datu-esportatzailea Name[fi]=PIM-tietojen vienti -Name[fr]=Export des donn??es PIM +Name[fr]=Export des donn??es ????PIM???? Name[gl]=Exportador de datos de PIM Name[hu]=PIM adatexport??l?? Name[ia]=PIM Data Exporter @@ -42,7 +42,7 @@ GenericName[et]=PIM-rakenduste k??igi andmete salvestamine ja taastamine GenericName[eu]=PIM aplikazio guztien datuak gorde eta berrezartzen ditu GenericName[fi]=Tallentaa ja palauttaa kaikkien PIM-sovellusten tietoja -GenericName[fr]=Enregistre et restore toutes les donn??es des applis PIM +GenericName[fr]=Enregistre et restore toutes les donn??es des applis ????PIM???? GenericName[gl]=Garda e restaura todos os datos de aplicativos de xesti??n de informaci??n persoal GenericName[hu]=Menti ??s vissza??ll??tja a PIM alkalmaz??sok ??sszes adat??t GenericName[ia]=Salveguarda e restabili omne datos ex apps de PIM @@ -70,7 +70,7 @@ Comment[et]=PIM-i seadistuste eksportija v??imaldab salvestada k??ik PIM-i rakenduste andmed ja taastada need teises s??steemis. Comment[eu]=PIM ezarpen-esportatzaileak PIM aplikazioen datu guztiak gordetzen uzten du beste sistema batzuetan berrezartzeko. Comment[fi]=PIM-tietojen vienti tallentaa PIM-sovellusten kaikki tiedot palautettavaksi toisessa j??rjestelm??ss??. -Comment[fr]=L'export des param??tres PIM permet d'enregistrer toutes les donn??es personnelles (PIM) des applications pour les restaurer ult??rieurement sur d'autres syst??mes. +Comment[fr]=L'export des param??tres ????PIM???? permet d'enregistrer toutes les donn??es personnelles ????PIM???? des applications pour les restaurer ult??rieurement sur d'autres syst??mes. Comment[gl]=O exportador da configuraci??n PIM permite gardar todos os datos dos aplicativos PIM e restaurala noutros sistemas. Comment[hu]=A PIM be??ll??t??s export??l?? lehet??v?? teszi az ??sszes adat ment??s??t a PIM alkalmaz??sokb??l ??s azok helyre??ll??t??s??t egy m??sik rendszeren. Comment[ia]=PIM Setting Exporter (Exportator de preferentias de PIM) permitte de salveguardar tote datos ex apps de PIM e restabili los in altere systema. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-20.12.1/org.kde.pimdataexporter.appdata.xml new/pim-data-exporter-20.12.2/org.kde.pimdataexporter.appdata.xml --- old/pim-data-exporter-20.12.1/org.kde.pimdataexporter.appdata.xml 2021-01-02 15:31:36.000000000 +0100 +++ new/pim-data-exporter-20.12.2/org.kde.pimdataexporter.appdata.xml 2021-01-29 21:27:25.000000000 +0100 @@ -133,9 +133,9 @@ </screenshot> </screenshots> <releases> + <release version="5.16.2" date="2021-02-04"/> <release version="5.16.1" date="2021-01-07"/> <release version="5.16.0" date="2020-12-10"/> <release version="5.15.3" date="2020-11-05"/> - <release version="5.15.2" date="2020-10-08"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-20.12.1/po/it/pimdataexporter.po new/pim-data-exporter-20.12.2/po/it/pimdataexporter.po --- old/pim-data-exporter-20.12.1/po/it/pimdataexporter.po 2021-01-05 02:25:04.000000000 +0100 +++ new/pim-data-exporter-20.12.2/po/it/pimdataexporter.po 2021-02-02 01:53:13.000000000 +0100 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the pim-data-exporter package. -# Luigi Toscano <luigi.tosc...@tiscali.it>, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020. +# Luigi Toscano <luigi.tosc...@tiscali.it>, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. # msgid "" msgstr "" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 20.04.3\n" +"X-Generator: Lokalize 20.08.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-20.12.1/po/zh_CN/pimdataexporter.po new/pim-data-exporter-20.12.2/po/zh_CN/pimdataexporter.po --- old/pim-data-exporter-20.12.1/po/zh_CN/pimdataexporter.po 2021-01-05 02:25:05.000000000 +0100 +++ new/pim-data-exporter-20.12.2/po/zh_CN/pimdataexporter.po 2021-02-02 01:53:14.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-10-23 02:30+0200\n" -"PO-Revision-Date: 2021-01-03 09:07\n" +"PO-Revision-Date: 2021-01-28 05:08\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"