Hello community,

here is the log from the commit of package qgroundcontrol for openSUSE:Factory 
checked in at 2020-07-06 16:21:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qgroundcontrol (Old)
 and      /work/SRC/openSUSE:Factory/.qgroundcontrol.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qgroundcontrol"

Mon Jul  6 16:21:17 2020 rev:13 rq:810733 version:4.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/qgroundcontrol/qgroundcontrol.changes    
2020-01-27 00:22:02.249485680 +0100
+++ /work/SRC/openSUSE:Factory/.qgroundcontrol.new.3060/qgroundcontrol.changes  
2020-07-06 16:26:26.774638487 +0200
@@ -1,0 +2,41 @@
+Tue Jun  2 06:38:22 UTC 2020 - Adrian Schröter <[email protected]>
+
+- update to version 4.0.8
+  *** INCOMPATIBLE: All settings will be reset!
+  Settings
+    Language: Allow selection of language
+    Optional CSV Logging of telemetry data for improved accessibility.
+    ArduPilot: Mavlink: Configurable stream rate settings
+  Setup
+    Joystick
+      New joystick setup ui
+      Ability to configure held button to single or repeated action
+    ArduPilot
+      Motor Test
+      ArduSub
+        Automatic motor direction detection
+  Plan
+    Create Plan from template with wizard like progression for completing full 
Plan.
+    Survey: Save commonly used settings as a Preset
+    Polygon editing
+      New editing tools ui
+      Support for tracing a polygon from map locations
+    ArduPilot
+      Support for GeoFence and Rally Points using latest firmwares and mavlink 
v2
+  Fly
+    Click to ROI support
+    Added support for connecting to ADSB SBS server. Adds support for ADSB 
data from USB SDR Dongle running 'dump1090 --net' for example.
+    Ability to turn on Heading to home, COG and Next Waypoint heading 
indicators in Compass.
+    Video
+      Add support for h.265 video streams
+      Automatically add a Video Overlay with flight data as a subtitle for 
locally-recorded videos
+    Vehicle type specific pre-flight checklists. Turn on from Settings.
+  Analyze
+    New Mavlink Inspector which includes charting support. Supported on all 
builds including Android and iOS.
+  General
+    Released Windows build are now 64 bit only
+    Log Replay: Ability to specify replay speed
+    ArduPilot
+      Improved support for chibios firmwares and ArduPilot bootloader with 
respect to flashing and auto-connect.
+
+-------------------------------------------------------------------

Old:
----
  qgroundcontrol-3.6.0~pre.1579852764.2702289a8.obscpio

New:
----
  appimage.yml
  qgroundcontrol-4.0.8.obscpio

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

Other differences:
------------------
++++++ qgroundcontrol.spec ++++++
--- /var/tmp/diff_new_pack.BBpqxN/_old  2020-07-06 16:26:34.990663679 +0200
+++ /var/tmp/diff_new_pack.BBpqxN/_new  2020-07-06 16:26:34.994663691 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qgroundcontrol
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           qgroundcontrol
-Version:        3.6.0~pre.1579852764.2702289a8
+Version:        4.0.8
 Release:        0
 Summary:        An operator control unit / ground control software for micro 
air vehicles
 License:        GPL-3.0-only
@@ -43,17 +43,21 @@
 BuildRequires:  pkgconfig(Qt5MultimediaWidgets)
 BuildRequires:  pkgconfig(Qt5OpenGL)
 BuildRequires:  pkgconfig(Qt5Positioning)
+BuildRequires:  pkgconfig(Qt5QuickControls2)
 BuildRequires:  pkgconfig(Qt5ScriptTools)
 BuildRequires:  pkgconfig(Qt5SerialPort)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5TextToSpeech)
 BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(Qt5WaylandClient)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5X11Extras)
 %if 0%{?suse_version} >= 1500
 BuildRequires:  pkgconfig(Qt5Qwt6)
 %endif
 
+BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  SDL2-devel
 BuildRequires:  gstreamer-devel
 BuildRequires:  gstreamer-plugins-base-devel
@@ -67,7 +71,7 @@
 
 #qml deps
 Requires:       libqt5-qtgraphicaleffects
-Requires:       libqt5-qtquickcontrols
+Requires:       libqt5-qtquickcontrols2
 
 %description
 QGroundControl is an operator control unit / ground control software

++++++ _service ++++++
--- /var/tmp/diff_new_pack.BBpqxN/_old  2020-07-06 16:26:35.026663789 +0200
+++ /var/tmp/diff_new_pack.BBpqxN/_new  2020-07-06 16:26:35.030663801 +0200
@@ -2,8 +2,8 @@
   <service name="obs_scm" mode="disabled">
     <param name="url">git://github.com/mavlink/qgroundcontrol.git</param>
     <param name="scm">git</param>
-    <param name="revision">master</param>
-    <param name="versionprefix">3.6.0~pre</param>
+    <param name="revision">v4.0.8</param>
+    <param name="version">4.0.8</param>
     <param name="exclude">lib</param>
 <!-- not working atm 
     <param name="exclude">mavlink</param>

++++++ appimage.yml ++++++
app: QGroundControl
binpatch: true

build:
  packages:
    - linuxdeployqt
#    - libqt4-devel

ingredients:
  packages:
#    - libvtk1
#    - libnetcdf13
#    - libhdf5-101
#    - netgen
    - qgroundcontrol

script:
  - rpm -q --qf '%{VERSION}' qgroundcontrol > ../VERSION
  - cp -v usr/share/applications/qgroundcontrol.desktop 
usr/share/pixmaps/qgroundcontrol.png .
#  - rm $BUILD_APPDIR/usr/share/applications/qt4config.desktop
  - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop 
-bundle-non-qt-libs -verbose=2
++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.BBpqxN/_old  2020-07-06 16:26:35.066663911 +0200
+++ /var/tmp/diff_new_pack.BBpqxN/_new  2020-07-06 16:26:35.066663911 +0200
@@ -1,4 +1,4 @@
-qgroundcontrol (3.6.0~pre.1579852764.2702289a8-0) trusty; urgency=low
+qgroundcontrol (4.0.8-0) trusty; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 

++++++ qgroundcontrol-3.6.0~pre.1579852764.2702289a8.obscpio -> 
qgroundcontrol-4.0.8.obscpio ++++++
/work/SRC/openSUSE:Factory/qgroundcontrol/qgroundcontrol-3.6.0~pre.1579852764.2702289a8.obscpio
 
/work/SRC/openSUSE:Factory/.qgroundcontrol.new.3060/qgroundcontrol-4.0.8.obscpio
 differ: char 49, line 1

++++++ qgroundcontrol.dsc ++++++
--- /var/tmp/diff_new_pack.BBpqxN/_old  2020-07-06 16:26:35.154664181 +0200
+++ /var/tmp/diff_new_pack.BBpqxN/_new  2020-07-06 16:26:35.158664194 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: qgroundcontrol
-Version: 3.6.0~pre.1579852764.2702289a8-0
+Version: 4.0.8-0
 Binary: qgroundcontrol
 Maintainer: Adrian Schroeter <[email protected]>
 Architecture: all

++++++ qgroundcontrol.obsinfo ++++++
--- /var/tmp/diff_new_pack.BBpqxN/_old  2020-07-06 16:26:35.174664243 +0200
+++ /var/tmp/diff_new_pack.BBpqxN/_new  2020-07-06 16:26:35.178664255 +0200
@@ -1,5 +1,5 @@
 name: qgroundcontrol
-version: 3.6.0~pre.1579852764.2702289a8
-mtime: 1579852764
-commit: 2702289a86926204d3d4d25d378e8535817c8000
+version: 4.0.8
+mtime: 1590948313
+commit: be8e05791f2dd689ca76f70b4f8a41d8d9fbfee3
 


Reply via email to