From dd0aad2bf0e54beec4c23d3ddbc2840e3af8f505 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 30 Oct 2015 19:23:50 +0100 Subject: [PATCH] Resolves: #1229659 Revert to upstream implementation of condition variables. --- glibc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/glibc.spec b/glibc.spec index bf86aa9..432f6de 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.22-448-g95b0977 %define glibcversion 2.22.90 -%define glibcrelease 11%{?dist} +%define glibcrelease 12%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -261,7 +261,6 @@ Patch2031: glibc-rh1070416.patch Patch2033: glibc-aarch64-tls-fixes.patch Patch2034: glibc-aarch64-workaround-nzcv-clobber-in-tlsdesc.patch -Patch2035: glibc-new-condvar.patch # Upstream BZ 18568 Patch2101: glibc-rh1238412-remove-duplicate-transliterations.patch @@ -642,7 +641,6 @@ microbenchmark tests on the system. %patch0052 -p1 %patch0053 -p1 %patch3002 -p1 -%patch2035 -p1 %patch2101 -p1 %patch2102 -p1 %patch2103 -p1 @@ -1852,6 +1850,9 @@ rm -f *.filelist* %endif %changelog +* Fri Oct 30 2015 Florian Weimer - 2.22.90-12 +- Revert to upstream implementation of condition variables (#1229659) + * Wed Oct 28 2015 Florian Weimer - 2.22.90-11 - Disable valgrind test on ppc64p7, too.