Accepting request 374301 from Base:System

- Update to kernel headers 4.5 (forwarded request 374298 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/374301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2016-03-31 11:01:41 +00:00 committed by Git OBS Bridge
commit 78a87e0193
4 changed files with 91 additions and 80 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9890b076af53dda12983fb47d5625240701f62e626042b92db54c8b0de84add9
size 925648

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0543864b77cd7f7d8cc4a6091af7362fa15f5e4c6f264f907970578d0b0b6d26
size 953748

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 17 15:31:34 UTC 2016 - schwab@suse.de
- Update to kernel headers 4.5
-------------------------------------------------------------------
Fri Jan 15 14:14:05 UTC 2016 - mmarek@suse.cz
- Update to kernel headers 4.4
-------------------------------------------------------------------
Mon Nov 9 11:40:06 UTC 2015 - schwab@suse.de
- Update to kernel headers 4.3
-------------------------------------------------------------------
Tue Oct 13 16:03:38 UTC 2015 - dvaleev@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package linux-glibc-devel
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,12 +21,8 @@ Summary: Linux headers for userspace development
License: GPL-2.0
Group: Development/Libraries/C and C++
BuildArch: noarch
# this confusing version number has no meaning, it's the version
# of the Linux kernel where these headers come from
Version: 4.2
Version: 4.5
Release: 0
# A "-" is not allowed in version
%define upstream_version 4.2
Url: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
@ -35,7 +31,7 @@ Provides: kernel-headers
Provides: linux-kernel-headers = %{version}
Obsoletes: linux-kernel-headers < %{version}
PreReq: coreutils
Source: %{name}-%{upstream_version}.tar.xz
Source: %{name}-%{version}.tar.xz
Source1: install_all.sh
%description
@ -48,7 +44,7 @@ packages, instead.
%prep
%setup -q -n linux-glibc-devel-%{upstream_version}
%setup -q -n linux-glibc-devel-%{version}
%build
cat > version.h <<-BOGUS