Accepting request 488987 from home:tumic:GPXSee
Version 4.4 OBS-URL: https://build.opensuse.org/request/show/488987 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=26
This commit is contained in:
parent
42f6f807eb
commit
1c3bf21264
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d04a91cd4c6070962b105a11df7b25f9c8e2f8f9e3e77946fa107146ebd921da
|
|
||||||
size 828886
|
|
3
GPXSee-4.4.tar.gz
Normal file
3
GPXSee-4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2a4575542bfc4320f79b31b408d697dc9ba7913b0ccf0067795250e96b074d4
|
||||||
|
size 839065
|
@ -1,3 +1,11 @@
|
|||||||
|
gpxsee (4.4) stable; urgency=low
|
||||||
|
|
||||||
|
* Added support for ozf2 image files.
|
||||||
|
* Added full support for non-WGS84 datum based offline maps.
|
||||||
|
* Added German localization.
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Mon, 17 Apr 2017 23:10:50 +0200
|
||||||
|
|
||||||
gpxsee (4.3) stable; urgency=high
|
gpxsee (4.3) stable; urgency=high
|
||||||
|
|
||||||
* Fixed missing cached content cleanup causing huge draw areas
|
* Fixed missing cached content cleanup causing huge draw areas
|
||||||
|
@ -45,6 +45,8 @@ install: build
|
|||||||
mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
||||||
cp GPXSee /usr/src/packages/BUILD/debian/gpxsee/usr/bin/gpxsee
|
cp GPXSee /usr/src/packages/BUILD/debian/gpxsee/usr/bin/gpxsee
|
||||||
cp pkg/maps.txt /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
cp pkg/maps.txt /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
||||||
|
cp pkg/ellipsoids.csv /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
||||||
|
cp pkg/datums.csv /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
||||||
cp icons/gpxsee.png /usr/src/packages/BUILD/debian/gpxsee/usr/share/pixmaps
|
cp icons/gpxsee.png /usr/src/packages/BUILD/debian/gpxsee/usr/share/pixmaps
|
||||||
cp ../SOURCES/gpxsee.desktop /usr/src/packages/BUILD/debian/gpxsee/usr/share/applications
|
cp ../SOURCES/gpxsee.desktop /usr/src/packages/BUILD/debian/gpxsee/usr/share/applications
|
||||||
cp ../SOURCES/gpxsee.xml /usr/src/packages/BUILD/debian/gpxsee/usr/share/mime/packages
|
cp ../SOURCES/gpxsee.xml /usr/src/packages/BUILD/debian/gpxsee/usr/share/mime/packages
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 17 23:05:00 CEST 2017 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 4.4
|
||||||
|
* Added support for ozf2 image files.
|
||||||
|
* Added full support for non-WGS84 datum based offline maps.
|
||||||
|
* Added German localization.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 12 18:29:30 CEST 2017 - tumic@cbox.cz
|
Wed Apr 12 18:29:30 CEST 2017 - tumic@cbox.cz
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gpxsee
|
Source: gpxsee
|
||||||
Version: 4.3
|
Version: 4.4
|
||||||
Binary: gpxsee
|
Binary: gpxsee
|
||||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
||||||
Files:
|
Files:
|
||||||
00000000000000000000000000000000 0 GPXSee-4.3.tar.gz
|
00000000000000000000000000000000 0 GPXSee-4.4.tar.gz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||||
|
|
||||||
Name: gpxsee
|
Name: gpxsee
|
||||||
Version: 4.3
|
Version: 4.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GPS log files visualizing and analyzing tool
|
Summary: GPS log files visualizing and analyzing tool
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
@ -81,6 +81,8 @@ install -d 755 %{buildroot}/%{_datadir}/mime/packages
|
|||||||
install -d 755 %{buildroot}/%{_datadir}/%{name}
|
install -d 755 %{buildroot}/%{_datadir}/%{name}
|
||||||
install -m 755 GPXSee %{buildroot}/%{_bindir}/%{name}
|
install -m 755 GPXSee %{buildroot}/%{_bindir}/%{name}
|
||||||
install -m 644 pkg/maps.txt %{buildroot}/%{_datadir}/%{name}
|
install -m 644 pkg/maps.txt %{buildroot}/%{_datadir}/%{name}
|
||||||
|
install -m 644 pkg/ellipsoids.csv %{buildroot}/%{_datadir}/%{name}
|
||||||
|
install -m 644 pkg/datums.csv %{buildroot}/%{_datadir}/%{name}
|
||||||
install -m 644 icons/gpxsee.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png
|
install -m 644 icons/gpxsee.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png
|
||||||
install -m 644 %{SOURCE1} %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
install -m 644 %{SOURCE1} %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||||
install -m 644 %{SOURCE2} %{buildroot}/%{_datadir}/mime/packages/%{name}.xml
|
install -m 644 %{SOURCE2} %{buildroot}/%{_datadir}/mime/packages/%{name}.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user