Accepting request 1206653 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1206653 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/numactl?expand=0&rev=75
This commit is contained in:
commit
203e244194
7
_service
7
_service
@ -1,13 +1,12 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="localonly">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/numactl/numactl</param>
|
||||
<param name="revision">HEAD</param>
|
||||
<param name="url">http://github.com/numactl/numactl</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.g%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="localonly"/>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/numactl/numactl</param>
|
||||
<param name="changesrevision">3871b1c42fc71bceadafd745d2eff5dddfc2d67e</param></service></servicedata>
|
||||
<param name="changesrevision">4bfdcc6e6111c5bf5d4ccb46f227aea80cc57159</param></service><service name="tar_scm">
|
||||
<param name="url">http://github.com/numactl/numactl</param>
|
||||
<param name="changesrevision">6c14bd59d438ebb5ef828e393e8563ba18f59cb2</param></service></servicedata>
|
BIN
numactl-2.0.18.0.g3871b1c.obscpio
(Stored with Git LFS)
BIN
numactl-2.0.18.0.g3871b1c.obscpio
(Stored with Git LFS)
Binary file not shown.
3
numactl-2.0.18.10.g6c14bd5.obscpio
Normal file
3
numactl-2.0.18.10.g6c14bd5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b2a067f457bc4270483914e01b8536e9a26c043a68503f5f3aa2a986dc31138
|
||||
size 901132
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 10 08:37:28 UTC 2024 - trenn@suse.de
|
||||
|
||||
- Update to version 2.0.18.10.g6c14bd5:
|
||||
* Save and restore errno when probing for SET_PREFERRED_MANY
|
||||
* libnuma: fix nodemask allocation size for get_mempolicy
|
||||
* Update numactl.c
|
||||
* numastat: eliminate hard-coded tables
|
||||
* Don't fail build when set_mempolicy_home_node syscall is unknown
|
||||
* numactl: Add documentation for weighted interleave
|
||||
* numactl: Fix RESOURCE_LEAK in show()
|
||||
* numademo: Fix the using of the uninitialized value
|
||||
* Add `-w` and `--weighted-interleave` for weighted interleave mode
|
||||
* Fix fallback for set_mempolicy_home_node syscall
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 12:59:04 UTC 2024 - trenn@suse.de
|
||||
|
||||
- Update to version 2.0.18.5.g4bfdcc6:
|
||||
* numactl: Add documentation for weighted interleave
|
||||
* numactl: Fix RESOURCE_LEAK in show()
|
||||
* numademo: Fix the using of the uninitialized value
|
||||
* Add `-w` and `--weighted-interleave` for weighted interleave mode
|
||||
* Fix fallback for set_mempolicy_home_node syscall
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 14:07:43 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: numactl
|
||||
version: 2.0.18.0.g3871b1c
|
||||
mtime: 1707290436
|
||||
commit: 3871b1c42fc71bceadafd745d2eff5dddfc2d67e
|
||||
version: 2.0.18.10.g6c14bd5
|
||||
mtime: 1726580702
|
||||
commit: 6c14bd59d438ebb5ef828e393e8563ba18f59cb2
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: numactl
|
||||
Version: 2.0.18.0.g3871b1c
|
||||
Version: 2.0.18.10.g6c14bd5
|
||||
Release: 0
|
||||
Summary: NUMA Policy Control
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user