rpms/xorg-x11-drv-ivtv/F-7 xf86-video-ivtv-1.0.1-pagesize.patch, NONE, 1.1 sources, 1.2, 1.3 xorg-x11-drv-ivtv.spec, 1.1, 1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Thu Mar 6 19:54:28 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/xorg-x11-drv-ivtv/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19453

Modified Files:
	sources xorg-x11-drv-ivtv.spec 
Added Files:
	xf86-video-ivtv-1.0.1-pagesize.patch 
Log Message:
- Update to 1.0.1 (final)


xf86-video-ivtv-1.0.1-pagesize.patch:

--- NEW FILE xf86-video-ivtv-1.0.1-pagesize.patch ---
Index: src/ivtv_hw.c
===================================================================
--- src/ivtv_hw.c	(revision 4104)
+++ src/ivtv_hw.c	(working copy)
@@ -54,7 +54,6 @@
 
 #include "xf86cmap.h"
 
-#include "asm/page.h"		       /* #define for PAGE_* */
 #include "globals.h"
 #define DPMS_SERVER
 #include <X11/extensions/dpms.h>
@@ -570,7 +569,7 @@
 ivtvHWMapVidmem(ScrnInfoPtr pScrn)
 {
     ivtvHWPtr hwPtr = IVTVDEVHWPTR(pScrn);
-    long page_mask = ~(sysconf(_SC_PAGESIZE) - 1);
+    long page_mask = ~(getpagesize() - 1);
 
     TRACE_ENTER("MapVidmem");
     if (NULL == hwPtr->fbmem) {



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ivtv/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Feb 2008 21:29:07 -0000	1.2
+++ sources	6 Mar 2008 19:53:54 -0000	1.3
@@ -1 +1 @@
-c8072f8ef5f2aa10eb9324b95dabed3c  xf86-video-ivtv-1.0.0.tar.gz
+c66a5cd5c12c3eab92751b310c1fd43e  xf86-video-ivtv-1.0.1.tar.gz


Index: xorg-x11-drv-ivtv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ivtv/F-7/xorg-x11-drv-ivtv.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-ivtv.spec	19 Feb 2008 21:29:07 -0000	1.1
+++ xorg-x11-drv-ivtv.spec	6 Mar 2008 19:53:54 -0000	1.2
@@ -1,5 +1,5 @@
 Name:           xorg-x11-drv-ivtv
-Version:        1.0.0
+Version:        1.0.1
 Release:        2%{?dist}
 Summary:        Xorg X11 ivtv video driver
 
@@ -7,19 +7,22 @@
 License:        MIT
 URL:            http://ivtvdriver.org
 Source0:        http://dl.ivtvdriver.org/xf86-video-ivtv/archive/1.0.x/xf86-video-ivtv-%{version}.tar.gz
+Patch0:         xf86-video-ivtv-1.0.1-pagesize.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
+#BuildRequires: libtool
 Requires:  xorg-x11-server-Xorg >= 1.3.0.0-6
 Requires:  ivtv-firmware
-Obsoletes: ivtv_xdriver
+Obsoletes: ivtv_xdriver < %{version}
 
 %description
 X.Org X11 ivtv video driver.
 
 %prep
 %setup -q -n xf86-video-ivtv-%{version}
-
+%patch0 -p0 -b .pagesize
+#sh autogen.sh
 
 %build
 %configure
@@ -31,6 +34,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/ivtv_drv.la
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -42,6 +46,21 @@
 
 
 %changelog
+* Thu Mar  6 2008 kwizart < kwizart at gmail.com > - 1.0.1-2
+- Add back xf86-video-ivtv-1.0.1-pagesize.patch
+
+* Thu Mar  6 2008 kwizart < kwizart at gmail.com > - 1.0.1-1
+- Update to 1.0.1 (final)
+
+* Thu Mar  6 2008 kwizart < kwizart at gmail.com > - 1.0.1-0.2
+- Add xf86-video-ivtv-1.0.1-pagesize.patch
+
+* Wed Mar  5 2008 kwizart < kwizart at gmail.com > - 1.0.1-0.1
+- Backport the libpciaccess support from pre 1.0.1
+
+* Tue Feb 19 2008 kwizart < kwizart at gmail.com > - 1.0.0-3
+- Fix for libpciaccess support
+
 * Mon Feb 18 2008 kwizart < kwizart at gmail.com > - 1.0.0-2
 - Bump for Fedora introduction.
 




More information about the fedora-extras-commits mailing list