Accepting request 477929 from home:fschnizlein:branches:Base:System
- Update to 2.20 - Bug Fixes: * Fix keyword collisions and warnings from GCC 5 * hugeadm output is parsed for default size in huge_page_setup_helper * Testsuite: fallocate tests OBS-URL: https://build.opensuse.org/request/show/477929 OBS-URL: https://build.opensuse.org/package/show/Base:System/libhugetlbfs?expand=0&rev=47
This commit is contained in:
parent
19d4993e30
commit
d5f10b6782
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">git://github.com/libhugetlbfs/libhugetlbfs.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">libhugetlbfs</param>
|
||||
<param name="version">2.18.99</param>
|
||||
<param name="revision">next</param>
|
||||
<param name="version">2.20</param>
|
||||
<param name="revision">2.20</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb9f56779d9af2aade386146b26fc76eede22a58fe6009d9ae936108564e88a6
|
||||
size 143708
|
3
libhugetlbfs-2.20.tar.xz
Normal file
3
libhugetlbfs-2.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f01aeb7986baa59a11fc8767952458c786d11b4aeec167ec5257eca38bbf00ad
|
||||
size 145408
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 09:10:07 UTC 2017 - fschnizlein@suse.com
|
||||
|
||||
- Update to 2.20
|
||||
- Bug Fixes:
|
||||
* Fix keyword collisions and warnings from GCC 5
|
||||
* hugeadm output is parsed for default size in huge_page_setup_helper
|
||||
* Testsuite: fallocate tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 6 13:10:03 UTC 2015 - fvogt@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libhugetlbfs
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define my_make_flags V=1 CFLAGS="%{optflags} -fPIC" BUILDTYPE=NATIVEONLY PREFIX=%{_prefix} LIBDIR32=%{_libdir} DESTDIR=%{buildroot}
|
||||
Name: libhugetlbfs
|
||||
Version: 2.18.99
|
||||
Version: 2.20
|
||||
Release: 0
|
||||
Summary: Hugetlbfs helper library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user