| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libfontconfig1 | Distribution: SUSE Linux Enterprise 15 |
| Version: 2.14.2 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.1.3 | Build date: Thu May 9 14:28:29 2024 |
| Group: System/Libraries | Build host: h01-armsrv1 |
| Size: 329656 | Source RPM: fontconfig-2.14.2-150600.1.3.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://www.freedesktop.org/wiki/Software/fontconfig/ | |
| Summary: Library for font configuration | |
Fontconfig is a library for configuring and customizing font access. It contains two essential modules: the configuration module, which builds an internal configuration from XML files, and the matching module, which accepts font patterns and returns the nearest matching font.
MIT
* Tue Nov 28 2023 tiwai@suse.com
- Run autoreconf for Leap 15.x to fix build breakage
* Sat Jan 28 2023 dmueller@suse.com
- 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 dmueller@suse.com
- 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 sflees@suse.de
- Seems we now need python3 for building
* Fri Apr 15 2022 dmueller@suse.com
- 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 pgajdos@suse.com
- adding bug reference to this changelog [bsc#1172301]
* Sat Feb 09 2019 badshah400@gmail.com
- 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 jengelh@inai.de
- Implement shared library packaging guideline
- Split documentation to soothe rpmlint's
"W: package-with-huge-docs 86%"
* Sat Jan 12 2019 ecsos@opensuse.org
- Fix self obsoletion ipa-fonts-config and IPA-fonts-config.
- Fix build error in Leap 42.3.
- Fix location of fontconfig-devel.* doc-files.
* Fri Jan 11 2019 bjorn.lie@gmail.com
- Package AUTHORS, ChangeLog and README via standard doc macro.
* Wed Oct 31 2018 pgajdos@suse.com
- Update to 2.13.1:
* conf.d: Drop aliases for (URW)++ fonts
* variable fonts support
* Use uuid-based cache filename if uuid is assigned to dirs
* Add new API to find out a font from current search path
* Add FONTCONFIG_SYSROOT environment variable
* [varfonts] Add FC_FONT_VARIATIONS
* [varfonts] Add FC_VARIABLE
* Add Simplified Chinese translations
* Fix memory leaks, double frees etc.
* See README for details
- Drop fontconfig-remove-debug-output.patch
* Mon Jan 15 2018 pgajdos@suse.com
- fc-query: remove redundant debug output
+ fontconfig-remove-debug-output.patch
* Wed Nov 08 2017 aavindraa@gmail.com
- Update to 2.12.6:
* conf.d: Drop aliases for (URW)++ fonts (upstreamed)
* other minor fixes
- Includes changes from 2.12.5:
* update docs
* Accept 4 digit script tag in FcLangNormalize().
* fc-blanks: fall back to the static data available in repo if
downloaded data is corrupted
* emoji related fixes
* various cleanups
* support listing named instances
* Fri Jul 21 2017 tchvatal@suse.com
- Version update to 2.12.4:
* Various distcheck errors
* FcCharSetHash(): use the 'numbers' values to compute the hash
* fc-lang: gracefully handle the case where the last language initial is < 'z'
* Fix an off-by-one error in FcLangSetIndex()
* Fix erroneous test on language id in FcLangSetPromote()
* FcLangSetCompare(): fix bug when two charsets come from different "buckets"
* Treat C.UTF-8 and C.utf8 locales as built in the C library
- Remove merged upstream fontconfig-locale_c.utf8.patch
- Remove fontconfig-doc archive, the generated output is already
present in the upstream released tarball
- Remove unused configure options
* Tue Jul 11 2017 jengelh@inai.de
- Remove --with-pic which is only useful for static libs.
* Mon Jun 05 2017 pgajdos@suse.com
- Update to 2.12.3:
Don't call perror() if no changes happens in errno
Fix FcCacheOffsetsValid()
Fix the build issue with gperf 3.1
Fix the build issue on GNU/Hurd
Update a bit for the changes in FreeType 2.7.1
Add the description of FC_LANG envvar to the doc
Bug 101202 - fontconfig FTBFS if docbook-utils is installed
Correct cache version info in doc/fontconfig-user.sgml
Avoid conflicts with integer width macros from TS 18661-1:2014
Fix PostScript font alias name
Update aliases for URW June 2016
- removed unneeded:
- fontconfig-glibc-2.25.patch
- make-check.patch
* Sun Feb 26 2017 qantas94heavy@gmail.com
- Add patch fontconfig-glibc-2.25.patch
* Fixes build with glibc 2.25.
* Thu Aug 11 2016 pgajdos@suse.com
- Update to 2.12.1:
Update CaseFolding.txt to Unicode 9.0
Fix some errors related to python3
Bug 96676 - Check range of FcWeightFromOpenType argument
Update libtool revision
Properly validate offsets in cache files.
* Mon Jul 11 2016 dimstar@opensuse.org
- Update to version 2.12.0:
+ Support the size specific design selection in OS/2 table
version 5.
+ Allow the modification on 'lang' and 'charset' objects.
+ Increase the refcount in FcConfigSetCurrent().
+ some updates in orth files.
+ Add --error-on-no-fonts option to fc-cache.
+ Use lang=und instead of lang=xx for "undetermined".
+ Add FC_WEIGHT_DEMILIGHT and change from 65 to 55.
+ Add FC_COLOR.
+ Treat color fonts as scalable.
+ no FC_LANG added with FcConfigSubstitute() when it has "und".
+ Hardcode blanks in library.
+ Support symbol fonts.
+ Unicode 8.0 support.
+ Add hintstyle templates and default hintslight.
+ GX font support.
+ Improve the footprint issue on updating caches.
+ Bump the cache version to 6.
+ more bug fixes.
* Wed Mar 09 2016 idonmez@suse.com
- Add fontconfig-locale_c.utf8.patch to recognize C.UTF-8 locale,
patch from Debian.
* Tue May 19 2015 fstrba@suse.com
- Clean the spec file with spec-cleaner
* Sat Nov 29 2014 bwiedemann@suse.com
- fix wrong path to documentation (bnc#907685)
- removed patch: usr-share-doc-packages.patch
/usr/lib64/libfontconfig.so.1 /usr/lib64/libfontconfig.so.1.12.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:56:46 2026