forked from pool/linux-glibc-devel
Accepting request 74810 from home:a_jaeger:branches:openSUSE:Factory
Update to 3.0 rc5 OBS-URL: https://build.opensuse.org/request/show/74810 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=30
This commit is contained in:
parent
cf72d6ced8
commit
4934435cf6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44724bab7e24317ecb08905f02d6abd246fe21af85eedd3843c67d20549dcb7e
|
||||
size 742507
|
3
linux-glibc-devel-3.0.tar.bz2
Normal file
3
linux-glibc-devel-3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7f5582269ce485d58c81d7270820478dfe8ec193bbb8207fe51ba4709a64eb9
|
||||
size 757542
|
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 07:51:04 UTC 2011 - aj@suse.de
|
||||
|
||||
- Update kernel headers to 2.6.39.
|
||||
- Update kernel headers to 3.0 (from 3.0-rc5).
|
||||
- Remove linux-glibc-devel.SuSE.TIOCGDEV.patch since it's upstream
|
||||
now.
|
||||
- Fix obsoletes.
|
||||
|
@ -24,7 +24,7 @@ Summary: Linux headers for userspace development
|
||||
Group: Development/Libraries/C and C++
|
||||
BuildArch: noarch
|
||||
# this confusing version number has no meaning
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
Release: 1
|
||||
Url: http://www.kernel.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -85,7 +85,7 @@ cat > version.h <<-BOGUS
|
||||
#error "======================================================="
|
||||
#else
|
||||
#define UTS_RELEASE "%{version}"
|
||||
#define LINUX_VERSION_CODE `bash -c 'v="%{version}";read a b c d <<< "${v//./ }";echo "$(( (($a) << 16) + (($b) << 8) + ($c) ))"'`
|
||||
#define LINUX_VERSION_CODE `bash -c 'v="%{version}";c=0;read a b <<< "${v//./ }";echo "$(( (($a) << 16) + (($b) << 8) + ($c) ))"'`
|
||||
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
||||
#endif
|
||||
BOGUS
|
||||
|
Loading…
Reference in New Issue
Block a user