Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kcontacts for openSUSE:Factory checked in at 2021-08-16 10:07:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcontacts (Old) and /work/SRC/openSUSE:Factory/.kcontacts.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcontacts" Mon Aug 16 10:07:38 2021 rev:71 rq:912119 version:5.85.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes 2021-07-16 00:01:05.341227786 +0200 +++ /work/SRC/openSUSE:Factory/.kcontacts.new.1899/kcontacts.changes 2021-08-16 10:11:30.823103594 +0200 @@ -1,0 +2,9 @@ +Fri Aug 6 12:11:49 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.85.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.85.0 +- No code change since 5.84.0 + +------------------------------------------------------------------- Old: ---- kcontacts-5.84.0.tar.xz kcontacts-5.84.0.tar.xz.sig New: ---- kcontacts-5.85.0.tar.xz kcontacts-5.85.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcontacts.spec ++++++ --- /var/tmp/diff_new_pack.qYtRRy/_old 2021-08-16 10:11:33.883100004 +0200 +++ /var/tmp/diff_new_pack.qYtRRy/_new 2021-08-16 10:11:33.887100000 +0200 @@ -16,14 +16,14 @@ # -%define _tar_path 5.84 +%define _tar_path 5.85 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kcontacts -Version: 5.84.0 +Version: 5.85.0 Release: 0 Summary: KDE Frameworks based address book API License: LGPL-2.1-or-later ++++++ kcontacts-5.84.0.tar.xz -> kcontacts-5.85.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.84.0/CMakeLists.txt new/kcontacts-5.85.0/CMakeLists.txt --- old/kcontacts-5.84.0/CMakeLists.txt 2021-07-03 14:08:28.000000000 +0200 +++ new/kcontacts-5.85.0/CMakeLists.txt 2021-08-06 11:01:27.000000000 +0200 @@ -1,13 +1,13 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.84.0") # handled by release scripts -set(KF_DEP_VERSION "5.84.0") # handled by release scripts +set(KF_VERSION "5.85.0") # handled by release scripts +set(KF_DEP_VERSION "5.85.0") # handled by release scripts project(KContacts VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.84.0 NO_MODULE) +find_package(ECM 5.85.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.84.0/po/zh_CN/kcontacts5.po new/kcontacts-5.85.0/po/zh_CN/kcontacts5.po --- old/kcontacts-5.84.0/po/zh_CN/kcontacts5.po 2021-07-03 14:08:28.000000000 +0200 +++ new/kcontacts-5.85.0/po/zh_CN/kcontacts5.po 2021-08-06 11:01:27.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-12 00:14+0000\n" -"PO-Revision-Date: 2021-06-20 07:35\n" +"PO-Revision-Date: 2021-07-26 13:47\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.84.0/src/address.h new/kcontacts-5.85.0/src/address.h --- old/kcontacts-5.84.0/src/address.h 2021-07-03 14:08:28.000000000 +0200 +++ new/kcontacts-5.85.0/src/address.h 2021-08-06 11:01:27.000000000 +0200 @@ -148,7 +148,7 @@ Q_REQUIRED_RESULT QString id() const; /** - Sets the type of address. See enum for definiton of types. + Sets the type of address. See enum for definition of types. @param type type, can be a bitwise or of multiple types. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.84.0/src/addressee.h new/kcontacts-5.85.0/src/addressee.h --- old/kcontacts-5.84.0/src/addressee.h 2021-07-03 14:08:28.000000000 +0200 +++ new/kcontacts-5.85.0/src/addressee.h 2021-08-06 11:01:27.000000000 +0200 @@ -60,11 +60,11 @@ from the other name fields automatically. realName() returns a fully formatted name(). It uses formattedName, if set, - otherwise it constucts the name from the name fields. As fallback, if + otherwise it constructs the name from the name fields. As fallback, if nothing else is set it uses name(). name() is the NAME type of RFC2426. It can be used as internal name for the - data enty, but shouldn't be used for displaying the data to the user. + data entry, but shouldn't be used for displaying the data to the user. */ class KCONTACTS_EXPORT Addressee { @@ -789,7 +789,7 @@ /** Remove phone number. If no phone number with the given id exists for this - addresse nothing happens. + addressee, nothing happens. @param phoneNumber The telephone number to remove from the addressee */ @@ -834,7 +834,7 @@ /** Remove a key. If no key with the given id exists for this - addresse nothing happens. + addressee, nothing happens. @param key The key to remove */ @@ -892,7 +892,7 @@ /** Remove address. If no address with the given id exists for this - addresse nothing happens. + addressee, nothing happens. @param address The address to remove */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.84.0/src/converter/ldifconverter.cpp new/kcontacts-5.85.0/src/converter/ldifconverter.cpp --- old/kcontacts-5.84.0/src/converter/ldifconverter.cpp 2021-07-03 14:08:28.000000000 +0200 +++ new/kcontacts-5.85.0/src/converter/ldifconverter.cpp 2021-08-06 11:01:27.000000000 +0200 @@ -348,7 +348,7 @@ } if (fieldname.isEmpty() && !a.note().isEmpty()) { - // some LDIF export filters are borken and add additional + // some LDIF export filters are broken and add additional // comments on stand-alone lines. Just add them to the notes for now. a.setNote(a.note() + QLatin1Char('\n') + value); return; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.84.0/src/generator/main.cpp new/kcontacts-5.85.0/src/generator/main.cpp --- old/kcontacts-5.84.0/src/generator/main.cpp 2021-07-03 14:08:28.000000000 +0200 +++ new/kcontacts-5.85.0/src/generator/main.cpp 2021-08-06 11:01:27.000000000 +0200 @@ -113,7 +113,7 @@ ++it; continue; } - qDebug() << "Removing ambigious string:" << QString::fromUtf8((*it).name) << (*prevIt).isoCode.toUpper() << (*prevIt).language + qDebug() << "Removing ambiguous string:" << QString::fromUtf8((*it).name) << (*prevIt).isoCode.toUpper() << (*prevIt).language << (*it).isoCode.toUpper() << (*it).language; it = processedList.erase(prevIt); it = processedList.erase(it); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.84.0/src/related.h new/kcontacts-5.85.0/src/related.h --- old/kcontacts-5.84.0/src/related.h 2021-07-03 14:08:28.000000000 +0200 +++ new/kcontacts-5.85.0/src/related.h 2021-08-06 11:01:27.000000000 +0200 @@ -15,7 +15,7 @@ namespace KContacts { -/** Descripes a relationship of an Addressee. */ +/** Describes a relationship of an Addressee. */ class KCONTACTS_EXPORT Related { friend KCONTACTS_EXPORT QDataStream &operator<<(QDataStream &, const Related &); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.84.0/src/secrecy.h new/kcontacts-5.85.0/src/secrecy.h --- old/kcontacts-5.84.0/src/secrecy.h 2021-07-03 14:08:28.000000000 +0200 +++ new/kcontacts-5.85.0/src/secrecy.h 2021-08-06 11:01:27.000000000 +0200 @@ -14,7 +14,7 @@ namespace KContacts { -/** Descripes the confidentiality of an addressee. */ +/** Describes the confidentiality of an addressee. */ class KCONTACTS_EXPORT Secrecy { friend KCONTACTS_EXPORT QDataStream &operator<<(QDataStream &, const Secrecy &); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.84.0/src/vcardtool.cpp new/kcontacts-5.85.0/src/vcardtool.cpp --- old/kcontacts-5.84.0/src/vcardtool.cpp 2021-07-03 14:08:28.000000000 +0200 +++ new/kcontacts-5.85.0/src/vcardtool.cpp 2021-08-06 11:01:27.000000000 +0200 @@ -242,7 +242,7 @@ const QString birthdayString = createDateTime((*addrIt).birthday(), version, withTime); card.addLine(VCardLine(QStringLiteral("BDAY"), birthdayString)); - // Laurent: 31 Jan 2015. Not necessary to export it. When Categories were changes as AkonadiTag nobody thought that it was break categorie support... + // Laurent: 31 Jan 2015. Not necessary to export it. When Categories were changes as AkonadiTag nobody thought that it would break categories support... //=> not necessary to export just tag... // CATEGORIES only > 2.1 if (!exportVcard) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.84.0/tests/testwrite.cpp new/kcontacts-5.85.0/tests/testwrite.cpp --- old/kcontacts-5.84.0/tests/testwrite.cpp 2021-07-03 14:08:28.000000000 +0200 +++ new/kcontacts-5.85.0/tests/testwrite.cpp 2021-08-06 11:01:27.000000000 +0200 @@ -45,7 +45,7 @@ addressee.setTitle(QLatin1String("nerd")); addressee.setRole(QLatin1String("Maintainer")); addressee.setOrganization(QLatin1String("KDE")); - addressee.setNote(QLatin1String("nerver\ntouch a running system")); + addressee.setNote(QLatin1String("never\ntouch a running system")); addressee.setProductId(QLatin1String("testId")); addressee.setRevision(QDateTime::currentDateTime()); addressee.setSortString(QLatin1String("koenig")); @@ -93,7 +93,7 @@ QFile file(QLatin1String("out.vcf")); if (!file.open(QIODevice::WriteOnly)) { - qDebug("Can't open file '%s' fro writing", qPrintable(file.fileName())); + qDebug("Can't open file '%s' for writing", qPrintable(file.fileName())); return 1; }
