Bug 2266807 - fmt-10.0 changed output behaviour with regard to FMT_STATIC_THOUSANDS_SEPARATOR
Summary: fmt-10.0 changed output behaviour with regard to FMT_STATIC_THOUSANDS_SEPARATOR
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: fmt
Version: 39
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Kefu Chai
QA Contact: Fedora Extras Quality Assurance
URL: https://jira.mariadb.org/browse/MDEV-...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-02-29 06:25 UTC by Daniel Black
Modified: 2024-03-29 00:19 UTC (History)
4 users (show)

Fixed In Version: fmt-10.2.1-4.fc41 fmt-10.2.1-4.fc40
Doc Type: ---
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-03-25 11:12:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Daniel Black 2024-02-29 06:25:07 UTC
This was reported and fixed upstream https://github.com/fmtlib/fmt/issues/3835


upstream patch exist: https://github.com/fmtlib/fmt/commit/44c3fe1ebb466ab5c296e1a1a6991c7c7b51b72e



If a fmt bump to 10 in Centos stream to occur it would block
https://issues.redhat.com/browse/RHEL-25802

applicable: fc40/41
not applicable: fc38

Reproducible: Always

Steps to Reproduce:
1.compile against mariadb
2.run func.sformat test


Actual Results:  
CURRENT_TEST: main.func_sformat

--- /home/buildbot/amd64-fedora-39/build/mysql-test/main/func_sformat.result	2023-11-15 13:24:01.000000000 +0000
+++ /home/buildbot/amd64-fedora-39/build/mysql-test/main/func_sformat.reject	2023-11-15 14:39:35.542787084 +0000
@@ -212,7 +212,7 @@

 #
 select sformat('Num {:L}', 13800000000);
 sformat('Num {:L}', 13800000000)
-Num 13,800,000,000
+Num 13800000000

Expected Results:  
[ passed ]

Comment 1 Fedora Update System 2024-03-25 09:41:08 UTC
FEDORA-2024-01abaff935 (fmt-10.2.1-4.fc41) has been submitted as an update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-01abaff935

Comment 2 Fedora Update System 2024-03-25 10:18:29 UTC
FEDORA-2024-c54eab2838 (fmt-10.2.1-4.fc40) has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-c54eab2838

Comment 3 Fedora Update System 2024-03-25 11:12:27 UTC
FEDORA-2024-01abaff935 (fmt-10.2.1-4.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 4 Fedora Update System 2024-03-26 01:20:34 UTC
FEDORA-2024-c54eab2838 has been pushed to the Fedora 40 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-c54eab2838`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-c54eab2838

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2024-03-29 00:19:28 UTC
FEDORA-2024-c54eab2838 (fmt-10.2.1-4.fc40) has been pushed to the Fedora 40 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.