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 <christo...@krop.fr>
+
+- 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.000000000 
+0200
+++ new/kpublictransport-23.08.2/CMakeLists.txt 2023-10-10 05:13:07.000000000 
+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.000000000 +0200
+++ new/kpublictransport-23.08.2/src/lib/backends/navitiabackend.cpp    
2023-10-10 05:13:07.000000000 +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.000000000 +0200
+++ new/kpublictransport-23.08.2/src/lib/networks/au_navitia.json       
2023-10-10 05:13:07.000000000 +0200
@@ -53,32 +53,36 @@
                 "coordinates": [
                     [
                         [
-                            -10.798285,
-                            138.183164
+                            112.502839,
+                            -10.970007
                         ],
                         [
-                            -25.936668,
-                            137.935305
+                            133.808399,
+                            -10.113489
                         ],
                         [
-                            -26.015679,
-                            140.967532
+                            145.966033,
+                            -10.46417
                         ],
                         [
-                            -29.016173,
-                            140.967532
+                            152.56069,
+                            -14.989316
                         ],
                         [
-                            -28.900821,
-                            154.10718
+                            155.819102,
+                            -28.157131
                         ],
                         [
-                            -18.165019,
-                            152.04175
+                            149.983141,
+                            -44.635057
                         ],
                         [
-                            -10.798285,
-                            144.92261
+                            131.01627,
+                            -37.881487
+                        ],
+                        [
+                            111.222637,
+                            -36.290962
                         ]
                     ]
                 ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpublictransport-23.08.1/src/lib/networks/de_be_bvg.json 
new/kpublictransport-23.08.2/src/lib/networks/de_be_bvg.json
--- old/kpublictransport-23.08.1/src/lib/networks/de_be_bvg.json        
2023-09-09 10:23:19.000000000 +0200
+++ new/kpublictransport-23.08.2/src/lib/networks/de_be_bvg.json        
2023-10-10 05:13:07.000000000 +0200
@@ -1,7 +1,7 @@
 {
     "KPlugin": {
         "Description": "Local transport operator in Berlin, Germany.",
-        "Description[ca@valencia]": "Operador de transport local a Berlín, 
Alemanya.",
+        "Description[ca@valencia]": "Operador de transport local en Berlín, 
Alemanya.",
         "Description[ca]": "Operador de transport local a Berlín, Alemanya.",
         "Description[cs]": "Místní dopravce v Berlíně, Německo.",
         "Description[de]": "Nahverkehrsunternehmen in Berlin, Deutschland.",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpublictransport-23.08.1/src/onboard/CMakeLists.txt 
new/kpublictransport-23.08.2/src/onboard/CMakeLists.txt
--- old/kpublictransport-23.08.1/src/onboard/CMakeLists.txt     2023-09-09 
10:23:19.000000000 +0200
+++ new/kpublictransport-23.08.2/src/onboard/CMakeLists.txt     2023-10-10 
05:13:07.000000000 +0200
@@ -67,7 +67,7 @@
     HEADER_NAMES
         OnboardStatus
     PREFIX KPublicTransport
-    REQUIRED_HEADERS KPublicTransportOnbard_HEADERS
+    REQUIRED_HEADERS KPublicTransportOnboard_HEADERS
 )
 install(TARGETS KPublicTransportOnboard EXPORT KPublicTransportTargets 
${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 ecm_qt_install_logging_categories(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpublictransport-23.08.1/tests/querytest.cpp 
new/kpublictransport-23.08.2/tests/querytest.cpp
--- old/kpublictransport-23.08.1/tests/querytest.cpp    2023-09-09 
10:23:19.000000000 +0200
+++ new/kpublictransport-23.08.2/tests/querytest.cpp    2023-10-10 
05:13:07.000000000 +0200
@@ -64,7 +64,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.84444, 2.37412) << loc("Paris Aéroport Charles de Gaulle 2 TGV", 
49.00423, 2.57215);
-        QTest::newRow("au_navitia") << "au_navitia" << loc("King George Square 
Station",  -27.468903869, 153.0242799) << loc("Brisbane International Airport", 
-27.40029526, 153.0242500);
+        QTest::newRow("au_navitia") << "au_navitia" << loc("King George Square 
Station",  -27.468903869, 153.0242799) << loc("Brisbane International Airport", 
-27.404467, 153.108597);
 
         // national
         QTest::newRow("at_oebb") << "at_oebb" << loc("Wien Hauptbahnhof", 
48.18282, 16.37859) << loc("Linz/Donau Hbf", 48.29058, 14.29018);

Reply via email to