rpms/xorg-x11-drv-openchrome/devel openchrome-0.2.901-libpciaccess.patch, 1.2, 1.3 xorg-x11-drv-openchrome.spec, 1.6, 1.7

Xavier Bachelot (xavierb) fedora-extras-commits at redhat.com
Thu Jan 10 20:57:31 UTC 2008


Author: xavierb

Update of /cvs/pkgs/rpms/xorg-x11-drv-openchrome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23019

Modified Files:
	openchrome-0.2.901-libpciaccess.patch 
	xorg-x11-drv-openchrome.spec 
Log Message:
Another try at fixing the libpciaccess patch...


openchrome-0.2.901-libpciaccess.patch:

Index: openchrome-0.2.901-libpciaccess.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/devel/openchrome-0.2.901-libpciaccess.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openchrome-0.2.901-libpciaccess.patch	7 Jan 2008 23:34:24 -0000	1.2
+++ openchrome-0.2.901-libpciaccess.patch	10 Jan 2008 20:57:05 -0000	1.3
@@ -1,8 +1,7 @@
-Index: configure.ac
-===================================================================
---- configure.ac	(revision 489)
-+++ configure.ac	(working copy)
-@@ -77,7 +77,15 @@
+diff -Naur configure.ac configure.ac
+--- configure.ac	2008-01-02 21:02:58.000000000 +0100
++++ configure.ac	2008-01-10 12:40:12.000000000 +0100
+@@ -77,6 +77,14 @@
  
  # Checks for header files.
  AC_HEADER_STDC
@@ -10,14 +9,13 @@
 +AC_CHECK_DECL(XSERVER_LIBPCIACCESS,
 +             [XSERVER_LIBPCIACCESS=yes],[XSERVER_LIBPCIACCESS=no],
 +             [#include "xorg/xorg-server.h"])
- 
++
 +if test x$XSERVER_LIBPCIACCESS = xyes; then
 +       PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.8.0])
 +fi
-+
+ 
  if test "$DRI" != no; then
          AC_CHECK_FILE([${sdkdir}/dri.h],
-                       [have_dri_h="yes"], [have_dri_h="no"])
 @@ -129,16 +137,12 @@
                [have_xf86Module_h="yes"], [have_xf86Module_h="no"])
  
@@ -37,19 +35,16 @@
                             ]])],
                             [OLD_XVABI=no],
  			   [OLD_XVABI=yes])
-@@ -147,8 +151,10 @@
+@@ -147,7 +151,7 @@
          echo -n "xf86Module.h not found, "
  fi
  
 -CPPFLAGS="$SAVE_CPPFLAGS"
 +CFLAGS="$SAVE_CFLAGS"
  
-+
-+
  if test "x$OLD_XVABI" = xyes; then
                  echo "yes."
- else
-@@ -156,6 +162,11 @@
+@@ -156,6 +160,11 @@
                  AC_DEFINE(USE_NEW_XVABI, 1, [Use new Xv ABI (7.1RC1+)])
  fi
  
@@ -61,11 +56,9 @@
  AM_CONDITIONAL(DEBUG, test x$DEBUG = xyes)
  if test "$DEBUG" = yes; then
          AC_DEFINE(HAVE_DEBUG,1,[Enable debug support])
-
-Index: src/via_driver.c
-===================================================================
---- src/via_driver.c    (revision 489)
-+++ src/via_driver.c    (working copy)
+diff -Naur src/via_driver.c src/via_driver.c
+--- src/via_driver.c	2008-01-02 18:58:40.000000000 +0100
++++ src/via_driver.c	2008-01-10 12:37:37.000000000 +0100
 @@ -50,7 +50,30 @@
  
  /* Prototypes. */
@@ -97,6 +90,15 @@
  static Bool VIASetupDefaultOptions(ScrnInfoPtr pScrn);
  static Bool VIAPreInit(ScrnInfoPtr pScrn, int flags);
  static Bool VIAEnterVT(int scrnIndex, int flags);
+@@ -67,7 +90,7 @@
+ static Bool VIASwitchMode(int scrnIndex, DisplayModePtr mode, int flags);
+ static void VIAAdjustFrame(int scrnIndex, int y, int x, int flags);
+ static void VIADPMS(ScrnInfoPtr pScrn, int mode, int flags);
+-static const OptionInfoRec *VIAAvailableOptions(int chipid, int busid);
++static const OptionInfoRec * VIAAvailableOptions(int chipid, int busid);
+ 
+ static Bool VIAMapMMIO(ScrnInfoPtr pScrn);
+ static Bool VIAMapFB(ScrnInfoPtr pScrn);
 @@ -76,14 +99,44 @@
  static void VIALoadRgbLut(ScrnInfoPtr pScrn, int numColors, int *indices,
                            LOCO *colors, VisualPtr pVisual);
@@ -144,16 +146,17 @@
  };
  
  /* Supported chipsets */
-@@ -402,7 +455,7 @@
+@@ -402,8 +455,7 @@
      {0, 0, 0, 0}
  };
  
 -XF86ModuleData openchromeModuleData = { &VIAVersRec, VIASetup, NULL };
-+_X_EXPORT XF86ModuleData openchromeModuleData = { &VIAVersRec, VIASetup, NULL };
- 
+-
++_X_EXPORT XF86ModuleData openchromeModuleData = { &VIAVersRec, VIASetup, NULL};
  
  static pointer
-@@ -412,7 +465,13 @@
+ VIASetup(pointer module, pointer opts, int *errmaj, int *errmin)
+@@ -412,7 +464,13 @@
  
      if (!setupDone) {
          setupDone = TRUE;
@@ -168,7 +171,7 @@
          LoaderRefSymLists(vgaHWSymbols,
  #ifdef USE_FB
                            fbSymbols,
-@@ -500,6 +559,46 @@
+@@ -500,6 +558,47 @@
                        VIAChipsets);
  } /* VIAIdentify */
  
@@ -212,6 +215,7 @@
 +}
 +#else /* XSERVER_LIBPCIACCESS */
 +
++
  static Bool VIAProbe(DriverPtr drv, int flags)
  {
      GDevPtr *devSections;
@@ -223,7 +227,7 @@
  
  #ifdef XF86DRI
  static void kickVblank(ScrnInfoPtr pScrn)
-@@ -756,6 +895,10 @@
+@@ -756,6 +856,10 @@
      vgaHWPtr        hwp;
      int             i, bMemSize = 0;
  
@@ -234,7 +238,7 @@
      DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO, "VIAPreInit\n"));
  
      if (pScrn->numEntities > 1)
-@@ -939,7 +1082,8 @@
+@@ -939,7 +1043,8 @@
                     pEnt->device->chipID);
      } else {
          from = X_PROBED;
@@ -244,7 +248,7 @@
          pVia->Chipset = LookupChipID(VIAPciChipsets, pVia->ChipId);
          pScrn->chipset = (char *)xf86TokenToString(VIAChipsets,
                                                     pVia->Chipset);
-@@ -948,12 +1092,20 @@
+@@ -948,12 +1053,20 @@
      xf86DrvMsg(pScrn->scrnIndex, from, "Chipset: \"%s\"\n", pScrn->chipset);
  
      if (pEnt->device->chipRev >= 0) {
@@ -265,42 +269,80 @@
      }
  
      if (pVia->Chipset == VIA_CLE266)
-@@ -968,19 +1120,34 @@
-     switch (pVia->Chipset) {
-         case VIA_CLE266:
-         case VIA_KM400:
-+#if XSERVER_LIBPCIACCESS
-+            pci_device_cfg_read_u32 (bridge, & pScrn->videoRam, 0xE1);
-+            pScrn->videoRam = (1 << ( ( pScrn->videoRam & 0x70) >> 4 )) << 10 ;
-+#else
-             pScrn->videoRam = ( 1 << ( ( pciReadByte(pciTag(0, 0, 0), 0xE1) & 0x70 ) >> 4 ) ) << 10 ;
-             break;
-+#endif
-         case VIA_PM800:
-         case VIA_VM800:
-         case VIA_K8M800:
-+#if XSERVER_LIBPCIACCESS
-+            pci_device_cfg_read_u32 (bridge, & pScrn->videoRam, 0xA1);
-+            pScrn->videoRam = (1 << ( ( pScrn->videoRam & 0x70) >> 4 )) << 10 ;
-+#else
-             pScrn->videoRam = ( 1 << ( ( pciReadByte(pciTag(0, 0, 3), 0xA1) & 0x70 ) >> 4 ) ) << 10 ;
-             break;
-+#endif
-         case VIA_K8M890:
-         case VIA_P4M890:
-         case VIA_P4M900:
-         case VIA_CX700:
-+#if XSERVER_LIBPCIACCESS
-+            pci_device_cfg_read_u32 (bridge, & pScrn->videoRam, 0xA1);
-+            pScrn->videoRam = (1 << ( ( pScrn->videoRam & 0x70) >> 4 )) << 12 ;
-+#else
-             pScrn->videoRam = ( 1 << ( ( pciReadByte(pciTag(0, 0, 3), 0xA1) & 0x70 ) >> 4 ) ) << 12 ;
-             break;
-+#endif
-         default:
-             if (pScrn->videoRam < 16384 || pScrn->videoRam > 65536) {
-                 xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
-@@ -1378,8 +1545,10 @@
+@@ -961,52 +1074,6 @@
+ 
+     xf86DrvMsg(pScrn->scrnIndex, from, "Chipset revision: %d\n", pVia->ChipRev);
+ 
+-    xfree(pEnt);
+-
+-    /* Detect the amount of installed RAM */
+-    from = X_PROBED;
+-    switch (pVia->Chipset) {
+-        case VIA_CLE266:
+-        case VIA_KM400:
+-            pScrn->videoRam = ( 1 << ( ( pciReadByte(pciTag(0, 0, 0), 0xE1) & 0x70 ) >> 4 ) ) << 10 ;
+-            break;
+-        case VIA_PM800:
+-        case VIA_VM800:
+-        case VIA_K8M800:
+-            pScrn->videoRam = ( 1 << ( ( pciReadByte(pciTag(0, 0, 3), 0xA1) & 0x70 ) >> 4 ) ) << 10 ;
+-            break;
+-        case VIA_K8M890:
+-        case VIA_P4M890:
+-        case VIA_P4M900:
+-        case VIA_CX700:
+-            pScrn->videoRam = ( 1 << ( ( pciReadByte(pciTag(0, 0, 3), 0xA1) & 0x70 ) >> 4 ) ) << 12 ;
+-            break;
+-        default:
+-            if (pScrn->videoRam < 16384 || pScrn->videoRam > 65536) {
+-                xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
+-                           "Using old memory-detection method.\n");
+-                bMemSize = hwp->readSeq(hwp, 0x39);
+-                if (bMemSize > 16 && bMemSize <= 128)
+-                    pScrn->videoRam = (bMemSize + 1) << 9;
+-                else if (bMemSize > 0 && bMemSize < 31)
+-                    pScrn->videoRam = bMemSize << 12;
+-                else {
+-                    from = X_DEFAULT;
+-                    xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
+-                               "Memory size detection failed: using 16 MB.\n");
+-                    pScrn->videoRam = 16 << 10;
+-                }
+-            } else {
+-                from = X_DEFAULT;
+-                xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
+-                           "No memory-detection done.  Use VideoRAM option.\n");
+-            }
+-    }
+-
+-    if (from == X_PROBED)
+-        xf86DrvMsg(pScrn->scrnIndex, from,
+-                   "Probed amount of VideoRAM = %d kB\n", pScrn->videoRam);
+-
+     xf86DrvMsg(pScrn->scrnIndex, X_INFO, 
+ 	       "Setting up default chipset options...\n");
+     if (!VIASetupDefaultOptions(pScrn)) {
+@@ -1019,9 +1086,16 @@
+     xf86DrvMsg(pScrn->scrnIndex, X_INFO, 
+ 	       "Starting to parse config file options...\n");
+ 
+-    if (xf86GetOptValInteger(VIAOptions, OPTION_VIDEORAM, &pScrn->videoRam))
+-        xf86DrvMsg(pScrn->scrnIndex, X_CONFIG,
+-                   "Setting amount of VideoRAM to %d kB\n", pScrn->videoRam);
++    pScrn->videoRam = pEnt->device->videoRam;
++    from = xf86GetOptValInteger(VIAOptions, OPTION_VIDEORAM,
++				&pScrn->videoRam) ? 
++	X_CONFIG : X_PROBED;
++    xf86DrvMsg(pScrn->scrnIndex, from, "VideoRAM is set to %d kB\n",
++               pScrn->videoRam);
++    if (pScrn->videoRam != pEnt->device->videoRam)
++        xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
++                   "Detected VideoRAM was %d kB!\n", pEnt->device->videoRam);
++    xfree(pEnt);
+ 
+     //pVia->shadowFB = FALSE;
+     from = xf86GetOptValBool(VIAOptions, OPTION_SHADOW_FB, &pVia->shadowFB) ? 
+@@ -1378,8 +1452,10 @@
  
      /* maybe throw in some more sanity checks here */
  
@@ -311,7 +353,7 @@
  
      if (!VIAMapMMIO(pScrn)) {
  	VIAFreeRec(pScrn);
-@@ -1407,7 +1576,9 @@
+@@ -1407,7 +1483,9 @@
      xf86DrvMsg(pScrn->scrnIndex, X_INFO, 
  	       "...Finished parsing config file options.\n");
  
@@ -321,7 +363,73 @@
  
      /* Read memory bandwidth from registers */
      pVia->MemClk = hwp->readCrtc(hwp, 0x3D) >> 4;
-@@ -2046,26 +2217,74 @@
+@@ -1440,6 +1518,65 @@
+         return FALSE;
+     }
+ 
++    from = X_PROBED;
++
++    /* Detect the amount of installed RAM */
++    switch (pVia->Chipset) {
++        case VIA_CLE266:
++        case VIA_KM400:
++#if XSERVER_LIBPCIACCESS
++            pci_device_cfg_read_u32 (bridge, & pScrn->videoRam, 0xE1);
++            pScrn->videoRam = (1 << ( ( pScrn->videoRam & 0x70) >> 4 )) << 10 ;
++#else
++            pScrn->videoRam = ( 1 << ( ( pciReadByte(pciTag(0, 0, 0), 0xE1) & 0x70 ) >> 4 ) ) << 10 ;
++            break;
++#endif
++        case VIA_PM800:
++        case VIA_VM800:
++        case VIA_K8M800:
++#if XSERVER_LIBPCIACCESS
++            pci_device_cfg_read_u32 (bridge, & pScrn->videoRam, 0xA1);
++            pScrn->videoRam = (1 << ( ( pScrn->videoRam & 0x70) >> 4 )) << 10 ;
++#else
++            pScrn->videoRam = ( 1 << ( ( pciReadByte(pciTag(0, 0, 3), 0xA1) & 0x70 ) >> 4 ) ) << 10 ;
++            break;
++#endif
++        case VIA_K8M890:
++        case VIA_P4M900:
++        case VIA_CX700:
++#if XSERVER_LIBPCIACCESS
++            pci_device_cfg_read_u32 (bridge, & pScrn->videoRam, 0xA1);
++            pScrn->videoRam = (1 << ( ( pScrn->videoRam & 0x70) >> 4 )) << 12 ;
++#else
++            pScrn->videoRam = ( 1 << ( ( pciReadByte(pciTag(0, 0, 3), 0xA1) & 0x70 ) >> 4 ) ) << 12 ;
++            break;
++#endif
++        default:
++            if (pScrn->videoRam < 16384 || pScrn->videoRam > 65536) {
++                xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
++                          "Using old memory-detection method.");
++                bMemSize = hwp->readSeq(hwp, 0x39);
++                if (bMemSize > 16 && bMemSize <= 128)
++                    pScrn->videoRam = (bMemSize + 1) << 9;
++                else if (bMemSize > 0 && bMemSize < 31)
++                    pScrn->videoRam = bMemSize << 12;
++                else {
++                    from = X_DEFAULT;
++                    xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
++                               "Memory size detection failed: using 16 MB.\n");
++                    pScrn->videoRam = 16 << 10;
++                }
++            } else {
++                from = X_DEFAULT;
++                xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
++                          "No memory-detection done.  Use VideoRAM option.");
++            }
++    }
++
++    if (from == X_PROBED)
++        xf86DrvMsg(pScrn->scrnIndex, from, "Probed VideoRAM = %d kB\n",
++                   pScrn->videoRam);
++
+     /* Split FB for SAMM */
+     /* FIXME: For now, split FB into two equal sections. This should
+      *        be able to be adjusted by user with a config option. */
+@@ -2046,26 +2183,74 @@
  VIAMapMMIO(ScrnInfoPtr pScrn)
  {
      VIAPtr pVia = VIAPTR(pScrn);
@@ -401,7 +509,7 @@
  
      if (!pVia->MapBase || !pVia->BltBase) {
          xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
-@@ -2111,6 +2330,9 @@
+@@ -2111,6 +2296,9 @@
  VIAMapFB(ScrnInfoPtr pScrn)
  {
      VIAPtr pVia = VIAPTR(pScrn);
@@ -411,7 +519,7 @@
  
      DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO, "VIAMapFB\n"));
      xf86DrvMsg(pScrn->scrnIndex, X_PROBED,
-@@ -2125,6 +2347,7 @@
+@@ -2125,6 +2313,7 @@
  	 * in the OS support layer.
  	 */
  
@@ -419,7 +527,7 @@
          unsigned char *tmp; 
          tmp = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO,
  			    pVia->PciTag, pVia->FrameBufferBase,
-@@ -2143,10 +2366,24 @@
+@@ -2143,10 +2332,24 @@
          xf86UnMapVidMem(pScrn->scrnIndex, (pointer)tmp,
                          pVia->videoRambytes);
  
@@ -444,7 +552,7 @@
          pVia->FBBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_FRAMEBUFFER,
                                       pVia->PciTag, pVia->FrameBufferBase,
                                       pVia->videoRambytes);
-@@ -2156,6 +2393,7 @@
+@@ -2156,6 +2359,7 @@
                         "Internal error: could not map framebuffer\n");
              return FALSE;
          }
@@ -452,7 +560,7 @@
  
          pVia->FBFreeStart = (pScrn->displayWidth * pScrn->bitsPerPixel >> 3) *
                              pScrn->virtualY;
-@@ -2166,7 +2404,11 @@
+@@ -2166,7 +2370,11 @@
                     pVia->FBBase, pVia->FBFreeStart, pVia->FBFreeEnd);
      }
  
@@ -464,7 +572,7 @@
      pScrn->fbOffset = 0;
      if(pVia->IsSecondary) pScrn->fbOffset = pScrn->videoRam << 10;
  
-@@ -2184,6 +2426,16 @@
+@@ -2184,6 +2392,16 @@
      /* Disable MMIO */
      ViaSeqMask(VGAHWPTR(pScrn), 0x1A, 0x00, 0x60);
  
@@ -481,7 +589,7 @@
      if (pVia->MapBase)
          xf86UnMapVidMem(pScrn->scrnIndex, (pointer)pVia->MapBase, VIA_MMIO_REGSIZE);
  
-@@ -2192,6 +2444,7 @@
+@@ -2192,6 +2410,7 @@
  
      if (pVia->FBBase)
          xf86UnMapVidMem(pScrn->scrnIndex, (pointer)pVia->FBBase, pVia->videoRambytes);
@@ -489,14 +597,13 @@
  }
  
  static void
-Index: src/via_driver.h
-===================================================================
---- src/via_driver.h    (revision 489)
-+++ src/via_driver.h    (working copy)
+diff -Naur src/via_driver.h src/via_driver.h
+--- src/via_driver.h	2008-01-02 19:01:32.000000000 +0100
++++ src/via_driver.h	2008-01-10 12:20:18.000000000 +0100
 @@ -66,6 +66,10 @@
  #include "via_dmabuffer.h"
  #include "via_3d.h"
-
+ 
 +#ifdef XSERVER_LIBPCIACCESS
 +#include <pciaccess.h>
 +#endif
@@ -506,7 +613,7 @@
  #include "sarea.h"
 @@ -234,8 +238,15 @@
      int                 agpMem;
-
+ 
      CloseScreenProcPtr  CloseScreen;
 -    pciVideoPtr         PciInfo;
 -    PCITAG              PciTag;
@@ -522,10 +629,9 @@
      int                 Chipset;
      int                 ChipId;
      int                 ChipRev;
-Index: src/via_dri.c
-===================================================================
---- src/via_dri.c	(revision 489)
-+++ src/via_dri.c	(working copy)
+diff -Naur src/via_dri.c src/via_dri.c
+--- src/via_dri.c	2007-06-14 22:45:45.000000000 +0200
++++ src/via_dri.c	2008-01-10 12:20:18.000000000 +0100
 @@ -111,9 +111,15 @@
   
      pVIADRI->irqEnabled = drmGetInterruptFromBusID
@@ -560,10 +666,9 @@
      pDRIInfo->ddxDriverMajorVersion = VIA_DRIDDX_VERSION_MAJOR;
      pDRIInfo->ddxDriverMinorVersion = VIA_DRIDDX_VERSION_MINOR;
      pDRIInfo->ddxDriverPatchVersion = VIA_DRIDDX_VERSION_PATCH;
-Index: src/via.h
-===================================================================
---- src/via.h	(revision 489)
-+++ src/via.h	(working copy)
+diff -Naur src/via.h src/via.h
+--- src/via.h	2007-09-10 22:51:07.000000000 +0200
++++ src/via.h	2008-01-10 12:20:18.000000000 +0100
 @@ -25,7 +25,7 @@
  #ifndef _VIA_H_
  #define _VIA_H_ 1
@@ -594,28 +699,29 @@
 +#endif
 +
  #endif /* _VIA_H_ */
-Index: src/via_id.c
-===================================================================
---- src/via_id.c	(revision 489)
-+++ src/via_id.c	(working copy)
-@@ -212,6 +212,7 @@
+diff -Naur src/via_id.c src/via_id.c
+--- src/via_id.c	2008-01-02 18:58:44.000000000 +0100
++++ src/via_id.c	2008-01-10 12:20:18.000000000 +0100
+@@ -212,6 +212,10 @@
      hwp->writeCrtc(hwp, 0x4F, tmp);
  }
  
++/*
++ *
++ */
 +#ifndef XSERVER_LIBPCIACCESS
  void
  ViaCheckCardId(ScrnInfoPtr pScrn)
  {
-@@ -238,4 +239,4 @@
+@@ -238,4 +242,4 @@
  	       pVia->PciInfo->chipType, pVia->PciInfo->subsysVendor, pVia->PciInfo->subsysCard);
      pVia->Id = NULL;
  }
 -
 +#endif
-Index: ChangeLog
-===================================================================
---- ChangeLog	(revision 489)
-+++ ChangeLog	(working copy)
+diff -Naur ChangeLog ChangeLog
+--- ChangeLog	2008-01-02 19:31:02.000000000 +0100
++++ ChangeLog	2008-01-10 12:20:18.000000000 +0100
 @@ -1,3 +1,11 @@
 +2007-12-31  Jon Nettleton  <jon-dot-nettleton-at-gmail-dot-com>
 +


Index: xorg-x11-drv-openchrome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/devel/xorg-x11-drv-openchrome.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xorg-x11-drv-openchrome.spec	7 Jan 2008 23:45:14 -0000	1.6
+++ xorg-x11-drv-openchrome.spec	10 Jan 2008 20:57:05 -0000	1.7
@@ -9,7 +9,7 @@
 Summary:	Xorg X11 openchrome video driver
 Name:		xorg-x11-drv-openchrome
 Version:	0.2.901
-Release:	3%{?dist}
+Release:	4%{?dist}
 URL:		http://www.openchrome.org
 License:	MIT
 Group:		User Interface/X Hardware Support
@@ -101,6 +101,9 @@
 
 
 %changelog
+* Thu Jan 10 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-4
+- Another try at fixing the libpciaccess patch.
+
 * Mon Jan 07 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-3
 - And now fix patch filename...
 




More information about the fedora-extras-commits mailing list