Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package acarsdec for openSUSE:Factory checked in at 2022-07-18 18:34:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/acarsdec (Old) and /work/SRC/openSUSE:Factory/.acarsdec.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "acarsdec" Mon Jul 18 18:34:36 2022 rev:3 rq:989852 version:3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/acarsdec/acarsdec.changes 2019-11-06 13:50:57.827821964 +0100 +++ /work/SRC/openSUSE:Factory/.acarsdec.new.1523/acarsdec.changes 2022-07-18 18:34:55.321842663 +0200 @@ -1,0 +2,12 @@ +Sun Jul 17 12:09:15 UTC 2022 - Martin Hauke <mar...@gmx.de> + +- Update to version 3.6 + Fixes: + * New thread model to fix races + * Better malloc error handling + New feature: + * MQTT output (-T -U -P options see help) +- Remove patch: + * acarsdec-fix-makefile.diff + +------------------------------------------------------------------- Old: ---- acarsdec-3.4.tar.gz acarsdec-fix-makefile.diff New: ---- acarsdec-3.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ acarsdec.spec ++++++ --- /var/tmp/diff_new_pack.xgLuLi/_old 2022-07-18 18:34:55.693843231 +0200 +++ /var/tmp/diff_new_pack.xgLuLi/_new 2022-07-18 18:34:55.705843248 +0200 @@ -1,8 +1,8 @@ # # spec file for package acarsdec # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2017, Martin Hauke <mar...@gmx.de> +# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2017-2022, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,20 @@ Name: acarsdec -Version: 3.4 +Version: 3.6 Release: 0 Summary: ACARS SDR decoder License: GPL-2.0-or-later -Url: https://github.com/TLeconte/acarsdec +URL: https://github.com/TLeconte/acarsdec #Git-Clone: https://github.com/TLeconte/acarsdec.git Source: https://github.com/TLeconte/%{name}/archive/%{name}-%{version}.tar.gz -Patch0: acarsdec-fix-makefile.diff -#BuildRequires: pkgconfig(libairspy) -BuildRequires: pkgconfig(alsa) +BuildRequires: cmake +BuildRequires: pkgconfig +BuildRequires: pkgconfig(libacars-2) >= 2.0.0 +BuildRequires: pkgconfig(libairspy) BuildRequires: pkgconfig(librtlsdr) -BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(sndfile) -BuildRequires: pkgconfig(sqlite3) +Provides: bundled(cJSON) %description A multi-channels acars decoder with built-in rtl_sdr front end. @@ -39,20 +39,19 @@ %prep %setup -q -n %{name}-%{name}-%{version} -%patch0 -p1 %build -export CFLAGS='%{optflags}' -make acarsdec acarsserv %{?_smp_mflags} +%cmake \ + -DLIBRTL=1 \ + -DLIBAIR=1 \ + -DMQTT=0 +%make_build %install -install -Dpm 0755 acarsdec %{buildroot}/%{_bindir}/acarsdec -install -Dpm 0755 acarsserv %{buildroot}/%{_bindir}/acarsserv +%cmake_install %files -%defattr(-,root,root) -%doc README.md docs/index.md +%doc README.md %{_bindir}/acarsdec -%{_bindir}/acarsserv %changelog ++++++ acarsdec-3.4.tar.gz -> acarsdec-3.6.tar.gz ++++++ ++++ 8151 lines of diff (skipped)