diff --git a/sessreg-1.0.8.tar.bz2 b/sessreg-1.0.8.tar.bz2 deleted file mode 100644 index 5449000..0000000 --- a/sessreg-1.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e2accc6272fcc2321aef7370f4ccf0df0fe259b2e942938264e2aaedee6c4c3 -size 126979 diff --git a/sessreg-1.1.0.tar.bz2 b/sessreg-1.1.0.tar.bz2 new file mode 100644 index 0000000..3efa24b --- /dev/null +++ b/sessreg-1.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551177657835e0902b5eee7b19713035beaa1581bbd3c6506baa553e751e017c +size 134484 diff --git a/sessreg.changes b/sessreg.changes index 1303798..b616877 100644 --- a/sessreg.changes +++ b/sessreg.changes @@ -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 diff --git a/sessreg.spec b/sessreg.spec index 3959b71..fbc6db8 100644 --- a/sessreg.spec +++ b/sessreg.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: sessreg -Version: 1.0.8 +Version: 1.1.0 Release: 0 Summary: Utility to manage utmp/wtmp entries for X sessions License: MIT @@ -26,7 +26,7 @@ Url: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 BuildRequires: pkg-config 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 Conflicts: xorg-x11 <= 7.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build