rpms/linuxwacom/devel .cvsignore, 1.12, 1.13 linuxwacom-0.7.8.3-sdk-me-harder.patch, 1.2, 1.3 linuxwacom.spec, 1.59, 1.60 sources, 1.12, 1.13 linuxwacom-0.7.9.8-cleanup.patch, 1.1, NONE

Aristeu Sergio Rozanski Filho arozansk at fedoraproject.org
Wed Oct 1 14:49:50 UTC 2008


Author: arozansk

Update of /cvs/pkgs/rpms/linuxwacom/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8222

Modified Files:
	.cvsignore linuxwacom-0.7.8.3-sdk-me-harder.patch 
	linuxwacom.spec sources 
Removed Files:
	linuxwacom-0.7.9.8-cleanup.patch 
Log Message:
* updating to 0.8.1.4




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/linuxwacom/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	5 Mar 2008 00:53:44 -0000	1.12
+++ .cvsignore	1 Oct 2008 14:49:20 -0000	1.13
@@ -1 +1,2 @@
 linuxwacom-0.7.9-8.tar.bz2
+linuxwacom-0.8.1-4.tar.bz2

linuxwacom-0.7.8.3-sdk-me-harder.patch:

Index: linuxwacom-0.7.8.3-sdk-me-harder.patch
===================================================================
RCS file: /cvs/pkgs/rpms/linuxwacom/devel/linuxwacom-0.7.8.3-sdk-me-harder.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linuxwacom-0.7.8.3-sdk-me-harder.patch	5 Mar 2008 00:53:44 -0000	1.2
+++ linuxwacom-0.7.8.3-sdk-me-harder.patch	1 Oct 2008 14:49:20 -0000	1.3
@@ -3,20 +3,20 @@
  src/xdrv/Makefile.am |    2 +-
  2 files changed, 4 insertions(+), 1 deletion(-)
 
---- linuxwacom-0.7.9-7.orig/src/xdrv/Makefile.am	2008-02-14 10:45:23.000000000 -0500
-+++ linuxwacom-0.7.9-7/src/xdrv/Makefile.am	2008-02-14 10:50:50.000000000 -0500
+--- linuxwacom-0.8.0-1.orig/src/xdrv/Makefile.am	2008-05-09 16:54:11.000000000 -0400
++++ linuxwacom-0.8.0-1/src/xdrv/Makefile.am	2008-05-12 13:33:42.000000000 -0400
 @@ -15,7 +15,7 @@ EXTRA_DIST = xf86Wacom.c wcmXCommand.c x
  		../include/Xwacom.h
  
  if WCM_ENV_XORGSDK
--DRIVER_INCLUDES = -I$(WCM_XORGSDK_DIR) $(X_CFLAGS)
-+DRIVER_INCLUDES = -I$(WCM_XORGSDK_DIR) $(X_CFLAGS) @XORG_CFLAGS@
+-DRIVER_INCLUDES = -I../include -I$(WCM_XORGSDK_DIR) $(X_CFLAGS)
++DRIVER_INCLUDES = -I../include -I$(WCM_XORGSDK_DIR) $(X_CFLAGS) @XORG_CFLAGS@
  endif
  
  if WCM_ENV_XFREE86
---- linuxwacom-0.7.9-7.orig/configure.in	2008-01-22 14:22:31.000000000 -0500
-+++ linuxwacom-0.7.9-7/configure.in	2008-02-14 10:55:26.000000000 -0500
-@@ -445,6 +445,9 @@ if test "$WCM_ENV_XFREE86" != yes; then
+--- linuxwacom-0.8.0-1.orig/configure.in	2008-05-09 16:54:11.000000000 -0400
++++ linuxwacom-0.8.0-1/configure.in	2008-05-12 13:32:58.000000000 -0400
+@@ -589,6 +589,9 @@ if test "$WCM_ENV_XFREE86" != yes; then
  fi
  AM_CONDITIONAL(WCM_ENV_XORGSDK, [test "$WCM_ENV_XORGSDK" = yes])
  


Index: linuxwacom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linuxwacom/devel/linuxwacom.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- linuxwacom.spec	21 May 2008 18:21:18 -0000	1.59
+++ linuxwacom.spec	1 Oct 2008 14:49:20 -0000	1.60
@@ -1,9 +1,9 @@
-%define tarname		%{name}-0.7.9-8
+%define tarname		%{name}-0.8.1-4
 
 # Upstream's versioning is goofy.  Note the mapping from tarname to version.
 Name:		linuxwacom
-Version:	0.7.9.8
-Release:	8%{?dist}
+Version:	0.8.1.4
+Release:	1%{?dist}
 Summary:	Wacom Drivers from Linux Wacom Project
 
 Group:		User Interface/X Hardware Support
@@ -15,7 +15,6 @@
 Patch1:		linuxwacom-0.7.6.3-delibcwrap.patch
 Patch3:		linuxwacom-0.7.8.3-sdk-me-harder.patch
 Patch4:		linuxwacom-0.7.9.7-fix_build.patch
-Patch5:		linuxwacom-0.7.9.8-cleanup.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
 BuildRequires:	libX11-devel libXi-devel ncurses-devel
@@ -45,7 +44,6 @@
 #patch1 -p1 -b .delibcwrap
 %patch3 -p1 -b .sdk
 %patch4 -p1
-%patch5 -p1
 
 %build
 
@@ -107,6 +105,9 @@
 %{_libdir}/libwacomcfg*.so
 
 %changelog
+* Wed Oct 01 2008 Aristeu Rozanski <arozansk at redhat.com> 0.8.1.4-1
+- updating to last upstream version
+
 * Wed May 21 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.7.9.8-8
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/linuxwacom/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	5 Mar 2008 00:53:44 -0000	1.12
+++ sources	1 Oct 2008 14:49:20 -0000	1.13
@@ -1 +1,2 @@
 8cb221a7ac21d92fa4ddcc3a709ce22c  linuxwacom-0.7.9-8.tar.bz2
+ea919f0b6448e22ff9aac98ac45c6eea  linuxwacom-0.8.1-4.tar.bz2


--- linuxwacom-0.7.9.8-cleanup.patch DELETED ---




More information about the scm-commits mailing list