commit dumpvdl2 for openSUSE:Factory

2020-11-07 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2020-11-07 21:02:51

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new.11331 (New)


Package is "dumpvdl2"

Sat Nov  7 21:02:51 2020 rev:13 rq:846833 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2020-08-29 
20:44:27.077517801 +0200
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new.11331/dumpvdl2.changes 
2020-11-07 21:05:35.549624439 +0100
@@ -1,0 +2,16 @@
+Sat Nov  7 10:46:12 UTC 2020 - Martin Hauke 
+
+- Update to version 2.1.0
+  * Added full JSON formatting for all protocols and message types.
+This is supported on all output types - file, udp and zmq.
+Together with multiple outputs feature that was introduced in
+version 2.0.0 this enables arbitrarily flexible arrangements,
+like logging to a file as text, logging to another file as JSON
+and sending JSON across the network using UDP and/or ZMQ. When
+collecting data from multiple receivers, --station-id option
+may be used to assign unique names to receivers in order to
+discriminate input from each one.
+  * Removed a few duplicate routines that have their counterparts
+in libacars.
+
+---

Old:

  dumpvdl2-2.0.1.tar.xz

New:

  dumpvdl2-2.1.0.tar.xz



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.H2OlEM/_old  2020-11-07 21:05:35.997623724 +0100
+++ /var/tmp/diff_new_pack.H2OlEM/_new  2020-11-07 21:05:36.001623717 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   dumpvdl2
-Version:2.0.1
+Version:2.1.0
 Release:0
 Summary:A VDL Mode 2 message decoder and protocol analyzer
 License:GPL-3.0-only
@@ -30,7 +30,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(SoapySDR)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(libacars-2) >= 2.0.0
+BuildRequires:  pkgconfig(libacars-2) >= 2.1.0
 BuildRequires:  pkgconfig(libprotobuf-c) >= 1.3.0
 BuildRequires:  pkgconfig(librtlsdr)
 BuildRequires:  pkgconfig(libzmq) >= 3.2.0

++ dumpvdl2-2.0.1.tar.xz -> dumpvdl2-2.1.0.tar.xz ++




commit dumpvdl2 for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2020-08-29 20:44:02

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new.3399 (New)


Package is "dumpvdl2"

Sat Aug 29 20:44:02 2020 rev:12 rq:830356 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2020-07-07 
13:01:02.802265805 +0200
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new.3399/dumpvdl2.changes  
2020-08-29 20:44:27.077517801 +0200
@@ -1,0 +2,30 @@
+Tue Aug 25 18:50:09 UTC 2020 - Martin Hauke 
+
+- Update to versino 2.0.1
+  * Fixed build failure with gcc version 10.
+
+---
+Mon Aug 24 22:07:52 UTC 2020 - Martin Hauke 
+
+- Update to version 2.0.0
+  * Major overhaul of the output subsystem. The new architecture
+is modular, multithreaded and can easily be extended with new
+output drivers. It also allows using multiple outputs
+simultaneously.
+  * New output configuration scheme. --output-file --daily,
+--hourly and --output-acars-pp options have been removed.
+All outputs are now configured using --output option.
+Adjusting command line parameters is therefore required to run
+the program. Run dumpvdl2 --output help for instructions or
+see "Output configuration" section in README.md for details
+and examples.
+  * Support for streaming messages over network using UDP/IP.
+  * Support for streaming messages over network using ZeroMQ
+publisher sockets. Requires libzmq library.
+  * Support for storing AVLC frames as raw data (without decoding)
+in binary files for archiving purposes. File contents can
+then be decoded anytime later, as if the frames were just
+  * received from the air. Requires protobuf-c library.
+  * Minor bugfixes.
+
+---

Old:

  dumpvdl2-1.10.1.tar.xz

New:

  dumpvdl2-2.0.1.tar.xz



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.4cnjux/_old  2020-08-29 20:44:27.925518154 +0200
+++ /var/tmp/diff_new_pack.4cnjux/_new  2020-08-29 20:44:27.929518156 +0200
@@ -2,7 +2,7 @@
 # spec file for package dumpvdl2
 #
 # Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2017, Martin Hauke 
+# Copyright (c) 2017-2020, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   dumpvdl2
-Version:1.10.1
+Version:2.0.1
 Release:0
 Summary:A VDL Mode 2 message decoder and protocol analyzer
 License:GPL-3.0-only
@@ -31,7 +31,9 @@
 BuildRequires:  pkgconfig(SoapySDR)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libacars-2) >= 2.0.0
+BuildRequires:  pkgconfig(libprotobuf-c) >= 1.3.0
 BuildRequires:  pkgconfig(librtlsdr)
+BuildRequires:  pkgconfig(libzmq) >= 3.2.0
 BuildRequires:  pkgconfig(sqlite3)
 Recommends: sqlite3
 

++ dumpvdl2-1.10.1.tar.xz -> dumpvdl2-2.0.1.tar.xz ++




commit dumpvdl2 for openSUSE:Factory

2020-07-07 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2020-07-07 13:00:30

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new.3060 (New)


Package is "dumpvdl2"

Tue Jul  7 13:00:30 2020 rev:11 rq:819052 version:1.10.1

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2020-03-29 
14:26:16.166115116 +0200
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new.3060/dumpvdl2.changes  
2020-07-07 13:01:02.802265805 +0200
@@ -1,0 +2,17 @@
+Sun Jul  5 15:30:31 UTC 2020 - Martin Hauke 
+
+- Update to version 1.10.1
+  * Added support for SDRPlay API version 3 which is required for
+new devices (notably RSPdx). API version 2 is still supported,
+however it will probably be removed in a future release. It is
+possible to have both versions installed simultaneously and to
+choose which one to use at runtime. See README.md for details.
+  * Added --milliseconds option which enables printing timestamps
+in message headers up to a millisecond precision. Note that the
+arrival timestamp is stored per VDL2 burst, not per VDL2
+message. Since a VDL2 burst may contains more than one VDL2
+message, all messages extracted from a single burst will still
+have exactly the same timestamp value, regardless of whether
+millisecond precision has been enabled or not.
+
+---

Old:

  dumpvdl2-1.9.0.tar.xz

New:

  dumpvdl2-1.10.1.tar.xz



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.dteHUs/_old  2020-07-07 13:01:03.442267602 +0200
+++ /var/tmp/diff_new_pack.dteHUs/_new  2020-07-07 13:01:03.446267613 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   dumpvdl2
-Version:1.9.0
+Version:1.10.1
 Release:0
 Summary:A VDL Mode 2 message decoder and protocol analyzer
 License:GPL-3.0-only

++ dumpvdl2-1.9.0.tar.xz -> dumpvdl2-1.10.1.tar.xz ++




commit dumpvdl2 for openSUSE:Factory

2020-03-29 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2020-03-29 14:26:03

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new.3160 (New)


Package is "dumpvdl2"

Sun Mar 29 14:26:03 2020 rev:10 rq:774381 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2019-11-12 
11:58:24.335534049 +0100
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new.3160/dumpvdl2.changes  
2020-03-29 14:26:16.166115116 +0200
@@ -1,0 +2,75 @@
+Fri Feb 14 13:36:19 UTC 2020 - Martin Hauke 
+
+- Update to version 1.9.0
+  * Added decoder for ISO 8650 / X.227 Association Control Service
+(ACSE).
+  * Improved decoder for ISO 8327 / X.225 Session Protocol.
+  * Restructured code of ATN applications decoder. The previous
+implementation was a little messy and was unable to handle a
+few uncommon types of messages (like ACSE Abort PDU with no
+payload). This should bring the number of undecoded ATN
+messages down to zero.
+  * Enable debugging output from SDRPlay driver only if
+--debug sdr option is used.
+  * Fix formatting of geo coordinates in ADS-C v2 messages.
+
+---
+Mon Jan 27 20:12:31 UTC 2020 - Martin Hauke 
+
+- Update to version 1.8.2
+  * Fix another crash opportunity due to missing sanity check on
+unparseable ACARS messages.
+  * Fix ACARS output to Planeplotter. Only first three characters
+of Message Serial Number (MSN) field were sent instead of all
+four.
+
+---
+Fri Jan 24 20:00:08 UTC 2020 - Martin Hauke 
+
+- Update to version 1.8.1
+  * Fix a bug where an unparseable ACARS message could cause the
+program to crash.
+
+---
+Sun Jan 19 20:23:36 UTC 2020 - Martin Hauke 
+
+- Update to version 1.8.0
+  * Support for ATN-B2 Automatic Dependent Surveillance-Contract
+(ADS-C) version 2.
+  * Support for automatic reassembly of multiblock ACARS messages,
+MIAM file transfers and fragmented X.25 packets. Contents of
+reassembled messages is now logged in one piece and passed
+upwards to decoders of higher layer protocols / applications.
+Thanks to this, many large messages which so far were decoded
+partially and logged with "Unparseable ... PDU" errors due to
+fragmentation, are now decoded correctly.
+  * StatsD metrics for monitoring reassembly engine performance
+have been added.
+  * Logged messages may be enriched with ground stations details
+read from a text file in MultiPSK GS format. Look up --gs-file
+and --addrinfo options in README.md and dumpvdl2 usage text for
+more details.
+  * Logged messages may be enriched with aircraft details read from
+a Basestation SQLite database. SQLite3 library must be installed
+prior to compiling dumpvdl2 in order for this feature to be
+enabled. Look up --bs-db and --addrinfo options in README.md and
+dumpvdl2 usage text for more details. Database entries are
+cached in memory. There are new StatsD metrics for monitoring
+performance and utilization of the cache.
+  * New --prettify-xml option enables pretty-printing of XML
+documents carried in ACARS and MIAM CORE messages. The purpose
+is to improve readability. If enabled, XML content will be
+printed as multiline text with proper indentation.  This
+requires libacars built with libxml2 support.
+  * ACARS sublabel and MFI fields are now stripped from message text
+and logged as separate fields (if present).
+  * When compiled with debugging support, dumpvdl2 now has a new
+--debug command line option allowing configurable verbosity of
+debug messages. No debug output is produced by default.
+  * Added extras subdirectory to the source tree. Additional content
+related to dumpvdl2 will be stored here. Currently bundled
+extras are: multitail color scheme for dumpvdl2 log files and
+vdl2grep script for grepping dumpvdl2 log files.
+  * Bug fixes, code cleanups.
+
+---

Old:

  dumpvdl2-1.7.1.tar.xz

New:

  dumpvdl2-1.9.0.tar.xz



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.2rwf98/_old  2020-03-29 14:26:16.710115395 +0200
+++ /var/tmp/diff_new_pack.2rwf98/_new  2020-03-29 14:26:16.714115397 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dumpvdl2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to t

commit dumpvdl2 for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2019-11-12 11:56:47

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new.2990 (New)


Package is "dumpvdl2"

Tue Nov 12 11:56:47 2019 rev:9 rq:747524 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2019-02-28 
21:38:12.861643753 +0100
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new.2990/dumpvdl2.changes  
2019-11-12 11:58:24.335534049 +0100
@@ -1,0 +2,27 @@
+Mon Nov 11 18:53:00 UTC 2019 - Martin Hauke 
+
+- Update to version 1.7.1
+  * Fixed an issue where a truncated or corrupted ICAO APDU could
+cause a crash in ASN.1 decoder.
+  * Fixed an issue where NULL characters in XID attribute values
+could cause them do be printed partially. Any non-printable
+characters in octet strings printed as text are now replaced
+with periods.
+
+---
+Mon Aug 26 20:43:04 UTC 2019 - Martin Hauke 
+
+- Update to version 1.7.0
+  * Complete overhaul of output generation code.
+  * Significant enhancements to CLNP, COTP and IDRP decoders.
+Most if not all protocol headers are now decoded and included
+in the output.
+  * Added a decoder for X.225 Session Protocol SPDUs.
+  * Added a decoder for VDL SNDCF error reports.
+  * XID: improved decoding of XID sequencing, Frequency support
+and System mask attributes.
+  * X.25: improved decoding of facility fields, call clearing
+causes and diagnostic codes.
+  * Minor bug fixes.
+
+---

Old:

  dumpvdl2-1.6.0.tar.xz

New:

  dumpvdl2-1.7.1.tar.xz



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.KZXJ2o/_old  2019-11-12 11:58:24.827534573 +0100
+++ /var/tmp/diff_new_pack.KZXJ2o/_new  2019-11-12 11:58:24.831534577 +0100
@@ -13,12 +13,12 @@
 # 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/
 #
 
 
 Name:   dumpvdl2
-Version:1.6.0
+Version:1.7.1
 Release:0
 Summary:A VDL Mode 2 message decoder and protocol analyzer
 License:GPL-3.0-only
@@ -30,7 +30,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(SoapySDR)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(libacars)
+BuildRequires:  pkgconfig(libacars) >= 1.3.0
 BuildRequires:  pkgconfig(librtlsdr)
 
 %description

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




commit dumpvdl2 for openSUSE:Factory

2019-02-28 Thread root
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.changes2018-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 - mar...@gmx.de
+
+- 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 210 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 
 #
 # 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 ++




commit dumpvdl2 for openSUSE:Factory

2018-11-19 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2018-11-19 23:32:57

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new (New)


Package is "dumpvdl2"

Mon Nov 19 23:32:57 2018 rev:7 rq:650122 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2018-08-02 
15:01:03.120572117 +0200
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new/dumpvdl2.changes   2018-11-19 
23:33:07.623112096 +0100
@@ -1,0 +2,12 @@
+Sun Nov 18 18:51:58 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.5.0
+  * Sync with the latest SDRPlay API v. 2.13 which is now required
+to compile the program.
+  * Added support for SDRPlay RSPduo (with tuner selection, bias-T
+and notch filters).
+  * Added support for RSP1A features: Bias-T and broadcast notch
+filter.
+  * Minor bugfixes
+
+---

Old:

  dumpvdl2-1.4.0.tar.xz

New:

  dumpvdl2-1.5.0.tar.xz



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.0hpvjU/_old  2018-11-19 23:33:09.219110253 +0100
+++ /var/tmp/diff_new_pack.0hpvjU/_new  2018-11-19 23:33:09.219110253 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   dumpvdl2
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:A VDL Mode 2 message decoder and protocol analyzer
 License:GPL-3.0-only

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




commit dumpvdl2 for openSUSE:Factory

2018-08-02 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2018-08-02 15:00:25

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new (New)


Package is "dumpvdl2"

Thu Aug  2 15:00:25 2018 rev:6 rq:626964 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2018-06-13 
15:36:25.831096060 +0200
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new/dumpvdl2.changes   2018-08-02 
15:01:03.120572117 +0200
@@ -1,0 +2,29 @@
+Wed Aug  1 19:35:17 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.4.0
+  * Major improvements to the DSP and decoding engine - gives much
+better decoding success rate, especially for weak transmissions
+from distant aircraft.
+  * Each VDL2 channel is now processed in a separate thread, which
+allows balancing the load onto multiple CPU cores.
+  * Fixed a nasty decoder bug which caused good frames to be
+corrupted during decoding stage and therefore missed.
+  * Added CRC checking for ACARS messages. If there is a CRC
+mismatch, the message will still be logged, but with an
+appropriate warning.
+  * New StatsD metric avlc.msg.air2air - counts messages from
+aircraft to aircraft (however strange it seems, such things
+happen in real life).
+  * New StatsD metric decoder.errors.too_long - counts VDL2 bursts
+dropped due to unreasonably large value in the length field.
+  * Due to changes in the decoding engine, the following StatsD
+metric are now obsolete and have been removed:
+avlc.errors.no_flag_start, avlc.errors.no_flag_end,
+decoder.errors.no_preamble.
+  * Added --extended-header command line option which causes a few
+decoder diagnostic parameters to be logged for each message.
+Refer to the FAQ in README.md for description of the fields.
+  * Other minor bugfixes and improvements.
+  * C11-capable compiler is now required to build the program.
+
+---

Old:

  dumpvdl2-1.3.1.tar.xz

New:

  dumpvdl2-1.4.0.tar.xz



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.CzuUiy/_old  2018-08-02 15:01:04.016573635 +0200
+++ /var/tmp/diff_new_pack.CzuUiy/_new  2018-08-02 15:01:04.020573642 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   dumpvdl2
-Version:1.3.1
+Version:1.4.0
 Release:0
 Summary:A VDL Mode 2 message decoder and protocol analyzer
 License:GPL-3.0-only

++ dumpvdl2-1.3.1.tar.xz -> dumpvdl2-1.4.0.tar.xz ++




commit dumpvdl2 for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2018-06-13 15:35:23

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new (New)


Package is "dumpvdl2"

Wed Jun 13 15:35:23 2018 rev:5 rq:613886 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2018-04-13 
12:51:05.208690342 +0200
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new/dumpvdl2.changes   2018-06-13 
15:36:25.831096060 +0200
@@ -1,0 +2,10 @@
+Fri Jun  1 19:53:27 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.3.1
+  * Added decpdlc utility which decodes FANS-1/A CPDLC messages
+supplied from command line or from a file. Can be used to
+decode CPDLC traffic received via other media than VDL-2
+(eg. ACARS, HFDL, SATCOM). Refer to "decpdlc" section in
+README.md for details
+
+---

Old:

  dumpvdl2-1.3.0.tar.xz

New:

  dumpvdl2-1.3.1.tar.xz



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.mz6xKE/_old  2018-06-13 15:36:26.923055871 +0200
+++ /var/tmp/diff_new_pack.mz6xKE/_new  2018-06-13 15:36:26.927055724 +0200
@@ -18,10 +18,10 @@
 
 
 Name:   dumpvdl2
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:A VDL Mode 2 message decoder and protocol analyzer
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  Productivity/Hamradio/Other
 URL:https://github.com/szpajder/dumpvdl2
 #Git-Clone: https://github.com/szpajder/dumpvdl2.git
@@ -53,10 +53,11 @@
 make %{?_smp_mflags}
 
 %install
-install -D -p -m 0755 dumpvdl2 %{buildroot}/%{_bindir}/dumpvdl2
+install -Dpm 0755 dumpvdl2 %{buildroot}/%{_bindir}/dumpvdl2
 
 %files
-%doc FILTERING_EXAMPLES.md README.md LICENSE
+%license LICENSE
+%doc FILTERING_EXAMPLES.md README.md
 %{_bindir}/dumpvdl2
 
 %changelog

++ dumpvdl2-1.3.0.tar.xz -> dumpvdl2-1.3.1.tar.xz ++




commit dumpvdl2 for openSUSE:Factory

2018-04-13 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2018-04-13 12:50:43

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new (New)


Package is "dumpvdl2"

Fri Apr 13 12:50:43 2018 rev:4 rq:595904 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2018-01-01 
22:38:17.498674375 +0100
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new/dumpvdl2.changes   2018-04-13 
12:51:05.208690342 +0200
@@ -1,0 +2,13 @@
+Wed Apr 11 20:31:31 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.3.0
+  * Added decoder for FANS-1/A ADS-C messages
+  * Added decoder for FANS-1/A CPDLC messages
+  * Human-readable formatting of CPDLC and Context Management
+messages (if you still want the old format, add --dump-asn1
+command line option)
+  * Added install rule to Makefile
+  * Added a sample systemd service file
+  * Bug fixes
+
+---

Old:

  dumpvdl2-1.2.0.tar.xz

New:

  dumpvdl2-1.3.0.tar.xz



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.JXLEhU/_old  2018-04-13 12:51:06.384647737 +0200
+++ /var/tmp/diff_new_pack.JXLEhU/_new  2018-04-13 12:51:06.384647737 +0200
@@ -18,12 +18,12 @@
 
 
 Name:   dumpvdl2
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:A VDL Mode 2 message decoder and protocol analyzer
 License:GPL-3.0
 Group:  Productivity/Hamradio/Other
-Url:https://github.com/szpajder/dumpvdl2
+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:  pkgconfig

++ dumpvdl2-1.2.0.tar.xz -> dumpvdl2-1.3.0.tar.xz ++




commit dumpvdl2 for openSUSE:Factory

2018-01-01 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2018-01-01 22:36:39

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new (New)


Package is "dumpvdl2"

Mon Jan  1 22:36:39 2018 rev:3 rq:561005 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2017-10-13 
14:17:39.160099843 +0200
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new/dumpvdl2.changes   2018-01-01 
22:38:17.498674375 +0100
@@ -1,0 +2,19 @@
+Mon Jan  1 12:12:40 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.2.0
+  * Better input signal filtering - reduced bit error rate, 10-50% more
+messages successfully decoded.
+  * SDRPlay: major bugfixes in sample buffer handling code - shall now
+perform equally well as RTLSDR (or even better).
+  * SDRPlay: --gain knob replaced with --gr (gain reduction). This makes
+gain configuration in dumpvdl2 compatible with other SDRPlay apps.
+See README.md for details.
+  * SDRPlay: support for selecting device by serial number.
+Added optional build-time PLATFORM knob which sets CPU-specific
+  * compiler flags to optimize the code for various flavours of
+Raspberry Pi. Supported values: rpiv1, rpiv2, rpiv3.
+  * Other minor bug fixes
+- Remove patch:
+  * dumpvdl2-obey-cflags.diff
+
+---

Old:

  dumpvdl2-1.1.0.tar.xz
  dumpvdl2-obey-cflags.diff

New:

  dumpvdl2-1.2.0.tar.xz



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.XL2uEa/_old  2018-01-01 22:38:18.298407365 +0100
+++ /var/tmp/diff_new_pack.XL2uEa/_new  2018-01-01 22:38:18.306404695 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dumpvdl2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,18 +18,17 @@
 
 
 Name:   dumpvdl2
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:A VDL Mode 2 message decoder and protocol analyzer
 License:GPL-3.0
 Group:  Productivity/Hamradio/Other
-#Git-Clone: https://github.com/szpajder/dumpvdl2.git
 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
-Patch0: dumpvdl2-obey-cflags.diff
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(librtlsdr)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(librtlsdr)
 
 %description
 A VDL Mode 2 message decoder and protocol analyzer.
@@ -48,7 +47,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CFLAGS='%{optflags}'
@@ -58,7 +56,6 @@
 install -D -p -m 0755 dumpvdl2 %{buildroot}/%{_bindir}/dumpvdl2
 
 %files
-%defattr(-,root,root)
 %doc FILTERING_EXAMPLES.md README.md LICENSE
 %{_bindir}/dumpvdl2
 

++ dumpvdl2-1.1.0.tar.xz -> dumpvdl2-1.2.0.tar.xz ++




commit dumpvdl2 for openSUSE:Factory

2017-10-13 Thread root
Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2017-10-13 14:17:37

Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and  /work/SRC/openSUSE:Factory/.dumpvdl2.new (New)


Package is "dumpvdl2"

Fri Oct 13 14:17:37 2017 rev:2 rq:533167 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes2017-08-24 
18:30:59.586322627 +0200
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new/dumpvdl2.changes   2017-10-13 
14:17:39.160099843 +0200
@@ -1,0 +2,5 @@
+Wed Jun 28 12:36:49 UTC 2017 - jeng...@inai.de
+
+- Remove disputable/irrelevant wording from description.
+
+---



Other differences:
--
++ dumpvdl2.spec ++
--- /var/tmp/diff_new_pack.dKHALN/_old  2017-10-13 14:17:41.843981836 +0200
+++ /var/tmp/diff_new_pack.dKHALN/_new  2017-10-13 14:17:41.847981660 +0200
@@ -20,7 +20,7 @@
 Name:   dumpvdl2
 Version:1.1.0
 Release:0
-Summary:A lightweight, standalone VDL Mode 2 message decoder and 
protocol analyzer
+Summary:A VDL Mode 2 message decoder and protocol analyzer
 License:GPL-3.0
 Group:  Productivity/Hamradio/Other
 #Git-Clone: https://github.com/szpajder/dumpvdl2.git
@@ -32,10 +32,9 @@
 BuildRequires:  pkgconfig(glib-2.0)
 
 %description
-A lightweight, standalone VDL Mode 2 message decoder and protocol analyzer.
+A VDL Mode 2 message decoder and protocol analyzer.
 
 Features:
- * Runs under Linux (tested on: x86, x86-64, Raspberry Pi)
  * Supports following SDR hardware:
- RTLSDR (via rtl-sdr library)
- Mirics SDR (via libmirisdr-4)