rpms/xorg-x11-apps/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xorg-x11-apps.spec, 1.28, 1.29

Peter Hutterer whot at fedoraproject.org
Mon Sep 8 18:53:08 UTC 2008


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-apps/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31914

Modified Files:
	.cvsignore sources xorg-x11-apps.spec 
Log Message:
* Tue Sep 9 2008 Peter Hutterer <peter.hutterer at redhat.com> 7.3-5
- Add xinput tool.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-apps/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	24 Sep 2007 19:35:59 -0000	1.9
+++ .cvsignore	8 Sep 2008 18:52:38 -0000	1.10
@@ -15,3 +15,4 @@
 xwud-1.0.1.tar.bz2
 xconsole-1.0.3.tar.bz2
 xmessage-1.0.2.tar.bz2
+xinput-1.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-apps/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	24 Sep 2007 19:35:59 -0000	1.9
+++ sources	8 Sep 2008 18:52:38 -0000	1.10
@@ -15,3 +15,4 @@
 6e3c5d0297d88e890b6f5df31f73dd60  xwud-1.0.1.tar.bz2
 0e1a3110bebabecc2897d67a973526b0  xconsole-1.0.3.tar.bz2
 b4b561ef11fd184989a6062962e86748  xmessage-1.0.2.tar.bz2
+977d657e8d7b59f7d82c98ebef444b28  xinput-1.3.0.tar.bz2


Index: xorg-x11-apps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-apps/devel/xorg-x11-apps.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- xorg-x11-apps.spec	15 Jul 2008 17:33:35 -0000	1.28
+++ xorg-x11-apps.spec	8 Sep 2008 18:52:38 -0000	1.29
@@ -5,7 +5,7 @@
 # NOTE: The package version should be set to the X11 major release from which
 # the OS release is based upon.
 Version: 7.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.x.org
@@ -31,6 +31,7 @@
 Source14: ftp://ftp.x.org/pub/individual/app/xlogo-1.0.1.tar.bz2
 Source15: ftp://ftp.x.org/pub/individual/app/xmag-1.0.2.tar.bz2
 Source16: ftp://ftp.x.org/pub/individual/app/xmessage-1.0.2.tar.bz2
+Source17: ftp://ftp.x.org/pub/individual/app/xinput-1.3.0.tar.bz2
 
 Patch0: x11perf-1.4.1-x11perf-datadir-cleanups.patch
 Patch1: luit-1.0.1-locale.alias-datadir.patch
@@ -57,11 +58,12 @@
 BuildRequires: libXcursor-devel
 BuildRequires: libpng-devel
 BuildRequires: libXfixes-devel
+BuildRequires: libXi-devel
 
 Requires(pre): xorg-x11-filesystem >= 0.99.2-3
 
 Provides: luit oclock x11perf xbiff xclipboard xclock xconsole xcursorgen
-Provides: xeyes xkill xload xlogo xmag xmessage xpr xwd xwud
+Provides: xeyes xkill xload xlogo xmag xmessage xpr xwd xwud xinput
 
 # NOTE: xwd, xwud, luit used to be in these.
 Obsoletes: XFree86, xorg-x11
@@ -71,7 +73,7 @@
 A collection of common X Window System applications.
 
 %prep
-%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16
+%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17
 %patch0 -p0 -b .x11perf-datadir-cleanups
 %patch1 -p0 -b .locale.alias-datadir
 %patch2 -p0 -b .streams-me-softer
@@ -126,6 +128,7 @@
 %{_bindir}/xcutsel
 %{_bindir}/xdpr
 %{_bindir}/xeyes
+%{_bindir}/xinput
 %{_bindir}/xkill
 %{_bindir}/xload
 %{_bindir}/xlogo
@@ -165,6 +168,7 @@
 %{_mandir}/man1/xcutsel.1*
 %{_mandir}/man1/xdpr.1*
 %{_mandir}/man1/xeyes.1*
+%{_mandir}/man1/xinput.1*
 %{_mandir}/man1/xkill.1*
 %{_mandir}/man1/xload.1*
 %{_mandir}/man1/xlogo.1*
@@ -175,6 +179,9 @@
 %{_mandir}/man1/xwud.1*
 
 %changelog
+* Tue Sep 9 2008 Peter Hutterer <peter.hutterer at redhat.com> 7.3-5
+- Add xinput tool.
+
 * Tue Jul 15 2008 Adam Jackson <ajax at redhat.com> 7.3-4
 - Fix license tag.
 




More information about the fedora-extras-commits mailing list