Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package redsea for openSUSE:Factory checked 
in at 2024-07-16 22:04:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redsea (Old)
 and      /work/SRC/openSUSE:Factory/.redsea.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redsea"

Tue Jul 16 22:04:51 2024 rev:5 rq:1187882 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/redsea/redsea.changes    2024-01-29 
22:29:44.151009221 +0100
+++ /work/SRC/openSUSE:Factory/.redsea.new.17339/redsea.changes 2024-07-16 
22:05:17.744156167 +0200
@@ -1,0 +2,32 @@
+Thu Jun 27 19:53:59 UTC 2024 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.0.0
+  New features:
+  * Add support for Enhanced RadioText (eRT).
+  * Add support for Long PS in Group 15A.
+  * Add runtime option --no-fec for disabling error correction.
+  UX changes:
+  * Breaking: Print a warning to stderr if the raw MPX input sample
+    rate is not specified (breaks the previous silent assumption
+    of 171 kHz)
+  * Improve error reporting in general
+  * Add --output hex (same as --output-hex) to mirror --input hex
+  Fixes:
+  * Fix detection of invalid date/time (timestamps >2000 years ago)
+  * Noise resistance improvements.
+    + Require three (instead of two) repeats of a new PI before
+      accepting it for the JSON output
+    + Require three (instead of two) synchronization pulses before
+      locking.
+  Maintainability:
+  * Migrate build system from autotools to meson.
+  * Switch from patched, packaged-in JsonCPP to external
+    nlohmann-json.
+  * Breaking: The order of some JSON elements has changed
+    (insertion order instead of alphabetical)
+  * Remove unmaintained build options for non-liquid, non-TMC
+    builds.
+  * Fix compiler warnings, issues identified via static analysis,
+    and other code cleanup.
+
+-------------------------------------------------------------------

Old:
----
  redsea-0.21.tar.gz

New:
----
  redsea-1.0.0.tar.gz

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

Other differences:
------------------
++++++ redsea.spec ++++++
--- /var/tmp/diff_new_pack.1Afnfw/_old  2024-07-16 22:05:18.540185218 +0200
+++ /var/tmp/diff_new_pack.1Afnfw/_new  2024-07-16 22:05:18.544185364 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           redsea
-Version:        0.21
+Version:        1.0.0
 Release:        0
 Summary:        An RDS decoder
 License:        MIT
@@ -26,11 +26,13 @@
 URL:            https://github.com/windytan/redsea
 #Git-Clone:     https://github.com/windytan/redsea.git
 Source:         
https://github.com/windytan/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
+BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libliquid-devel
 BuildRequires:  libsndfile-devel
+BuildRequires:  meson
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(nlohmann_json)
 Recommends:     jq
 Recommends:     rtl-sdr
 
@@ -47,14 +49,11 @@
 %setup -q
 
 %build
-autoreconf -fiv
-export CXXFLAGS='%{optflags} -Wno-return-type'
-%configure
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
-rm %{buildroot}/%{_datadir}/doc/redsea/README.md
+%meson_install
 
 %files
 %license LICENSE

++++++ redsea-0.21.tar.gz -> redsea-1.0.0.tar.gz ++++++
++++ 16462 lines of diff (skipped)

Reply via email to