Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gpxsee for openSUSE:Factory checked 
in at 2021-12-12 00:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpxsee (Old)
 and      /work/SRC/openSUSE:Factory/.gpxsee.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpxsee"

Sun Dec 12 00:56:27 2021 rev:82 rq:939467 version:10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes    2021-11-18 
10:33:45.171902895 +0100
+++ /work/SRC/openSUSE:Factory/.gpxsee.new.2520/gpxsee.changes  2021-12-12 
00:57:21.066573730 +0100
@@ -1,0 +2,8 @@
+Wed Dec  8 00:03:04 CET 2021 - tu...@cbox.cz
+
+- Update to version 10.0
+  * Added support for (GPS) positioning.
+  * Added workaround for broken FIT files exported by Strava.
+  * Fixed Mapsforge maps crash when Qt-SVG is missing.
+
+-------------------------------------------------------------------

Old:
----
  GPXSee-9.12.tar.gz

New:
----
  GPXSee-10.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gpxsee.spec ++++++
--- /var/tmp/diff_new_pack.qObFIR/_old  2021-12-12 00:57:24.706576230 +0100
+++ /var/tmp/diff_new_pack.qObFIR/_new  2021-12-12 00:57:24.710576233 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           gpxsee
-Version:        9.12
+Version:        10.0
 Release:        1
 Summary:        GPS log file visualization and analysis tool
 License:        GPL-3.0-only
@@ -37,9 +37,11 @@
 BuildRequires:  qt5-qtbase-gui
 BuildRequires:  qt5-qtbase-devel
 BuildRequires:  qt5-qtbase-private-devel
+BuildRequires:  qt5-qtlocation-devel
 BuildRequires:  qt5-linguist
 Recommends: qt5-qtimageformats
 Recommends: qt5-qtsvg
+Recommends: qt5-qtserialport
 Recommends: qt5-qtpbfimageformat
 %else
 %if 0%{?suse_version}
@@ -52,10 +54,12 @@
 BuildRequires:  libQt5PrintSupport-devel
 BuildRequires:  libQt5OpenGL-devel
 BuildRequires:  libQt5Sql-devel
+BuildRequires:  libqt5-qtlocation-devel
 BuildRequires:  libqt5-linguist
 Recommends: libQt5Sql5-sqlite
+Recommends: libQt5Svg5
+Recommends: libQt5SerialPort5
 Recommends: libqt5-qtimageformats
-Recommends: libqt5-qtsvg
 Recommends: libqt5-qtpbfimageformat
 %else
 # Mageia
@@ -67,9 +71,11 @@
 BuildRequires:  libqt5printsupport-devel
 BuildRequires:  libqt5opengl-devel
 BuildRequires:  libqt5sql-devel
+BuildRequires:  libqt5location-devel
 BuildRequires:  qttools5
 Recommends: qtimageformats5
 Recommends: libqt5-qtsvg
+Recommends: libqt5-qtserialport
 Recommends: libqt5-database-plugin-sqlite
 Recommends: libqt5-qtpbfimageformat
 %endif

++++++ GPXSee-9.12.tar.gz -> GPXSee-10.0.tar.gz ++++++
++++ 28933 lines of diff (skipped)

++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.qObFIR/_old  2021-12-12 00:57:25.094576496 +0100
+++ /var/tmp/diff_new_pack.qObFIR/_new  2021-12-12 00:57:25.094576496 +0100
@@ -1,11 +1,11 @@
 pkgname=gpxsee
-pkgver=9.12
+pkgver=10.0
 pkgrel=1
 pkgdesc='GPS log files visualizing and analyzing tool'
 arch=('i686' 'x86_64')
 url="http://www.gpxsee.org/";
 license=('GPL3')
-depends=('qt5-base' 'qt5-imageformats' 'qt5-svg')
+depends=('qt5-base' 'qt5-imageformats' 'qt5-svg' 'qt5-location')
 makedepends=('qt5-tools')
 provides=("${pkgname}=${pkgver}")
 source=("GPXSee-${pkgver}.tar.gz")

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.qObFIR/_old  2021-12-12 00:57:25.114576510 +0100
+++ /var/tmp/diff_new_pack.qObFIR/_new  2021-12-12 00:57:25.114576510 +0100
@@ -1,3 +1,11 @@
+gpxsee (10.0) stable; urgency=low
+
+  * Added support for (GPS) positioning.
+  * Added workaround for broken FIT files exported by Strava.
+  * Fixed Mapsforge maps crash when Qt-SVG is missing.
+
+ -- Martin Tuma <tu...@cbox.cz>  Wed, 08 Dec 2021 00:09:07 +0100
+
 gpxsee (9.12) stable; urgency=low
 
   * Added support for QCT maps.

++++++ debian.control ++++++
--- /var/tmp/diff_new_pack.qObFIR/_old  2021-12-12 00:57:25.138576526 +0100
+++ /var/tmp/diff_new_pack.qObFIR/_new  2021-12-12 00:57:25.138576526 +0100
@@ -2,13 +2,13 @@
 Section: Graphics
 Priority: optional
 Maintainer: Martin Tuma <tu...@cbox.cz>
-Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, 
qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
+Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, 
qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev, 
qtpositioning5-dev
 Homepage: http://www.gpxsee.org
 
 Package: gpxsee
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: libqt5sql5-sqlite, qt5-image-formats-plugins, libqt5svg5
+Recommends: libqt5sql5-sqlite, qt5-image-formats-plugins, libqt5svg5, 
libqt5serialport5
 Description: GPS log files visualizing and analyzing tool
  GPXSee is a Qt based tool for visualizing and analyzing GPX, TCX, FIT, KML, 
IGC, NMEA,
  SLF, LOC, OziExplorer (PLT, RTE, WPT), CUP, Garmin CSV and geotagged JPEG 
files.

++++++ gpxsee.dsc ++++++
--- /var/tmp/diff_new_pack.qObFIR/_old  2021-12-12 00:57:25.170576548 +0100
+++ /var/tmp/diff_new_pack.qObFIR/_new  2021-12-12 00:57:25.170576548 +0100
@@ -1,9 +1,9 @@
 Format: 1.0
 Source: gpxsee
-Version: 9.12-1
+Version: 10.0-1
 Binary: gpxsee
 Maintainer: Martin Tuma <tu...@cbox.cz>
 Architecture: any
-Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, 
qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
+Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, 
qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev, 
qtpositioning5-dev
 Files:
- 00000000000000000000000000000000 0 GPXSee-9.12.tar.gz
+ 00000000000000000000000000000000 0 GPXSee-10.0.tar.gz

Reply via email to