From ff694d95333cc585319821c42ceb7493c3de7888 Mon Sep 17 00:00:00 2001 From: Yang Yanchao Date: Wed, 8 Feb 2023 14:32:10 +0800 Subject: [PATCH] fix error patch number (cherry picked from commit 5239f8f79ceabf8ab487dba5e32799c23340e36e) --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 19d99be..6d87e0f 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. -- Gitee