Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fontconfig for openSUSE:Factory checked in at 2026-01-28 15:05:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fontconfig (Old) and /work/SRC/openSUSE:Factory/.fontconfig.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fontconfig" Wed Jan 28 15:05:51 2026 rev:100 rq:1329463 version:2.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes 2025-02-18 19:08:28.814949685 +0100 +++ /work/SRC/openSUSE:Factory/.fontconfig.new.1928/fontconfig.changes 2026-01-28 15:06:36.100641290 +0100 @@ -1,0 +2,5 @@ +Mon Jan 26 17:08:42 UTC 2026 - Petr Gajdos <[email protected]> + +- do not package /var/lib/fontconfig to support immutable mode + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fontconfig.spec ++++++ --- /var/tmp/diff_new_pack.o5KfU2/_old 2026-01-28 15:06:36.864673128 +0100 +++ /var/tmp/diff_new_pack.o5KfU2/_new 2026-01-28 15:06:36.864673128 +0100 @@ -1,7 +1,7 @@ # # spec file for package fontconfig # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -130,6 +130,8 @@ # leave place for 60-family-prefer.conf from fonts-config mv 60-latin.conf 61-latin.conf popd +# let fontconfig create the directory at runtime +rm -r %{buildroot}%{_localstatedir} mkdir -p %{buildroot}/%{_docdir}/%{name} %find_lang %{name} %find_lang %{name}-conf @@ -153,9 +155,9 @@ %{_datadir}/%{name}/conf.avail/*.conf %dir %{_datadir}/xml/%{name} %{_datadir}/xml/%{name}/fonts.dtd -%dir %{_localstatedir}/cache/fontconfig/ %{_mandir}/man5/fonts-conf.5%{ext_man} %{_mandir}/man1/* +%ghost %dir %attr(755,root,root) /var/cache/fontconfig %files lang -f %{name}.lang -f %{name}-conf.lang
