SHA256
1
0
forked from pool/xauth

Accepting request 232916 from X11:XOrg

- Update to version 1.0.9
  * Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
  * Do not install test_xauth during "make install" as it is
  * Fix warning about warn_unused_result triggered by WRITES.
  * Fixed missing EXTRA_DIST in tests. Extended README for releasing.

OBS-URL: https://build.opensuse.org/request/show/232916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xauth?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2014-05-10 06:31:54 +00:00 committed by Git OBS Bridge
commit e0f0d0a05a
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8696ae7a50c699d5fb3a41408b60d98843d19ea46e9f09e391cb98c8f7fd4f7
size 146794

3
xauth-1.0.9.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56ce1523eb48b1f8a4f4244fe1c3d8e6af1a3b7d4b0e6063582421b0b68dc28f
size 154976

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 7 10:01:28 UTC 2014 - sndirsch@suse.com
- Update to version 1.0.9
* Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
* Do not install test_xauth during "make install" as it is
* Fix warning about warn_unused_result triggered by WRITES.
* Fixed missing EXTRA_DIST in tests. Extended README for releasing.
-------------------------------------------------------------------
Fri Oct 25 14:48:02 UTC 2013 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xauth
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@ -17,7 +17,7 @@
Name: xauth
Version: 1.0.8
Version: 1.0.9
Release: 0
Summary: Utility to edit and display the X authorization information
License: MIT
@ -55,7 +55,6 @@ make %{?_smp_mflags}
%defattr(-,root,root)
%doc ChangeLog COPYING README
%{_bindir}/xauth
%{_bindir}/test_xauth
%{_mandir}/man1/xauth.1%{?ext_man}
%changelog