2 Commits

4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42cf061de1534ea8a5da323906078d71fb57c06b1663d9335bcd2b23ed41d00b
size 15725

3
pagein-0.01.11.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6de40be5a40fe1ca5dca1192ca1907aad602db2bc3340e0088b27a3f82571d36
size 15438

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 28 08:47:00 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.01.11:
* use off64_t for fdmem seeks, check for -ve offsets
-------------------------------------------------------------------
Mon Jan 2 20:09:02 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -3,6 +3,7 @@
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2018, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +19,7 @@
Name: pagein
Version: 0.01.09
Version: 0.01.11
Release: 0
Summary: A tool to force swapped out pages back into memory
License: GPL-2.0-only
@@ -43,7 +44,7 @@ BuildArch: noarch
Bash completion script for %{name}.
%prep
%setup -q
%autosetup -p1
%build
export CFLAGS="%{optflags}"
@@ -58,6 +59,7 @@ export CFLAGS="%{optflags}"
%{_mandir}/man1/pagein.1%{?ext_man}
%files bash-completion
%license COPYING
%{_datadir}/bash-completion/completions/%{name}
%changelog