rpms/xorg-x11-drv-evdev/devel .cvsignore, 1.40, 1.41 sources, 1.40, 1.41 xorg-x11-drv-evdev.spec, 1.62, 1.63

Peter Hutterer whot at fedoraproject.org
Wed Jan 6 04:27:47 UTC 2010


Author: whot

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

Modified Files:
	.cvsignore sources xorg-x11-drv-evdev.spec 
Log Message:
* Wed Jan 06 2010 Peter Hutterer <peter.hutterer at redhat.com> 2.3.0-1
- evdev 2.3.0
- BuildRequires xorg-x11-util-macros 1.3.0
- Fix tab/spaces mix in spec file.
- Use global instead of define.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-evdev/devel/.cvsignore,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- .cvsignore	8 Oct 2009 05:53:43 -0000	1.40
+++ .cvsignore	6 Jan 2010 04:27:46 -0000	1.41
@@ -1 +1 @@
-xf86-input-evdev-2.2.99.2.tar.bz2
+xf86-input-evdev-2.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-evdev/devel/sources,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- sources	8 Oct 2009 05:53:43 -0000	1.40
+++ sources	6 Jan 2010 04:27:46 -0000	1.41
@@ -1 +1 @@
-2412a5d422169e79bde62b8362bc70b7  xf86-input-evdev-2.2.99.2.tar.bz2
+21dac6461379d67ee3b333c77f63e7bf  xf86-input-evdev-2.3.0.tar.bz2


Index: xorg-x11-drv-evdev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-evdev/devel/xorg-x11-drv-evdev.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- xorg-x11-drv-evdev.spec	8 Oct 2009 05:53:43 -0000	1.62
+++ xorg-x11-drv-evdev.spec	6 Jan 2010 04:27:46 -0000	1.63
@@ -1,16 +1,16 @@
-%define tarball xf86-input-evdev
-%define moduledir %(pkg-config xorg-server --variable=moduledir )
-%define driverdir	%{moduledir}/input
+%global tarball xf86-input-evdev
+%global moduledir %(pkg-config xorg-server --variable=moduledir )
+%global driverdir %{moduledir}/input
 
 #define gitdate 20090923
 
 Summary:    Xorg X11 evdev input driver
-Name:	    xorg-x11-drv-evdev
-Version:    2.2.99.2
+Name:       xorg-x11-drv-evdev
+Version:    2.3.0
 Release:    1%{?dist}
-URL:	    http://www.x.org
+URL:        http://www.x.org
 License:    MIT
-Group:	    User Interface/X Hardware Support
+Group:      User Interface/X Hardware Support
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
@@ -23,11 +23,12 @@ ExcludeArch: s390 s390x
 BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-server-sdk >= 1.5.99.1
 BuildRequires: libxkbfile-devel
+BuildRequires: xorg-x11-util-macros >= 1.3.0
 
 Requires:  xorg-x11-server-Xorg >= 1.5.99.1
 Requires:  xkeyboard-config >= 1.4-1
 
-%description 
+%description
 X.Org X11 evdev input driver.
 
 %prep
@@ -59,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %package devel
 Summary:    Xorg X11 evdev input driver development package.
-Group:	    Development/Libraries
+Group:      Development/Libraries
 %description devel
 X.Org X11 evdev input driver development files.
 
@@ -71,6 +72,12 @@ X.Org X11 evdev input driver development
 
 
 %changelog
+* Wed Jan 06 2010 Peter Hutterer <peter.hutterer at redhat.com> 2.3.0-1
+- evdev 2.3.0
+- BuildRequires xorg-x11-util-macros 1.3.0
+- Fix tab/spaces mix in spec file.
+- Use global instead of define.
+
 * Thu Oct 08 2009 Peter Hutterer <peter.hutterer at redhat.com> 2.2.99.2-1
 - evdev 2.2.99.2
 




More information about the fedora-extras-commits mailing list