public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fontconfig] rawhide: Update config filename in JSON as well
@ 2026-07-17  7:48 Akira TAGOH
  0 siblings, 0 replies; only message in thread
From: Akira TAGOH @ 2026-07-17  7:48 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fontconfig
            Branch : rawhide
            Commit : 375a625e66f40e65ecf3fa5e3eaf123ef2dafb75
            Author : Akira TAGOH <akira@tagoh.org>
            Date   : 2026-07-17T16:47:50+09:00
            Stats  : +3/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fontconfig/c/375a625e66f40e65ecf3fa5e3eaf123ef2dafb75?branch=rawhide

            Log:
            Update config filename in JSON as well

[skip changelog]

---
diff --git a/fontconfig.spec b/fontconfig.spec
index 1ded4ab..c60cf0f 100644
--- a/fontconfig.spec
+++ b/fontconfig.spec
@@ -75,6 +75,9 @@ which is useful for developing applications that uses fontconfig.
 %autosetup -p1
 # To reduce a maintenance cost of fontconfig-lower-nonlatin-conf.patch
 mv conf.d/65-nonlatin.conf conf.d/69-nonlatin.conf
+for f in test/*.json; do
+  sed -i -e 's/65-nonlatin.conf/69-nonlatin.conf/g' $f
+done
 
 %build
 %meson -Ddoc=disabled -Dcache-build=disabled -Dxml-backend=libxml2 \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-17  7:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17  7:48 [rpms/fontconfig] rawhide: Update config filename in JSON as well Akira TAGOH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox