From 07e6287dc2c99dcefb0e7fd7b38bc03368d761f9 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 5 Aug 2015 17:29:28 +0530 Subject: [PATCH] Update for glibc-2.22 release --- glibc.spec | 8 ++++---- sources | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/glibc.spec b/glibc.spec index 3d6d153..a10ac8f 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ -%define glibcsrcdir glibc-2.21-649-gae5eae7 -%define glibcversion 2.21.90 -%define glibcrelease 21%{?dist} +%define glibcsrcdir glibc-2.22 +%define glibcversion 2.22 +%define glibcrelease 1%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -9,7 +9,7 @@ # gzip -9 $(git describe --match 'glibc-*').tar # # glibc_release_url is only defined when we have a release tarball. -# % define glibc_release_url http://ftp.gnu.org/gnu/glibc/ +%define glibc_release_url http://ftp.gnu.org/gnu/glibc/ ############################################################################## # If run_glibc_tests is zero then tests are not run for the build. # You must always set run_glibc_tests to one for production builds. diff --git a/sources b/sources index 3f5a893..c62a4b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b6d676f104b0593cf39735f8b19f2f6 glibc-2.21-649-gae5eae7.tar.gz +91dcaa30870c1ce5c9974c49c3af03eb glibc-2.22.tar.gz