diff --git a/glibc.spec b/glibc.spec index d5fb223..7dea025 100644 --- a/glibc.spec +++ b/glibc.spec @@ -170,7 +170,7 @@ Version: %{glibcversion} # - It allows using the Release number without the %%dist tag in the dependency # generator to make the generated requires interchangeable between Rawhide # and ELN (.elnYY < .fcXX). -%global baserelease 16 +%global baserelease 17 Release: %{baserelease}%{?dist} # Licenses: @@ -2037,7 +2037,7 @@ grep \ grep -e "gconv-modules-extra.conf" master.filelist > gconv.filelist # Put the essential gconv modules into the main package. -GconvBaseModules="ANSI_X3.110 ISO8859-15 ISO8859-1 CP1252" +GconvBaseModules="ISO8859-15 ISO8859-1 CP1252" GconvBaseModules="$GconvBaseModules UNICODE UTF-16 UTF-32 UTF-7" %ifarch s390 s390x GconvBaseModules="$GconvBaseModules ISO-8859-1_CP037_Z900 UTF8_UTF16_Z9" @@ -2632,6 +2632,9 @@ update_gconv_modules_cache () %endif %changelog +* Tue Jul 02 2024 Patsy Griffin - 2.39-17 +- Move ANSI_X3.110-1983 support from main package to glibc-gconv-extra. + * Fri Jun 21 2024 Arjun Shankar - 2.39-16 - Sync with upstream branch release/2.39/master, commit 7f9f25f255ee2c00178779fbce502f4b94b848b9: