Hello community,

here is the log from the commit of package qgroundcontrol for openSUSE:Factory 
checked in at 2018-09-04 22:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qgroundcontrol (Old)
 and      /work/SRC/openSUSE:Factory/.qgroundcontrol.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qgroundcontrol"

Tue Sep  4 22:58:08 2018 rev:5 rq:633042 version:3.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qgroundcontrol/qgroundcontrol.changes    
2018-05-03 12:35:04.682518591 +0200
+++ /work/SRC/openSUSE:Factory/.qgroundcontrol.new/qgroundcontrol.changes       
2018-09-04 22:58:15.773429440 +0200
@@ -1,0 +2,35 @@
+Tue Sep  4 13:47:08 UTC 2018 - Adrian Schröter <adr...@suse.de>
+
+- update to version 3.4.2
+  * Settings
+    - Offline Maps
+    - Help Provides links to QGC user guide and forums.
+  * Setup
+    - Firmware Ability to flash either PX4 or ArduPilot Flow firmware.
+    - PX4 Pro Firmware
+      * Flight Modes Specify channels for all available transmitter switches.
+      * Tuning: Advanced Initial implementation of vehicle PID tuning support. 
Note that this is a work in progress that will improve in 3.5 daily builds.
+    - ArduPilot Firmware
+      * Power/Safety Support for new multi-battery setup.
+      * Trad Heli New setup page.
+   * Plan
+     - File Load/Save New model for Plan file loading which matches a standard 
File Load/Save/Save As user model.
+     - Load KML Ability to load a KML file directly from the Sync menu. You 
will be prompted for what type of Pattern you want to create from the KML if 
needed.
+     - Survey Better support for irregular shaped polygons.
+     - Corridor Scan - Create a flight pattern which follows a poly-line. For 
example can be used to survey a road.
+     - Fixed Wing Landing Pattern
+       * Landing area visually represented in Plan.
+       * Landing position/heading can be copied from Vehicle position/heading.
+     - Terrain
+       * Height of mission items can be specified as height above terrain.
+       * Survey and Corridor Scan can generate flight plans which follow 
terrain.
+     - Edit Position Set item position from vehicle position.
+   * Fly
+     - Pre-Flight Checklist You can turn this on from Settings. It provides a 
generic checklist to follow prior to flight. Expect more feature to appear for 
this in 3.5 daily builds.
+     - Instrument Panel
+       * Many new values available for display.
+       * New Camera page which provides full camera control. Requires a camera 
which support new MavLink camera specification.
+     - ArduPlane Much better support for guided commands including QuadPlane 
support.
+     - High Latency Links Support for high latency links such as satelitte 
connections. Limits the traffic from QGC up to Vehicle on these links to reduce 
cost. Supports HIGH_LATENCY mavlink message. Supports failover back/forth from 
high latency to normal link with dual link setup.
+
+-------------------------------------------------------------------

Old:
----
  qgroundcontrol-3.3.2.tar.xz

New:
----
  qgroundcontrol-3.4.2.obscpio
  qgroundcontrol.obsinfo

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

Other differences:
------------------
++++++ qgroundcontrol.spec ++++++
--- /var/tmp/diff_new_pack.iFZtjX/_old  2018-09-04 22:58:17.081433900 +0200
+++ /var/tmp/diff_new_pack.iFZtjX/_new  2018-09-04 22:58:17.085433913 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           qgroundcontrol
-Version:        3.3.2
+Version:        3.4.2
 Release:        0
 Summary:        An operator control unit / ground control software for micro 
air vehicles
 License:        GPL-3.0-only
@@ -36,10 +36,11 @@
 BuildRequires:  python2
 BuildRequires:  systemd-devel
 %else
+BuildRequires:  libqt5-qtlocation-private-headers-devel
 BuildRequires:  libudev-devel
 %endif
-BuildRequires:  libqt5-qtlocation-private-headers-devel
 
+BuildRequires:  pkgconfig(Qt5Charts)
 BuildRequires:  pkgconfig(Qt5Core) >= 5.7
 BuildRequires:  pkgconfig(Qt5MultimediaWidgets)
 BuildRequires:  pkgconfig(Qt5OpenGL)
@@ -103,8 +104,8 @@
 %fdupes %{buildroot}%{_prefix}
 
 %files
-%defattr(0644,root,root,-)
-%doc COPYING.md README.md
+%license COPYING.md
+%doc README.md
 %attr(0755,root,root) %{_bindir}/QGroundControl
 %{_datadir}/%{name}
 /usr/share/applications/*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.iFZtjX/_old  2018-09-04 22:58:17.109433995 +0200
+++ /var/tmp/diff_new_pack.iFZtjX/_new  2018-09-04 22:58:17.109433995 +0200
@@ -1,18 +1,20 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="obs_scm" mode="disabled">
     <param name="url">git://github.com/mavlink/qgroundcontrol.git</param>
     <param name="scm">git</param>
-    <param name="revision">v3.3.2</param>
-    <param name="version">3.3.2</param>
+    <param name="revision">v3.4.2</param>
+    <param name="version">3.4.2</param>
     <param name="exclude">lib</param>
 <!-- not working atm 
     <param name="exclude">mavlink</param>
     <param name="submodules">disable</param>
 -->
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="set_version" mode="disabled"/>
+
+  <service name="tar" mode="buildtime"/>
+  <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="disabled"/>
 </services>

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.iFZtjX/_old  2018-09-04 22:58:17.125434049 +0200
+++ /var/tmp/diff_new_pack.iFZtjX/_new  2018-09-04 22:58:17.125434049 +0200
@@ -1,4 +1,4 @@
-qgroundcontrol (3.3.2-0) trusty; urgency=low
+qgroundcontrol (3.4.2-0) trusty; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 

++++++ qgroundcontrol.dsc ++++++
--- /var/tmp/diff_new_pack.iFZtjX/_old  2018-09-04 22:58:17.169434199 +0200
+++ /var/tmp/diff_new_pack.iFZtjX/_new  2018-09-04 22:58:17.169434199 +0200
@@ -1,11 +1,12 @@
 Format: 1.0
 Source: qgroundcontrol
-Version: 3.3.2-0
+Version: 3.4.2-0
 Binary: qgroundcontrol
 Maintainer: Adrian Schroeter <adr...@suse.de>
 Architecture: all
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 
4),qtbase5-dev,qt5-qmake,libflite1,flite1-dev,build-essential,libopenscenegraph-dev,espeak,libespeak-dev,libudev-dev,libsdl2-dev,qtlocation5-dev,qtpositioning5-dev,libqt5serialport5-dev,libqt5svg5-dev,libqt5opengl5-dev,libespeak-dev,qtmultimedia5-dev
+Build-Depends: debhelper (>= 
4),qtbase5-dev,qt5-qmake,libflite1,flite1-dev,build-essential,libopenscenegraph-dev,espeak,libespeak-dev,libudev-dev,libsdl2-dev,qtlocation5-dev,qtpositioning5-dev,libqt5serialport5-dev,libqt5svg5-dev,libqt5opengl5-dev,libespeak-dev,qtmultimedia5-dev,qtcharts-dev,qttexttospeech-dev
+
 
 
 

++++++ qgroundcontrol.obsinfo ++++++
name: qgroundcontrol
version: 3.4.2
mtime: 1535230445
commit: 31fa444d236d0fb8cb0f0ff5ffda377f60e212bb


Reply via email to