Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ktrip for openSUSE:Factory checked in at 2023-11-10 12:32:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktrip (Old) and /work/SRC/openSUSE:Factory/.ktrip.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktrip" Fri Nov 10 12:32:35 2023 rev:8 rq:1124641 version:23.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ktrip/ktrip.changes 2023-10-12 23:46:29.354411822 +0200 +++ /work/SRC/openSUSE:Factory/.ktrip.new.17445/ktrip.changes 2023-11-10 12:36:03.162550144 +0100 @@ -1,0 +2,11 @@ +Tue Nov 7 17:05:19 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.3/ +- Changes since 23.08.2: + * Fix Qt5 Flatpak build + * Add Craft Android template and remove Qt 6 templates + +------------------------------------------------------------------- Old: ---- ktrip-23.08.2.tar.xz ktrip-23.08.2.tar.xz.sig New: ---- ktrip-23.08.3.tar.xz ktrip-23.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktrip.spec ++++++ --- /var/tmp/diff_new_pack.Dnk1PB/_old 2023-11-10 12:36:03.854575757 +0100 +++ /var/tmp/diff_new_pack.Dnk1PB/_new 2023-11-10 12:36:03.854575757 +0100 @@ -18,7 +18,7 @@ %bcond_without released Name: ktrip -Version: 23.08.2 +Version: 23.08.3 Release: 0 Summary: Public transport assistant targeted towards mobile Linux and Android License: GPL-2.0-or-later ++++++ ktrip-23.08.2.tar.xz -> ktrip-23.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktrip-23.08.2/.flatpak-manifest.json new/ktrip-23.08.3/.flatpak-manifest.json --- old/ktrip-23.08.2/.flatpak-manifest.json 2023-10-07 18:01:07.000000000 +0200 +++ new/ktrip-23.08.3/.flatpak-manifest.json 2023-11-04 12:32:43.000000000 +0100 @@ -25,7 +25,7 @@ { "name": "kirigami-addons", "buildsystem": "cmake-ninja", - "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git"} ] + "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git", "branch": "kf5"} ] }, { "name": "ktrip", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktrip-23.08.2/.gitlab-ci.yml new/ktrip-23.08.3/.gitlab-ci.yml --- old/ktrip-23.08.2/.gitlab-ci.yml 2023-10-07 18:01:07.000000000 +0200 +++ new/ktrip-23.08.3/.gitlab-ci.yml 2023-11-04 12:32:43.000000000 +0100 @@ -2,11 +2,12 @@ # SPDX-License-Identifier: CC0-1.0 include: - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml - #- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.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/freebsd.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml + - project: sysadmin/ci-utilities + file: + - /gitlab-templates/android.yml + - /gitlab-templates/linux.yml + - /gitlab-templates/freebsd.yml + - /gitlab-templates/reuse-lint.yml + - /gitlab-templates/windows.yml + - /gitlab-templates/flatpak.yml + - /gitlab-templates/craft-android-apks.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktrip-23.08.2/CMakeLists.txt new/ktrip-23.08.3/CMakeLists.txt --- old/ktrip-23.08.2/CMakeLists.txt 2023-10-07 18:01:07.000000000 +0200 +++ new/ktrip-23.08.3/CMakeLists.txt 2023-11-04 12:32:43.000000000 +0100 @@ -6,7 +6,7 @@ # KDE Applications version, managed by release script. set(RELEASE_SERVICE_VERSION_MAJOR "23") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "2") +set(RELEASE_SERVICE_VERSION_MICRO "3") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(ktrip VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktrip-23.08.2/org.kde.ktrip.appdata.xml new/ktrip-23.08.3/org.kde.ktrip.appdata.xml --- old/ktrip-23.08.2/org.kde.ktrip.appdata.xml 2023-10-07 18:01:07.000000000 +0200 +++ new/ktrip-23.08.3/org.kde.ktrip.appdata.xml 2023-11-04 12:32:43.000000000 +0100 @@ -152,6 +152,7 @@ <value key="KDE::matrix">#plasmamobile:kde.org</value> </custom> <releases> + <release version="23.08.3" date="2023-11-09"/> <release version="23.08.2" date="2023-10-12"/> <release version="23.08.1" date="2023-09-14"/> <release version="23.08.0" date="2023-08-24"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktrip-23.08.2/po/zh_CN/ktrip.po new/ktrip-23.08.3/po/zh_CN/ktrip.po --- old/ktrip-23.08.2/po/zh_CN/ktrip.po 2023-10-07 18:01:07.000000000 +0200 +++ new/ktrip-23.08.3/po/zh_CN/ktrip.po 2023-11-04 12:32:43.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-29 00:50+0000\n" -"PO-Revision-Date: 2023-09-16 10:12\n" +"PO-Revision-Date: 2023-10-21 13:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"