diff --git a/glibc.spec b/glibc.spec index 19d99beaa6c680e0167ceecc5a172e63e7ca76f0..6d87e0fc82ead0d1d47c962ea22979260900407c 100644 --- a/glibc.spec +++ b/glibc.spec @@ -66,7 +66,7 @@ ############################################################################## Name: glibc Version: 2.34 -Release: 109 +Release: 110 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -280,7 +280,7 @@ Patch9029: 5_6-LoongArch-Optimize-string-function-strcpy.patch Patch9030: 6_6-LoongArch-Optimize-string-functions-strlen-strnlen.patch Patch9031: math-Fix-asin-and-acos-invalid-exception-with-old-gc.patch %endif -Patch9031: add-pthread_cond_clockwait-GLIBC_2_28.patch +Patch9032: add-pthread_cond_clockwait-GLIBC_2_28.patch Provides: ldconfig rtld(GNU_HASH) bundled(gnulib) @@ -1446,6 +1446,9 @@ fi %endif %changelog +* Wed Feb 8 2023 Yang Yanchao - 2.34-110 +- fix error patch number + * Mon Feb 6 2023 Yang Yanchao - 2.34-109 - Since the pthread_cond_clockwait@GLIBC_2_28 is introduced in earlier versions, this symbol is required to keep the previous items compatible.