public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Akira TAGOH <akira@tagoh.org>
To: git-commits@fedoraproject.org
Subject: [rpms/fontconfig] rawhide: Update config filename in JSON as well
Date: Fri, 17 Jul 2026 07:48:06 GMT	[thread overview]
Message-ID: <178427448631.1.12155217208304177242.rpms-fontconfig-375a625e66f4@fedoraproject.org> (raw)

            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 \

                 reply	other threads:[~2026-07-17  7:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178427448631.1.12155217208304177242.rpms-fontconfig-375a625e66f4@fedoraproject.org \
    --to=akira@tagoh.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox