public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Andreas Schneider <asn@cryptomilk.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: Set LC_COLLATE for all scripts
Date: Tue, 14 Jul 2026 21:59:21 GMT [thread overview]
Message-ID: <178406636137.1.674589870783926483.rpms-ffmpeg-2ad2addd50c5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ffmpeg
Branch : epel9-next
Commit : 2ad2addd50c501bc154d278259910f2a3d5a38a4
Author : Andreas Schneider <asn@cryptomilk.org>
Date : 2022-02-12T19:13:05+01:00
Stats : +4/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ffmpeg/c/2ad2addd50c501bc154d278259910f2a3d5a38a4?branch=epel9-next
Log:
Set LC_COLLATE for all scripts
This way `sort` behaves the same.
---
diff --git a/ffmpeg_gen_free_tarball.sh b/ffmpeg_gen_free_tarball.sh
index 9c4bb67..f4710fe 100755
--- a/ffmpeg_gen_free_tarball.sh
+++ b/ffmpeg_gen_free_tarball.sh
@@ -17,6 +17,8 @@
#
# shellcheck disable=2181
+export LC_COLLATE="C.UTF-8"
+
FF_PKGNAME="ffmpeg"
FF_PKGNAME_SUFFIX="-free"
FF_VERSION="$(rpmspec -P ./*.spec | grep ^Version | sed -e 's/Version:[ ]*//g')"
diff --git a/ffmpeg_update_free_sources.sh b/ffmpeg_update_free_sources.sh
index 5b6c3b1..7dc5c9c 100755
--- a/ffmpeg_update_free_sources.sh
+++ b/ffmpeg_update_free_sources.sh
@@ -17,6 +17,8 @@
#
# shellcheck disable=2181
+export LC_COLLATE="C.UTF-8"
+
cleanup_and_exit()
{
if test "$1" = 0 -o -z "$1"; then
reply other threads:[~2026-07-14 21:59 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=178406636137.1.674589870783926483.rpms-ffmpeg-2ad2addd50c5@fedoraproject.org \
--to=asn@cryptomilk.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