From 7affcde13ae9425dcb9cb2100dda1ddad41d30c17eaeb46846a01c4141741b39 Mon Sep 17 00:00:00 2001
From: Stephan Kulow <coolo@suse.com>
Date: Thu, 13 Feb 2014 05:45:47 +0000
Subject: [PATCH] Accepting request 221688 from Base:System

- Bump minimum kernel to 3.0 (forwarded request 221687 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/221688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=166
---
 glibc-2.18.90-ee7cc3853761.tar.xz |  3 ---
 glibc-2.19.tar.xz                 |  3 +++
 glibc-testsuite.changes           | 10 ++++++++++
 glibc-testsuite.spec              | 21 ++++++++-------------
 glibc-utils.changes               | 10 ++++++++++
 glibc-utils.spec                  | 21 ++++++++-------------
 glibc.changes                     | 10 ++++++++++
 glibc.spec                        | 21 ++++++++-------------
 8 files changed, 57 insertions(+), 42 deletions(-)
 delete mode 100644 glibc-2.18.90-ee7cc3853761.tar.xz
 create mode 100644 glibc-2.19.tar.xz

diff --git a/glibc-2.18.90-ee7cc3853761.tar.xz b/glibc-2.18.90-ee7cc3853761.tar.xz
deleted file mode 100644
index 2d62cfb..0000000
--- a/glibc-2.18.90-ee7cc3853761.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:28660f2d1482c88e7a2ed7a8e3949bda35484f11ccf92129c499ba6da5df196c
-size 12819632
diff --git a/glibc-2.19.tar.xz b/glibc-2.19.tar.xz
new file mode 100644
index 0000000..f885fc4
--- /dev/null
+++ b/glibc-2.19.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2
+size 12083312
diff --git a/glibc-testsuite.changes b/glibc-testsuite.changes
index 18a3b10..d64e758 100644
--- a/glibc-testsuite.changes
+++ b/glibc-testsuite.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Mon Feb 10 14:24:29 UTC 2014 - schwab@suse.de
+
+- Bump minimum kernel to 3.0
+
+-------------------------------------------------------------------
+Sun Feb  9 13:52:23 UTC 2014 - schwab@suse.de
+
+- Update to glibc 2.19 release
+
 -------------------------------------------------------------------
 Thu Feb  6 10:38:05 UTC 2014 - schwab@suse.de
 
diff --git a/glibc-testsuite.spec b/glibc-testsuite.spec
index 97c799a..e4589ed 100644
--- a/glibc-testsuite.spec
+++ b/glibc-testsuite.spec
@@ -94,22 +94,17 @@ BuildRequires:  gd-devel
  %define powerpc_optimize_cpu_power7 0
  %define powerpc_optimize_cpu_cell 0
 %endif # ppc, ppc64
-%ifarch x86_64
-# 2.6.32 is the SLES 11 SP1 kernel
-# 2.6.34 is the openSUSE 11.3 kernel
-%define enablekernel 2.6.32
-%else
-# 2.6.16 is the SLES 10 kernel, use this as oldest supported kernel
-%define enablekernel 2.6.16
-%endif
-Version:        2.18.90
+# 3.0 is the SLES 11 SP3 kernel
+# 3.1 is the openSUSE 12.1 kernel
+%define enablekernel 3.0
+Version:        2.19
 Release:        0
-%define glibc_major_version 2.18.90
-%define git_id ee7cc3853761
+%define glibc_major_version 2.19
+%define git_id 9a869d822025
 Url:            http://www.gnu.org/software/libc/libc.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         glibc-%{version}-%{git_id}.tar.xz
-#Source:         http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
+#Source:         glibc-%{version}-%{git_id}.tar.xz
+Source:         http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
 Source3:        noversion.tar.bz2
 Source4:        manpages.tar.bz2
 Source5:        nsswitch.conf
diff --git a/glibc-utils.changes b/glibc-utils.changes
index 18a3b10..d64e758 100644
--- a/glibc-utils.changes
+++ b/glibc-utils.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Mon Feb 10 14:24:29 UTC 2014 - schwab@suse.de
+
+- Bump minimum kernel to 3.0
+
+-------------------------------------------------------------------
+Sun Feb  9 13:52:23 UTC 2014 - schwab@suse.de
+
+- Update to glibc 2.19 release
+
 -------------------------------------------------------------------
 Thu Feb  6 10:38:05 UTC 2014 - schwab@suse.de
 
diff --git a/glibc-utils.spec b/glibc-utils.spec
index dd73b2d..39e3d21 100644
--- a/glibc-utils.spec
+++ b/glibc-utils.spec
@@ -93,22 +93,17 @@ BuildRequires:  gd-devel
  %define powerpc_optimize_cpu_power7 0
  %define powerpc_optimize_cpu_cell 0
 %endif # ppc, ppc64
-%ifarch x86_64
-# 2.6.32 is the SLES 11 SP1 kernel
-# 2.6.34 is the openSUSE 11.3 kernel
-%define enablekernel 2.6.32
-%else
-# 2.6.16 is the SLES 10 kernel, use this as oldest supported kernel
-%define enablekernel 2.6.16
-%endif
-Version:        2.18.90
+# 3.0 is the SLES 11 SP3 kernel
+# 3.1 is the openSUSE 12.1 kernel
+%define enablekernel 3.0
+Version:        2.19
 Release:        0
-%define glibc_major_version 2.18.90
-%define git_id ee7cc3853761
+%define glibc_major_version 2.19
+%define git_id 9a869d822025
 Url:            http://www.gnu.org/software/libc/libc.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         glibc-%{version}-%{git_id}.tar.xz
-#Source:         http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
+#Source:         glibc-%{version}-%{git_id}.tar.xz
+Source:         http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
 Source3:        noversion.tar.bz2
 Source4:        manpages.tar.bz2
 Source5:        nsswitch.conf
diff --git a/glibc.changes b/glibc.changes
index 18a3b10..d64e758 100644
--- a/glibc.changes
+++ b/glibc.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Mon Feb 10 14:24:29 UTC 2014 - schwab@suse.de
+
+- Bump minimum kernel to 3.0
+
+-------------------------------------------------------------------
+Sun Feb  9 13:52:23 UTC 2014 - schwab@suse.de
+
+- Update to glibc 2.19 release
+
 -------------------------------------------------------------------
 Thu Feb  6 10:38:05 UTC 2014 - schwab@suse.de
 
diff --git a/glibc.spec b/glibc.spec
index c77134d..6b7a4e4 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -94,22 +94,17 @@ BuildRequires:  gd-devel
  %define powerpc_optimize_cpu_power7 0
  %define powerpc_optimize_cpu_cell 0
 %endif # ppc, ppc64
-%ifarch x86_64
-# 2.6.32 is the SLES 11 SP1 kernel
-# 2.6.34 is the openSUSE 11.3 kernel
-%define enablekernel 2.6.32
-%else
-# 2.6.16 is the SLES 10 kernel, use this as oldest supported kernel
-%define enablekernel 2.6.16
-%endif
-Version:        2.18.90
+# 3.0 is the SLES 11 SP3 kernel
+# 3.1 is the openSUSE 12.1 kernel
+%define enablekernel 3.0
+Version:        2.19
 Release:        0
-%define glibc_major_version 2.18.90
-%define git_id ee7cc3853761
+%define glibc_major_version 2.19
+%define git_id 9a869d822025
 Url:            http://www.gnu.org/software/libc/libc.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         glibc-%{version}-%{git_id}.tar.xz
-#Source:         http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
+#Source:         glibc-%{version}-%{git_id}.tar.xz
+Source:         http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
 Source3:        noversion.tar.bz2
 Source4:        manpages.tar.bz2
 Source5:        nsswitch.conf