Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libite for openSUSE:Factory checked in at 2023-11-14 21:42:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libite (Old) and /work/SRC/openSUSE:Factory/.libite.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libite" Tue Nov 14 21:42:08 2023 rev:12 rq:1125276 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libite/libite.changes 2023-09-21 22:15:06.283568055 +0200 +++ /work/SRC/openSUSE:Factory/.libite.new.17445/libite.changes 2023-11-14 21:42:10.422712381 +0100 @@ -1,0 +2,7 @@ +Sun Nov 12 17:14:18 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 2.6.1: + * FTBFS uClibc and musl libc, `lite.h` missing `stdarg.h` + include + +------------------------------------------------------------------- Old: ---- libite-2.6.0.tar.gz New: ---- libite-2.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libite.spec ++++++ --- /var/tmp/diff_new_pack.FphcPj/_old 2023-11-14 21:42:11.054735777 +0100 +++ /var/tmp/diff_new_pack.FphcPj/_new 2023-11-14 21:42:11.054735777 +0100 @@ -19,7 +19,7 @@ %define sover 5 Name: libite -Version: 2.6.0 +Version: 2.6.1 Release: 0 Summary: BSD function library License: MIT AND X11 ++++++ libite-2.6.0.tar.gz -> libite-2.6.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libite-2.6.0/ChangeLog.md new/libite-2.6.1/ChangeLog.md --- old/libite-2.6.0/ChangeLog.md 2023-09-17 16:59:24.000000000 +0200 +++ new/libite-2.6.1/ChangeLog.md 2023-10-15 10:22:36.000000000 +0200 @@ -4,6 +4,13 @@ All notable changes to the project are documented in this file. +[v2.6.1][] - 2023-10-15 +----------------------- + +### Fixes +- FTBFS uClibc and musl libc, `lite.h` missing `stdarg.h` include + + [v2.6.0][] - 2023-09-17 ----------------------- @@ -504,7 +511,8 @@ Initial extraction of frog DNA from [Finit][]. See [README][] for API details. -[UNRELEASED]: https://github.com/troglobit/libite/compare/v2.5.3...HEAD +[UNRELEASED]: https://github.com/troglobit/libite/compare/v2.6.1...HEAD +[v2.6.1]: https://github.com/troglobit/libite/compare/v2.6.0...v2.6.1 [v2.6.0]: https://github.com/troglobit/libite/compare/v2.5.3...v2.6.0 [v2.5.3]: https://github.com/troglobit/libite/compare/v2.5.2...v2.5.3 [v2.5.2]: https://github.com/troglobit/libite/compare/v2.5.1...v2.5.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libite-2.6.0/configure.ac new/libite-2.6.1/configure.ac --- old/libite-2.6.0/configure.ac 2023-09-17 16:59:24.000000000 +0200 +++ new/libite-2.6.1/configure.ac 2023-10-15 10:22:36.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT(libite, 2.6.0, https://github.com/troglobit/libite/issues) +AC_INIT(libite, 2.6.1, https://github.com/troglobit/libite/issues) AC_CONFIG_AUX_DIR(aux) AM_INIT_AUTOMAKE([1.11 foreign dist-xz]) AM_SILENT_RULES([yes]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libite-2.6.0/m4/ax_prog_doxygen.m4 new/libite-2.6.1/m4/ax_prog_doxygen.m4 --- old/libite-2.6.0/m4/ax_prog_doxygen.m4 2023-09-17 16:59:24.000000000 +0200 +++ new/libite-2.6.1/m4/ax_prog_doxygen.m4 2023-10-15 10:22:36.000000000 +0200 @@ -21,7 +21,7 @@ # The DX_*_FEATURE macros control the default setting for the given # Doxygen feature. Supported features are 'DOXYGEN' itself, 'DOT' for # generating graphics, 'HTML' for plain HTML, 'CHM' for compressed HTML -# help (for MS users), 'CHI' for generating a seperate .chi file by the +# help (for MS users), 'CHI' for generating a separate .chi file by the # .chm file, and 'MAN', 'RTF', 'XML', 'PDF' and 'PS' for the appropriate # output formats. The environment variable DOXYGEN_PAPER_SIZE may be # specified to override the default 'a4wide' paper size. @@ -321,8 +321,8 @@ DX_ENV_APPEND(GENERATE_HTMLHELP, YES)], [DX_ENV_APPEND(GENERATE_HTMLHELP, NO)]) -# Seperate CHI file generation. -DX_ARG_ABLE(chi, [generate doxygen seperate compressed HTML help index file], +# Separate CHI file generation. +DX_ARG_ABLE(chi, [generate doxygen separate compressed HTML help index file], [DX_CHECK_DEPEND(chm, 1)], [DX_CLEAR_DEPEND(chm, 1)], [], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libite-2.6.0/src/lite.h new/libite-2.6.1/src/lite.h --- old/libite-2.6.0/src/lite.h 2023-09-17 16:59:24.000000000 +0200 +++ new/libite-2.6.1/src/lite.h 2023-10-15 10:22:36.000000000 +0200 @@ -44,6 +44,7 @@ #include <errno.h> #include <fcntl.h> /* Definition of AT_* constants for utimensat() */ #include <stdio.h> +#include <stdarg.h> #include <stdint.h> /* uint8_t, uint16_t, uint32_t, INT32_MAX, etc. */ #include <sys/stat.h> #include <sys/types.h>