diff --git a/sessreg-1.1.1.tar.bz2 b/sessreg-1.1.1.tar.bz2 deleted file mode 100644 index 4976a58..0000000 --- a/sessreg-1.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78a76ae3f3f6a26547a34630d1b740f42344848b5fb6d7c9c7f7da255e35a6e1 -size 136044 diff --git a/sessreg-1.1.2.tar.bz2 b/sessreg-1.1.2.tar.bz2 new file mode 100644 index 0000000..be90174 --- /dev/null +++ b/sessreg-1.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcb9e954273ace63879aec053c7880466f8755752a35aa9ced3fa5f04fd2c33 +size 137612 diff --git a/sessreg.changes b/sessreg.changes index 5323e74..b778253 100644 --- a/sessreg.changes +++ b/sessreg.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 11 09:37:50 UTC 2019 - Stefan Dirsch + +- Update to version 1.1.2 + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * Add comment about why safe_strncpy isn't replaced with strlcpy + * Fix missing defines _PATH_WTMPX/_PATH_UTMPX in musl + * Replace strncpy calls with a sane version that always terminates + ------------------------------------------------------------------- Wed Mar 1 13:57:12 UTC 2017 - tobias.johannes.klausmann@mni.thm.de diff --git a/sessreg.spec b/sessreg.spec index 4df2fad..0b22afa 100644 --- a/sessreg.spec +++ b/sessreg.spec @@ -1,7 +1,7 @@ # # spec file for package sessreg # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: sessreg -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: Utility to manage utmp/wtmp entries for X sessions License: MIT @@ -51,7 +51,7 @@ make %{?_smp_mflags} %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README +%doc AUTHORS ChangeLog COPYING README.md %{_bindir}/sessreg %{_mandir}/man1/sessreg.1%{?ext_man}