From c85896d250d309b153dc1bf24a476904190120ed5ffa5c870a1d9ba478cdf027 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 21 Apr 2022 06:23:58 +0000 Subject: [PATCH] Accepting request 971228 from home:susnux:branches:benchmark - Update to 0.01.08 * Fix potential array overflow on array prot, make it 1 byte larger - Fixed URL and SourceURL (previous were orphaned) OBS-URL: https://build.opensuse.org/request/show/971228 OBS-URL: https://build.opensuse.org/package/show/benchmark/pagein?expand=0&rev=12 --- pagein-0.01.06.tar.gz | 3 --- pagein-0.01.08.tar.gz | 3 +++ pagein.changes | 7 +++++++ pagein.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 pagein-0.01.06.tar.gz create mode 100644 pagein-0.01.08.tar.gz diff --git a/pagein-0.01.06.tar.gz b/pagein-0.01.06.tar.gz deleted file mode 100644 index 8f177df..0000000 --- a/pagein-0.01.06.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2f18f2c8b2e6f6f8f525126909b56ab028387aa53f2b42743dbdc78458efbf8 -size 12774 diff --git a/pagein-0.01.08.tar.gz b/pagein-0.01.08.tar.gz new file mode 100644 index 0000000..6642bec --- /dev/null +++ b/pagein-0.01.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc1b0dc7a21679829247988145a5146ab4cb323b23863fca6ed23996f4a664a +size 15390 diff --git a/pagein.changes b/pagein.changes index a634b8c..0336531 100644 --- a/pagein.changes +++ b/pagein.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 20 18:19:53 UTC 2022 - Ferdinand Thiessen + +- Update to 0.01.08 + * Fix potential array overflow on array prot, make it 1 byte larger +- Fixed URL and SourceURL (previous were orphaned) + ------------------------------------------------------------------- Mon May 17 22:21:40 UTC 2021 - Ferdinand Thiessen diff --git a/pagein.spec b/pagein.spec index dd3f240..8f32769 100644 --- a/pagein.spec +++ b/pagein.spec @@ -1,7 +1,7 @@ # # spec file for package pagein # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2018, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -18,13 +18,13 @@ Name: pagein -Version: 0.01.06 +Version: 0.01.08 Release: 0 Summary: A tool to force swapped out pages back into memory License: GPL-2.0-only Group: System/Monitoring -URL: https://kernel.ubuntu.com/~cking/pagein/ -Source: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz +URL: https://github.com/ColinIanKing/pagein +Source: %{url}/archive/refs/tags/V%{version}.tar.gz#/%{name}-%{version}.tar.gz %description Pagein is a tool that forces pages that are in swap to be paged in back