Accepting request 710098 from X11:XOrg
- 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 OBS-URL: https://build.opensuse.org/request/show/710098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sessreg?expand=0&rev=12
This commit is contained in:
commit
e908e14b46
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78a76ae3f3f6a26547a34630d1b740f42344848b5fb6d7c9c7f7da255e35a6e1
|
||||
size 136044
|
3
sessreg-1.1.2.tar.bz2
Normal file
3
sessreg-1.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfcb9e954273ace63879aec053c7880466f8755752a35aa9ced3fa5f04fd2c33
|
||||
size 137612
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 09:37:50 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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,8 @@ make %{?_smp_mflags}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING README
|
||||
%doc AUTHORS ChangeLog README.md
|
||||
%license COPYING
|
||||
%{_bindir}/sessreg
|
||||
%{_mandir}/man1/sessreg.1%{?ext_man}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user