forked from pool/sessreg
Accepting request 283480 from home:Zaitor:branches:X11:XOrg
- Update to version 1.1.0: + Include utmp.h if present, even if we're using utmpx interfaces. + Attempt to modernize and better disentangle utmp vs. utmpx in the man page. + Stop disabling utmpx & wtmpx calls when -u & -w arguments are passed. + If both utmp & utmpx interfaces are available, just use utmpx. + Zero initialize struct utmpx, as we already do for struct utmp. + Print which option was in error along with usage message. + autogen.sh: Honor NOCONFIGURE=1. + configure: Drop AM_MAINTAINER_MODE. OBS-URL: https://build.opensuse.org/request/show/283480 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/sessreg?expand=0&rev=7
This commit is contained in:
parent
6d914ff188
commit
fbe95e0fae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0e2accc6272fcc2321aef7370f4ccf0df0fe259b2e942938264e2aaedee6c4c3
|
|
||||||
size 126979
|
|
3
sessreg-1.1.0.tar.bz2
Normal file
3
sessreg-1.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:551177657835e0902b5eee7b19713035beaa1581bbd3c6506baa553e751e017c
|
||||||
|
size 134484
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 30 15:18:48 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.1.0:
|
||||||
|
+ Include utmp.h if present, even if we're using utmpx
|
||||||
|
interfaces.
|
||||||
|
+ Attempt to modernize and better disentangle utmp vs. utmpx in
|
||||||
|
the man page.
|
||||||
|
+ Stop disabling utmpx & wtmpx calls when -u & -w arguments are
|
||||||
|
passed.
|
||||||
|
+ If both utmp & utmpx interfaces are available, just use utmpx.
|
||||||
|
+ Zero initialize struct utmpx, as we already do for struct utmp.
|
||||||
|
+ Print which option was in error along with usage message.
|
||||||
|
+ autogen.sh: Honor NOCONFIGURE=1.
|
||||||
|
+ configure: Drop AM_MAINTAINER_MODE.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 26 19:25:31 UTC 2013 - zaitor@opensuse.org
|
Tue Feb 26 19:25:31 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sessreg
|
# spec file for package sessreg
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sessreg
|
Name: sessreg
|
||||||
Version: 1.0.8
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to manage utmp/wtmp entries for X sessions
|
Summary: Utility to manage utmp/wtmp entries for X sessions
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,7 +26,7 @@ Url: http://xorg.freedesktop.org/
|
|||||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.4
|
BuildRequires: pkgconfig(xorg-macros) >= 1.4
|
||||||
BuildRequires: pkgconfig(xproto)
|
BuildRequires: pkgconfig(xproto) >= 7.0.25
|
||||||
# This was part of the xorg-x11 package up to version 7.6
|
# This was part of the xorg-x11 package up to version 7.6
|
||||||
Conflicts: xorg-x11 <= 7.6
|
Conflicts: xorg-x11 <= 7.6
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user