Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkeduvocdocument for openSUSE:Factory checked in at 2022-08-19 17:55:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkeduvocdocument (Old) and /work/SRC/openSUSE:Factory/.libkeduvocdocument.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkeduvocdocument" Fri Aug 19 17:55:39 2022 rev:91 rq:997933 version:22.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkeduvocdocument/libkeduvocdocument.changes 2022-07-09 17:04:54.368892038 +0200 +++ /work/SRC/openSUSE:Factory/.libkeduvocdocument.new.2083/libkeduvocdocument.changes 2022-08-19 17:58:28.896352256 +0200 @@ -1,0 +2,20 @@ +Sun Aug 14 09:43:47 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.08.0/ + +------------------------------------------------------------------- +Fri Aug 5 12:11:35 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.07.90 + * New feature release + +------------------------------------------------------------------- +Sat Jul 16 08:28:51 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.07.80 + * New feature release + +------------------------------------------------------------------- Old: ---- libkeduvocdocument-22.04.3.tar.xz libkeduvocdocument-22.04.3.tar.xz.sig New: ---- libkeduvocdocument-22.08.0.tar.xz libkeduvocdocument-22.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkeduvocdocument.spec ++++++ --- /var/tmp/diff_new_pack.jmlYHq/_old 2022-08-19 17:58:29.388353287 +0200 +++ /var/tmp/diff_new_pack.jmlYHq/_new 2022-08-19 17:58:29.392353296 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: libkeduvocdocument -Version: 22.04.3 +Version: 22.08.0 Release: 0 Summary: Library for KDE Education Applications License: GPL-2.0-or-later ++++++ libkeduvocdocument-22.04.3.tar.xz -> libkeduvocdocument-22.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkeduvocdocument-22.04.3/.gitlab-ci.yml new/libkeduvocdocument-22.08.0/.gitlab-ci.yml --- old/libkeduvocdocument-22.04.3/.gitlab-ci.yml 2022-03-19 16:13:21.000000000 +0100 +++ new/libkeduvocdocument-22.08.0/.gitlab-ci.yml 2022-08-09 03:53:45.000000000 +0200 @@ -4,4 +4,4 @@ include: - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkeduvocdocument-22.04.3/keduvocdocument/sharedkvtmlfiles.cpp new/libkeduvocdocument-22.08.0/keduvocdocument/sharedkvtmlfiles.cpp --- old/libkeduvocdocument-22.04.3/keduvocdocument/sharedkvtmlfiles.cpp 2022-03-19 16:13:21.000000000 +0100 +++ new/libkeduvocdocument-22.08.0/keduvocdocument/sharedkvtmlfiles.cpp 2022-08-09 03:53:45.000000000 +0200 @@ -54,8 +54,6 @@ this->m_filesByLang.clear(); this->m_fileList.clear(); - QStringList locales; - // Get all kvtml paths QStringList nameFilter; nameFilter.append(QStringLiteral("*.kvtml")); @@ -77,7 +75,7 @@ for ( int i = 0; i < this->m_fileList.size(); ++i ) { // open the file - doc->open( QUrl::fromLocalFile( this->m_fileList[i] ) ); + doc->open( QUrl::fromLocalFile( this->m_fileList[i] ), KEduVocDocument::FileIgnoreLock ); // add it's title to the title list this->m_titleList.append( doc->title() ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkeduvocdocument-22.04.3/po/ca@valencia/libkeduvocdocument.po new/libkeduvocdocument-22.08.0/po/ca@valencia/libkeduvocdocument.po --- old/libkeduvocdocument-22.04.3/po/ca@valencia/libkeduvocdocument.po 2022-07-05 06:30:34.000000000 +0200 +++ new/libkeduvocdocument-22.08.0/po/ca@valencia/libkeduvocdocument.po 2022-08-12 02:03:09.000000000 +0200 @@ -86,7 +86,7 @@ #: keduvocdocument/keduvocdocument.cpp:341 #, kde-format msgid "Cannot write to file %1" -msgstr "No s'ha pogut escriure al fitxer %1" +msgstr "No s'ha pogut escriure en el fitxer %1" #: keduvocdocument/keduvocdocument.cpp:677 #, kde-format @@ -155,7 +155,7 @@ #: keduvocdocument/keduvocdocument.cpp:877 #, kde-format msgid "File writer failed." -msgstr "No s'ha pogut fer l'escriptura al fitxer." +msgstr "No s'ha pogut fer l'escriptura en el fitxer." #: keduvocdocument/keduvocdocument.cpp:879 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkeduvocdocument-22.04.3/po/zh_CN/libkeduvocdocument.po new/libkeduvocdocument-22.08.0/po/zh_CN/libkeduvocdocument.po --- old/libkeduvocdocument-22.04.3/po/zh_CN/libkeduvocdocument.po 2022-07-05 06:30:35.000000000 +0200 +++ new/libkeduvocdocument-22.08.0/po/zh_CN/libkeduvocdocument.po 2022-08-12 02:03:09.000000000 +0200 @@ -1,17 +1,9 @@ -# translation of libkdeedu.po to ???????????? -# translation of libkdeedu.po to -# Copyright (C) 2007, 2009 Free Software Foundation, Inc. -# -# Ni Hui <shuizhuyuan...@126.com>, 2007, 2009. -# yuanjiayj <yuanji...@gmail.com>, 2007. -# Lie Ex <shuizhuyuan...@126.com>, 2007-2010. -# Weng Xuetian <wen...@gmail.com>, 2015. msgid "" msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-01-04 00:40+0000\n" -"PO-Revision-Date: 2022-07-02 11:03\n" +"PO-Revision-Date: 2022-08-07 13:32\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"