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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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)