[xorg-x11-xauth] Rebase to 1.0.9 (rhbz#1018603)

Hans de Goede jwrdegoede at fedoraproject.org
Thu Jul 3 14:28:59 UTC 2014


commit 51b7ac800222726730a117aa521c04d8bddd45ab
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Thu Jul 3 16:29:09 2014 +0200

    Rebase to 1.0.9 (rhbz#1018603)
    
    - Fixes ssh -Y failure from remote GDM session (rhbz#505545)

 .gitignore          |    1 +
 sources             |    2 +-
 xorg-x11-xauth.spec |   18 ++++++++++--------
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eabdf08..7fbbcfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 xauth-1.0.2.tar.bz2
 /xauth-1.0.6.tar.bz2
 /xauth-1.0.7.tar.bz2
+/xauth-1.0.9.tar.bz2
diff --git a/sources b/sources
index f44957a..f5876a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cbcbd8f2156a53b609800bec4c6b6c0e  xauth-1.0.7.tar.bz2
+7d6003f32838d5b688e2c8a131083271  xauth-1.0.9.tar.bz2
diff --git a/xorg-x11-xauth.spec b/xorg-x11-xauth.spec
index 01786e9..ecada12 100644
--- a/xorg-x11-xauth.spec
+++ b/xorg-x11-xauth.spec
@@ -2,8 +2,8 @@
 
 Summary: X.Org X11 X authority utilities
 Name: xorg-x11-%{pkgname}
-Version: 1.0.7
-Release: 5%{?dist}
+Version: 1.0.9
+Release: 1%{?dist}
 # NOTE: Remove Epoch line if package gets renamed
 Epoch: 1
 License: MIT
@@ -17,6 +17,7 @@ BuildRequires: libX11-devel
 BuildRequires: libXau-devel
 BuildRequires: libXext-devel
 BuildRequires: libXmu-devel
+BuildRequires: cmdtest
 
 Provides: xauth
 
@@ -32,21 +33,22 @@ used in connecting to an X server.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
+%make_install
 
-make install DESTDIR=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%check
+make check
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/xauth
 #%dir %{_mandir}/man1x
 %{_mandir}/man1/xauth.1*
 
 %changelog
+* Thu Jul  3 2014 Hans de Goede <hdegoede at redhat.com> - 1:1.0.9-1
+- Rebase to 1.0.9 (rhbz#1018603)
+- Fixes ssh -Y failure from remote GDM session (rhbz#505545)
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.0.7-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list