diff --git a/SOURCES/0001-usage-Print-summary-for-the-n-option.patch b/SOURCES/0001-usage-Print-summary-for-the-n-option.patch new file mode 100644 index 0000000..1c28e7a --- /dev/null +++ b/SOURCES/0001-usage-Print-summary-for-the-n-option.patch @@ -0,0 +1,25 @@ +From 85fdd99f8d80b370caad30fc09e2b1b18a43b1d6 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 + +This option is mentioned in the man page, but not in the help text +--- + xauth.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/xauth.c b/xauth.c +index 13f6ace..4db47fb 100644 +--- a/xauth.c ++++ b/xauth.c +@@ -67,6 +67,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", + "", + "and commands have the following syntax:", + "", +-- +1.8.3.1 + diff --git a/SPECS/xorg-x11-xauth.spec b/SPECS/xorg-x11-xauth.spec index fa0d2f8..95a91ce 100644 --- a/SPECS/xorg-x11-xauth.spec +++ b/SPECS/xorg-x11-xauth.spec @@ -3,12 +3,13 @@ Summary: X.Org X11 X authority utilities Name: xorg-x11-%{pkgname} Version: 1.0.7 -Release: 3%{?dist} +Release: 6.1%{?dist} # NOTE: Remove Epoch line if package gets renamed Epoch: 1 License: MIT Group: User Interface/X URL: http://www.x.org +Patch0: 0001-usage-Print-summary-for-the-n-option.patch Source0: ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2 @@ -27,6 +28,8 @@ used in connecting to an X server. %prep %setup -q -n %{pkgname}-%{version} +%patch0 -p1 -b .manpage + %build %configure make %{?_smp_mflags} @@ -47,6 +50,18 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/xauth.1* %changelog +* Wed Feb 12 2014 Adam Jackson 1.0.7-6.1 +- Mass rebuild + +* Mon Jan 6 2014 Soren Sandmann - 1.0.7-6 +- Rebuild + +* Fri Dec 27 2013 Daniel Mach - 1:1.0.7-5 +- Mass rebuild 2013-12-27 + +* Tue Dec 17 2013 Soren Sandmann - 1.0.7-4 +- Man page fixes (bz 948898) + * Fri Feb 15 2013 Fedora Release Engineering - 1:1.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild