Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tucnak for openSUSE:Factory checked in at 2026-01-27 16:12:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tucnak (Old) and /work/SRC/openSUSE:Factory/.tucnak.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tucnak" Tue Jan 27 16:12:53 2026 rev:4 rq:1329384 version:4.70 Changes: -------- --- /work/SRC/openSUSE:Factory/tucnak/tucnak.changes 2025-09-24 15:26:31.454015728 +0200 +++ /work/SRC/openSUSE:Factory/.tucnak.new.1928/tucnak.changes 2026-01-27 16:14:39.983929639 +0100 @@ -1,0 +2,8 @@ +Mon Jan 26 23:13:52 UTC 2026 - Andreas Stieger <[email protected]> + +- update to 4.70: + * Now www.on4kst.org + * Changed airscatter.dk URL +- add tucnak-4.70-gcc16.patch boo#1256990 + +------------------------------------------------------------------- Old: ---- tucnak-4.69.tar.gz New: ---- tucnak-4.70-gcc16.patch tucnak-4.70.tar.gz ----------(New B)---------- New: * Changed airscatter.dk URL - add tucnak-4.70-gcc16.patch boo#1256990 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tucnak.spec ++++++ --- /var/tmp/diff_new_pack.41gyZm/_old 2026-01-27 16:14:40.479950161 +0100 +++ /var/tmp/diff_new_pack.41gyZm/_new 2026-01-27 16:14:40.483950327 +0100 @@ -3,7 +3,7 @@ # # Copyright (c) 2021 Walter Fey DL8FCL # Copyright (c) 2022 Walter Fey DL8FCL -# Copyright (c) 2025 Andreas Stieger <[email protected]> +# Copyright (c) 2026 Andreas Stieger <[email protected]> # This file is under MIT license # @@ -12,13 +12,14 @@ Name: tucnak -Version: 4.69 +Version: 4.70 Release: 0 Summary: VHF and microwave contest log License: GPL-2.0-or-later Group: Productivity/Hamradio/Logging URL: https://tucnak.nagano.cz/ Source: https://tucnak.nagano.cz/%{name}-%{version}.tar.gz +Patch0: tucnak-4.70-gcc16.patch BuildRequires: gpm-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) ++++++ tucnak-4.70-gcc16.patch ++++++ Index: tucnak-4.70/src/sdr.c =================================================================== --- tucnak-4.70.orig/src/sdr.c +++ tucnak-4.70/src/sdr.c @@ -812,7 +812,7 @@ void sw_sdr_redraw(struct subwin *sw, st gpointer sdr_thread_func(gpointer data){ - int total = 0, i; + int i; struct sdr *sdr = (struct sdr *)data; struct timeval tv1, tv2, stop, tvstart; long oldsec = 0; @@ -910,8 +910,6 @@ gpointer sdr_thread_func(gpointer data){ gettimeofday(&tv2, NULL); - total += frames; - b = buf; pd = (double*)(sdr->iq + (sdr->n - sdr->frames)); for (i = 0; i < sdr->frames; i++){ Index: tucnak-4.70/src/ssbd.c =================================================================== --- tucnak-4.70.orig/src/ssbd.c +++ tucnak-4.70/src/ssbd.c @@ -287,7 +287,6 @@ gpointer ssbd_play_thread_func(gpointer int frames, samples, writtenf, writtens; int err; short *wrptr; - int xxx = -1; sf_count_t cnt; int tocopy; // in samples @@ -303,7 +302,6 @@ gpointer ssbd_play_thread_func(gpointer while(1){ int seek; - xxx++; if (gssbd->proc_break) { gssbd->dsp->reset(gssbd->dsp); goto x; ++++++ tucnak-4.69.tar.gz -> tucnak-4.70.tar.gz ++++++ /work/SRC/openSUSE:Factory/tucnak/tucnak-4.69.tar.gz /work/SRC/openSUSE:Factory/.tucnak.new.1928/tucnak-4.70.tar.gz differ: char 12, line 1
