Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2019-02-28 21:38:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and      /work/SRC/openSUSE:Factory/.dumpvdl2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dumpvdl2"

Thu Feb 28 21:38:12 2019 rev:8 rq:667641 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes        2018-11-19 
23:33:07.623112096 +0100
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new.28833/dumpvdl2.changes     
2019-02-28 21:38:12.861643753 +0100
@@ -1,0 +2,15 @@
+Fri Jan 18 23:54:00 UTC 2019 - [email protected]
+
+- Update to version 1.6.0
+  * New build system based on cmake.
+  * FANS/1-A CPDLC, ADS-C and ACARS decoders have been removed.
+    These features have been moved to libacars library, which is
+    now a mandatory dependency
+  * Added support for SoapySDR library. However there are still
+    some limitations with respect to SDR types which dumpvdl2
+    can work with. As of now, the device must support a sampling
+    rate of 2100000 samples per second. This will be addressed in
+    a future release.
+  * Minor bugfixes
+
+-------------------------------------------------------------------

Old:
----
  dumpvdl2-1.5.0.tar.xz

New:
----
  dumpvdl2-1.6.0.tar.xz

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

Other differences:
------------------
++++++ dumpvdl2.spec ++++++
--- /var/tmp/diff_new_pack.8IGYNh/_old  2019-02-28 21:38:13.425643576 +0100
+++ /var/tmp/diff_new_pack.8IGYNh/_new  2019-02-28 21:38:13.425643576 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dumpvdl2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           dumpvdl2
-Version:        1.5.0
+Version:        1.6.0
 Release:        0
 Summary:        A VDL Mode 2 message decoder and protocol analyzer
 License:        GPL-3.0-only
@@ -26,8 +26,11 @@
 URL:            https://github.com/szpajder/dumpvdl2
 #Git-Clone:     https://github.com/szpajder/dumpvdl2.git
 Source:         
https://github.com/szpajder/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.xz
+BuildRequires:  cmake
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(SoapySDR)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libacars)
 BuildRequires:  pkgconfig(librtlsdr)
 
 %description
@@ -49,15 +52,20 @@
 %setup -q
 
 %build
-export CFLAGS='%{optflags}'
-make %{?_smp_mflags}
+%cmake \
+    -DRTLSDR=ON \
+    -DSOAPYSDR=ON \
+    -DMIRISDR=OFF \
+    -DSDRPLAY=OFF \
+    -DETSY_STATSD=OFF
+%make_jobs
 
 %install
-install -Dpm 0755 dumpvdl2 %{buildroot}/%{_bindir}/dumpvdl2
+%cmake_install
 
 %files
 %license LICENSE
-%doc FILTERING_EXAMPLES.md README.md
+%doc README.md
 %{_bindir}/dumpvdl2
 
 %changelog

++++++ dumpvdl2-1.5.0.tar.xz -> dumpvdl2-1.6.0.tar.xz ++++++


Reply via email to