rpms/xorg-x11-drv-radeonhd/F-8 xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xorg-x11-drv-radeonhd-README.fedora, 1.1, 1.2 xorg-x11-drv-radeonhd-git_version.h, 1.1, 1.2 xorg-x11-drv-radeonhd.spec, 1.3, 1.4

Hans Ulrich Niedermann (ndim) fedora-extras-commits at redhat.com
Tue Nov 13 18:30:39 UTC 2007


Author: ndim

Update of /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23902/F-8

Modified Files:
	.cvsignore sources xorg-x11-drv-radeonhd-README.fedora 
	xorg-x11-drv-radeonhd-git_version.h xorg-x11-drv-radeonhd.spec 
Added Files:
	xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch 
Log Message:
* Tue Nov 13 2007 Hans Ulrich Niedermann <hun at n-dimensional.de> - 0.0.2-0.17.20071113git
- New snapshot (upstream commit 6f1800ca52531f5baf3df2e65a7bbd93e4b1e637):
  - LVTMA TMDS: Add initial TMDS support for r5xx.
  - TMDS B: Add table with macro control values.
- Loosen requirements on xorg-x11-server-{Xorg,sdk} from 1.3 to 1.1 (FC6, EL5).
- Require pkgconfig for building (not in EL5 default buildroot).
- Adapt references to rhd_conntest in filesystem.
- Fix git:// URL in README.fedora.


xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch:

--- NEW FILE xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch ---
diff --git a/src/rhd_id.c b/src/rhd_id.c
index f06bc3e..c4c8aef 100644
--- a/src/rhd_id.c
+++ b/src/rhd_id.c
@@ -612,14 +612,12 @@ RHDCardIdentify(ScrnInfoPtr pScrn)
     xf86Msg(X_NONE, "\t"
 	    "If your card does not work or does not work optimally\n\t"
 	    "please contact radeonhd at opensuse.org to help rectify this.\n\t"
-	    "Include your X log, the full name of the device\n\t"
-	    "and the rhd_conntest (found in utils/conntest) output.\n");
 #else
     xf86Msg(X_NONE, "\t"
 	    "Your card might not work or might not work optimally.\n\t"
 	    "To rectify this, please contact radeonhd at opensuse.org.\n\t"
-	    "Include your X log, the full name of the device\n\t"
-	    "and the rhd_conntest (found in utils/conntest) output.\n");
 #endif
+	    "Include your X log, the full name of the device\n\t"
+	    "and the rhd_conntest (found in /usr/bin) output.\n");
     return NULL;
 }
diff --git a/utils/conntest/README b/utils/conntest/README
index 6b73bb0..614956e 100644
--- a/utils/conntest/README
+++ b/utils/conntest/README
@@ -5,18 +5,11 @@
 A helper utility to test the status of the connectors of the AMD GPG
 Radeon R5xx and R6xx graphics devices.
 
-Build:
-------
-
- * Make sure the pciutils development files and zlib are installed.
- * Descend into xf86-video-radeonhd/utils/conntest/
- * Run "make".
-
 Usage:
 ------
 
 As root run:
-./rhd_conntest <pci tag> [-s]
+  rhd_conntest <pci tag> [-s]
 
 <pci tag> is in the form <bus>:<device>.<function>, the most common position
 is 1:0.0. lspci happily provides you with this information.
@@ -24,7 +17,7 @@ The optional option -s will scan the known I2C for additional slaves (besides
 the DDC slave on 0xA0). Depending on your hardware this may take long.
 
 To dump the content of the VBIOS run:
-./rhd_conntest <pci tag> -d
+  rhd_conntest <pci tag> -d
 This will dump the VBIOS to the file:
   <device_id>.<subsystem_vendor_id>.<subsystem_id>.vga.rom
 to the current directory. Should the id information be unavailable the VBIOS


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	11 Nov 2007 09:59:34 -0000	1.4
+++ .cvsignore	13 Nov 2007 18:30:06 -0000	1.5
@@ -1 +1 @@
-xf86-video-radeonhd-0.0.2-20071105git.tar.bz2
+xf86-video-radeonhd-0.0.2-20071113git.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	11 Nov 2007 09:59:34 -0000	1.4
+++ sources	13 Nov 2007 18:30:06 -0000	1.5
@@ -1 +1 @@
-d323fc15b8e54d33d50edb8d35ee1003  xf86-video-radeonhd-0.0.2-20071105git.tar.bz2
+165d09eefdec9f543f08a0874768fd98  xf86-video-radeonhd-0.0.2-20071113git.tar.bz2


Index: xorg-x11-drv-radeonhd-README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8/xorg-x11-drv-radeonhd-README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-radeonhd-README.fedora	11 Nov 2007 09:59:34 -0000	1.1
+++ xorg-x11-drv-radeonhd-README.fedora	13 Nov 2007 18:30:06 -0000	1.2
@@ -10,7 +10,7 @@
 the xf86-video-radeonhd driver. As a development snapshot, do not rely
 on it to do anything particular for you.
 
-Latest upstream commit: e9c24f662860229440dc61ecbae22e7d7c74d442
+Latest upstream commit: 6f1800ca52531f5baf3df2e65a7bbd93e4b1e637
 
 
 Contents
@@ -68,7 +68,7 @@
     http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd
 
   * Git clone URL:
-    http://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd/
+    git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd/
 
   * Mailing list: http://lists.opensuse.org/radeonhd/
 


Index: xorg-x11-drv-radeonhd-git_version.h
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8/xorg-x11-drv-radeonhd-git_version.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-radeonhd-git_version.h	11 Nov 2007 09:59:34 -0000	1.1
+++ xorg-x11-drv-radeonhd-git_version.h	13 Nov 2007 18:30:06 -0000	1.2
@@ -10,7 +10,7 @@
 #define GIT_USED 1
 
 /* Git SHA ID of last commit */
-#define GIT_SHAID "e9c24f66.."
+#define GIT_SHAID "6f1800ca.."
 
 /* Branch this tree is on */
 #define GIT_BRANCH "fedora/snapshot"


Index: xorg-x11-drv-radeonhd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8/xorg-x11-drv-radeonhd.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xorg-x11-drv-radeonhd.spec	11 Nov 2007 09:59:34 -0000	1.3
+++ xorg-x11-drv-radeonhd.spec	13 Nov 2007 18:30:06 -0000	1.4
@@ -20,8 +20,8 @@
 %endif
 
 %if 0%{snapshot}
-%define date 20071105
-%define git_commit e9c24f662860229440dc61ecbae22e7d7c74d442
+%define date 20071113
+%define git_commit 6f1800ca52531f5baf3df2e65a7bbd93e4b1e637
 %define alphatag .%{date}git
 %define tarball %{tarname}-%{version}-%{date}git
 %else
@@ -31,7 +31,7 @@
 Summary:       Xorg X11 radeonhd driver for AMD GPG r5xx/r6xx Chipsets
 Name:          xorg-x11-drv-radeonhd
 Version:       0.0.2
-Release:       0.16%{?alphatag}%{?dist}
+Release:       0.17%{?alphatag}%{?dist}
 
 License:       MIT
 Group:         User Interface/X Hardware Support
@@ -58,15 +58,23 @@
 # Needs to be applied while creating dist tarball, but still be in SRPM.
 Source11:      %{name}-Generate-xinf-file-for-hwdata-from-rhd_id.c.patch
 
+# 100-199: Fedora adaptations
+Patch100:      xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch
+
 ExcludeArch:   s390 s390x
 
+# EL5 does not have pkgconfig in default buildroot. Does not hurt others.
+BuildRequires: pkgconfig
+
 %if 0%{snapshot}
 # Required for building rhd_conntest
 BuildRequires: pciutils-devel
 BuildRequires: zlib-devel
 %endif
-BuildRequires: xorg-x11-server-sdk  >= 1.3
-Requires:      xorg-x11-server-Xorg >= 1.3
+
+BuildRequires: xorg-x11-server-sdk  >= 1.1
+Requires:      xorg-x11-server-Xorg >= 1.1
+
 
 %description
 X.org X11 radeonhd driver for AMD GPG r5xx/r6xx Chipsets.
@@ -81,6 +89,9 @@
 
 %prep
 %setup -q -n %{tarball}
+%if 0%{snapshot}
+%patch100 -p1 -b .conntest-docrefs
+%endif
 
 %build
 %{configure} --with-xorg-module-dir=%{moduledir} --disable-static
@@ -90,7 +101,7 @@
 cp %{SOURCE3} git_version.h
 sed -i 's/^#  define GIT_WITH_WITHOUT_UNCOMMITTED " +.*/#  define GIT_WITH_WITHOUT_UNCOMMITTED " + fedora"/' git_version.h
 # Uncomment this if we apply any patches to the upstream code
-# sed -i 's/^#undef GIT_UNCOMMITTED.*/#define GIT_UNCOMMITTED 1/' git_version.h
+sed -i 's/^#undef GIT_UNCOMMITTED.*/#define GIT_UNCOMMITTED 1/' git_version.h
 cp git_version.h src/git_version.h
 cp git_version.h utils/conntest/git_version.h
 %endif
@@ -135,6 +146,15 @@
 %endif
 
 %changelog
+* Tue Nov 13 2007 Hans Ulrich Niedermann <hun at n-dimensional.de> - 0.0.2-0.17.20071113git
+- New snapshot (upstream commit 6f1800ca52531f5baf3df2e65a7bbd93e4b1e637):
+  - LVTMA TMDS: Add initial TMDS support for r5xx.
+  - TMDS B: Add table with macro control values.
+- Loosen requirements on xorg-x11-server-{Xorg,sdk} from 1.3 to 1.1 (FC6, EL5).
+- Require pkgconfig for building (not in EL5 default buildroot).
+- Adapt references to rhd_conntest in filesystem.
+- Fix git:// URL in README.fedora.
+
 * Sun Nov 11 2007 Hans Ulrich Niedermann <hun at n-dimensional.de> - 0.0.2-0.16.20071105git
 - Updated README.fedora.
 - Improved git commit log message.




More information about the fedora-extras-commits mailing list