diff --git a/.files b/.files index 9a98239..5a6ffa6 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index ecec355..e244855 100644 --- a/.rev +++ b/.rev @@ -31,4 +31,12 @@ 990242 + + 171819b4f5f79e36d48f6ec1c188ffc2 + 3.7 + + dimstar_suse + + 1045600 + diff --git a/acarsdec-3.6.tar.gz b/acarsdec-3.6.tar.gz deleted file mode 120000 index fe3acb5..0000000 --- a/acarsdec-3.6.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeifhf2dgfnfri5a2co37732r37hq6cxdv7cv2lthqdm6ivjawqzae4 \ No newline at end of file diff --git a/acarsdec-acarsdec-3.7.tar.gz b/acarsdec-acarsdec-3.7.tar.gz new file mode 120000 index 0000000..17f8eaf --- /dev/null +++ b/acarsdec-acarsdec-3.7.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeifblng5wbtehtqtjb7s7ujcej33ccgxczuavvdpvlgkfjcbifa4hm \ No newline at end of file diff --git a/acarsdec.changes b/acarsdec.changes index a138ece..8782858 100644 --- a/acarsdec.changes +++ b/acarsdec.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Tue Dec 27 22:58:29 UTC 2022 - Ferdinand Thiessen + +- Fix SourceURL + +------------------------------------------------------------------- +Mon Oct 10 18:17:30 UTC 2022 - Ferdinand Thiessen + +- Update to version 3.7 + * rtl_sdr optimization + * add skip reassembly option + * add sublabel and mfi fields to JSON output + +------------------------------------------------------------------- Tue Jul 19 06:48:35 UTC 2022 - Bernhard Wiedemann - Add reproducible.patch to avoid compile-time CPU-detection (boo#1100677) diff --git a/acarsdec.spec b/acarsdec.spec index 8dec677..5d645b7 100644 --- a/acarsdec.spec +++ b/acarsdec.spec @@ -17,14 +17,15 @@ # +%define srcname %{name}-%{name}-%{version} Name: acarsdec -Version: 3.6 +Version: 3.7 Release: 0 Summary: ACARS SDR decoder License: GPL-2.0-or-later 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 +Source: https://github.com/TLeconte/acarsdec/archive/acarsdec-%{version}.tar.gz#/%{srcname}.tar.gz Patch0: reproducible.patch BuildRequires: cmake BuildRequires: pkgconfig @@ -39,7 +40,7 @@ A multi-channels acars decoder with built-in rtl_sdr front end. It comes with a database backend : acarsserv to store receved acars messages. %prep -%setup -q -n %{name}-%{name}-%{version} +%setup -q -n %{srcname} %patch0 -p1 %build