- 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
OBS-URL: https://build.opensuse.org/request/show/540043
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=148
- 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 (forwarded request 511827 from scarabeus_iv)
OBS-URL: https://build.opensuse.org/request/show/511829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontconfig?expand=0&rev=87
- 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
OBS-URL: https://build.opensuse.org/request/show/511827
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=146
- 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
OBS-URL: https://build.opensuse.org/request/show/501142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontconfig?expand=0&rev=85
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
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=141
- dropped metric-arial-narrow.patch (upstreamed)
- dropped metric-croscore.patch (upstreamed)
- /etc/conf.d/55-local.conf
- tag /etc/fonts/conf.d/*.conf files as %config, not
%config(noreplace)
- /etc/fonts/conf.d/README now mentions correct template dir
[bnc#810034]
* conf.d-readme-templatedir.patch
- revert the change from Mon May 28 11:53:08 UTC 2012 because
hintslight implies autohinter. Rather render Liberation, DejaVu
and Droid sans serif and serif fonts with BCI, even if it means
thin (sometimes too much, see Liberation Sans 'R') glyphs. It
should be readable (less blurred). I'll add fontconfig hinting
profile in near future which will force autohinter for those
which like more thick fonts even if sometimes more blurred.
OBS-URL: https://build.opensuse.org/request/show/163714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontconfig?expand=0&rev=68
- dropped metric-croscore.patch (upstreamed)
- /etc/conf.d/55-local.conf
- tag /etc/fonts/conf.d/*.conf files as %config, not
%config(noreplace)
- /etc/fonts/conf.d/README now mentions correct template dir
[bnc#810034]
- revert the change from Mon May 28 11:53:08 UTC 2012 because
hintslight implies autohinter. Rather render Liberation, DejaVu
and Droid sans serif and serif fonts with BCI, even if it means
thin (sometimes too much, see Liberation Sans 'R') glyphs. It
should be readable (less blurred). I'll add fontconfig hinting
profile in near future which will force autohinter for those
which like more thick fonts even if sometimes more blurred.
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=106
- Update to version 2.10.92
+ support FC_POSTSCRIPT_NAME (fdo#38737)
+ Fix a SIGSEGV on FcPatternGet* with NULL pattern
+ Fix crash with FcConfigSetCurrent(NULL)
+ Do not copy FC_*LANG_OBJECT even if it's not available on the
pattern
+ Added a --sysroot like option to fc-cache (fdo#59456)
+ Add OpenType feature tags support (fdo#50497)
+ Fix fc-cache crash caused by looking up NULL object incorrectly
+ Add mode="delete" to <edit> (fdo#23757)
+ Use AM_MISSING_PROG instead of hardcoding missing
+ Add font-file hash (fdo#50733)
+ Add Culmus foundry to the vendor list
+ Fix broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
(fdo#60748)
+ Add Liberation Sans Narrow to 30-metric-aliases.conf (fdo#60783)
- Automake 1.11 is required, so bump the BuildRequires (forwarded request 162893 from sumski)
OBS-URL: https://build.opensuse.org/request/show/162901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontconfig?expand=0&rev=67
- Update to version 2.10.92
+ support FC_POSTSCRIPT_NAME (fdo#38737)
+ Fix a SIGSEGV on FcPatternGet* with NULL pattern
+ Fix crash with FcConfigSetCurrent(NULL)
+ Do not copy FC_*LANG_OBJECT even if it's not available on the
pattern
+ Added a --sysroot like option to fc-cache (fdo#59456)
+ Add OpenType feature tags support (fdo#50497)
+ Fix fc-cache crash caused by looking up NULL object incorrectly
+ Add mode="delete" to <edit> (fdo#23757)
+ Use AM_MISSING_PROG instead of hardcoding missing
+ Add font-file hash (fdo#50733)
+ Add Culmus foundry to the vendor list
+ Fix broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
(fdo#60748)
+ Add Liberation Sans Narrow to 30-metric-aliases.conf (fdo#60783)
- Automake 1.11 is required, so bump the BuildRequires
OBS-URL: https://build.opensuse.org/request/show/162893
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=104