forked from pool/sessreg
Accepting request 113618 from home:dimstar:branches:X11:XOrg
Update to 1.0.7 OBS-URL: https://build.opensuse.org/request/show/113618 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/sessreg?expand=0&rev=2
This commit is contained in:
parent
fa3dfacbb1
commit
4cc16e6cca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73f31670842b7d969504a61f3c694bf1911f844831c390396971ae2b74de7190
|
|
||||||
size 113033
|
|
3
sessreg-1.0.7.tar.bz2
Normal file
3
sessreg-1.0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8734ee580264ab92e984d8f84611dada89906d6b548334a5e7d4b0ddba7c2e52
|
||||||
|
size 120461
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 14 20:14:19 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.7:
|
||||||
|
+ Add const attributes to fix gcc -Wwrite-strings warnings
|
||||||
|
+ Make lastlog work on BSD systems without <lastlog.h>.
|
||||||
|
+ Simply define LLOG_FILE and TTYS_FILE unconditionally.
|
||||||
|
+ Fix whitespace inconsistencies.
|
||||||
|
+ Just use time_t directly.
|
||||||
|
+ Only expose the sflag variable when needed.
|
||||||
|
+ Get rid of SYSV definition. Just check for pututline().
|
||||||
|
+ Don't forget to include <sys/types.h> before <utmp.h>.
|
||||||
|
+ Get rid of bzero() calls. Replace them by memset().
|
||||||
|
+ Only split off /dev/ instead trimming to last /.
|
||||||
|
+ Fix typo in function name check.
|
||||||
|
+ Build system fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: sessreg
|
Name: sessreg
|
||||||
Version: 1.0.6
|
Version: 1.0.7
|
||||||
Release: 0
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Utility to manage utmp/wtmp entries for X sessions
|
Summary: Utility to manage utmp/wtmp entries for X sessions
|
||||||
Url: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user