Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gpxsee for openSUSE:Factory checked in at 2023-02-19 18:19:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpxsee (Old) and /work/SRC/openSUSE:Factory/.gpxsee.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpxsee" Sun Feb 19 18:19:11 2023 rev:100 rq:1066563 version:12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes 2023-01-30 17:22:26.664237309 +0100 +++ /work/SRC/openSUSE:Factory/.gpxsee.new.22824/gpxsee.changes 2023-02-19 18:19:14.505587702 +0100 @@ -1,0 +2,15 @@ +Sat Feb 18 14:11:19 CET 2023 - tu...@cbox.cz + +- Update to version 12.1 + * Fixed areas rendering. + * Fixed GeoJSON parser. + * Fixed NMEA parser. + +------------------------------------------------------------------- +Fri Feb 10 00:46:51 CET 2023 - tu...@cbox.cz + +- Update to version 12.0 + * Android "desktop" integration. + * Minor fixes. + +------------------------------------------------------------------- Old: ---- GPXSee-11.12.tar.gz New: ---- GPXSee-12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpxsee.spec ++++++ --- /var/tmp/diff_new_pack.xgFhqW/_old 2023-02-19 18:19:15.289592684 +0100 +++ /var/tmp/diff_new_pack.xgFhqW/_new 2023-02-19 18:19:15.293592709 +0100 @@ -19,7 +19,7 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines Name: gpxsee -Version: 11.12 +Version: 12.1 Release: 1 Summary: GPS log file visualization and analysis tool License: GPL-3.0-only @@ -39,9 +39,9 @@ BuildRequires: qt5-qtbase-private-devel BuildRequires: qt5-qtlocation-devel BuildRequires: qt5-qtsvg-devel +BuildRequires: qt5-qtserialport-devel BuildRequires: qt5-linguist Recommends: qt5-qtimageformats -Recommends: qt5-qtserialport Recommends: qt5-qtpbfimageformat %else %if 0%{?suse_version} @@ -55,10 +55,10 @@ BuildRequires: libQt5OpenGL-devel BuildRequires: libQt5Sql-devel BuildRequires: libQt5Svg-devel +BuildRequires: libQt5SerialPort-devel BuildRequires: libqt5-qtlocation-devel BuildRequires: libqt5-linguist Recommends: libQt5Sql5-sqlite -Recommends: libQt5SerialPort5 Recommends: libqt5-qtimageformats Recommends: libqt5-qtpbfimageformat %else @@ -73,9 +73,9 @@ BuildRequires: libqt5sql-devel BuildRequires: libqt5svg-devel BuildRequires: libqt5location-devel +BuildRequires: libqt5serialport-devel BuildRequires: qttools5 Recommends: qtimageformats5 -Recommends: libqt5-qtserialport Recommends: libqt5-database-plugin-sqlite Recommends: libqt5-qtpbfimageformat %endif ++++++ GPXSee-11.12.tar.gz -> GPXSee-12.1.tar.gz ++++++ ++++ 21787 lines of diff (skipped) ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.xgFhqW/_old 2023-02-19 18:19:15.781595810 +0100 +++ /var/tmp/diff_new_pack.xgFhqW/_new 2023-02-19 18:19:15.785595835 +0100 @@ -1,11 +1,11 @@ pkgname=gpxsee -pkgver=11.12 +pkgver=12.1 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' 'qt5-location' 'qt5-svg') +depends=('qt5-base' 'qt5-imageformats' 'qt5-svg' 'qt5-location' 'qt5-svg' 'qt5-serialport') makedepends=('qt5-tools') provides=("${pkgname}=${pkgver}") source=("GPXSee-${pkgver}.tar.gz") ++++++ debian.changelog ++++++ --- /var/tmp/diff_new_pack.xgFhqW/_old 2023-02-19 18:19:15.813596013 +0100 +++ /var/tmp/diff_new_pack.xgFhqW/_new 2023-02-19 18:19:15.817596039 +0100 @@ -1,3 +1,18 @@ +gpxsee (12.1) stable; urgency=medium + + * Fixed areas rendering. + * Fixed GeoJSON parser. + * Fixed NMEA parser. + + -- Martin Tuma <tu...@cbox.cz> Sat, 18 Feb 2023 14:19:41 +0100 + +gpxsee (12.0) stable; urgency=low + + * Android "desktop" integration. + * Minor fixes. + + -- Martin Tuma <tu...@cbox.cz> Fri, 10 Feb 2023 00:48:49 +0100 + gpxsee (11.12) stable; urgency=medium * Fixed broken parsing of KML tracks with empty coordinates. ++++++ gpxsee.dsc ++++++ --- /var/tmp/diff_new_pack.xgFhqW/_old 2023-02-19 18:19:15.873596394 +0100 +++ /var/tmp/diff_new_pack.xgFhqW/_new 2023-02-19 18:19:15.877596420 +0100 @@ -1,10 +1,10 @@ Format: 1.0 Source: gpxsee -Version: 11.12-1 +Version: 12.1-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, qtpositioning5-dev, libqt5svg5-dev +Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev, qtpositioning5-dev, libqt5svg5-dev, libqt5serialport5-dev Files: - 00000000000000000000000000000000 0 GPXSee-11.12.tar.gz + 00000000000000000000000000000000 0 GPXSee-12.1.tar.gz