From 723e214431ca25c459f7d2a4678e9fbd2c11f3ed4f71facf0eebbbfd79197d57 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 26 Apr 2023 09:51:55 +0000 Subject: [PATCH 1/2] Accepting request 1082951 from home:kukuk:cleanup OBS-URL: https://build.opensuse.org/request/show/1082951 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/wtmpdb?expand=0&rev=7 --- wtmpdb-0.4.0.tar.xz | 3 --- wtmpdb-0.5.0.tar.xz | 3 +++ wtmpdb.changes | 8 ++++++++ wtmpdb.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 wtmpdb-0.4.0.tar.xz create mode 100644 wtmpdb-0.5.0.tar.xz diff --git a/wtmpdb-0.4.0.tar.xz b/wtmpdb-0.4.0.tar.xz deleted file mode 100644 index a3a1fc3..0000000 --- a/wtmpdb-0.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25866400e48842224c814848c213297dfa4acfed3b3a5aab8fbbe5d96be147f2 -size 16156 diff --git a/wtmpdb-0.5.0.tar.xz b/wtmpdb-0.5.0.tar.xz new file mode 100644 index 0000000..2141231 --- /dev/null +++ b/wtmpdb-0.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ea371e9a57cfa168635f35a19c1e429f185a9f12b8b564d38130658f5c96fe +size 16328 diff --git a/wtmpdb.changes b/wtmpdb.changes index e80257e..4aadac7 100644 --- a/wtmpdb.changes +++ b/wtmpdb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 26 09:11:23 UTC 2023 - Thorsten Kukuk + +- Update to version 0.5.0 + - Use uint64_t instead of usec_t to avoid conflicts + - wtmpdb boot: ore accurate calculation of boot time + + ------------------------------------------------------------------- Mon Apr 24 09:46:56 UTC 2023 - Thorsten Kukuk diff --git a/wtmpdb.spec b/wtmpdb.spec index e0c7606..518c7ac 100644 --- a/wtmpdb.spec +++ b/wtmpdb.spec @@ -18,7 +18,7 @@ %define lname libwtmpdb0 Name: wtmpdb -Version: 0.4.0 +Version: 0.5.0 Release: 0 Summary: Reports last logged in users and system reboots License: BSD-2-Clause From afed0a284df8f9d944de6971f6bd27740bf3972332d6ade9adca4a9ee06e38b8 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 26 Apr 2023 11:34:27 +0000 Subject: [PATCH 2/2] Accepting request 1082983 from home:kukuk:cleanup - wtmpdb boot: more accurate calculation of boot time OBS-URL: https://build.opensuse.org/request/show/1082983 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/wtmpdb?expand=0&rev=8 --- wtmpdb.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wtmpdb.changes b/wtmpdb.changes index 4aadac7..e6292cd 100644 --- a/wtmpdb.changes +++ b/wtmpdb.changes @@ -3,7 +3,7 @@ Wed Apr 26 09:11:23 UTC 2023 - Thorsten Kukuk - Update to version 0.5.0 - Use uint64_t instead of usec_t to avoid conflicts - - wtmpdb boot: ore accurate calculation of boot time + - wtmpdb boot: more accurate calculation of boot time -------------------------------------------------------------------