Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libktorrent for openSUSE:Factory checked in at 2022-10-15 16:36:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libktorrent (Old) and /work/SRC/openSUSE:Factory/.libktorrent.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libktorrent" Sat Oct 15 16:36:55 2022 rev:65 rq:1010853 version:22.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes 2022-09-09 18:28:46.689149616 +0200 +++ /work/SRC/openSUSE:Factory/.libktorrent.new.2275/libktorrent.changes 2022-10-15 16:39:50.598497421 +0200 @@ -1,0 +2,8 @@ +Tue Oct 11 14:33:44 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.2/ + +------------------------------------------------------------------- Old: ---- libktorrent-22.08.1.tar.xz libktorrent-22.08.1.tar.xz.sig New: ---- libktorrent-22.08.2.tar.xz libktorrent-22.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libktorrent.spec ++++++ --- /var/tmp/diff_new_pack.mspqGU/_old 2022-10-15 16:39:51.062498536 +0200 +++ /var/tmp/diff_new_pack.mspqGU/_new 2022-10-15 16:39:51.066498546 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: libktorrent -Version: 22.08.1 +Version: 22.08.2 Release: 0 Summary: Torrent Downloading Library License: GPL-2.0-or-later ++++++ libktorrent-22.08.1.tar.xz -> libktorrent-22.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libktorrent-22.08.1/CMakeLists.txt new/libktorrent-22.08.2/CMakeLists.txt --- old/libktorrent-22.08.1/CMakeLists.txt 2022-09-02 23:49:28.000000000 +0200 +++ new/libktorrent-22.08.2/CMakeLists.txt 2022-10-10 21:39:49.000000000 +0200 @@ -5,7 +5,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "22") set (RELEASE_SERVICE_VERSION_MINOR "08") -set (RELEASE_SERVICE_VERSION_MICRO "1") +set (RELEASE_SERVICE_VERSION_MICRO "2") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libktorrent-22.08.1/po/ar/libktorrent5.po new/libktorrent-22.08.2/po/ar/libktorrent5.po --- old/libktorrent-22.08.1/po/ar/libktorrent5.po 2022-09-06 02:17:46.000000000 +0200 +++ new/libktorrent-22.08.2/po/ar/libktorrent5.po 2022-10-11 07:06:05.000000000 +0200 @@ -1,22 +1,23 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Safa Alfulaij <[email protected]>, 2013. # +# Safa Alfulaij <[email protected]>, 2013. +# Zayed Al-Saidi <[email protected]>, 2022. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-01-23 00:45+0000\n" -"PO-Revision-Date: 2013-12-16 18:12+0300\n" -"Last-Translator: Safa Alfulaij <[email protected]>\n" -"Language-Team: Arabic <[email protected]>\n" +"PO-Revision-Date: 2022-09-06 20:49+0400\n" +"Last-Translator: Zayed Al-Saidi <[email protected]>\n" +"Language-Team: ar\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 21.12.3\n" #: src/bcodec/bdecoder.cpp:48 #, fuzzy, kde-format @@ -211,9 +212,9 @@ msgstr "???? ?????????? ???????? ?????????? ??????????????" #: src/download/httpconnection.cpp:110 -#, fuzzy, kde-format +#, kde-format msgid "Resolving hostname %1" -msgstr "?????? ???????? ?????? ?????????? %1 : %2" +msgstr "???????? ?????? ???????????? %1" #: src/download/httpconnection.cpp:126 src/download/webseed.cpp:306 #, kde-format @@ -287,9 +288,9 @@ msgstr "??????????: %1" #: src/interfaces/trackerinterface.cpp:47 -#, fuzzy, kde-format +#, kde-format msgid "Announcing" -msgstr "??????????????" +msgstr "????????" #: src/interfaces/trackerinterface.cpp:49 src/torrent/torrentstats.cpp:86 #, kde-format @@ -554,9 +555,9 @@ msgstr "??????????????????" #: src/util/logsystemmanager.cpp:21 -#, fuzzy, kde-format +#, kde-format msgid "Tracker" -msgstr "????????????????" +msgstr "????????????????" #: src/util/logsystemmanager.cpp:22 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libktorrent-22.08.1/po/zh_CN/libktorrent5.po new/libktorrent-22.08.2/po/zh_CN/libktorrent5.po --- old/libktorrent-22.08.1/po/zh_CN/libktorrent5.po 2022-09-06 02:17:46.000000000 +0200 +++ new/libktorrent-22.08.2/po/zh_CN/libktorrent5.po 2022-10-11 07:06:05.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-01-23 00:45+0000\n" -"PO-Revision-Date: 2022-08-20 14:20\n" +"PO-Revision-Date: 2022-10-02 15:52\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
