From 742700df60aeff5091e000ebf049ca6d0531a99a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 19 2015 03:41:34 +0000 Subject: import xorg-x11-xauth-1.0.9-1.el7 --- diff --git a/.gitignore b/.gitignore index e7f0bc1..3018d1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/xauth-1.0.7.tar.bz2 +SOURCES/xauth-1.0.9.tar.bz2 diff --git a/.xorg-x11-xauth.metadata b/.xorg-x11-xauth.metadata index 6211051..c082fb0 100644 --- a/.xorg-x11-xauth.metadata +++ b/.xorg-x11-xauth.metadata @@ -1 +1 @@ -54f93f0539a98900c36c4f7c8ae933f77699dc7b SOURCES/xauth-1.0.7.tar.bz2 +5d1f9f59aea271af8fc098cedef469f7a9337747 SOURCES/xauth-1.0.9.tar.bz2 diff --git a/SOURCES/0001-usage-Print-summary-for-the-n-option.patch b/SOURCES/0001-usage-Print-summary-for-the-n-option.patch index 1c28e7a..79c9310 100644 --- a/SOURCES/0001-usage-Print-summary-for-the-n-option.patch +++ b/SOURCES/0001-usage-Print-summary-for-the-n-option.patch @@ -1,25 +1,27 @@ -From 85fdd99f8d80b370caad30fc09e2b1b18a43b1d6 Mon Sep 17 00:00:00 2001 +From 2f4dd910fd2964cc2d9c1006c41681beac63b91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 26 Sep 2013 12:30:03 -0400 -Subject: [PATCH] usage(): Print summary for the -n option +Subject: [PATCH xauth] usage(): Print summary for the -n option This option is mentioned in the man page, but not in the help text + +Signed-off-by: Hans de Goede --- xauth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xauth.c b/xauth.c -index 13f6ace..4db47fb 100644 +index 85fcaf4..d9efda0 100644 --- a/xauth.c +++ b/xauth.c -@@ -67,6 +67,7 @@ usage(void) +@@ -68,6 +68,7 @@ usage(void) " -q turn off extra messages", " -i ignore locks on authority file", " -b break locks on authority file", +" -n do not resolve host names in authority file", + " -V show version number of xauth", "", "and commands have the following syntax:", - "", -- -1.8.3.1 +2.4.0 diff --git a/SPECS/xorg-x11-xauth.spec b/SPECS/xorg-x11-xauth.spec index 95a91ce..4d59df2 100644 --- a/SPECS/xorg-x11-xauth.spec +++ b/SPECS/xorg-x11-xauth.spec @@ -2,8 +2,8 @@ Summary: X.Org X11 X authority utilities Name: xorg-x11-%{pkgname} -Version: 1.0.7 -Release: 6.1%{?dist} +Version: 1.0.9 +Release: 1%{?dist} # NOTE: Remove Epoch line if package gets renamed Epoch: 1 License: MIT @@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/xauth.1* %changelog +* Wed May 13 2015 Hans de Goede - 1.0.9-1 +- xauth 1.0.9 +- Resolves: rhbz#1194893 + * Wed Feb 12 2014 Adam Jackson 1.0.7-6.1 - Mass rebuild