Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fontconfig for openSUSE:Factory checked in at 2025-02-18 19:08:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fontconfig (Old) and /work/SRC/openSUSE:Factory/.fontconfig.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fontconfig" Tue Feb 18 19:08:25 2025 rev:99 rq:1246299 version:2.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes 2024-07-18 19:15:13.540448847 +0200 +++ /work/SRC/openSUSE:Factory/.fontconfig.new.8181/fontconfig.changes 2025-02-18 19:08:28.814949685 +0100 @@ -1,0 +2,33 @@ +Mon Feb 17 02:00:25 UTC 2025 - Marguerite Su <[email protected]> + +- update to 2.16.0: + * Fix misleading-indentation warning + * Deal with glob string properly + * Allow comma as a delimiter in postscriptname and ignore it on matching + * Refactor exclusive language logic into separate file + * Use proper postscriptname for named instance if any + * Remove redundant leaf assignment in fcfreetype.c + * Ensure lock/unlock symmetry + * Ensure config is locked during retry in FcConfigReference + * Unlock on allocation failure in FcCacheInsert + * Fix FcSerialize undefined behavior with null pointer usage + * Fix undefined behavior issue on qsort call + * Add cop.orth for Coptic language + * Add got.orth for Gothic language + * Fix a memory leak in fc-list/fc-query/fc-scan + * mark _FcPatternIter as may_alias + * Accept integer for pixelsize + * Improve hinting detection for fonthashint object + * Add FcConfigSetFontSetFilter + * Fix some code found by SAST + * Set FcTypeVoid if no valid types to convert + * Fix a memory leak in _get_real_paths_from_prefix + * Fix double slashes in path + * More information when no writable cache directories + * Fix test case for reproducible builds + * Fix invalid escape character \s + * Sort out bitmap related config files + * Clean up .uuid files with fc-cache -f too +- add fontconfig-autoconf269.patch to start leap build + +------------------------------------------------------------------- Old: ---- fontconfig-2.15.0.tar.xz New: ---- fontconfig-2.16.0.tar.xz fontconfig-autoconf269.patch BETA DEBUG BEGIN: New: * Clean up .uuid files with fc-cache -f too - add fontconfig-autoconf269.patch to start leap build BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fontconfig.spec ++++++ --- /var/tmp/diff_new_pack.ViDDpJ/_old 2025-02-18 19:08:31.759067636 +0100 +++ /var/tmp/diff_new_pack.ViDDpJ/_new 2025-02-18 19:08:31.763067796 +0100 @@ -1,7 +1,7 @@ # # spec file for package fontconfig # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: fontconfig %define lname libfontconfig1 -Version: 2.15.0 +Version: 2.16.0 Release: 0 Summary: Library for Font Configuration License: MIT @@ -28,6 +28,7 @@ Source4: baselibs.conf Source5: local.conf Patch1: skip-network-test.patch +Patch2: fontconfig-autoconf269.patch BuildRequires: automake >= 1.11 BuildRequires: gperf BuildRequires: libtool @@ -159,7 +160,7 @@ %files lang -f %{name}.lang -f %{name}-conf.lang %files doc -%doc AUTHORS ChangeLog README.md +%doc AUTHORS NEWS README.md %dir %{_docdir}/%{name} %{_docdir}/%{name}/fontconfig-user.html %{_docdir}/%{name}/fontconfig-user.pdf @@ -173,7 +174,7 @@ %{_datadir}/gettext/its/fontconfig.* %files devel-doc -%{_docdir}/%{name}/%{name}-devel/ +%{_docdir}/%{name}/fontconfig-devel.html %{_docdir}/%{name}/fontconfig-devel.pdf %{_docdir}/%{name}/fontconfig-devel.txt %{_mandir}/man3/* ++++++ fontconfig-2.15.0.tar.xz -> fontconfig-2.16.0.tar.xz ++++++ ++++ 149252 lines of diff (skipped) ++++++ fontconfig-autoconf269.patch ++++++ Index: fontconfig-2.16.0/configure.ac =================================================================== --- fontconfig-2.16.0.orig/configure.ac +++ fontconfig-2.16.0/configure.ac @@ -23,7 +23,7 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -AC_PREREQ([2.71]) +AC_PREREQ([2.69]) dnl ========================================================================== dnl Versioning @@ -163,7 +163,7 @@ dnl ==================================== AC_HEADER_DIRENT # Autoupdate added the next two lines to ensure that your configure # script's behavior did not change. They are probably safe to remove. -AC_CHECK_INCLUDES_DEFAULT +m4_version_prereq([2.70], [AC_CHECK_INCLUDES_DEFAULT], [AC_HEADER_STDC]) AC_PROG_EGREP AC_CHECK_HEADERS([dirent.h fcntl.h stdlib.h string.h unistd.h sys/statvfs.h sys/vfs.h sys/statfs.h sys/param.h sys/mount.h])
