Commit Graph

310 Commits

Author SHA1 Message Date
Akira TAGOH
cec02510f8 cherry pick some upstream patches
Skip leading white space in style.
  Remove abort from FcCompareSize.
  Fix memory leaks
  Check qual and compare for family tests.
-
2020-12-23 22:12:12 +09:00
Tom Stellard
26105d265d Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2020-12-18 22:47:43 +00:00
Akira TAGOH
df8fa2cecc Add back fullname property at the scan matching phase for the backward compatibility.
Resolves: rhbz#1902881
2020-12-04 11:12:03 +09:00
Akira TAGOH
57609aa1db Fix file conflicts. 2020-11-30 17:58:12 +09:00
Akira TAGOH
a7c1f3c46b Disable a test case which requires network connectivity 2020-11-28 12:42:05 +09:00
Akira TAGOH
e1c4b435e6 Trying to fix the build issue 2020-11-28 12:31:31 +09:00
Akira TAGOH
bea6e439c6 Add python3 to BR 2020-11-28 12:12:35 +09:00
Akira TAGOH
0add3463d1 New upstream release. 2020-11-28 12:00:04 +09:00
Fedora Release Engineering
67fd78a8d0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 17:41:00 +00:00
Akira TAGOH
1721032c8e Add CI tests 2020-06-11 14:05:11 +09:00
Akira TAGOH
27aa546da1 deal with system caches as always latest on Silverblue. (#1750891) 2020-04-23 18:17:35 +09:00
Akira TAGOH
b1ff33d3af Build against libxml2 instead of expat. 2020-04-02 13:20:49 +09:00
Nicolas Mailhot
212a960242 fix DTD ID & registration to make xmllint --loaddtd --valid --nonet work by default 2020-03-28 22:50:40 +01:00
Akira TAGOH
728bab0a1e Fix assertion in FcCacheFini() again.
Resolves: rhbz#1815684
2020-03-23 14:23:41 +09:00
Akira TAGOH
5258a48f40 Fix assertion in FcCacheFini(). 2020-02-26 15:53:45 +09:00
Akira TAGOH
1bacf0fb44 Fix some wrong behavior with sysroot option.
Fix reading the outdated caches.
Apply a patch to make it MT-safe more.
2020-01-31 13:57:33 +09:00
Akira TAGOH
35da5274e9 Fix some wrong behavior with sysroot option.
Fix reading the outdated caches.
Apply a patch to make it MT-safe more.
2020-01-30 21:38:54 +09:00
Akira TAGOH
9b91cf401d Fix some wrong behavior with sysroot option.
Fix reading the outdated caches.
Apply a patch to make it MT-safe more.
2020-01-30 20:27:49 +09:00
Akira TAGOH
8c0db7dc0e Fix some wrong behavior with sysroot option.
Fix reading the outdated caches.
Apply a patch to make it MT-safe more.
2020-01-30 20:12:32 +09:00
Akira TAGOH
95493a2f70 Fix some wrong behavior with sysroot option.
Fix reading the outdated caches.
Apply a patch to make it MT-safe more.
2020-01-30 20:03:59 +09:00
Akira TAGOH
3422a4a357 Fix some wrong behavior with sysroot option.
Fix reading the outdated caches.
Apply a patch to make it MT-safe more.
2020-01-30 19:06:49 +09:00
Akira TAGOH
0455f7a71d Fix reading the outdated caches.
Apply a patch to make it MT-safe more.
2020-01-30 18:53:45 +09:00
Fedora Release Engineering
dee5c096c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 18:48:00 +00:00
Akira TAGOH
87b690f6f7 Get rid of the unnecessary builddep 2020-01-20 13:17:02 +09:00
Akira TAGOH
16209d7cfc Drop font(:lang=...) from %{=pkgkit} format.
Reference: rhbz#1792463
2020-01-20 13:12:24 +09:00
Akira TAGOH
a2ef9569f5 Do not return false on FcConfigParseAndLoad*() if complain is set to false.
Resolves: rhbz#1744377
2019-08-28 17:52:50 +09:00
Akira TAGOH
89a58046fe Fix to affect fonthashint property for score on match. 2019-08-09 12:26:58 +00:00
Akira TAGOH
2f252b10fa New upstream release. 2019-08-09 11:27:21 +00:00
Akira TAGOH
2ac78c5b23 Fix make check fails. 2019-07-31 22:24:12 +09:00
Fedora Release Engineering
8757b5b6c0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 00:51:04 +00:00
Tim Landscheidt
cae69d4e82 Update scriptlets and requirements
Since Fedora 28, ldconfig is automatically run as a file trigger, so
it is no longer necessary to call it from package scriptlets
(cf. https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets).

Also, in commit 89aa83ab30, "PreReq:
freetype" was replaced with "Requires(pre): freetype".  While this is
effectively the same, the latter suggests that a "%pre" scriptlet
exists that needs freetype to run.  As fontconfig does not have a
"%pre" scriptlet, this change replaces it again with a "PreReq" tag.
2019-06-16 23:56:02 +00:00
Akira TAGOH
7440bfb1d6 New upstream release. 2019-06-10 12:10:44 +00:00
Akira TAGOH
0b05d6df62 New upstream release. 2019-06-10 08:32:35 +00:00
Akira TAGOH
cd60c58359 New upstream release. 2019-06-10 08:28:29 +00:00
Akira TAGOH
65fe527585 Update freetype version for runtime dependency to ensure
they have FT_Done_MM_Var symbol certainly. (#1679619)
2019-02-22 03:48:26 +00:00
Fedora Release Engineering
5689b71954 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 19:58:15 +00:00
Igor Gnatenko
6957dc9add Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:02 +01:00
Igor Gnatenko
68f25d2017
Remove obsolete ldconfig scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-01-22 18:38:57 +01:00
Akira TAGOH
23005793fa Use Rachana instead of Meera for serif subsitution. (#1649184) 2018-11-14 05:27:02 +00:00
Akira TAGOH
ede0a63bf7 Use Rachana instead of Meera for serif subsitution. (#1649184) 2018-11-13 11:58:10 +00:00
Akira TAGOH
93f4fdf3ea Use Rachana instead of Meera for serif subsitution. (#1649184) 2018-11-13 10:36:56 +00:00
Akira TAGOH
b2a0a1a364 Use Rachana instead of Meera for serif subsitution. (#1649184) 2018-11-13 07:15:34 +00:00
Akira TAGOH
04871bfde5 Stop cleaning up .uuid file even when a directory is empty. 2018-11-07 06:06:51 +00:00
Akira TAGOH
f106891fe9 Drop unnecessary BR. 2018-09-26 09:01:56 +00:00
Akira TAGOH
67bdb043b7 Add man page for fc-cache-* links to fc-cache. 2018-09-26 09:01:54 +00:00
Akira TAGOH
d4bb4b1ba9 New upstream release. 2018-08-30 09:53:28 +00:00
Fedora Release Engineering
4c91eeac5d - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 00:43:59 +00:00
Akira TAGOH
da37d70f96 Use ldconfig rpm macro. 2018-06-29 07:14:07 +00:00
Akira TAGOH
daa95780d9 Add Suggests: dejavu-sans-fonts to address pulling the unpredicted
font package as dependency. (#1321551)
2018-06-07 17:01:51 +09:00
Akira TAGOH
171686acad Update the version deps of freetype to resolve FT_Done_MM_Var symbol. (#1579464) 2018-06-06 12:12:22 +09:00