From cc5494e4f4e00327b89e564ff4df8331da948fdc972dd770184767b6b21b12f6 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 25 Mar 2024 02:09:53 +0000 Subject: [PATCH] Accepting request 1161198 from home:dirkmueller:Factory - update to 1.2.0: * Use imdent to realign remaining pre-processer directives * Use autoconf to check for instead of OS-specific ifdefs * configure: Use AC_SYS_LARGEFILE to enable large file support * Handle files whose sizes, inode numbers, or timestamps may be out of range of the original 32-bit APIs * Use asprintf() if available * Add -help and -version options * Print which arguments were unknown before giving usage message did in 2013. OBS-URL: https://build.opensuse.org/request/show/1161198 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xload?expand=0&rev=12 --- xload-1.1.4.tar.xz | 3 --- xload-1.2.0.tar.xz | 3 +++ xload.changes | 18 +++++++++++++++++- xload.spec | 4 ++-- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 xload-1.1.4.tar.xz create mode 100644 xload-1.2.0.tar.xz diff --git a/xload-1.1.4.tar.xz b/xload-1.1.4.tar.xz deleted file mode 100644 index e81b5eb..0000000 --- a/xload-1.1.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8346b99120db24e0f42920f7f12e23e9b1b407d3a66ce419990387b608373031 -size 133204 diff --git a/xload-1.2.0.tar.xz b/xload-1.2.0.tar.xz new file mode 100644 index 0000000..2cfd17e --- /dev/null +++ b/xload-1.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0fe6d624e1a25c1707e2d56407b979d6a78d64271df9ea0a89d99b81b59a80 +size 134996 diff --git a/xload.changes b/xload.changes index 6f080f8..73b5dd4 100644 --- a/xload.changes +++ b/xload.changes @@ -1,9 +1,25 @@ +------------------------------------------------------------------- +Sun Mar 24 21:50:21 UTC 2024 - Dirk Müller + +- update to 1.2.0: + * Use imdent to realign remaining pre-processer directives + * Use autoconf to check for instead of + OS-specific ifdefs + * configure: Use AC_SYS_LARGEFILE to enable large file + support + * Handle files whose sizes, inode numbers, or timestamps + may be out of range of the original 32-bit APIs + * Use asprintf() if available + * Add -help and -version options + * Print which arguments were unknown before giving usage + message + ------------------------------------------------------------------- Mon Apr 4 10:23:19 UTC 2022 - Stefan Dirsch - Update to version 1.1.4 * This release ends support for SGI Irix, which SGI themselves - did in 2013. + did in 2013. ------------------------------------------------------------------- Fri Dec 3 14:05:49 UTC 2021 - Dirk Müller diff --git a/xload.spec b/xload.spec index 7d4e678..bf30add 100644 --- a/xload.spec +++ b/xload.spec @@ -1,7 +1,7 @@ # # spec file for package xload # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: xload -Version: 1.1.4 +Version: 1.2.0 Release: 0 Summary: X utility to display system load average License: MIT