Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zvbi for openSUSE:Factory checked in at 2024-05-15 21:25:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zvbi (Old) and /work/SRC/openSUSE:Factory/.zvbi.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zvbi" Wed May 15 21:25:38 2024 rev:34 rq:1173875 version:0.2.42 Changes: -------- --- /work/SRC/openSUSE:Factory/zvbi/zvbi.changes 2024-02-21 17:54:28.835100199 +0100 +++ /work/SRC/openSUSE:Factory/.zvbi.new.1880/zvbi.changes 2024-05-15 21:25:56.584172521 +0200 @@ -1,0 +2,8 @@ +Tue May 14 06:04:33 UTC 2024 - [email protected] + +- added patches + fix build with gcc14 + https://github.com/zapping-vbi/zvbi/commit/ae74ae513714f81b9b8abdb12e1b235d16fad74e + + zvbi-gcc14.patch + +------------------------------------------------------------------- New: ---- zvbi-gcc14.patch BETA DEBUG BEGIN: New: https://github.com/zapping-vbi/zvbi/commit/ae74ae513714f81b9b8abdb12e1b235d16fad74e + zvbi-gcc14.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zvbi.spec ++++++ --- /var/tmp/diff_new_pack.CwLmQ1/_old 2024-05-15 21:25:57.448203795 +0200 +++ /var/tmp/diff_new_pack.CwLmQ1/_new 2024-05-15 21:25:57.452203940 +0200 @@ -1,7 +1,7 @@ # # spec file for package zvbi # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,8 @@ URL: https://github.com/zapping-vbi/zvbi/ Source: https://github.com/zapping-vbi/zvbi/archive/refs/tags/v%{version}.tar.gz Source2: baselibs.conf +# https://github.com/zapping-vbi/zvbi/commit/ae74ae513714f81b9b8abdb12e1b235d16fad74e +Patch0: zvbi-gcc14.patch Patch10: 10_fix_private_libs.patch BuildRequires: autoconf BuildRequires: automake ++++++ zvbi-gcc14.patch ++++++ Index: zvbi-0.2.42/configure.ac =================================================================== --- zvbi-0.2.42.orig/configure.ac +++ zvbi-0.2.42/configure.ac @@ -82,7 +82,7 @@ AC_CHECK_FUNCS([alarm dup2 gethostbyaddr inet_ntoa localtime_r memmove memset mkdir modf munmap nl_langinfo putenv select setenv setlocale socket strcasecmp strchr strdup strerror strncasecmp strndup strrchr strstr - strtol strtoul tzset strptime getaddrinfo]) + strtol strtoul tzset strptime getaddrinfo sincos]) AM_CONDITIONAL(HAVE_STRPTIME, [test "x$HAVE_STRPTIME" = xyes]) @@ -105,28 +105,6 @@ dnl autoconf 2.71 required additional qu dnl "Noteworthy changes in autoconf version 2.66 through 2.68" dnl <https://autotools.info/forwardporting/autoconf.html> -dnl sincos() is a GNU extension (a macro, not a function). -dnl If not present we use a replacement. -AC_MSG_CHECKING([for sincos]) -AC_LINK_IFELSE([AC_LANG_SOURCE([ -#include <stdio.h> -#include <math.h> -int main (void) { -double s, c; -/* Make sure the compiler does not optimize sincos() away - so the linker can confirm its availability. */ -scanf ("%f", &s); -sincos (s, &s, &c); -printf ("%f %f", s, c); -return 0; -} -])],[ - AC_MSG_RESULT([yes]) - AC_DEFINE(HAVE_SINCOS, 1, [Define if the sincos() function is available]) -],[ - AC_MSG_RESULT([no]) -]) - dnl log2() is a GNU extension (a macro, not a function). dnl If not present we use a replacement. AC_MSG_CHECKING([for log2])
