forked from pool/sessreg
Accepting request 156467 from home:Zaitor:branches:X11:XOrg
Update to version 1.0.8 OBS-URL: https://build.opensuse.org/request/show/156467 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/sessreg?expand=0&rev=4
This commit is contained in:
parent
dc6cf3645d
commit
1b6a63de0b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8734ee580264ab92e984d8f84611dada89906d6b548334a5e7d4b0ddba7c2e52
|
||||
size 120461
|
3
sessreg-1.0.8.tar.bz2
Normal file
3
sessreg-1.0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e2accc6272fcc2321aef7370f4ccf0df0fe259b2e942938264e2aaedee6c4c3
|
||||
size 126979
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 19:25:31 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.0.8:
|
||||
+ Add -V option to print version number.
|
||||
+ Combine usage message into a single string.
|
||||
+ Fix some clang warnings about implicit conversions.
|
||||
+ Remove dubious code.
|
||||
+ Make the `line' variable local to main().
|
||||
+ Place NetBSD specific #defines in the proper place.
|
||||
+ Fix compilation on NetBSD - undefined *TMPX paths (fdo#50940).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 14 20:14:19 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
11
sessreg.spec
11
sessreg.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sessreg
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,13 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: sessreg
|
||||
Version: 1.0.7
|
||||
Release: 1
|
||||
License: MIT
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
Summary: Utility to manage utmp/wtmp entries for X sessions
|
||||
Url: http://xorg.freedesktop.org/
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user