Hello community,

here is the log from the commit of package gpxsee for openSUSE:Factory checked 
in at 2019-11-03 12:25:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpxsee (Old)
 and      /work/SRC/openSUSE:Factory/.gpxsee.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpxsee"

Sun Nov  3 12:25:22 2019 rev:51 rq:744907 version:7.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes    2019-10-08 
19:58:42.660057209 +0200
+++ /work/SRC/openSUSE:Factory/.gpxsee.new.2990/gpxsee.changes  2019-11-03 
12:25:24.169602606 +0100
@@ -1,0 +2,16 @@
+Sat Nov  2 10:03:40 CET 2019 - [email protected]
+
+- Update to version 7.17
+  * Fixed program crash on empty GPX segment.
+  * Fixed broken DEM value reading on S/W coordinates.
+  * Various GPI parser fixes & improvements.
+
+-------------------------------------------------------------------
+Mon Oct 28 22:26:16 CET 2019 - [email protected]
+
+- Update to version 7.16
+  * Added support for Garmin GPI files.
+  * Hyperlink + copy&paste enabled tool tips.
+  * Various minor bug fixes in data loading.
+
+-------------------------------------------------------------------

Old:
----
  GPXSee-7.15.tar.gz

New:
----
  GPXSee-7.17.tar.gz

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

Other differences:
------------------
++++++ gpxsee.spec ++++++
--- /var/tmp/diff_new_pack.W76Uxw/_old  2019-11-03 12:25:24.897603514 +0100
+++ /var/tmp/diff_new_pack.W76Uxw/_new  2019-11-03 12:25:24.897603514 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           gpxsee
-Version:        7.15
+Version:        7.17
 Release:        1
 Summary:        GPS log file visualization and analysis tool
 License:        GPL-3.0-only
@@ -29,7 +29,10 @@
 
 BuildRequires:  gcc-c++
 BuildRequires:  make
-%if 0%{?fedora_version}
+%if 0%{?centos_version} >= 800
+BuildRequires:  gdb-headless
+%endif
+%if 0%{?fedora_version} || 0%{?centos_version} >= 800
 BuildRequires:  qt5-qtbase
 BuildRequires:  qt5-qtbase-gui
 BuildRequires:  qt5-qtbase-devel
@@ -51,7 +54,7 @@
 Recommends: libqt5-qtimageformats
 Recommends: libqt5-qtpbfimageformat
 %else
-%if 0%{?rhel_version} || 0%{?centos_version}
+%if (0%{?rhel_version} && 0%{?rhel_version} < 800) || (0%{?centos_version} && 
0%{?centos_version} < 800)
 BuildRequires:  libqt4-devel
 %else
 # Mageia
@@ -84,11 +87,11 @@
 lrelease-qt5 gpxsee.pro
 %{qmake5} gpxsee.pro
 %else
-%if 0%{?fedora_version}
+%if 0%{?fedora_version} || 0%{?centos_version} >= 800
 lrelease-qt5 gpxsee.pro
 %{qmake_qt5} gpxsee.pro
 %else
-%if 0%{?rhel_version} || 0%{?centos_version}
+%if (0%{?rhel_version} && 0%{?rhel_version} < 800) || (0%{?centos_version} && 
0%{?centos_version} < 800)
 lrelease-qt4 gpxsee.pro
 qmake-qt4 PREFIX=/usr gpxsee.pro
 %else

++++++ GPXSee-7.15.tar.gz -> GPXSee-7.17.tar.gz ++++++
++++ 11623 lines of diff (skipped)

++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.W76Uxw/_old  2019-11-03 12:25:25.173603857 +0100
+++ /var/tmp/diff_new_pack.W76Uxw/_new  2019-11-03 12:25:25.177603863 +0100
@@ -1,5 +1,5 @@
 pkgname=gpxsee
-pkgver=7.15
+pkgver=7.17
 pkgrel=1
 pkgdesc='GPS log files visualizing and analyzing tool'
 arch=('i686' 'x86_64')

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.W76Uxw/_old  2019-11-03 12:25:25.193603883 +0100
+++ /var/tmp/diff_new_pack.W76Uxw/_new  2019-11-03 12:25:25.197603887 +0100
@@ -1,3 +1,19 @@
+gpxsee (7.17) stable; urgency=low
+
+  * Fixed program crash on empty GPX segment.
+  * Fixed broken DEM value reading on S/W coordinates.
+  * Various GPI parser fixes & improvements.
+
+ -- Martin Tuma <[email protected]>  Sat, 02 Nov 2019 10:10:33 +0100
+
+gpxsee (7.16) stable; urgency=low
+
+  * Added support for Garmin GPI files.
+  * Hyperlink + copy&paste enabled tool tips.
+  * Various minor bug fixes in data loading.
+
+ -- Martin Tuma <[email protected]>  Mon, 28 Oct 2019 22:34:24 +0100
+
 gpxsee (7.15) stable; urgency=low
 
   * Fixed broken align of zoom level 0 with tiles of a different

++++++ gpxsee.dsc ++++++
--- /var/tmp/diff_new_pack.W76Uxw/_old  2019-11-03 12:25:25.237603938 +0100
+++ /var/tmp/diff_new_pack.W76Uxw/_new  2019-11-03 12:25:25.237603938 +0100
@@ -1,9 +1,9 @@
 Format: 1.0
 Source: gpxsee
-Version: 7.15
+Version: 7.17
 Binary: gpxsee
 Maintainer: Martin Tuma <[email protected]>
 Architecture: any
 Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, 
qttools5-dev-tools, libqt5opengl5-dev
 Files:
- 00000000000000000000000000000000 0 GPXSee-7.15.tar.gz
+ 00000000000000000000000000000000 0 GPXSee-7.17.tar.gz


Reply via email to