forked from pool/xauth
Accepting request 453882 from X11:XOrg
- Update to version 1.0.10 * include POSIX-standard limits.h for PATH_MAX instead of sys/syslimits.h * autogen.sh: Honor NOCONFIGURE=1 * Clarified RELEASING in README * Fix for xauth failing on ENOSPC (= disk full) * autogen.sh: use quoted string variables * Update DISPLAY parsing to work with new launchd paths in Yosemite * Fix !HAVE_STRLCPY case * Build xauth before running tests. * autogen: add default patch prefix * autogen.sh: stop using maintainer mode * autogen.sh: use exec instead of waiting for configure to finish * usage(): Print summary for the -n option OBS-URL: https://build.opensuse.org/request/show/453882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xauth?expand=0&rev=8
This commit is contained in:
commit
c001842734
3
xauth-1.0.10.tar.bz2
Normal file
3
xauth-1.0.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5afe42ce3cdf4f60520d1658d2b17face45c74050f39af45dccdc95e73fafc4d
|
||||
size 162176
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56ce1523eb48b1f8a4f4244fe1c3d8e6af1a3b7d4b0e6063582421b0b68dc28f
|
||||
size 154976
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 13:27:01 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- Update to version 1.0.10
|
||||
* include POSIX-standard limits.h for PATH_MAX instead of sys/syslimits.h
|
||||
* autogen.sh: Honor NOCONFIGURE=1
|
||||
* Clarified RELEASING in README
|
||||
* Fix for xauth failing on ENOSPC (= disk full)
|
||||
* autogen.sh: use quoted string variables
|
||||
* Update DISPLAY parsing to work with new launchd paths in Yosemite
|
||||
* Fix !HAVE_STRLCPY case
|
||||
* Build xauth before running tests.
|
||||
* autogen: add default patch prefix
|
||||
* autogen.sh: stop using maintainer mode
|
||||
* autogen.sh: use exec instead of waiting for configure to finish
|
||||
* usage(): Print summary for the -n option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 7 10:01:28 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xauth
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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: xauth
|
||||
Version: 1.0.9
|
||||
Version: 1.0.10
|
||||
Release: 0
|
||||
Summary: Utility to edit and display the X authorization information
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user