Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfontenc for openSUSE:Factory checked in at 2022-09-01 22:09:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfontenc (Old) and /work/SRC/openSUSE:Factory/.libfontenc.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfontenc" Thu Sep 1 22:09:27 2022 rev:12 rq:1000406 version:1.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libfontenc/libfontenc.changes 2022-08-28 13:12:17.468539897 +0200 +++ /work/SRC/openSUSE:Factory/.libfontenc.new.2083/libfontenc.changes 2022-09-01 22:10:19.672105799 +0200 @@ -1,0 +2,9 @@ +Wed Aug 31 09:07:03 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- Update to version 1.1.6 + * This quick update fixes build failures in libfontenc 1.1.5 on + platforms that require setting a #define such as _GNU_SOURCE, + _OPENBSD_SOURCE, or __EXTENSIONS__ to expose the reallocarray() + prototype in their headers. + +------------------------------------------------------------------- Old: ---- libfontenc-1.1.5.tar.xz New: ---- libfontenc-1.1.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfontenc.spec ++++++ --- /var/tmp/diff_new_pack.6rwS9B/_old 2022-09-01 22:10:20.312107549 +0200 +++ /var/tmp/diff_new_pack.6rwS9B/_new 2022-09-01 22:10:20.320107571 +0200 @@ -18,7 +18,7 @@ Name: libfontenc %define lname libfontenc1 -Version: 1.1.5 +Version: 1.1.6 Release: 0 Summary: X11 font encoding library License: MIT ++++++ libfontenc-1.1.5.tar.xz -> libfontenc-1.1.6.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfontenc-1.1.5/ChangeLog new/libfontenc-1.1.6/ChangeLog --- old/libfontenc-1.1.5/ChangeLog 2022-08-27 00:07:42.000000000 +0200 +++ new/libfontenc-1.1.6/ChangeLog 2022-08-31 01:55:36.000000000 +0200 @@ -1,3 +1,23 @@ +commit c8f8ce35a5eafe8ca0d1ed3dfdd098fe0943b99c +Author: Alan Coopersmith <alan.coopersm...@oracle.com> +Date: Tue Aug 30 16:51:28 2022 -0700 + + libfontenc 1.1.6 + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + +commit f7f8c9af5773c3c73a635308054872b49c5bbe94 +Author: Alan Coopersmith <alan.coopersm...@oracle.com> +Date: Tue Aug 30 08:21:01 2022 -0700 + + include config.h before system headers + + Makes sure any defines needed to expose functions like reallocarray() + are present on platforms that need them (_GNU_SOURCE, _OPENBSD_SOURCE, + __EXTENSIONS__, etc.) + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + commit 26ae989526a2c931d15a4c4ae2e84ab627bc0009 Author: Alan Coopersmith <alan.coopersm...@oracle.com> Date: Fri Aug 26 14:59:03 2022 -0700 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfontenc-1.1.5/configure new/libfontenc-1.1.6/configure --- old/libfontenc-1.1.5/configure 2022-08-27 00:07:34.000000000 +0200 +++ new/libfontenc-1.1.6/configure 2022-08-31 01:55:20.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libfontenc 1.1.5. +# Generated by GNU Autoconf 2.71 for libfontenc 1.1.6. # # Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libfontenc/-/issues>. # @@ -622,8 +622,8 @@ # Identity of this package. PACKAGE_NAME='libfontenc' PACKAGE_TARNAME='libfontenc' -PACKAGE_VERSION='1.1.5' -PACKAGE_STRING='libfontenc 1.1.5' +PACKAGE_VERSION='1.1.6' +PACKAGE_STRING='libfontenc 1.1.6' PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/lib/libfontenc/-/issues' PACKAGE_URL='' @@ -1394,7 +1394,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libfontenc 1.1.5 to adapt to many kinds of systems. +\`configure' configures libfontenc 1.1.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1465,7 +1465,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libfontenc 1.1.5:";; + short | recursive ) echo "Configuration of libfontenc 1.1.6:";; esac cat <<\_ACEOF @@ -1596,7 +1596,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libfontenc configure 1.1.5 +libfontenc configure 1.1.6 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1866,7 +1866,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libfontenc $as_me 1.1.5, which was +It was created by libfontenc $as_me 1.1.6, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -4437,7 +4437,7 @@ # Define the identity of the package. PACKAGE='libfontenc' - VERSION='1.1.5' + VERSION='1.1.6' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -20222,7 +20222,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libfontenc $as_me 1.1.5, which was +This file was extended by libfontenc $as_me 1.1.6, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20290,7 +20290,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -libfontenc config.status 1.1.5 +libfontenc config.status 1.1.6 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfontenc-1.1.5/configure.ac new/libfontenc-1.1.6/configure.ac --- old/libfontenc-1.1.5/configure.ac 2022-08-27 00:07:28.000000000 +0200 +++ new/libfontenc-1.1.6/configure.ac 2022-08-31 01:55:12.000000000 +0200 @@ -21,7 +21,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libfontenc], [1.1.5], +AC_INIT([libfontenc], [1.1.6], [https://gitlab.freedesktop.org/xorg/lib/libfontenc/-/issues], [libfontenc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfontenc-1.1.5/src/encparse.c new/libfontenc-1.1.6/src/encparse.c --- old/libfontenc-1.1.5/src/encparse.c 2022-08-27 00:07:28.000000000 +0200 +++ new/libfontenc-1.1.6/src/encparse.c 2022-08-31 01:55:12.000000000 +0200 @@ -27,6 +27,10 @@ hand, we do use strcasecmp, but only on strings that we've checked to be pure ASCII. Bloody ``Code Set Independence''. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <string.h> #include <strings.h> #include <stdio.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libfontenc-1.1.5/src/fontenc.c new/libfontenc-1.1.6/src/fontenc.c --- old/libfontenc-1.1.5/src/fontenc.c 2022-08-27 00:07:28.000000000 +0200 +++ new/libfontenc-1.1.6/src/fontenc.c 2022-08-31 01:55:12.000000000 +0200 @@ -22,6 +22,10 @@ /* Backend-independent encoding code */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <string.h> #include <strings.h> #include <stdlib.h>