From 2d2d4d48483b9d12e92bd3bcf19e6cba37b7e7b0 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Tue, 17 Feb 2015 10:27:35 -0500 Subject: [PATCH] Rebuild with new NVR glibc-2.21-2. --- glibc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 5ae66c9..e8411d2 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.21 %define glibcversion 2.21 -%define glibcrelease 1%{?dist} +%define glibcrelease 2%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -1754,6 +1754,9 @@ rm -f *.filelist* %endif %changelog +* Tue Feb 17 2015 Carlos O'Donell - 2.21-2 +- Rebuild with new NVR. + * Wed Feb 11 2015 Carlos O'Donell - 2.21-1 - Fix __memcpy_chk on non-SSE2 CPUs (Upstream BZ #17949) - Rebase to upstream release 2.21 to provide ABI and API assurances.