commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2024-08-26 22:08:11 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.2698 (New) Package is "kpublictransport" Mon Aug 26 22:08:11 2024 rev:44 rq:1195459 version:24.08.0 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2024-07-05 19:55:46.124369236 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.2698/kpublictransport.changes 2024-08-26 22:11:43.081744733 +0200 @@ -1,0 +2,9 @@ +Mon Aug 19 07:14:17 UTC 2024 - Christophe Marin + +- Update to 24.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/24.08.0/ +- Too many changes to list here. + +--- Old: kpublictransport-24.05.2.tar.xz kpublictransport-24.05.2.tar.xz.sig New: kpublictransport-24.08.0.tar.xz kpublictransport-24.08.0.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.vmbJz4/_old 2024-08-26 22:11:43.545764109 +0200 +++ /var/tmp/diff_new_pack.vmbJz4/_new 2024-08-26 22:11:43.545764109 +0200 @@ -16,12 +16,12 @@ # -%define kf6_version 6.0.0 +%define kf6_version 6.3.0 %define qt6_version 6.6.0 %bcond_without released Name: kpublictransport -Version:24.05.2 +Version:24.08.0 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later @@ -86,6 +86,8 @@ A library for access realtime public transport data and for performing public ransport journey queries.Development files. +%lang_package + %prep %autosetup -p1 @@ -99,6 +101,8 @@ %install %kf6_install +%find_lang %{name} --all-name + %check %ctest @@ -126,3 +130,5 @@ %{_kf6_libdir}/libKPublicTransport.so %{_kf6_libdir}/libKPublicTransportOnboard.so +%files lang -f %{name}.lang + ++ kpublictransport-24.05.2.tar.xz -> kpublictransport-24.08.0.tar.xz ++ 26899 lines of diff (skipped)
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-11-10 12:32:19 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.17445 (New) Package is "kpublictransport" Fri Nov 10 12:32:19 2023 rev:36 rq:1124619 version:23.08.3 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2023-10-12 23:46:04.873525417 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.17445/kpublictransport.changes 2023-11-10 12:35:36.269554809 +0100 @@ -1,0 +2,12 @@ +Tue Nov 7 17:05:09 UTC 2023 - Christophe Marin + +- 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: + * Correctly detect past canceled stops in DB ICE onboard journey data + * Fix asymmetric location type comparison + * Handle canceled stops in DB ICE onboard API journey data + +--- Old: kpublictransport-23.08.2.tar.xz kpublictransport-23.08.2.tar.xz.sig New: kpublictransport-23.08.3.tar.xz kpublictransport-23.08.3.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.WPDI8i/_old 2023-11-10 12:35:36.949579976 +0100 +++ /var/tmp/diff_new_pack.WPDI8i/_new 2023-11-10 12:35:36.949579976 +0100 @@ -20,7 +20,7 @@ %global lname libKPublicTransport%{sover} %bcond_without released Name: kpublictransport -Version:23.08.2 +Version:23.08.3 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-23.08.2.tar.xz -> kpublictransport-23.08.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.08.2/CMakeLists.txt new/kpublictransport-23.08.3/CMakeLists.txt --- old/kpublictransport-23.08.2/CMakeLists.txt 2023-10-10 05:13:07.0 +0200 +++ new/kpublictransport-23.08.3/CMakeLists.txt 2023-11-04 11:43:08.0 +0100 @@ -6,7 +6,7 @@ # KDE Application 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(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.08.2/autotests/data/onboard-journey/db-ice-canceled-stops.in.json new/kpublictransport-23.08.3/autotests/data/onboard-journey/db-ice-canceled-stops.in.json --- old/kpublictransport-23.08.2/autotests/data/onboard-journey/db-ice-canceled-stops.in.json 1970-01-01 01:00:00.0 +0100 +++ new/kpublictransport-23.08.3/autotests/data/onboard-journey/db-ice-canceled-stops.in.json 2023-11-04 11:43:08.0 +0100 @@ -0,0 +1 @@ +{"trip":{"tripDate":"2023-11-02","trainType":"ICE","vzn":"943","actualPosition":0,"distanceFromLastStop":3900,"totalDistance":506420,"stopInfo":{"scheduledNext":"882","actualNext":"882","actualLast":"885","actualLastStarted":"882","finalStationName":"Berlin Ostbahnhof","finalStationEvaNr":"8010255"},"stops":[{"station":{"evaNr":"885","name":"Düsseldorf Hbf","code":null,"geocoordinates":{"latitude":51.219962,"longitude":6.794319}},"timetable":{"scheduledArrivalTime":null,"actualArrivalTime":null,"showActualArrivalTime":null,"arrivalDelay":"","scheduledDepartureTime":169893654,"actualDepartureTime":1698936741000,"showActualDepartureTime":true,"departureDelay":"+3"},"track":{"scheduled":"19","actual":"19"},"info":{"status":0,"passed":true,"positionStatus":"departed","distance":0,"distanceFromStart":0},"delayReasons":[{"code":"58","text":"Umleitung des Zuges"}]},{"station":{"evaNr":"882","name":"Düsseldorf Flughafen","code":null,"geocoordinates":{"latitude" :51.292009,"longitude":6.786836}},"timetable":{"scheduledArrivalTime":169893702,"actualArrivalTime":169893720,"showActualArrivalTime":true,"arrivalDelay":"+3","scheduledDepartureTime":169893708,"actualDepartureTime":169893726,"showActualDepartureTime":true,"departureDelay":"+3"},"track":{"scheduled":"1","actual":"1"},"info":{"status":0,"passed":false,"positionStatus":"future","distance":8030,"distanceFromStart":8030},"delayReasons":[{"code":"58","text":"Umleitung des Zuges"}]},{"station":{"evaNr":"886","name":"Du
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-10-12 23:43:23 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1807 (New) Package is "kpublictransport" Thu Oct 12 23:43:23 2023 rev:35 rq:1117357 version:23.08.2 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2023-09-15 22:08:02.046624905 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1807/kpublictransport.changes 2023-10-12 23:46:04.873525417 +0200 @@ -1,0 +2,14 @@ +Tue Oct 10 18:27:55 UTC 2023 - Christophe Marin + +- Update to 23.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.2/ +- Changes since 23.08.1: + * test: querytest: Fixup au_navitia locations + * networks: au_navitia: Use stop_point instead of stop_area + * networks: au_navitia: Expand to all of Australia + * networks: au_navitia: Fixup latitude and longitude + * Fix typo in onboard API header installation + +--- Old: kpublictransport-23.08.1.tar.xz kpublictransport-23.08.1.tar.xz.sig New: kpublictransport-23.08.2.tar.xz kpublictransport-23.08.2.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.BWyahI/_old 2023-10-12 23:46:05.397544391 +0200 +++ /var/tmp/diff_new_pack.BWyahI/_new 2023-10-12 23:46:05.397544391 +0200 @@ -20,7 +20,7 @@ %global lname libKPublicTransport%{sover} %bcond_without released Name: kpublictransport -Version:23.08.1 +Version:23.08.2 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-23.08.1.tar.xz -> kpublictransport-23.08.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.08.1/CMakeLists.txt new/kpublictransport-23.08.2/CMakeLists.txt --- old/kpublictransport-23.08.1/CMakeLists.txt 2023-09-09 10:23:19.0 +0200 +++ new/kpublictransport-23.08.2/CMakeLists.txt 2023-10-10 05:13:07.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "23") 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}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.08.1/src/lib/backends/navitiabackend.cpp new/kpublictransport-23.08.2/src/lib/backends/navitiabackend.cpp --- old/kpublictransport-23.08.1/src/lib/backends/navitiabackend.cpp 2023-09-09 10:23:19.0 +0200 +++ new/kpublictransport-23.08.2/src/lib/backends/navitiabackend.cpp 2023-10-10 05:13:07.0 +0200 @@ -216,7 +216,7 @@ query.addQueryItem(QStringLiteral("depth"), QStringLiteral("1")); // 1 so administrative region elements are included query.addQueryItem(QStringLiteral("count"), QString::number(std::max(1, req.maximumResults(; if (req.types() & Location::Stop) { -query.addQueryItem(QStringLiteral("type[]"), QStringLiteral("stop_area")); +query.addQueryItem(QStringLiteral("type[]"), QStringLiteral("stop_point")); } if (req.types() & Location::RentedVehicleStation) { query.addQueryItem(QStringLiteral("type[]"), QStringLiteral("poi")); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.08.1/src/lib/networks/au_navitia.json new/kpublictransport-23.08.2/src/lib/networks/au_navitia.json --- old/kpublictransport-23.08.1/src/lib/networks/au_navitia.json 2023-09-09 10:23:19.0 +0200 +++ new/kpublictransport-23.08.2/src/lib/networks/au_navitia.json 2023-10-10 05:13:07.0 +0200 @@ -53,32 +53,36 @@ "coordinates": [ [ [ --10.798285, -138.183164 +112.502839, +-10.970007 ], [ --25.936668, -137.935305 +133.808399, +-10.113489 ],
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-09-15 22:03:53 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1766 (New) Package is "kpublictransport" Fri Sep 15 22:03:53 2023 rev:34 rq:234 version:23.08.1 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2023-08-31 13:49:31.924402748 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1766/kpublictransport.changes 2023-09-15 22:08:02.046624905 +0200 @@ -1,0 +2,9 @@ +Tue Sep 12 11:56:23 UTC 2023 - Christophe Marin + +- Update to 23.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.1/ +- No code change since 23.08.0 + +--- Old: kpublictransport-23.08.0.tar.xz kpublictransport-23.08.0.tar.xz.sig New: kpublictransport-23.08.1.tar.xz kpublictransport-23.08.1.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.AkzXQE/_old 2023-09-15 22:08:03.110662948 +0200 +++ /var/tmp/diff_new_pack.AkzXQE/_new 2023-09-15 22:08:03.110662948 +0200 @@ -20,7 +20,7 @@ %global lname libKPublicTransport%{sover} %bcond_without released Name: kpublictransport -Version:23.08.0 +Version:23.08.1 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-23.08.0.tar.xz -> kpublictransport-23.08.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.08.0/CMakeLists.txt new/kpublictransport-23.08.1/CMakeLists.txt --- old/kpublictransport-23.08.0/CMakeLists.txt 2023-08-16 22:25:55.0 +0200 +++ new/kpublictransport-23.08.1/CMakeLists.txt 2023-09-09 10:23:19.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "23") set (RELEASE_SERVICE_VERSION_MINOR "08") -set (RELEASE_SERVICE_VERSION_MICRO "0") +set (RELEASE_SERVICE_VERSION_MICRO "1") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION})
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-08-31 13:44:55 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1766 (New) Package is "kpublictransport" Thu Aug 31 13:44:55 2023 rev:33 rq:1105754 version:23.08.0 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2023-07-07 15:51:36.085726131 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1766/kpublictransport.changes 2023-08-31 13:49:31.924402748 +0200 @@ -1,0 +2,28 @@ +Sun Aug 20 13:59:57 UTC 2023 - Christophe Marin + +- Update to 23.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.08.0/ +- Changes since 23.07.90: + * Remove coverage data without polygons from BVG and VBB + * Don't limit vehicle layout queries to backends with realtime coverage + * Remove the restriction for ÃBB vehicle layout requests on Austria + * Support vehicle layouts for a few more ÃBB train types + * Add support for ÃBB onboard API + +--- +Mon Aug 14 08:03:13 UTC 2023 - Christophe Marin + +- Update to 23.07.90 + * New feature release +- No code change since 23.07.80 + +--- +Tue Aug 1 10:14:12 UTC 2023 - Christophe Marin + +- Update to 23.07.80 + * New feature release +- Too many changes to list here. + +--- Old: kpublictransport-23.04.3.tar.xz kpublictransport-23.04.3.tar.xz.sig New: kpublictransport-23.08.0.tar.xz kpublictransport-23.08.0.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.YTjpiY/_old 2023-08-31 13:49:33.040442639 +0200 +++ /var/tmp/diff_new_pack.YTjpiY/_new 2023-08-31 13:49:33.048442924 +0200 @@ -20,7 +20,7 @@ %global lname libKPublicTransport%{sover} %bcond_without released Name: kpublictransport -Version:23.04.3 +Version:23.08.0 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later @@ -34,12 +34,18 @@ BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: flex +%if 0%{?suse_version} == 1500 +BuildRequires: gcc10-c++ +BuildRequires: gcc10-PIE +%endif BuildRequires: kf5-filesystem BuildRequires: pkgconfig BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5NetworkManagerQt) BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) +BuildRequires: pkgconfig(protobuf) BuildRequires: pkgconfig(zlib) Requires: %{lname} = %{version} Requires: libKPublicTransportOnboard%{sover} = %{version} @@ -81,6 +87,9 @@ %autosetup -p1 %build +%if 0%{?suse_version} == 1500 +export CXX=g++-10 +%endif %cmake_kf5 -d build -- -DBUILD_TESTING=ON %cmake_build ++ kpublictransport-23.04.3.tar.xz -> kpublictransport-23.08.0.tar.xz ++ 20086 lines of diff (skipped)
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-07-07 15:49:07 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.23466 (New) Package is "kpublictransport" Fri Jul 7 15:49:07 2023 rev:32 rq:1097323 version:23.04.3 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2023-06-09 20:41:40.480030538 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.23466/kpublictransport.changes 2023-07-07 15:51:36.085726131 +0200 @@ -1,0 +2,19 @@ +Tue Jul 4 10:20:10 UTC 2023 - Christophe Marin + +- Update to 23.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.3/ +- Changes since 23.04.2: + * Drop implausible section paths + * Apply check for physical limits also to walking sections + * Fix long distance bus line mode for VOR + * Remove dead OTP endpoints in Münster and Ulm + * Also request the top-level transport mode for Entur stopover queries + * Parse OTP transit legs without a transport mode subtype correctly + * Make VRS work again + * Add support for PKCS#12 client certificate bundles + * Apply SSL configuration to IVV ASS network requests as well + * Don't crash when setting custom QNAM when there isn't a default one yet + +--- Old: kpublictransport-23.04.2.tar.xz kpublictransport-23.04.2.tar.xz.sig New: kpublictransport-23.04.3.tar.xz kpublictransport-23.04.3.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.S30X4c/_old 2023-07-07 15:51:36.577729062 +0200 +++ /var/tmp/diff_new_pack.S30X4c/_new 2023-07-07 15:51:36.577729062 +0200 @@ -20,7 +20,7 @@ %global lname libKPublicTransport%{sover} %bcond_without released Name: kpublictransport -Version:23.04.2 +Version:23.04.3 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-23.04.2.tar.xz -> kpublictransport-23.04.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.04.2/.reuse/dep5 new/kpublictransport-23.04.3/.reuse/dep5 --- old/kpublictransport-23.04.2/.reuse/dep52023-06-02 20:35:14.0 +0200 +++ new/kpublictransport-23.04.3/.reuse/dep52023-06-30 16:19:37.0 +0200 @@ -11,7 +11,7 @@ Copyright: none License: CC0-1.0 -Files: src/lib/networks/certs/*.pem +Files: src/lib/networks/certs/*.pem src/lib/networks/certs/*.pfx Copyright: none License: CC0-1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.04.2/CMakeLists.txt new/kpublictransport-23.04.3/CMakeLists.txt --- old/kpublictransport-23.04.2/CMakeLists.txt 2023-06-02 20:35:14.0 +0200 +++ new/kpublictransport-23.04.3/CMakeLists.txt 2023-06-30 16:19:37.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "23") set (RELEASE_SERVICE_VERSION_MINOR "04") -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(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.04.2/autotests/data/otp/de-ulm-rentalbike-journey.in.json new/kpublictransport-23.04.3/autotests/data/otp/de-ulm-rentalbike-journey.in.json --- old/kpublictransport-23.04.2/autotests/data/otp/de-ulm-rentalbike-journey.in.json 2023-06-02 20:35:14.0 +0200 +++ new/kpublictransport-23.04.3/autotests/data/otp/de-ulm-rentalbike-journey.in.json 2023-06-30 16:19:37.0 +0200 @@ -28,7 +28,7 @@ "id": "QmlrZVJlbnRhbFN0YXRpb246Nw==", "stationId": "7", "networks": [ -"openbike" +"regiorad" ], "bikesAvailable": 2 } @@ -53,7 +53,7 @@ "bikeRentalStation": { "id": "QmlrZVJlbnRhbFN0YXRpb246Nw==", "networks": [ -"openbike" +"regiorad" ], "bikesAvailable": 2, "spacesAvailable": 8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '-
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-06-09 20:39:00 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.15902 (New) Package is "kpublictransport" Fri Jun 9 20:39:00 2023 rev:31 rq:1091612 version:23.04.2 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2023-05-12 20:38:35.214295924 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.15902/kpublictransport.changes 2023-06-09 20:41:40.480030538 +0200 @@ -1,0 +2,12 @@ +Tue Jun 6 20:01:27 UTC 2023 - Christophe Marin + +- Update to 23.04.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.2/ +- Changes since 23.04.1: + * Exclude test input files that don't pass the JSON validation CI step + * Drop substring notes during notes merging + * Fix typo in parsing expected arrival times in DB Zugportal journeys + +--- Old: kpublictransport-23.04.1.tar.xz kpublictransport-23.04.1.tar.xz.sig New: kpublictransport-23.04.2.tar.xz kpublictransport-23.04.2.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.EvOEYV/_old 2023-06-09 20:41:41.088034069 +0200 +++ /var/tmp/diff_new_pack.EvOEYV/_new 2023-06-09 20:41:41.092034092 +0200 @@ -20,7 +20,7 @@ %global lname libKPublicTransport%{sover} %bcond_without released Name: kpublictransport -Version:23.04.1 +Version:23.04.2 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-23.04.1.tar.xz -> kpublictransport-23.04.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.04.1/.kde-ci.yml new/kpublictransport-23.04.2/.kde-ci.yml --- old/kpublictransport-23.04.1/.kde-ci.yml2023-05-07 05:26:00.0 +0200 +++ new/kpublictransport-23.04.2/.kde-ci.yml2023-06-02 20:35:14.0 +0200 @@ -18,3 +18,11 @@ - 'src/lib/knowledgedb/linemetadata_data.cpp' - 'src/lib/knowledgedb/linemetadata.cpp' require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ] + json-validate-ignore: + - 'autotests/data/hafas/rem-I-JF-sbb-split-layout-train-formation-input.json' + - 'autotests/data/hafas/query-location-response-sbb-broken-json.json' + - 'autotests/data/navitia/journey-bss-path-no-instr-start-coord.json' + - 'autotests/data/ivvass/journey-vrs-input.json' + - 'autotests/data/ivvass/journey-long-distance-vrs-input.json' + - 'autotests/data/onboard-journey/db-ice.in.json' + - 'autotests/data/otp/de-stadtnavi-bike-parking-journey.in.json' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.04.1/CMakeLists.txt new/kpublictransport-23.04.2/CMakeLists.txt --- old/kpublictransport-23.04.1/CMakeLists.txt 2023-05-07 05:26:00.0 +0200 +++ new/kpublictransport-23.04.2/CMakeLists.txt 2023-06-02 20:35:14.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "23") set (RELEASE_SERVICE_VERSION_MINOR "04") -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}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-23.04.1/autotests/data/onboard-journey/db-zugportal.out.json new/kpublictransport-23.04.2/autotests/data/onboard-journey/db-zugportal.out.json --- old/kpublictransport-23.04.1/autotests/data/onboard-journey/db-zugportal.out.json 2023-05-07 05:26:00.0 +0200 +++ new/kpublictransport-23.04.2/autotests/data/onboard-journey/db-zugportal.out.json 2023-06-02 20:35:14.0 +0200 @@ -4,6 +4,7 @@ "disruptionEffect": "NormalService", "distance": 0, "expectedArrivalPlatform": "1", +"expectedArrivalTime": "2022-10-07T10:52:00Z", "expectedDeparturePlatform": "2", "expectedDepartureTime": "2022-10-07T10:02:00Z", "from": { @@ -16,6 +17,7 @@ "intermediateStops": [ { "disruptionEffect": "NormalService", +"expectedArrivalTime": "2022-10-07T10:04:00Z", "expectedDeparture
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-05-12 20:36:00 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1533 (New) Package is "kpublictransport" Fri May 12 20:36:00 2023 rev:30 rq:1086387 version:23.04.1 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2023-04-23 22:49:28.979396065 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1533/kpublictransport.changes 2023-05-12 20:38:35.214295924 +0200 @@ -1,0 +2,17 @@ +Tue May 9 10:47:24 UTC 2023 - Christophe Marin + +- Update to 23.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.1/ +- Changes since 23.04.0: + * Propagate query job deletion to network jobs + * Do name-based EFA location searches with type_sf=any + * Add support for MAV onboard API + * Add FlixTrain Wi-Fi SSID + * Check for valid position numbers more strictly + * Fix typo in CD Railjet WiFi SSID + * Add UIC code of CD to backends that cover Czechia + * Set proper polygons for all ÃBB coverage areas + +--- Old: kpublictransport-23.04.0.tar.xz kpublictransport-23.04.0.tar.xz.sig New: kpublictransport-23.04.1.tar.xz kpublictransport-23.04.1.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.R1a11a/_old 2023-05-12 20:38:35.746298848 +0200 +++ /var/tmp/diff_new_pack.R1a11a/_new 2023-05-12 20:38:35.746298848 +0200 @@ -20,7 +20,7 @@ %global lname libKPublicTransport%{sover} %bcond_without released Name: kpublictransport -Version:23.04.0 +Version:23.04.1 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-23.04.0.tar.xz -> kpublictransport-23.04.1.tar.xz ++ 2999 lines of diff (skipped)
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-04-23 22:46:39 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1533 (New) Package is "kpublictransport" Sun Apr 23 22:46:39 2023 rev:29 rq:1080668 version:23.04.0 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2023-03-03 22:29:49.115624360 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1533/kpublictransport.changes 2023-04-23 22:49:28.979396065 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:46:12 UTC 2023 - Christophe Marin + +- Update to 23.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.04.0/ + +--- +Fri Mar 31 16:42:21 UTC 2023 - Christophe Marin + +- Update to 23.03.90 + * New feature release + +--- +Fri Mar 17 20:43:59 UTC 2023 - Christophe Marin + +- Update to 23.03.80 + * New feature release + +--- Old: kpublictransport-22.12.3.tar.xz kpublictransport-22.12.3.tar.xz.sig New: kpublictransport-23.04.0.tar.xz kpublictransport-23.04.0.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.VXYDfW/_old 2023-04-23 22:49:29.447398709 +0200 +++ /var/tmp/diff_new_pack.VXYDfW/_new 2023-04-23 22:49:29.451398732 +0200 @@ -18,11 +18,9 @@ %global sover 1 %global lname libKPublicTransport%{sover} -# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.12.3 +Version:23.04.0 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later @@ -38,11 +36,13 @@ BuildRequires: flex BuildRequires: kf5-filesystem BuildRequires: pkgconfig +BuildRequires: cmake(KF5I18n) BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) BuildRequires: pkgconfig(zlib) Requires: %{lname} = %{version} +Requires: libKPublicTransportOnboard%{sover} = %{version} %description A library for access realtime public transport data and for performing public @@ -55,9 +55,20 @@ A library for access realtime public transport data and for performing public ransport journey queries. +%package -n libKPublicTransportOnboard%{sover} +Summary:Library for querying public transport data onboard trains +Requires: %{lname} = %{version} + +%description -n libKPublicTransportOnboard%{sover} +A library for access realtime public transport data and for performing public +transport journey queries. This package contains a library to determine +the presence onboard of a train using WiFi SSIDs and provide journey +details. + %package devel Summary:Library for querying public transport data Requires: %{lname} = %{version} +Requires: libKPublicTransportOnboard%{sover} = %{version} Requires: extra-cmake-modules Requires: cmake(Qt5Gui) Requires: pkgconfig(zlib) @@ -80,6 +91,7 @@ %ctest %ldconfig_scriptlets -n %{lname} +%ldconfig_scriptlets -n libKPublicTransportOnboard%{sover} %files %dir %{_kf5_qmldir}/org/ @@ -91,9 +103,14 @@ %{_kf5_debugdir}/org_kde_kpublictransport.categories %{_kf5_libdir}/libKPublicTransport.so.* +%files -n libKPublicTransportOnboard%{sover} +%{_kf5_libdir}/libKPublicTransportOnboard.so.* +%{_kf5_debugdir}/org_kde_kpublictransport_onboard.categories + %files devel %{_includedir}/KPublicTransport/ -%{_kf5_libdir}/cmake/KPublicTransport/ +%{_kf5_cmakedir}/KPublicTransport/ %{_kf5_libdir}/libKPublicTransport.so +%{_kf5_libdir}/libKPublicTransportOnboard.so %changelog ++ kpublictransport-22.12.3.tar.xz -> kpublictransport-23.04.0.tar.xz ++ 12469 lines of diff (skipped)
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-03-03 22:27:25 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.31432 (New) Package is "kpublictransport" Fri Mar 3 22:27:25 2023 rev:28 rq:1068874 version:22.12.3 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2023-02-04 14:19:22.946857662 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.31432/kpublictransport.changes 2023-03-03 22:29:49.115624360 +0100 @@ -1,0 +2,8 @@ +Tue Feb 28 09:46:27 UTC 2023 - Christophe Marin + +- Update to 22.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.12.3/ + +--- Old: kpublictransport-22.12.2.tar.xz kpublictransport-22.12.2.tar.xz.sig New: kpublictransport-22.12.3.tar.xz kpublictransport-22.12.3.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.Qb5L5j/_old 2023-03-03 22:29:49.583626456 +0100 +++ /var/tmp/diff_new_pack.Qb5L5j/_new 2023-03-03 22:29:49.587626475 +0100 @@ -1,7 +1,7 @@ # # spec file for package kpublictransport # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.12.2 +Version:22.12.3 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later @@ -79,8 +79,7 @@ %check %ctest -%post -n %{lname} -p /sbin/ldconfig -%postun -n %{lname} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{lname} %files %dir %{_kf5_qmldir}/org/ ++ kpublictransport-22.12.2.tar.xz -> kpublictransport-22.12.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.12.2/CMakeLists.txt new/kpublictransport-22.12.3/CMakeLists.txt --- old/kpublictransport-22.12.2/CMakeLists.txt 2023-01-29 23:34:37.0 +0100 +++ new/kpublictransport-22.12.3/CMakeLists.txt 2023-02-24 20:37:12.0 +0100 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "22") set (RELEASE_SERVICE_VERSION_MINOR "12") -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(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION})
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-02-04 14:14:43 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.4462 (New) Package is "kpublictransport" Sat Feb 4 14:14:43 2023 rev:27 rq:1062847 version:22.12.2 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2023-01-07 17:21:38.350844938 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.4462/kpublictransport.changes 2023-02-04 14:19:22.946857662 +0100 @@ -1,0 +2,8 @@ +Tue Jan 31 10:34:16 UTC 2023 - Christophe Marin + +- Update to 22.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.12.2/ + +--- Old: kpublictransport-22.12.1.tar.xz kpublictransport-22.12.1.tar.xz.sig New: kpublictransport-22.12.2.tar.xz kpublictransport-22.12.2.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.2AdbLs/_old 2023-02-04 14:19:23.346859937 +0100 +++ /var/tmp/diff_new_pack.2AdbLs/_new 2023-02-04 14:19:23.350859960 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.12.1 +Version:22.12.2 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-22.12.1.tar.xz -> kpublictransport-22.12.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.12.1/.gitlab-ci.yml new/kpublictransport-22.12.2/.gitlab-ci.yml --- old/kpublictransport-22.12.1/.gitlab-ci.yml 2023-01-02 23:46:49.0 +0100 +++ new/kpublictransport-22.12.2/.gitlab-ci.yml 2023-01-29 23:34:37.0 +0100 @@ -12,4 +12,4 @@ - 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/android-qt6.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6-dummy.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.12.1/CMakeLists.txt new/kpublictransport-22.12.2/CMakeLists.txt --- old/kpublictransport-22.12.1/CMakeLists.txt 2023-01-02 23:46:49.0 +0100 +++ new/kpublictransport-22.12.2/CMakeLists.txt 2023-01-29 23:34:37.0 +0100 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "22") set (RELEASE_SERVICE_VERSION_MINOR "12") -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}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION})
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2023-01-07 17:18:46 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1563 (New) Package is "kpublictransport" Sat Jan 7 17:18:46 2023 rev:26 rq:1056575 version:22.12.1 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-12-09 17:00:41.304673925 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1563/kpublictransport.changes 2023-01-07 17:21:38.350844938 +0100 @@ -1,0 +2,8 @@ +Tue Jan 3 10:20:40 UTC 2023 - Christophe Marin + +- Update to 22.12.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.12.1/ + +--- Old: kpublictransport-22.12.0.tar.xz kpublictransport-22.12.0.tar.xz.sig New: kpublictransport-22.12.1.tar.xz kpublictransport-22.12.1.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.AI5KaE/_old 2023-01-07 17:21:38.822847754 +0100 +++ /var/tmp/diff_new_pack.AI5KaE/_new 2023-01-07 17:21:38.826847778 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.12.0 +Version:22.12.1 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-22.12.0.tar.xz -> kpublictransport-22.12.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.12.0/CMakeLists.txt new/kpublictransport-22.12.1/CMakeLists.txt --- old/kpublictransport-22.12.0/CMakeLists.txt 2022-11-30 00:41:01.0 +0100 +++ new/kpublictransport-22.12.1/CMakeLists.txt 2023-01-02 23:46:49.0 +0100 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "22") set (RELEASE_SERVICE_VERSION_MINOR "12") -set (RELEASE_SERVICE_VERSION_MICRO "0") +set (RELEASE_SERVICE_VERSION_MICRO "1") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.12.0/src/lib/gbfs/gbfsbackend.cpp new/kpublictransport-22.12.1/src/lib/gbfs/gbfsbackend.cpp --- old/kpublictransport-22.12.0/src/lib/gbfs/gbfsbackend.cpp 2022-11-30 00:41:01.0 +0100 +++ new/kpublictransport-22.12.1/src/lib/gbfs/gbfsbackend.cpp 2023-01-02 23:46:49.0 +0100 @@ -185,7 +185,7 @@ } const auto lat = GBFSReader::readLatitude(bike); const auto lon = GBFSReader::readLongitude(bike); -const bool selectedByCoord = !std::isnan(lat) && !std::isnan(lon) && Location::distance(lat, lon, req.latitude(), req.longitude()) > req.maximumDistance(); +const bool selectedByCoord = !std::isnan(lat) && !std::isnan(lon) && Location::distance(lat, lon, req.latitude(), req.longitude()) <= req.maximumDistance(); // GBFS v2.1: docked vehicle status - TODO do we want to drop the corresponding station in that case? const auto id = stationIdToString(bike.value(QLatin1String("station_id"))); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.12.0/src/lib/gbfs/gbfsvehicletypes.cpp new/kpublictransport-22.12.1/src/lib/gbfs/gbfsvehicletypes.cpp --- old/kpublictransport-22.12.0/src/lib/gbfs/gbfsvehicletypes.cpp 2022-11-30 00:41:01.0 +0100 +++ new/kpublictransport-22.12.1/src/lib/gbfs/gbfsvehicletypes.cpp 2023-01-02 23:46:49.0 +0100 @@ -41,6 +41,8 @@ { "car", GBFSVehicleType::Car }, { "moped", GBFSVehicleType::Moped }, { "scooter", GBFSVehicleType::Scooter }, +{ "scooter_seating", GBFSVehicleType::Scooter }, +{ "scooter_standing", GBFSVehicleType::Scooter }, { "other", GBFSVehicleType::Other }, }; @@ -49,6 +51,9 @@ { "electric_assist", GBFSVehicleType::ElectricAssist }, { "electric", GBFSVehicleType::Electric }, { "combustion", GBFSVehicleType::Combustion }, +{ "combustion_diesel", GBFSVehicleType::Combustion }, +{ "hybrid", GBFSVehicleType::Combustion }, +{ "plug_in_hybrid", GBFSVehicleType::Combustion }, }; template diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclu
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-12-09 16:59:13 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1835 (New) Package is "kpublictransport" Fri Dec 9 16:59:13 2022 rev:25 rq:1041542 version:22.12.0 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-11-04 17:40:07.630428499 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1835/kpublictransport.changes 2022-12-09 17:00:41.304673925 +0100 @@ -1,0 +2,20 @@ +Fri Dec 2 12:25:59 UTC 2022 - Christophe Marin + +- Update to 22.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.12.0/ + +--- +Sat Nov 26 16:45:38 UTC 2022 - Christophe Giboudeaux + +- Update to 22.11.90 + * New feature release + +--- +Sat Nov 12 08:54:45 UTC 2022 - Christophe Giboudeaux + +- Update to 22.11.80 + * New feature release + +--- Old: kpublictransport-22.08.3.tar.xz kpublictransport-22.08.3.tar.xz.sig New: kpublictransport-22.12.0.tar.xz kpublictransport-22.12.0.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.efug73/_old 2022-12-09 17:00:41.788676320 +0100 +++ /var/tmp/diff_new_pack.efug73/_new 2022-12-09 17:00:41.792676340 +0100 @@ -1,7 +1,7 @@ # # spec file for package kpublictransport # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.08.3 +Version:22.12.0 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later @@ -50,7 +50,6 @@ %package -n %{lname} Summary:Library for querying public transport data -Group: System/GUI/KDE %description -n %{lname} A library for access realtime public transport data and for performing public @@ -58,7 +57,6 @@ %package devel Summary:Library for querying public transport data -Group: Development/Libraries/KDE Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: cmake(Qt5Gui) ++ kpublictransport-22.08.3.tar.xz -> kpublictransport-22.12.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.3/.clang-tidy new/kpublictransport-22.12.0/.clang-tidy --- old/kpublictransport-22.08.3/.clang-tidy2022-10-30 21:44:02.0 +0100 +++ new/kpublictransport-22.12.0/.clang-tidy2022-11-30 00:41:01.0 +0100 @@ -1,7 +1,7 @@ # SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: none --- -Checks: 'clang-diagnostic-*,-clang-diagnostic-gnu-zero-variadic-macro-arguments,-clang-diagnostic-unknown-warning-option,clang-analyzer-*,bugprone-*,misc-*,modernize-*,performance-*,readability-*,-readability-implicit-bool-conversion,-readability-magic-numbers,-readability-uppercase-literal-suffix,-readability-isolate-declaration,-readability-named-parameter,-modernize-avoid-c-arrays' +Checks: 'clang-diagnostic-*,-clang-diagnostic-gnu-zero-variadic-macro-arguments,-clang-diagnostic-unknown-warning-option,clang-analyzer-*,bugprone-*,misc-*,modernize-*,performance-*,readability-*,-readability-implicit-bool-conversion,-readability-magic-numbers,-readability-uppercase-literal-suffix,-readability-isolate-declaration,-readability-named-parameter,-modernize-avoid-c-arrays,-modernize-use-trailing-return-type' FormatStyle: none CheckOptions: - key: readability-implicit-bool-conversion.AllowIntegerConditions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.3/.gitlab-ci.yml new/kpublictransport-22.12.0/.gitlab-ci.yml --- old/kpublictransport-22.08.3/.gitlab-ci.yml 2022-10-30 21:44:02.0 +0100 +++ new/kpublictransport-22.12.0/.gitlab-ci.yml 2022-11-30 00:41:01.0 +0100 @@ -4,7 +4,12 @@ include: - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitla
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-11-04 17:36:34 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.2275 (New) Package is "kpublictransport" Fri Nov 4 17:36:34 2022 rev:24 rq:105 version:22.08.3 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-10-15 16:39:07.278393320 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.2275/kpublictransport.changes 2022-11-04 17:40:07.630428499 +0100 @@ -1,0 +2,8 @@ +Tue Nov 1 11:21:05 UTC 2022 - Christophe Giboudeaux + +- Update to 22.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.3/ + +--- Old: kpublictransport-22.08.2.tar.xz kpublictransport-22.08.2.tar.xz.sig New: kpublictransport-22.08.3.tar.xz kpublictransport-22.08.3.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.PlkMxV/_old 2022-11-04 17:40:08.214431550 +0100 +++ /var/tmp/diff_new_pack.PlkMxV/_new 2022-11-04 17:40:08.222431592 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.08.2 +Version:22.08.3 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-22.08.2.tar.xz -> kpublictransport-22.08.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.2/CMakeLists.txt new/kpublictransport-22.08.3/CMakeLists.txt --- old/kpublictransport-22.08.2/CMakeLists.txt 2022-10-10 21:39:51.0 +0200 +++ new/kpublictransport-22.08.3/CMakeLists.txt 2022-10-30 21:44:02.0 +0100 @@ -6,7 +6,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 "2") +set (RELEASE_SERVICE_VERSION_MICRO "3") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.2/src/lib/networks/at_3_vor.json new/kpublictransport-22.08.3/src/lib/networks/at_3_vor.json --- old/kpublictransport-22.08.2/src/lib/networks/at_3_vor.json 2022-10-10 21:39:51.0 +0200 +++ new/kpublictransport-22.08.3/src/lib/networks/at_3_vor.json 2022-10-30 21:44:02.0 +0100 @@ -11,6 +11,7 @@ "Description[fi]": "It??isen It??vallan alueellinen julkinen liikenne.", "Description[fr]": "Transports publics r??gionaux dans l'est de l'Autriche.", "Description[it]": "Trasporto pubblico regionale nell'Austria orientale.", +"Description[ka]": "? ?? ?? ?? ???.", "Description[ko]": "??? ?? ?? ?? ???.", "Description[nl]": "Regionaal openbaar vervoer in het oosten van Oostenrijk.", "Description[pl]": "Regionalny transport publiczny we wschodniej Austrii.", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.2/src/lib/networks/at_4_linz.json new/kpublictransport-22.08.3/src/lib/networks/at_4_linz.json --- old/kpublictransport-22.08.2/src/lib/networks/at_4_linz.json 2022-10-10 21:39:51.0 +0200 +++ new/kpublictransport-22.08.3/src/lib/networks/at_4_linz.json 2022-10-30 21:44:02.0 +0100 @@ -11,6 +11,7 @@ "Description[fi]": "Paikallisliikenne It??vallan Linziss?? ymp??rist??ineen.", "Description[fr]": "Transports r??gionaux dans la r??gion de Linz, Autriche.", "Description[it]": "Trasporto locale a Linz e dintorni, Austria.", +"Description[ka]": " ?? ??, ? ?? ? ?.", "Description[ko]": "??? ?? ??? ? ?? ???.", "Description[nl]": "Lokaal transport in en om Linz, Oostenrijk.", "Description[pl]": "Transport lokalny w i wok Linz, Austria.", @@ -34,6 +35,7
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-10-15 16:36:27 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.2275 (New) Package is "kpublictransport" Sat Oct 15 16:36:27 2022 rev:23 rq:1010798 version:22.08.2 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-09-09 18:28:09.481051685 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.2275/kpublictransport.changes 2022-10-15 16:39:07.278393320 +0200 @@ -1,0 +2,8 @@ +Tue Oct 11 14:33:11 UTC 2022 - Christophe Giboudeaux + +- Update to 22.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.2/ + +--- Old: kpublictransport-22.08.1.tar.xz kpublictransport-22.08.1.tar.xz.sig New: kpublictransport-22.08.2.tar.xz kpublictransport-22.08.2.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.hhAWYg/_old 2022-10-15 16:39:07.878394762 +0200 +++ /var/tmp/diff_new_pack.hhAWYg/_new 2022-10-15 16:39:07.886394781 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.08.1 +Version:22.08.2 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-22.08.1.tar.xz -> kpublictransport-22.08.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.1/CMakeLists.txt new/kpublictransport-22.08.2/CMakeLists.txt --- old/kpublictransport-22.08.1/CMakeLists.txt 2022-09-05 04:45:59.0 +0200 +++ new/kpublictransport-22.08.2/CMakeLists.txt 2022-10-10 21:39:51.0 +0200 @@ -6,7 +6,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}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.1/src/lib/networks/at_3_vor.json new/kpublictransport-22.08.2/src/lib/networks/at_3_vor.json --- old/kpublictransport-22.08.1/src/lib/networks/at_3_vor.json 2022-09-05 04:45:59.0 +0200 +++ new/kpublictransport-22.08.2/src/lib/networks/at_3_vor.json 2022-10-10 21:39:51.0 +0200 @@ -39,6 +39,7 @@ "Name[pl]": "Verkehrsverbund Ostregion (VOR)", "Name[pt]": "Verkehrsverbund Ostregion (VOR)", "Name[pt_BR]": "Verkehrsverbund Ostregion (VOR)", +"Name[ru]": "Verkehrsverbund Ostregion (VOR)", "Name[sl]": "Verkehrsverbund Ostregion (VOR)", "Name[sv]": "Verkehrsverbund Ostregion (VOR)", "Name[tr]": "Verkehrsverbund Ostregion (VOR)", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.1/src/lib/networks/at_4_linz.json new/kpublictransport-22.08.2/src/lib/networks/at_4_linz.json --- old/kpublictransport-22.08.1/src/lib/networks/at_4_linz.json 2022-09-05 04:45:59.0 +0200 +++ new/kpublictransport-22.08.2/src/lib/networks/at_4_linz.json 2022-10-10 21:39:51.0 +0200 @@ -16,6 +16,7 @@ "Description[pl]": "Transport lokalny w i wok Linz, Austria.", "Description[pt]": "Transportes locais na regi??o de Linz, ??ustria.", "Description[pt_BR]": "Transporte local na regi??o de Linz, ??ustria.", +"Description[ru]": "?? ?? ?? ?? ?? , ??.", "Description[sl]": "Lokalni prevoz v Linzu in okolici, v Avstriji.", "Description[sv]": "Lokal transportoperat??r i och omkring Linz, ??sterrike.", "Description[tr]": "Avusturya, Linz b??lgesi yerel tama", @@ -38,6 +39,7 @@ "Name[pl]": "Linz AG", "Name[pt]": "Linz AG", "Name[pt_BR]": "Linz AG", +"Name[ru]": "Linz AG", "Name[sl]": "Linz AG", "Name[sv]": "Linz AG", "Name[tr]": "Linz AG", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.1/src/lib/networks/
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-09-09 18:26:51 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.2083 (New) Package is "kpublictransport" Fri Sep 9 18:26:51 2022 rev:22 rq:1002081 version:22.08.1 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-08-19 17:57:52.544276067 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.2083/kpublictransport.changes 2022-09-09 18:28:09.481051685 +0200 @@ -1,0 +2,8 @@ +Tue Sep 6 15:20:31 UTC 2022 - Christophe Giboudeaux + +- Update to 22.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.1/ + +--- Old: kpublictransport-22.08.0.tar.xz kpublictransport-22.08.0.tar.xz.sig New: kpublictransport-22.08.1.tar.xz kpublictransport-22.08.1.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.DXuI23/_old 2022-09-09 18:28:09.941052895 +0200 +++ /var/tmp/diff_new_pack.DXuI23/_new 2022-09-09 18:28:09.949052916 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.08.0 +Version:22.08.1 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-22.08.0.tar.xz -> kpublictransport-22.08.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.0/CMakeLists.txt new/kpublictransport-22.08.1/CMakeLists.txt --- old/kpublictransport-22.08.0/CMakeLists.txt 2022-08-10 23:04:14.0 +0200 +++ new/kpublictransport-22.08.1/CMakeLists.txt 2022-09-05 04:45:59.0 +0200 @@ -6,7 +6,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 "0") +set (RELEASE_SERVICE_VERSION_MICRO "1") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.0/src/lib/networks/at_4_ooevv.json new/kpublictransport-22.08.1/src/lib/networks/at_4_ooevv.json --- old/kpublictransport-22.08.0/src/lib/networks/at_4_ooevv.json 2022-08-10 23:04:14.0 +0200 +++ new/kpublictransport-22.08.1/src/lib/networks/at_4_ooevv.json 2022-09-05 04:45:59.0 +0200 @@ -1,7 +1,7 @@ { "KPlugin": { "Description": "Regional public transport in Upper Austria.", -"Description[ca@valencia]": "Transport p??blic regional a l'alta ??ustria.", +"Description[ca@valencia]": "Transport p??blic regional en l'alta ??ustria.", "Description[ca]": "Transport p??blic regional a l'alta ??ustria.", "Description[cs]": "M??stn?? doprava v Horn??m Rakousku.", "Description[de]": "Regionale ??ffentliche Verkehrsmittel in Ober??sterreichisch.", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.0/src/lib/networks/de_he_rmv.json new/kpublictransport-22.08.1/src/lib/networks/de_he_rmv.json --- old/kpublictransport-22.08.0/src/lib/networks/de_he_rmv.json 2022-08-10 23:04:14.0 +0200 +++ new/kpublictransport-22.08.1/src/lib/networks/de_he_rmv.json 2022-09-05 04:45:59.0 +0200 @@ -1,7 +1,7 @@ { "KPlugin": { "Description": "Local transport in the Rhein-Main area, Germany.", -"Description[ca@valencia]": "Transport local a l'??rea de Rin-Main, Alemanya.", +"Description[ca@valencia]": "Transport local en l'??rea de Rin-Main, Alemanya.", "Description[ca]": "Transport local a l'??rea de Rin-Main, Alemanya.", "Description[cs]": "M??stn?? doprava v oblasti Por??n??-Main, N??mecko.", "Description[de]": "Lokale Verkehrsmittel im Gebiet Rhein-Main, Deutschland.", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.08.0/src/lib/networks/de_nw_vrr.json new/kpublictransport-22.08.1/src/lib/networks/de_nw_vrr.json --- old/kpublictransport-22.08.0/src/lib/networks/de_nw_vrr.json 2022-08-10 23:04:14.0 +0200 +
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-08-19 17:55:11 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.2083 (New) Package is "kpublictransport" Fri Aug 19 17:55:11 2022 rev:21 rq:997890 version:22.08.0 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-07-09 17:04:19.652859109 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.2083/kpublictransport.changes 2022-08-19 17:57:52.544276067 +0200 @@ -1,0 +2,20 @@ +Sun Aug 14 09:43:13 UTC 2022 - Christophe Giboudeaux + +- 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:16 UTC 2022 - Christophe Giboudeaux + +- Update to 22.07.90 + * New feature release + +--- +Sat Jul 16 08:28:31 UTC 2022 - Christophe Giboudeaux + +- Update to 22.07.80 + * New feature release + +--- Old: kpublictransport-22.04.3.tar.xz kpublictransport-22.04.3.tar.xz.sig New: kpublictransport-22.08.0.tar.xz kpublictransport-22.08.0.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.wcyJVf/_old 2022-08-19 17:57:52.976276972 +0200 +++ /var/tmp/diff_new_pack.wcyJVf/_new 2022-08-19 17:57:52.980276980 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.04.3 +Version:22.08.0 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later @@ -96,8 +96,6 @@ %files devel %{_includedir}/KPublicTransport/ -%{_includedir}/kpublictransport/ -%{_includedir}/kpublictransport_version.h %{_kf5_libdir}/cmake/KPublicTransport/ %{_kf5_libdir}/libKPublicTransport.so ++ kpublictransport-22.04.3.tar.xz -> kpublictransport-22.08.0.tar.xz ++ 2854 lines of diff (skipped)
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-07-09 17:02:11 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1523 (New) Package is "kpublictransport" Sat Jul 9 17:02:11 2022 rev:20 rq:987653 version:22.04.3 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-06-12 17:42:33.082434137 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1523/kpublictransport.changes 2022-07-09 17:04:19.652859109 +0200 @@ -1,0 +2,8 @@ +Tue Jul 5 17:03:40 UTC 2022 - Christophe Giboudeaux + +- Update to 22.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.04.3/ + +--- Old: kpublictransport-22.04.2.tar.xz kpublictransport-22.04.2.tar.xz.sig New: kpublictransport-22.04.3.tar.xz kpublictransport-22.04.3.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.A8lev3/_old 2022-07-09 17:04:20.068859504 +0200 +++ /var/tmp/diff_new_pack.A8lev3/_new 2022-07-09 17:04:20.072859508 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.04.2 +Version:22.04.3 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-22.04.2.tar.xz -> kpublictransport-22.04.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.04.2/CMakeLists.txt new/kpublictransport-22.04.3/CMakeLists.txt --- old/kpublictransport-22.04.2/CMakeLists.txt 2022-06-07 05:47:02.0 +0200 +++ new/kpublictransport-22.04.3/CMakeLists.txt 2022-07-05 04:42:02.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "22") set (RELEASE_SERVICE_VERSION_MINOR "04") -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(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.04.2/src/lib/networks/au_nsw.json new/kpublictransport-22.04.3/src/lib/networks/au_nsw.json --- old/kpublictransport-22.04.2/src/lib/networks/au_nsw.json 2022-06-07 05:47:02.0 +0200 +++ new/kpublictransport-22.04.3/src/lib/networks/au_nsw.json 2022-07-05 04:42:02.0 +0200 @@ -1,7 +1,7 @@ { "KPlugin": { "Description": "Local transport in New South Wales, Australia.", -"Description[ca@valencia]": "Transport local a Nova Gales del Sud, Austr??lia.", +"Description[ca@valencia]": "Transport local a Nova Gal??les del Sud, Austr??lia.", "Description[ca]": "Transport local a Nova Gal??les del Sud, Austr??lia.", "Description[cs]": "M??stn?? doprava v Nov??m ji??n??m Walesu, Austr??lie.", "Description[de]": "Lokale Verkehrsmittel in New South Wales, Australien.", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.04.2/src/lib/networks/ch_sbb.json new/kpublictransport-22.04.3/src/lib/networks/ch_sbb.json --- old/kpublictransport-22.04.2/src/lib/networks/ch_sbb.json 2022-06-07 05:47:02.0 +0200 +++ new/kpublictransport-22.04.3/src/lib/networks/ch_sbb.json 2022-07-05 04:42:02.0 +0200 @@ -22,7 +22,7 @@ "Description[x-test]": "xxSwiss national railway.xx", "Description[zh_CN]": "?", "Name": "Swiss Federal Railways (SBB/CFF/FFS)", -"Name[ca@valencia]": "Ferrocarril Federal Sues (SBB/CFF/FFS)", +"Name[ca@valencia]": "Ferrocarril Federal Su??s (SBB/CFF/FFS)", "Name[ca]": "Ferrocarril Federal Su??s (SBB/CFF/FFS)", "Name[cs]": "??v??carsk?? Feder??ln?? ??eleznice (SBB/CFF/FFS)", "Name[de]": "Schweizerische Bundesbahnen (SBB/CFF/FFS)", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.04.2/src/lib/networks/un_gbfs.json new/kpublictransport-22.04.3/src/lib/networks/un_gbfs.json --- old/kpublictransport-22.04.2/src/lib/networks/un_gbfs.json 2022-06-07 05:47:02.0 +0200 +++ new/kpublictransport-22.04.3
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-06-12 17:40:13 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1548 (New) Package is "kpublictransport" Sun Jun 12 17:40:13 2022 rev:19 rq:981891 version:22.04.2 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-05-14 22:57:28.203388945 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1548/kpublictransport.changes 2022-06-12 17:42:33.082434137 +0200 @@ -1,0 +2,8 @@ +Wed Jun 8 09:55:45 UTC 2022 - Christophe Giboudeaux + +- Update to 22.04.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.04.2/ + +--- Old: kpublictransport-22.04.1.tar.xz kpublictransport-22.04.1.tar.xz.sig New: kpublictransport-22.04.2.tar.xz kpublictransport-22.04.2.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.9xJ6J7/_old 2022-06-12 17:42:33.502434739 +0200 +++ /var/tmp/diff_new_pack.9xJ6J7/_new 2022-06-12 17:42:33.510434750 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.04.1 +Version:22.04.2 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-22.04.1.tar.xz -> kpublictransport-22.04.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.04.1/CMakeLists.txt new/kpublictransport-22.04.2/CMakeLists.txt --- old/kpublictransport-22.04.1/CMakeLists.txt 2022-05-07 11:19:45.0 +0200 +++ new/kpublictransport-22.04.2/CMakeLists.txt 2022-06-07 05:47:02.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "22") set (RELEASE_SERVICE_VERSION_MINOR "04") -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}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.04.1/src/lib/backends/hafasmgateparser.cpp new/kpublictransport-22.04.2/src/lib/backends/hafasmgateparser.cpp --- old/kpublictransport-22.04.1/src/lib/backends/hafasmgateparser.cpp 2022-05-07 11:19:45.0 +0200 +++ new/kpublictransport-22.04.2/src/lib/backends/hafasmgateparser.cpp 2022-06-07 05:47:02.0 +0200 @@ -112,7 +112,10 @@ static QRegularExpression rx(QStringLiteral("\\.(max|1st|2nd)\\.1([1-4])$")); const auto match = rx.match(code); if (match.hasMatch()) { -m.loadInfo.setLoad(load_value_map[match.captured(2).toInt()]); +const auto r = match.captured(2).toInt(); +if (r >= 0 && r <= 4) { +m.loadInfo.setLoad(load_value_map[r]); +} if (match.captured(1) != QLatin1String("max")) { m.loadInfo.setSeatingClass(match.captured(1).left(1)); } @@ -203,8 +206,11 @@ loadInfos.reserve(tcocL.size()); for (const auto &tcocV : tcocL) { const auto tcocObj = tcocV.toObject(); +const auto r = tcocObj.value(QLatin1String("r")).toInt(-1); +if (r < 0 || r > 4) { +continue; +} LoadInfo loadInfo; -const auto r = qBound(0, tcocObj.value(QLatin1String("r")).toInt(), 4); loadInfo.setLoad(load_value_map[r]); const auto c = tcocObj.value(QLatin1String("c")).toString(); loadInfo.setSeatingClass(c == QLatin1String("FIRST") ? QStringLiteral("1") : QStringLiteral("2")); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.04.1/src/lib/networks/au_nsw.json new/kpublictransport-22.04.2/src/lib/networks/au_nsw.json --- old/kpublictransport-22.04.1/src/lib/networks/au_nsw.json 2022-05-07 11:19:45.0 +0200 +++ new/kpublictransport-22.04.2/src/lib/networks/au_nsw.json 2022-06-07 05:47:02.0 +0200 @@ -1,7 +1,7 @@ { "KPlugin": { "Description": "Local transport in New South Wales, Australia.", -"Description[ca@valencia]": "Transport local a Nova Ga
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-05-14 22:56:11 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1538 (New) Package is "kpublictransport" Sat May 14 22:56:11 2022 rev:18 rq:976841 version:22.04.1 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-04-23 19:47:41.483106391 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1538/kpublictransport.changes 2022-05-14 22:57:28.203388945 +0200 @@ -1,0 +2,8 @@ +Tue May 10 16:30:29 UTC 2022 - Christophe Giboudeaux + +- Update to 22.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.04.1/ + +--- Old: kpublictransport-22.04.0.tar.xz kpublictransport-22.04.0.tar.xz.sig New: kpublictransport-22.04.1.tar.xz kpublictransport-22.04.1.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.b6JdFY/_old 2022-05-14 22:57:28.567389400 +0200 +++ /var/tmp/diff_new_pack.b6JdFY/_new 2022-05-14 22:57:28.575389410 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:22.04.0 +Version:22.04.1 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-22.04.0.tar.xz -> kpublictransport-22.04.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.04.0/CMakeLists.txt new/kpublictransport-22.04.1/CMakeLists.txt --- old/kpublictransport-22.04.0/CMakeLists.txt 2022-04-12 23:12:55.0 +0200 +++ new/kpublictransport-22.04.1/CMakeLists.txt 2022-05-07 11:19:45.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "22") set (RELEASE_SERVICE_VERSION_MINOR "04") -set (RELEASE_SERVICE_VERSION_MICRO "0") +set (RELEASE_SERVICE_VERSION_MICRO "1") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.04.0/src/lib/networks/at_3_vor.json new/kpublictransport-22.04.1/src/lib/networks/at_3_vor.json --- old/kpublictransport-22.04.0/src/lib/networks/at_3_vor.json 2022-04-12 23:12:55.0 +0200 +++ new/kpublictransport-22.04.1/src/lib/networks/at_3_vor.json 2022-05-07 11:19:45.0 +0200 @@ -8,6 +8,7 @@ "Description[en_GB]": "Regional public transport in eastern Austria.", "Description[es]": "Trasporte p??blico regional de Austria oriental.", "Description[et]": "Ida-Austria piirkondlik ??histransport.", +"Description[fi]": "It??isen It??vallan alueellinen julkinen liikenne.", "Description[fr]": "Transports publics r??gionaux dans l'est de l'Autriche.", "Description[it]": "Trasporto pubblico regionale nell'Austria orientale.", "Description[ko]": "??? ?? ?? ?? ???.", @@ -29,6 +30,7 @@ "Name[en_GB]": "Verkehrsverbund Ostregion (VOR)", "Name[es]": "Verkehrsverbund Ostregion (VOR)", "Name[et]": "Verkehrsverbund Ostregion (VOR)", +"Name[fi]": "Verkehrsverbund Ostregion (VOR)", "Name[fr]": "Verkehrsverbund Ostregion (VOR)", "Name[it]": "Verkehrsverbund Ostregion (VOR)", "Name[ko]": "?? ?? ?? ??(VOR)", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-22.04.0/src/lib/networks/at_4_linz.json new/kpublictransport-22.04.1/src/lib/networks/at_4_linz.json --- old/kpublictransport-22.04.0/src/lib/networks/at_4_linz.json 2022-04-12 23:12:55.0 +0200 +++ new/kpublictransport-22.04.1/src/lib/networks/at_4_linz.json 2022-05-07 11:19:45.0 +0200 @@ -8,6 +8,7 @@ "Description[en_GB]": "Local transport in and around Linz, Austria.", "Description[es]": "Transporte local de Linz y alrededores, Austria.", "Description[et]": "Austria Linzi ja selle ??mbruse kohalik transport.", +"Description[fi]": "Paikallisliikenne It??vallan Linziss?? ymp??rist??ineen.", "Description[fr]": "Transports r??gionaux dans la r??gi
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-04-23 19:46:20 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1538 (New) Package is "kpublictransport" Sat Apr 23 19:46:20 2022 rev:17 rq:971532 version:22.04.0 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-03-04 20:19:37.672741917 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1538/kpublictransport.changes 2022-04-23 19:47:41.483106391 +0200 @@ -1,0 +2,39 @@ +Mon Apr 18 07:52:12 UTC 2022 - Christophe Giboudeaux + +- Update to 22.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.04.0/ + +--- +Fri Apr 8 18:20:24 UTC 2022 - Christophe Giboudeaux + +- Update to 22.03.90 + * New feature release + +--- +Wed Mar 23 08:14:37 UTC 2022 - Christophe Giboudeaux + +- Update to 22.03.80 + * New feature release +- Changes since 21.12.3: + * Add UIC coach sub-type mappings for CH and FR + * Add overnight train coach types and parse corresponding UIC coach types + * Include NightJet trains in supported types of the ??BB vehicle layout API + * Port to ECMQmlModule + * Update coverage polygons from the Transport API Repository + * Rewrite the train coach element rendering + * Check name-based location search results for plausibility + * Fix the backend identifier + * tests: querytest: un_navitia: Add a Queensland test case + * Allow to show headers in qtc6 + * Support EFA floor level difference attributes + * Make isBackendEnabled() accessible from QML + * Only list covered countries in the location picker + * Make backend and coverage area objects accessbile from QML + * Prefer nationwide providers for location searches with a known country + * Add a configurable query delay for the location query model + * Add a location history model + * Remove superfluous export macro + +--- Old: kpublictransport-21.12.3.tar.xz kpublictransport-21.12.3.tar.xz.sig New: kpublictransport-22.04.0.tar.xz kpublictransport-22.04.0.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.BfoY8k/_old 2022-04-23 19:47:42.099107124 +0200 +++ /var/tmp/diff_new_pack.BfoY8k/_new 2022-04-23 19:47:42.103107129 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:21.12.3 +Version:22.04.0 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-21.12.3.tar.xz -> kpublictransport-22.04.0.tar.xz ++ 2469 lines of diff (skipped)
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-03-04 20:16:23 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1958 (New) Package is "kpublictransport" Fri Mar 4 20:16:23 2022 rev:16 rq:958906 version:21.12.3 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-02-04 21:50:48.995803504 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1958/kpublictransport.changes 2022-03-04 20:19:37.672741917 +0100 @@ -1,0 +2,9 @@ +Tue Mar 1 09:57:40 UTC 2022 - Christophe Giboudeaux + +- Update to 21.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.3/ +- No code change since 21.12.2 + +--- Old: kpublictransport-21.12.2.tar.xz kpublictransport-21.12.2.tar.xz.sig New: kpublictransport-21.12.3.tar.xz kpublictransport-21.12.3.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.8hOftz/_old 2022-03-04 20:19:38.128741555 +0100 +++ /var/tmp/diff_new_pack.8hOftz/_new 2022-03-04 20:19:38.132741552 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:21.12.2 +Version:21.12.3 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-21.12.2.tar.xz -> kpublictransport-21.12.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.12.2/CMakeLists.txt new/kpublictransport-21.12.3/CMakeLists.txt --- old/kpublictransport-21.12.2/CMakeLists.txt 2022-01-28 22:47:44.0 +0100 +++ new/kpublictransport-21.12.3/CMakeLists.txt 2022-02-27 18:53:58.0 +0100 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") set (RELEASE_SERVICE_VERSION_MINOR "12") -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(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION})
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-02-04 21:48:22 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1898 (New) Package is "kpublictransport" Fri Feb 4 21:48:22 2022 rev:15 rq:951099 version:21.12.2 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2022-01-11 21:22:45.129105798 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1898/kpublictransport.changes 2022-02-04 21:50:48.995803504 +0100 @@ -1,0 +2,11 @@ +Tue Feb 1 13:03:27 UTC 2022 - Christophe Giboudeaux + +- Update to 21.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.2/ +- Changes since 21.12.1: + * Disambiguate station name used in the Navitia name-based query tests + * Fix Navitia location queries for rental bike stations and any type + +--- Old: kpublictransport-21.12.1.tar.xz kpublictransport-21.12.1.tar.xz.sig New: kpublictransport-21.12.2.tar.xz kpublictransport-21.12.2.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.XuJjyE/_old 2022-02-04 21:50:49.467800281 +0100 +++ /var/tmp/diff_new_pack.XuJjyE/_new 2022-02-04 21:50:49.467800281 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kpublictransport -Version:21.12.1 +Version:21.12.2 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-21.12.1.tar.xz -> kpublictransport-21.12.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.12.1/CMakeLists.txt new/kpublictransport-21.12.2/CMakeLists.txt --- old/kpublictransport-21.12.1/CMakeLists.txt 2022-01-03 22:15:01.0 +0100 +++ new/kpublictransport-21.12.2/CMakeLists.txt 2022-01-28 22:47:44.0 +0100 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") set (RELEASE_SERVICE_VERSION_MINOR "12") -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}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.12.1/src/lib/backends/navitiabackend.cpp new/kpublictransport-21.12.2/src/lib/backends/navitiabackend.cpp --- old/kpublictransport-21.12.1/src/lib/backends/navitiabackend.cpp 2022-01-03 22:15:01.0 +0100 +++ new/kpublictransport-21.12.2/src/lib/backends/navitiabackend.cpp 2022-01-28 22:47:44.0 +0100 @@ -216,7 +216,10 @@ if (req.types() & Location::RentedVehicleStation) { query.addQueryItem(QStringLiteral("type[]"), QStringLiteral("poi")); query.addQueryItem(QStringLiteral("add_poi_infos[]"), QStringLiteral("bss_stands")); -query.addQueryItem(QStringLiteral("filter"), QStringLiteral("poi_type.id=poi_type:amenity:bicycle_rental")); +// filter is exclusive, so we cannot use this when also looking for other objects +if ((req.types() & ~(Location::RentedVehicleStation | Location::RentedVehicle)) == 0) { +query.addQueryItem(QStringLiteral("filter"), QStringLiteral("poi_type.id=poi_type:amenity:bicycle_rental")); +} } if (req.hasCoordinate()) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.12.1/tests/querytest.cpp new/kpublictransport-21.12.2/tests/querytest.cpp --- old/kpublictransport-21.12.1/tests/querytest.cpp2022-01-03 22:15:01.0 +0100 +++ new/kpublictransport-21.12.2/tests/querytest.cpp2022-01-28 22:47:44.0 +0100 @@ -63,7 +63,7 @@ // international // TODO un_gbfs - this needs special-casing given it cannot do journey and departure searches -QTest::newRow("un_navitia") << "un_navitia" << loc("Paris Gare de Lyon", 48.8, 2.37412) << loc("Paris A??roport Charles de Gaulle 2", 49.00423, 2.57215); +QTest::newRow("un_navitia") << "un_navitia" << loc("Paris Gare de Lyon", 48.8, 2.37412) << loc("Paris A??roport Charles de Gaulle 2 TGV", 49.00423, 2.57215); // national QTest::newRow
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2022-01-11 21:18:51 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1892 (New) Package is "kpublictransport" Tue Jan 11 21:18:51 2022 rev:14 rq:944382 version:21.12.1 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-12-13 20:48:56.572579128 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1892/kpublictransport.changes 2022-01-11 21:22:45.129105798 +0100 @@ -1,0 +2,12 @@ +Tue Jan 4 10:26:08 UTC 2022 - Christophe Giboudeaux + +- Update to 21.12.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.1/ +- Changes since 21.12.0: + * Also register RentalVehicleStation for use from QML + * Parse alternative Hafas platform format as well + * Remove superfluous export macro + +--- Old: kpublictransport-21.12.0.tar.xz kpublictransport-21.12.0.tar.xz.sig New: kpublictransport-21.12.1.tar.xz kpublictransport-21.12.1.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.bkjOhS/_old 2022-01-11 21:22:45.641106158 +0100 +++ /var/tmp/diff_new_pack.bkjOhS/_new 2022-01-11 21:22:45.645106161 +0100 @@ -20,15 +20,15 @@ %global lname libKPublicTransport%{sover} # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} -%bcond_without lang +%bcond_without released Name: kpublictransport -Version:21.12.0 +Version:21.12.1 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later URL:https://www.kde.org Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz -%if %{with lang} +%if %{with released} Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2:applications.keyring %endif ++ kpublictransport-21.12.0.tar.xz -> kpublictransport-21.12.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.12.0/CMakeLists.txt new/kpublictransport-21.12.1/CMakeLists.txt --- old/kpublictransport-21.12.0/CMakeLists.txt 2021-12-02 23:00:52.0 +0100 +++ new/kpublictransport-21.12.1/CMakeLists.txt 2022-01-03 22:15:01.0 +0100 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") set (RELEASE_SERVICE_VERSION_MINOR "12") -set (RELEASE_SERVICE_VERSION_MICRO "0") +set (RELEASE_SERVICE_VERSION_MICRO "1") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.12.0/autotests/data/hafas/journey-vsn-alternative-platform-data.in.json new/kpublictransport-21.12.1/autotests/data/hafas/journey-vsn-alternative-platform-data.in.json --- old/kpublictransport-21.12.0/autotests/data/hafas/journey-vsn-alternative-platform-data.in.json 1970-01-01 01:00:00.0 +0100 +++ new/kpublictransport-21.12.1/autotests/data/hafas/journey-vsn-alternative-platform-data.in.json 2022-01-03 22:15:01.0 +0100 @@ -0,0 +1 @@ +{"ver":"1.27","lang":"deu","err":"OK","graph":{"id":"standard","index":0},"subGraph":{"id":"global","index":0},"view":{"id":"standard","index":0,"type":"WGS84"},"svcResL":[{"meth":"TripSearch","err":"OK","res":{"common":{"locL":[{"lid":"A=1@O=Hannover Messe/Laatzen@X=9792867@Y=52316896@U=80@L=8003487@","type":"S","name":"Hannover Messe/Laatzen","icoX":0,"extId":"8003487","state":"F","crd":{"x":9792867,"y":52316896,"floor":0},"pCls":63,"gidL":["A??de:03241:9830"]},{"lid":"A=1@O=Hannover Hbf@X=9741988@Y=52377375@U=80@L=8000152@","type":"S","name":"Hannover Hbf","icoX":0,"extId":"8000152","state":"F","crd":{"x":9741988,"y":52377375,"floor":0},"pCls":31,"gidL":["A??de:03241:31"]},{"lid":"A=1@O=Hildesheim Hbf@X=9953495@Y=52160627@U=80@L=8000169@","type":"S","name":"Hildesheim Hbf","icoX":0,"extId":"8000169","state":"F","crd":{"x":9953495,"y":52160627,"floor":0},"pCls":31,"gidL":["A??de:03254:9922"]}],"prodL":[{"pid":"L::4::S::B0269298727::800244_S4::*","name":"S4","nameS":"S4","number":" S4","icoX":2,"cls
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-12-13 20:43:35 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.2520 (New) Package is "kpublictransport" Mon Dec 13 20:43:35 2021 rev:13 rq:938000 version:21.12.0 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-11-06 18:20:33.152964572 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.2520/kpublictransport.changes 2021-12-13 20:48:56.572579128 +0100 @@ -1,0 +2,24 @@ +Fri Dec 3 19:22:28 UTC 2021 - Christophe Giboudeaux + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- No code change since 21.11.90 + +--- +Sat Nov 27 10:11:23 UTC 2021 - Christophe Giboudeaux + +- Update to 21.11.90 + * New feature release +- Changes since 21.11.80: + * Don't truncate path line segment lengths to integers + +--- +Sat Nov 13 17:55:53 UTC 2021 - Christophe Giboudeaux + +- Update to 21.11.80 + * New feature release +- Too many changes to list here. + +--- Old: kpublictransport-21.08.3.tar.xz kpublictransport-21.08.3.tar.xz.sig New: kpublictransport-21.12.0.tar.xz kpublictransport-21.12.0.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.Vq3HJX/_old 2021-12-13 20:48:56.968579382 +0100 +++ /var/tmp/diff_new_pack.Vq3HJX/_new 2021-12-13 20:48:56.976579387 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:21.08.3 +Version:21.12.0 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-21.08.3.tar.xz -> kpublictransport-21.12.0.tar.xz ++ 33308 lines of diff (skipped)
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-11-06 18:17:18 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1890 (New) Package is "kpublictransport" Sat Nov 6 18:17:18 2021 rev:12 rq:929368 version:21.08.3 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-10-13 18:08:49.883532741 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1890/kpublictransport.changes 2021-11-06 18:20:33.152964572 +0100 @@ -1,0 +2,12 @@ +Tue Nov 2 21:34:23 UTC 2021 - Christophe Giboudeaux + +- Update to 21.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.3/ +- Changes since 21.08.2: + * Update SNCB certificate + * Update OTP Ulm rental vehicle configuration + * Pass along floating rented vehicle data correctly + +--- Old: kpublictransport-21.08.2.tar.xz kpublictransport-21.08.2.tar.xz.sig New: kpublictransport-21.08.3.tar.xz kpublictransport-21.08.3.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.hjbv97/_old 2021-11-06 18:20:33.516964774 +0100 +++ /var/tmp/diff_new_pack.hjbv97/_new 2021-11-06 18:20:33.516964774 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:21.08.2 +Version:21.08.3 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-21.08.2.tar.xz -> kpublictransport-21.08.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.08.2/CMakeLists.txt new/kpublictransport-21.08.3/CMakeLists.txt --- old/kpublictransport-21.08.2/CMakeLists.txt 2021-10-05 00:08:39.0 +0200 +++ new/kpublictransport-21.08.3/CMakeLists.txt 2021-10-31 11:11:38.0 +0100 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") 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(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.08.2/src/lib/backends/opentripplannerparser.cpp new/kpublictransport-21.08.3/src/lib/backends/opentripplannerparser.cpp --- old/kpublictransport-21.08.2/src/lib/backends/opentripplannerparser.cpp 2021-10-05 00:08:39.0 +0200 +++ new/kpublictransport-21.08.3/src/lib/backends/opentripplannerparser.cpp 2021-10-31 11:11:38.0 +0100 @@ -430,6 +430,8 @@ RentalVehicle v; if (from.rentalVehicleStation().network().isValid()) { v.setNetwork(from.rentalVehicleStation().network()); +} else if (from.type() == Location::RentedVehicle) { +v = from.data().value(); } else if (to.rentalVehicleStation().network().isValid()) { v.setNetwork(to.rentalVehicleStation().network()); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.08.2/src/lib/networks/at_4_linz.json new/kpublictransport-21.08.3/src/lib/networks/at_4_linz.json --- old/kpublictransport-21.08.2/src/lib/networks/at_4_linz.json 2021-10-05 00:08:39.0 +0200 +++ new/kpublictransport-21.08.3/src/lib/networks/at_4_linz.json 2021-10-31 11:11:38.0 +0100 @@ -1,8 +1,8 @@ { "KPlugin": { "Description": "Local transport in and around Linz, Austria.", -"Description[ca@valencia]": "Transport local a Linz i rodalies, ??ustria.", -"Description[ca]": "Transport local a Linz i rodalies, ??ustria.", +"Description[ca@valencia]": "Transport local a Linz i rodalia, ??ustria.", +"Description[ca]": "Transport local a Linz i rodalia, ??ustria.", "Description[cs]": "M??stn?? doprava v Linci a okol??, Rakousko.", "Description[de]": "Lokale Verkehrsmittel in und um Linz, ??sterreichisch.", "Description[en_GB]": "Local transport in and around Linz, Austria.", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-10-13 18:05:13 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.2443 (New) Package is "kpublictransport" Wed Oct 13 18:05:13 2021 rev:11 rq:923960 version:21.08.2 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-09-04 22:37:26.344317338 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.2443/kpublictransport.changes 2021-10-13 18:08:49.883532741 +0200 @@ -1,0 +2,13 @@ +Tue Oct 5 16:28:40 UTC 2021 - Christophe Giboudeaux + +- Update to 21.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.2/ +- Changes since 21.08.1: + * Switch stadtnavi.de to OTP2 + * Correctly filter OTP results for discarded sharing networks + * Only cache OTP location results if they contain no realtime elements + * Consider all location request parameters for computing the cache key + +--- @@ -17 +30 @@ - * https://kde.org/announcements/gear/21.08/ + * https://kde.org/announcements/gear/21.08.0 Old: kpublictransport-21.08.1.tar.xz kpublictransport-21.08.1.tar.xz.sig New: kpublictransport-21.08.2.tar.xz kpublictransport-21.08.2.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.AYOSob/_old 2021-10-13 18:08:50.399533551 +0200 +++ /var/tmp/diff_new_pack.AYOSob/_new 2021-10-13 18:08:50.403533557 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:21.08.1 +Version:21.08.2 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-21.08.1.tar.xz -> kpublictransport-21.08.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.08.1/CMakeLists.txt new/kpublictransport-21.08.2/CMakeLists.txt --- old/kpublictransport-21.08.1/CMakeLists.txt 2021-08-27 22:48:13.0 +0200 +++ new/kpublictransport-21.08.2/CMakeLists.txt 2021-10-05 00:08:39.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") 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}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.08.1/autotests/cachetest.cpp new/kpublictransport-21.08.2/autotests/cachetest.cpp --- old/kpublictransport-21.08.1/autotests/cachetest.cpp2021-08-27 22:48:13.0 +0200 +++ new/kpublictransport-21.08.2/autotests/cachetest.cpp2021-10-05 00:08:39.0 +0200 @@ -86,14 +86,16 @@ { LocationRequest req; req.setCoordinate(-52.5, -13.5); -QCOMPARE(req.cacheKey(), QLatin1String("-5250x-1350")); +QCOMPARE(req.cacheKey(), QLatin1String("73be02317c4a7a43aff31f3186b18c22c6466250")); + req.setTypes(Location::RentedVehicle|Location::RentedVehicleStation); +QCOMPARE(req.cacheKey(), QLatin1String("4dfaecadb1a7d03106fe585b119948c158509807")); } { LocationRequest req; req.setName(QStringLiteral("Randa")); -QCOMPARE(req.cacheKey(), QLatin1String("8fb4b1073d1c288ae089ce8eb7ad0c16e478e919")); +QCOMPARE(req.cacheKey(), QLatin1String("c4053bc0f4582f2977f3e43cad07b6587e6b6935")); req.setName(QStringLiteral("RANDA")); -QCOMPARE(req.cacheKey(), QLatin1String("8fb4b1073d1c288ae089ce8eb7ad0c16e478e919")); +QCOMPARE(req.cacheKey(), QLatin1String("c4053bc0f4582f2977f3e43cad07b6587e6b6935")); } } }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.08.1/autotests/data/otp/de-stadtnavi-rental-vehicle-locations.in.json new/kpublictransport-21.08.2/autotests/data/otp/de-stadtnavi-rental-vehicle-locations.in.json --- old/kpublictransport-21.08.1/autotests/data/otp/de-stadtnavi-rental-vehicle-locations.in.json 1970-01-01 01:00:00.0 +0100 +++ new/kpubl
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-09-04 22:34:51 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1899 (New) Package is "kpublictransport" Sat Sep 4 22:34:51 2021 rev:10 rq:915958 version:21.08.1 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-08-16 10:16:02.866770046 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1899/kpublictransport.changes 2021-09-04 22:37:26.344317338 +0200 @@ -1,0 +2,10 @@ +Wed Sep 1 12:38:55 UTC 2021 - Christophe Giboudeaux + +- Update to 21.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.1 +- Changes since 21.08.0: + * Work around CMake Protobuf support not dealing with missing protoc + +--- Old: kpublictransport-21.08.0.tar.xz kpublictransport-21.08.0.tar.xz.sig New: kpublictransport-21.08.1.tar.xz kpublictransport-21.08.1.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.n4mZVk/_old 2021-09-04 22:37:26.732317852 +0200 +++ /var/tmp/diff_new_pack.n4mZVk/_new 2021-09-04 22:37:26.732317852 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:21.08.0 +Version:21.08.1 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-21.08.0.tar.xz -> kpublictransport-21.08.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.08.0/CMakeLists.txt new/kpublictransport-21.08.1/CMakeLists.txt --- old/kpublictransport-21.08.0/CMakeLists.txt 2021-08-04 23:42:46.0 +0200 +++ new/kpublictransport-21.08.1/CMakeLists.txt 2021-08-27 22:48:13.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") set (RELEASE_SERVICE_VERSION_MINOR "08") -set (RELEASE_SERVICE_VERSION_MICRO "0") +set (RELEASE_SERVICE_VERSION_MICRO "1") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.08.0/src/lib/networks/de_by_invg.json new/kpublictransport-21.08.1/src/lib/networks/de_by_invg.json --- old/kpublictransport-21.08.0/src/lib/networks/de_by_invg.json 2021-08-04 23:42:46.0 +0200 +++ new/kpublictransport-21.08.1/src/lib/networks/de_by_invg.json 2021-08-27 22:48:13.0 +0200 @@ -21,6 +21,7 @@ "Name": "Ingolst??dter Verkehrsgesellschaft (INVG)", "Name[ca@valencia]": "Ingolst??dter Verkehrsgesellschaft (INVG)", "Name[ca]": "Ingolst??dter Verkehrsgesellschaft (INVG)", +"Name[cs]": "Ingolst??dter Verkehrsgesellschaft (INVG)", "Name[de]": "Ingolst??dter Verkehrsgesellschaft (INVG)", "Name[en_GB]": "Ingolst??dter Verkehrsgesellschaft (INVG)", "Name[es]": "Ingolst??dter Verkehrsgesellschaft (INVG)", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.08.0/src/lib/networks/de_mv_rsag.json new/kpublictransport-21.08.1/src/lib/networks/de_mv_rsag.json --- old/kpublictransport-21.08.0/src/lib/networks/de_mv_rsag.json 2021-08-04 23:42:46.0 +0200 +++ new/kpublictransport-21.08.1/src/lib/networks/de_mv_rsag.json 2021-08-27 22:48:13.0 +0200 @@ -21,6 +21,7 @@ "Name": "Rostocker Stra??enbahn (RSAG)", "Name[ca@valencia]": "Rostocker Stra??enbahn (RSAG)", "Name[ca]": "Rostocker Stra??enbahn (RSAG)", +"Name[cs]": "Rostocker Stra??enbahn (RSAG)", "Name[de]": "Rostocker Stra??enbahn (RSAG)", "Name[en_GB]": "Rostocker Stra??enbahn (RSAG)", "Name[es]": "Rostocker Stra??enbahn (RSAG)", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.08.0/src/lib/networks/de_ni_efa.json new/kpublictransport-21.08.1/src/lib/networks/de_ni_efa.json --- old/kpublictransport-21.08.0/src/lib/networks/de_ni_efa.json 2021-08-04 23:42:46.0 +0200 +++ new/kpublictransport-21.08.1/src/lib/networks/de_ni_efa.json 2021-08-27
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-08-16 10:10:31 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.1899 (New) Package is "kpublictransport" Mon Aug 16 10:10:31 2021 rev:9 rq:911729 version:21.08.0 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-07-10 00:02:01.151274128 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.1899/kpublictransport.changes 2021-08-16 10:16:02.866770046 +0200 @@ -1,0 +2,29 @@ +Fri Aug 6 09:40:27 UTC 2021 - Christophe Giboudeaux + +- Update to 21.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.08/ +- No code change since 21.07.90 + +--- +Fri Jul 30 10:05:25 UTC 2021 - Christophe Giboudeaux + +- Update to 21.07.90 + * New feature release +- Changes since 21.07.80: + * Propagate static timezones to intermediate stops as well + * Add missing timezone for VRR + * Propagate merged line data to intermediate stops + * The isspace/isctrl/etc functions require unsigned char as input + * Properly handle empty path sections in Hafas responses + +--- +Sat Jul 17 20:06:32 UTC 2021 - Christophe Giboudeaux + +- Update to 21.07.80 + * New feature release +- Too many changes to list here. +- Only install the license files once + +--- Old: kpublictransport-21.04.3.tar.xz kpublictransport-21.04.3.tar.xz.sig New: kpublictransport-21.08.0.tar.xz kpublictransport-21.08.0.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.7agYWP/_old 2021-08-16 10:16:03.254769580 +0200 +++ /var/tmp/diff_new_pack.7agYWP/_new 2021-08-16 10:16:03.258769575 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:21.04.3 +Version:21.08.0 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later @@ -85,7 +85,6 @@ %postun -n %{lname} -p /sbin/ldconfig %files -%license LICENSES/* %dir %{_kf5_qmldir}/org/ %dir %{_kf5_qmldir}/org/kde/ %{_kf5_qmldir}/org/kde/kpublictransport/ @@ -96,7 +95,6 @@ %{_kf5_libdir}/libKPublicTransport.so.* %files devel -%license LICENSES/* %{_includedir}/KPublicTransport/ %{_includedir}/kpublictransport/ %{_includedir}/kpublictransport_version.h ++ kpublictransport-21.04.3.tar.xz -> kpublictransport-21.08.0.tar.xz ++ 9015 lines of diff (skipped)
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-07-09 23:59:36 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.2625 (New) Package is "kpublictransport" Fri Jul 9 23:59:36 2021 rev:8 rq:904988 version:21.04.3 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-06-12 20:09:34.817088364 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.2625/kpublictransport.changes 2021-07-10 00:02:01.151274128 +0200 @@ -1,0 +2,9 @@ +Wed Jul 7 08:58:17 UTC 2021 - Christophe Giboudeaux + +- Update to 21.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.04.3 +- No code change since 21.04.2 + +--- Old: kpublictransport-21.04.2.tar.xz kpublictransport-21.04.2.tar.xz.sig New: kpublictransport-21.04.3.tar.xz kpublictransport-21.04.3.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.duTVYF/_old 2021-07-10 00:02:01.639270333 +0200 +++ /var/tmp/diff_new_pack.duTVYF/_new 2021-07-10 00:02:01.643270302 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:21.04.2 +Version:21.04.3 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-21.04.2.tar.xz -> kpublictransport-21.04.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.04.2/CMakeLists.txt new/kpublictransport-21.04.3/CMakeLists.txt --- old/kpublictransport-21.04.2/CMakeLists.txt 2021-06-05 22:59:06.0 +0200 +++ new/kpublictransport-21.04.3/CMakeLists.txt 2021-07-05 20:56:41.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") set (RELEASE_SERVICE_VERSION_MINOR "04") -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(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.04.2/src/lib/networks/de_be_bvg.json new/kpublictransport-21.04.3/src/lib/networks/de_be_bvg.json --- old/kpublictransport-21.04.2/src/lib/networks/de_be_bvg.json 2021-06-05 22:59:06.0 +0200 +++ new/kpublictransport-21.04.3/src/lib/networks/de_be_bvg.json 2021-07-05 20:56:41.0 +0200 @@ -3,6 +3,7 @@ "Description": "Local transport operator in Berlin, Germany.", "Description[ca@valencia]": "Operador de transport local a Berlin, Alemanya.", "Description[ca]": "Operador de transport local a Berlin, Alemanya.", +"Description[de]": "Nahverkehrsunternehmen in Berlin, Deutschland.", "Description[en_GB]": "Local transport operator in Berlin, Germany.", "Description[es]": "Operador de transporte local de Berl??n, Alemania.", "Description[et]": "Kohalik transporditeenuse osutaja Saksamaal Berliinis.", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.04.2/src/lib/networks/de_db.json new/kpublictransport-21.04.3/src/lib/networks/de_db.json --- old/kpublictransport-21.04.2/src/lib/networks/de_db.json2021-06-05 22:59:06.0 +0200 +++ new/kpublictransport-21.04.3/src/lib/networks/de_db.json2021-07-05 20:56:41.0 +0200 @@ -3,6 +3,7 @@ "Description": "German national railway, covers local and long-distance services in Germany and neighbouring countries.", "Description[ca@valencia]": "Ferrocarrils nacionals alemanys, efectua serveis locals i de llarga dist??ncia a Alemanya i pa??sos ve??ns.", "Description[ca]": "Ferrocarrils nacionals alemanys, efectua serveis locals i de llarga dist??ncia a Alemanya i pa??sos ve??ns.", +"Description[de]": "Deutsche Bundesbahn, deckt den Nah- und Fernverkehr in Deutschland und im benachbarten Ausland ab.", "Description[en_GB]": "German national railway, covers local and long-distance services in Germany and neighbouring countries.", "Description[es]": "Compaa ferroviaria alemana que proporciona servicios locales y de larga
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-06-12 20:07:34 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.32437 (New) Package is "kpublictransport" Sat Jun 12 20:07:34 2021 rev:7 rq:899258 version:21.04.2 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-05-16 23:42:38.809480732 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.32437/kpublictransport.changes 2021-06-12 20:09:34.817088364 +0200 @@ -1,0 +2,10 @@ +Tue Jun 8 12:40:32 UTC 2021 - Christophe Giboudeaux + +- Update to 21.04.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.04.2 +- Changes since 21.04.1: + * Fix parsing of numeric GBFS station ids + +--- Old: kpublictransport-21.04.1.tar.xz kpublictransport-21.04.1.tar.xz.sig New: kpublictransport-21.04.2.tar.xz kpublictransport-21.04.2.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.9lVvoM/_old 2021-06-12 20:09:35.237089095 +0200 +++ /var/tmp/diff_new_pack.9lVvoM/_new 2021-06-12 20:09:35.241089102 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:21.04.1 +Version:21.04.2 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-21.04.1.tar.xz -> kpublictransport-21.04.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.04.1/CMakeLists.txt new/kpublictransport-21.04.2/CMakeLists.txt --- old/kpublictransport-21.04.1/CMakeLists.txt 2021-05-11 04:16:29.0 +0200 +++ new/kpublictransport-21.04.2/CMakeLists.txt 2021-06-05 22:59:06.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") set (RELEASE_SERVICE_VERSION_MINOR "04") -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}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.04.1/src/lib/gbfs/gbfsbackend.cpp new/kpublictransport-21.04.2/src/lib/gbfs/gbfsbackend.cpp --- old/kpublictransport-21.04.1/src/lib/gbfs/gbfsbackend.cpp 2021-05-11 04:16:29.0 +0200 +++ new/kpublictransport-21.04.2/src/lib/gbfs/gbfsbackend.cpp 2021-06-05 22:59:06.0 +0200 @@ -49,6 +49,14 @@ QString errorMessage; }; +static QString stationIdToString(const QJsonValue &id) +{ +if (id.isDouble()) { +return QString::number(id.toInt()); +} +return id.toString(); +} + static void appendResults(const GBFSService &service, const LocationRequest &req, QueryContext *context) { GBFSStore store(service.systemId); @@ -73,7 +81,7 @@ loc.setType(Location::RentedVehicleStation); loc.setCoordinate(lat, lon); loc.setName(station.value(QLatin1String("name")).toString()); -const auto stationId = station.value(QLatin1String("station_id")).toString(); +const auto stationId = stationIdToString(station.value(QLatin1String("station_id"))); loc.setIdentifier(service.systemId, stationId); // TODO cover more properties @@ -90,7 +98,7 @@ const auto status = statusDoc.object().value(QLatin1String("data")).toObject().value(QLatin1String("stations")).toArray(); for (const auto statV : status) { const auto stat = statV.toObject(); -const auto id = stat.value(QLatin1String("station_id")).toString(); +const auto id = stationIdToString(stat.value(QLatin1String("station_id"))); const auto it = std::find(selectedStationIds.begin(), selectedStationIds.end(), id); if (it == selectedStationIds.end()) { continue; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.04.1/src/lib/networks/at_3_vor.json new/kpublictransport-21.04.2/src/lib/networks/at_3_vor.json --- old/kpublictransport-21.04.1/src/lib/networks/at_3_vor.json 2021-05-11 04:16:29.0 +0200 +++ new/kpublictransport-21.04.2/src/lib/networks/at_3_vor.json 2021-06-05 2
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-05-16 23:41:16 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.2988 (New) Package is "kpublictransport" Sun May 16 23:41:16 2021 rev:6 rq:892846 version:21.04.1 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-04-25 21:28:04.644477720 +0200 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.2988/kpublictransport.changes 2021-05-16 23:42:38.809480732 +0200 @@ -1,0 +2,10 @@ +Wed May 12 06:08:17 UTC 2021 - Christophe Giboudeaux + +- Update to 21.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/21.04.1 +- Changes since 21.04.0: + * Fix cmake policy CMP0115 warning + +--- Old: kpublictransport-21.04.0.tar.xz kpublictransport-21.04.0.tar.xz.sig New: kpublictransport-21.04.1.tar.xz kpublictransport-21.04.1.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.8vinmo/_old 2021-05-16 23:42:39.329478717 +0200 +++ /var/tmp/diff_new_pack.8vinmo/_new 2021-05-16 23:42:39.333478701 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:21.04.0 +Version:21.04.1 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-21.04.0.tar.xz -> kpublictransport-21.04.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.04.0/CMakeLists.txt new/kpublictransport-21.04.1/CMakeLists.txt --- old/kpublictransport-21.04.0/CMakeLists.txt 2021-04-15 04:15:29.0 +0200 +++ new/kpublictransport-21.04.1/CMakeLists.txt 2021-05-11 04:16:29.0 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") set (RELEASE_SERVICE_VERSION_MINOR "04") -set (RELEASE_SERVICE_VERSION_MICRO "0") +set (RELEASE_SERVICE_VERSION_MICRO "1") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.04.0/autotests/CMakeLists.txt new/kpublictransport-21.04.1/autotests/CMakeLists.txt --- old/kpublictransport-21.04.0/autotests/CMakeLists.txt 2021-04-15 04:15:29.0 +0200 +++ new/kpublictransport-21.04.1/autotests/CMakeLists.txt 2021-05-11 04:16:29.0 +0200 @@ -8,7 +8,7 @@ ecm_add_test(kgraphqlminimizertest.cpp LINK_LIBRARIES Qt5::Test KGraphQL) -ecm_add_test(indexeddatatabletest LINK_LIBRARIES Qt5::Test) +ecm_add_test(indexeddatatabletest.cpp LINK_LIBRARIES Qt5::Test) ecm_add_test(polylinetest.cpp LINK_LIBRARIES Qt5::Test KPublicTransport) ecm_add_test(mergeutiltest.cpp LINK_LIBRARIES Qt5::Test KPublicTransport) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.04.0/src/lib/networks/at_3_vor.json new/kpublictransport-21.04.1/src/lib/networks/at_3_vor.json --- old/kpublictransport-21.04.0/src/lib/networks/at_3_vor.json 2021-04-15 04:15:29.0 +0200 +++ new/kpublictransport-21.04.1/src/lib/networks/at_3_vor.json 2021-05-11 04:16:29.0 +0200 @@ -3,6 +3,7 @@ "Description": "Regional public transport in eastern Austria.", "Description[ca@valencia]": "Transport p??blic regional a ??ustria oriental.", "Description[ca]": "Transport p??blic regional a ??ustria oriental.", +"Description[de]": "Regionale ??ffentliche Verkehrsmittel in Ost-??sterreich.", "Description[en_GB]": "Regional public transport in eastern Austria.", "Description[es]": "Trasporte p??blico regional de Austria oriental.", "Description[et]": "Ida-Austria piirkondlik ??histransport.", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-21.04.0/src/lib/networks/at_4_linz.json new/kpublictransport-21.04.1/src/lib/networks/at_4_linz.json --- old/kpublictransport-21.04.0/src/lib/networks/at_4_linz.json 2021-04-15 04:15:29.0 +0200 +++ new/kpublictransport-21.04.1/src/lib/networks/at_4_linz.json 2021-05-11 04:16:29.0 +0200
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-04-25 21:26:54 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.12324 (New) Package is "kpublictransport" Sun Apr 25 21:26:54 2021 rev:5 rq:887719 version:21.04.0 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-03-10 08:54:50.310739309 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.12324/kpublictransport.changes 2021-04-25 21:28:04.644477720 +0200 @@ -1,0 +2,23 @@ +Fri Apr 16 16:12:33 UTC 2021 - Christophe Giboudeaux + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- No code change since 21.03.90 + +--- +Fri Apr 9 17:40:59 UTC 2021 - Christophe Giboudeaux + +- Update to 21.03.90 + * New feature release +- No code change since 21.03.80 + +--- +Sun Mar 21 13:28:49 UTC 2021 - Christophe Giboudeaux + +- Update to 21.03.80 + * New feature release +- Too many changes to list here. + +--- Old: kpublictransport-20.12.3.tar.xz kpublictransport-20.12.3.tar.xz.sig New: kpublictransport-21.04.0.tar.xz kpublictransport-21.04.0.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.Ny7K1E/_old 2021-04-25 21:28:05.160478341 +0200 +++ /var/tmp/diff_new_pack.Ny7K1E/_new 2021-04-25 21:28:05.164478345 +0200 @@ -22,11 +22,10 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:20.12.3 +Version:21.04.0 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later -Group: System/GUI/KDE URL:https://www.kde.org Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with lang} @@ -39,9 +38,9 @@ BuildRequires: flex BuildRequires: kf5-filesystem BuildRequires: pkgconfig -BuildRequires: cmake(Qt5Quick) >= 5.11.0 -BuildRequires: cmake(Qt5Test) >= 5.11.0 -BuildRequires: cmake(Qt5Widgets) >= 5.11.0 +BuildRequires: cmake(Qt5Quick) +BuildRequires: cmake(Qt5Test) +BuildRequires: cmake(Qt5Widgets) BuildRequires: pkgconfig(zlib) Requires: %{lname} = %{version} @@ -63,6 +62,7 @@ Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: cmake(Qt5Gui) +Requires: pkgconfig(zlib) %description devel A library for access realtime public transport data and for performing public ++ kpublictransport-20.12.3.tar.xz -> kpublictransport-21.04.0.tar.xz ++ 23916 lines of diff (skipped)
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-03-10 08:53:10 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.2378 (New) Package is "kpublictransport" Wed Mar 10 08:53:10 2021 rev:4 rq:877155 version:20.12.3 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-02-07 15:22:18.006081384 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.2378/kpublictransport.changes 2021-03-10 08:54:50.310739309 +0100 @@ -1,0 +2,9 @@ +Thu Mar 4 06:11:05 UTC 2021 - Luca Beltrame + +- Update to 20.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/20.12.3 +- No code change since 20.12.2 + +--- Old: kpublictransport-20.12.2.tar.xz kpublictransport-20.12.2.tar.xz.sig New: kpublictransport-20.12.3.tar.xz kpublictransport-20.12.3.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.4pn8GW/_old 2021-03-10 08:54:50.890739907 +0100 +++ /var/tmp/diff_new_pack.4pn8GW/_new 2021-03-10 08:54:50.890739907 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:20.12.2 +Version:20.12.3 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ kpublictransport-20.12.2.tar.xz -> kpublictransport-20.12.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-20.12.2/CMakeLists.txt new/kpublictransport-20.12.3/CMakeLists.txt --- old/kpublictransport-20.12.2/CMakeLists.txt 2021-01-29 20:50:04.0 +0100 +++ new/kpublictransport-20.12.3/CMakeLists.txt 2021-02-28 09:09:18.0 +0100 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "20") set (RELEASE_SERVICE_VERSION_MINOR "12") -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(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-20.12.2/src/lib/networks/de_he_rmv.json new/kpublictransport-20.12.3/src/lib/networks/de_he_rmv.json --- old/kpublictransport-20.12.2/src/lib/networks/de_he_rmv.json 2021-01-29 20:50:04.0 +0100 +++ new/kpublictransport-20.12.3/src/lib/networks/de_he_rmv.json 2021-02-28 09:09:18.0 +0100 @@ -1,8 +1,8 @@ { "KPlugin": { "Description": "Local transport in the Rhein-Main area, Germany.", -"Description[ca@valencia]": "Transport local a l'??rea de Rhein-Main, Alemanya.", -"Description[ca]": "Transport local a l'??rea de Rhein-Main, Alemanya.", +"Description[ca@valencia]": "Transport local a l'??rea de Rin-Main, Alemanya.", +"Description[ca]": "Transport local a l'??rea de Rin-Main, Alemanya.", "Description[cs]": "M??stn?? doprava v oblasti Por??n??-Main, N??mecko.", "Description[en_GB]": "Local transport in the Rhein-Main area, Germany.", "Description[es]": "Transporte local del ??rea de Rin-Meno, Alemania.", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-20.12.2/src/lib/networks/de_nw_vrr.json new/kpublictransport-20.12.3/src/lib/networks/de_nw_vrr.json --- old/kpublictransport-20.12.2/src/lib/networks/de_nw_vrr.json 2021-01-29 20:50:04.0 +0100 +++ new/kpublictransport-20.12.3/src/lib/networks/de_nw_vrr.json 2021-02-28 09:09:18.0 +0100 @@ -1,8 +1,8 @@ { "KPlugin": { "Description": "Local transport in the Rhein-Ruhr area, Germany.", -"Description[ca@valencia]": "Transport local a l'??rea de Rhein-Ruhr, Alemanya.", -"Description[ca]": "Transport local a l'??rea de Rhein-Ruhr, Alemanya.", +"Description[ca@valencia]": "Transport local a l'??rea de Rin-Ruhr, Alemanya.", +"Description[ca]": "Transport local a l'??rea de Rin-Ruhr, Alemanya.", "Description[cs]": "M??stn?? doprava v oblasti Por??n??-Por??, N??mecko.", "Description[en_GB]": "Local transport in the Rhein-Ruhr area, Germany.", "Description[es]": "Transpo
commit kpublictransport for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpublictransport for openSUSE:Factory checked in at 2021-02-07 15:19:29 Comparing /work/SRC/openSUSE:Factory/kpublictransport (Old) and /work/SRC/openSUSE:Factory/.kpublictransport.new.28504 (New) Package is "kpublictransport" Sun Feb 7 15:19:29 2021 rev:3 rq:869381 version:20.12.2 Changes: --- /work/SRC/openSUSE:Factory/kpublictransport/kpublictransport.changes 2021-01-10 19:44:10.733898284 +0100 +++ /work/SRC/openSUSE:Factory/.kpublictransport.new.28504/kpublictransport.changes 2021-02-07 15:22:18.006081384 +0100 @@ -1,0 +2,9 @@ +Wed Feb 3 08:29:20 UTC 2021 - Christophe Giboudeaux + +- Update to 20.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2021-02-apps-update +- No code change since 20.12.1 + +--- Old: kpublictransport-20.12.1.tar.xz kpublictransport-20.12.1.tar.xz.sig New: kpublictransport-20.12.2.tar.xz kpublictransport-20.12.2.tar.xz.sig Other differences: -- ++ kpublictransport.spec ++ --- /var/tmp/diff_new_pack.lr6OzD/_old 2021-02-07 15:22:18.678082152 +0100 +++ /var/tmp/diff_new_pack.lr6OzD/_new 2021-02-07 15:22:18.682082156 +0100 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpublictransport -Version:20.12.1 +Version:20.12.2 Release:0 Summary:QML imports for querying public transport data License:LGPL-2.0-or-later ++ applications.keyring ++ Binary files /var/tmp/diff_new_pack.lr6OzD/_old and /var/tmp/diff_new_pack.lr6OzD/_new differ ++ kpublictransport-20.12.1.tar.xz -> kpublictransport-20.12.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-20.12.1/CMakeLists.txt new/kpublictransport-20.12.2/CMakeLists.txt --- old/kpublictransport-20.12.1/CMakeLists.txt 2021-01-03 09:49:12.0 +0100 +++ new/kpublictransport-20.12.2/CMakeLists.txt 2021-01-29 20:50:04.0 +0100 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "20") set (RELEASE_SERVICE_VERSION_MINOR "12") -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}") project(KPublicTransport VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-20.12.1/src/lib/networks/at_3_vor.json new/kpublictransport-20.12.2/src/lib/networks/at_3_vor.json --- old/kpublictransport-20.12.1/src/lib/networks/at_3_vor.json 2021-01-03 09:49:12.0 +0100 +++ new/kpublictransport-20.12.2/src/lib/networks/at_3_vor.json 2021-01-29 20:50:04.0 +0100 @@ -33,6 +33,7 @@ "Name[pl]": "Verkehrsverbund Ostregion (VOR)", "Name[pt]": "Verkehrsverbund Ostregion (VOR)", "Name[pt_BR]": "Verkehrsverbund Ostregion (VOR)", +"Name[sk]": "Verkehrsverbund Ostregion (VOR)", "Name[sl]": "Verkehrsverbund Ostregion (VOR)", "Name[sv]": "Verkehrsverbund Ostregion (VOR)", "Name[uk]": "Verkehrsverbund Ostregion (VOR)", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-20.12.1/src/lib/networks/at_4_ooevv.json new/kpublictransport-20.12.2/src/lib/networks/at_4_ooevv.json --- old/kpublictransport-20.12.1/src/lib/networks/at_4_ooevv.json 2021-01-03 09:49:12.0 +0100 +++ new/kpublictransport-20.12.2/src/lib/networks/at_4_ooevv.json 2021-01-29 20:50:04.0 +0100 @@ -32,6 +32,7 @@ "Name[pl]": "Ober??sterreichischer Verkehrsverbund (O??VV)", "Name[pt]": "Ober??sterreichischer Verkehrsverbund (O??VV)", "Name[pt_BR]": "Ober??sterreichischer Verkehrsverbund (O??VV)", +"Name[sk]": "Ober??sterreichischer Verkehrsverbund (O??VV)", "Name[sl]": "Ober??sterreichischer Verkehrsverbund (O??VV)", "Name[sv]": "Ober??sterreichischer Verkehrsverbund (O??VV)", "Name[uk]": "Ober??sterreichischer Verkehrsverbund (O??VV)", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpublictransport-20.12.1/src/lib/networks/at_5_svv.json new/kpublictransport-20.12.2/src/lib/networks/at_5_svv.json --- old/kpublictransport-20.12.1/src/lib/networks/at_5_svv.json 2021-01-03 09:49:12.0 +0100 ++