Changelog for
libfontconfig1-32bit-2.15.0-5.3.x86_64.rpm :
* Tue Jul 16 2024 Christoph G
- Run autoreconf unconditionally to allow newer versions of Automake.
* Wed Dec 27 2023 Dirk Müller - update to 2.15.0:
* Do not change the order of orth files
* Convert tabs to spaces
* Convert more tabs to spaces in docs
* Report more detailed logs instead of assertion.
* Add some missing constant names for weight.
* Adujst indentation between programlisting in fontconfig-user.sgml
* Add another test case for flatpak
* Update 65-nonlatin.conf for macOS
* Change the order of the properties to the order of fontconfig cache format
* Add missing property descriptions
* Add namedinstance property
* Remove the problematic language from code and doc
* Use \'outline\' instead of \'scalable\' for bitmaps
* Add more docs about selectfont
* Rework CI implementation
* Fix uninitialized memory access when failing memory allocation.
* Create a symlink with relative path
* Fix an error of \"initializer element is not constant\"
* Update CaseFolding.txt to Unicode 15.1
* Update the encoding table for Simplified Chinese
* Retry to decode strings in the name table as UTF-16BE in some cases.
* Work around decoding strings in Macintosh encoding for the name table.
* Use memmove instead of memcpy
* Rename README to NEWS and add README.md
* Update so version
* Fix leak of `reason` in _FcConfigParse when not complaining
* Tue Nov 28 2023 Takashi Iwai - Run autoreconf for Leap 15.x to fix build breakage
* Sat Jan 28 2023 Dirk Müller - update to 2.14.2:
* Adjust indentation between programlisting in fontconfig-user.sgml
* Add some missing constant names for weight
* Report more detailed logs instead of assertion
* Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES
* Ignore LC_CTYPE if set to \"UTF-8\"
* add --with-default-sub-pixel-rendering option
* Add FC_DESKTOP_NAME property
* Tue Nov 08 2022 Dirk Müller - update to 2.14.1:
* Bump the cache version to 8 in doc/fontconfig-user.sgm
* Enable 10-sub-pixel-rgb.conf by default
* build fixes and translation updates
* Avoid misuse of ctype
* Thu Apr 28 2022 Simon Lees - Seems we now need python3 for building
* Fri Apr 15 2022 Dirk Müller - update to 2.14.0:
* Fix endianness on generating MD5 cache name
* Fix a typo in the description of FcWeightFromOpenTypeDouble
* fc-validate: returns an error code when missing some glyphs
* Fallback uuid-based name to read a cache if no MD5-based cache
* fc-cache: Show font directories to generate cache with -v
* Replace UUID file mechanism with per-directory \'map\' attribute [v2]
* memleak fixes- drop fontconfig-do-not-remove-UUID-file.patch (obsolete)- add skip-network-test.patch
* Thu Jan 27 2022 pgajdosAATTsuse.com- adding bug reference to this changelog [bsc#1172301]
* Sat Feb 09 2019 Atri Bhattacharya - Add fontconfig-do-not-remove-UUID-file.patch: Removing .uuid files caused frequent rescanning of all system fonts causing intermittent CPU usage surges, for example, when browsing using firefox; patch taken from upstream commit (boo#1124816, https://gitlab.freedesktop.org/fontconfig/fontconfig/merge_requests/8).
* Sat Jan 12 2019 Jan Engelhardt - Implement shared library packaging guideline- Split documentation to soothe rpmlint\'s \"W: package-with-huge-docs 86%\"