From cc6cc0ff17bebd0dd72af4d53e1fa607b62f82f1c20e8d2b4bf0ac420dc7971f Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 29 Oct 2022 20:38:44 +0000 Subject: [PATCH] - Update to version 1.1.3 * Fix spelling/wording issues * gitlab CI: add a basic build test * gitlab CI: stop requiring Signed-off-by in commits * Fix -Wstringop-truncation warnings in safe_strncpy() OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/sessreg?expand=0&rev=21 --- sessreg-1.1.2.tar.bz2 | 3 --- sessreg-1.1.3.tar.xz | 3 +++ sessreg.changes | 9 +++++++++ sessreg.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 sessreg-1.1.2.tar.bz2 create mode 100644 sessreg-1.1.3.tar.xz diff --git a/sessreg-1.1.2.tar.bz2 b/sessreg-1.1.2.tar.bz2 deleted file mode 100644 index be90174..0000000 --- a/sessreg-1.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfcb9e954273ace63879aec053c7880466f8755752a35aa9ced3fa5f04fd2c33 -size 137612 diff --git a/sessreg-1.1.3.tar.xz b/sessreg-1.1.3.tar.xz new file mode 100644 index 0000000..d69e4cf --- /dev/null +++ b/sessreg-1.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022acd5de8077dddc4f919961f79e102ecd5f3228a333681af5cd0e7344facc2 +size 131184 diff --git a/sessreg.changes b/sessreg.changes index b778253..4c9db91 100644 --- a/sessreg.changes +++ b/sessreg.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Oct 29 20:36:21 UTC 2022 - Stefan Dirsch + +- Update to version 1.1.3 + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * gitlab CI: stop requiring Signed-off-by in commits + * Fix -Wstringop-truncation warnings in safe_strncpy() + ------------------------------------------------------------------- Tue Jun 11 09:37:50 UTC 2019 - Stefan Dirsch diff --git a/sessreg.spec b/sessreg.spec index d93b8f7..2c4cb4d 100644 --- a/sessreg.spec +++ b/sessreg.spec @@ -1,7 +1,7 @@ # # spec file for package sessreg # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: sessreg -Version: 1.1.2 +Version: 1.1.3 Release: 0 Summary: Utility to manage utmp/wtmp entries for X sessions License: MIT Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +URL: http://xorg.freedesktop.org/ +Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake BuildRequires: pkg-config