Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfontenc for openSUSE:Factory checked in at 2023-01-01 09:38:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfontenc (Old) and /work/SRC/openSUSE:Factory/.libfontenc.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfontenc" Sun Jan 1 09:38:19 2023 rev:13 rq:1045908 version:1.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libfontenc/libfontenc.changes 2022-09-01 22:10:19.672105799 +0200 +++ /work/SRC/openSUSE:Factory/.libfontenc.new.1563/libfontenc.changes 2023-01-01 09:38:21.946616796 +0100 @@ -1,0 +2,6 @@ +Fri Dec 9 22:35:13 UTC 2022 - Dirk Müller <[email protected]> + +- update to 1.1.7: + * configure: Use AC_SYS_LARGEFILE to enable large file support + +------------------------------------------------------------------- Old: ---- libfontenc-1.1.6.tar.xz New: ---- libfontenc-1.1.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfontenc.spec ++++++ --- /var/tmp/diff_new_pack.dbAAIU/_old 2023-01-01 09:38:22.338618940 +0100 +++ /var/tmp/diff_new_pack.dbAAIU/_new 2023-01-01 09:38:22.346618984 +0100 @@ -18,7 +18,7 @@ Name: libfontenc %define lname libfontenc1 -Version: 1.1.6 +Version: 1.1.7 Release: 0 Summary: X11 font encoding library License: MIT ++++++ libfontenc-1.1.6.tar.xz -> libfontenc-1.1.7.tar.xz ++++++ ++++ 7724 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libfontenc-1.1.6/ChangeLog new/libfontenc-1.1.7/ChangeLog --- old/libfontenc-1.1.6/ChangeLog 2022-08-31 01:55:36.000000000 +0200 +++ new/libfontenc-1.1.7/ChangeLog 2022-12-08 17:06:18.000000000 +0100 @@ -1,3 +1,19 @@ +commit 68300c3452592a9e7bf60b4edb008785c4c891c4 +Author: Matt Turner <[email protected]> +Date: Thu Dec 8 10:37:07 2022 -0500 + + libfontenc 1.1.7 + + Signed-off-by: Matt Turner <[email protected]> + +commit ec2ef12a0daf7bea60e9616ea8bc4bd61f3cf36f +Author: Matt Turner <[email protected]> +Date: Tue Nov 29 12:05:32 2022 -0500 + + configure: Use AC_SYS_LARGEFILE to enable large file support + + Signed-off-by: Matt Turner <[email protected]> + commit c8f8ce35a5eafe8ca0d1ed3dfdd098fe0943b99c Author: Alan Coopersmith <[email protected]> Date: Tue Aug 30 16:51:28 2022 -0700 @@ -816,7 +832,7 @@ Update INCLUDES to find <X11/fonts/fontenc.h> commit 85094af610ba990c6bc2377eff1f6f31dffd48e2 -Author: Søren Sandmann Pedersen <[email protected]> +Author: Søren Sandmann Pedersen <[email protected]> Date: Tue Jul 12 21:05:28 2005 +0000 Remove encodings build system from libfontenc @@ -853,27 +869,27 @@ Check for zlib commit 092271385632708fb5dd53dca3dcfc3ead06ef6c -Author: Søren Sandmann Pedersen <[email protected]> +Author: Søren Sandmann Pedersen <[email protected]> Date: Tue Jun 28 15:40:27 2005 +0000 modularizeapp.sh: initialize LAST to "" symlink.sh: Add bitmaps for oclock, and an extra textfile for pclcomp commit 21e552451c095c5668a57765c2eb941750e00ecd -Author: Søren Sandmann Pedersen <[email protected]> +Author: Søren Sandmann Pedersen <[email protected]> Date: Tue Jun 28 14:48:02 2005 +0000 Add generation of encodings.dir commit a18d9ec0c4bfa36460d5e3eba1c5fb8a90086500 -Author: Søren Sandmann Pedersen <[email protected]> +Author: Søren Sandmann Pedersen <[email protected]> Date: Tue Jun 28 14:17:12 2005 +0000 Add encodings to fontenc build system, plus various fixes to make it distcheck. commit bcdcaebcd2127f4e7e1c368f341a781b4cf8af6b -Author: Søren Sandmann Pedersen <[email protected]> +Author: Søren Sandmann Pedersen <[email protected]> Date: Mon Jun 27 16:09:14 2005 +0000 - Remove fontenc from Xfont diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libfontenc-1.1.6/config.h.in new/libfontenc-1.1.7/config.h.in --- old/libfontenc-1.1.6/config.h.in 2022-08-31 01:55:20.000000000 +0200 +++ new/libfontenc-1.1.7/config.h.in 2022-12-08 17:06:16.000000000 +0100 @@ -170,3 +170,9 @@ /* Version number of package */ #undef VERSION + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libfontenc-1.1.6/configure.ac new/libfontenc-1.1.7/configure.ac --- old/libfontenc-1.1.6/configure.ac 2022-08-31 01:55:12.000000000 +0200 +++ new/libfontenc-1.1.7/configure.ac 2022-12-08 17:06:12.000000000 +0100 @@ -21,7 +21,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libfontenc], [1.1.6], +AC_INIT([libfontenc], [1.1.7], [https://gitlab.freedesktop.org/xorg/lib/libfontenc/-/issues], [libfontenc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) @@ -58,6 +58,9 @@ # Obtain compiler/linker options for dependencies PKG_CHECK_MODULES(FONTENC, xproto) +# Checks for typedefs, structures, and compiler characteristics. +AC_SYS_LARGEFILE + # Checks for library functions. AC_REPLACE_FUNCS([reallocarray])
