rpms/xorg-x11-drv-radeonhd/devel .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch, 1.1, 1.2 xorg-x11-drv-radeonhd-Generate-xinf-file-for-hwdata-from-rhd_id.c.patch, 1.1, 1.2 xorg-x11-drv-radeonhd-README.fedora, 1.11, 1.12 xorg-x11-drv-radeonhd.spec, 1.15, 1.16

Hans Ulrich Niedermann (ndim) fedora-extras-commits at redhat.com
Fri Nov 30 02:35:28 UTC 2007


Author: ndim

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

Modified Files:
	.cvsignore sources 
	xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch 
	xorg-x11-drv-radeonhd-Generate-xinf-file-for-hwdata-from-rhd_id.c.patch 
	xorg-x11-drv-radeonhd-README.fedora xorg-x11-drv-radeonhd.spec 
Log Message:
* Fri Nov 30 2007 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.0.0-0.1.20071130git
- New snapshot (upstream commit 9fe776edf44c40d06e0059878df4f37391409c66 aka 1.0.0)
  - Significantly improve README and radeonhd(4) man page.
  - Add a number of connector table workarounds.
  - Several messages fixed or toned down.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	29 Nov 2007 02:55:46 -0000	1.13
+++ .cvsignore	30 Nov 2007 02:34:53 -0000	1.14
@@ -1 +1 @@
-xf86-video-radeonhd-0.0.4-20071129git.tar.bz2
+xf86-video-radeonhd-1.0.0-20071130git.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	29 Nov 2007 02:55:46 -0000	1.13
+++ sources	30 Nov 2007 02:34:53 -0000	1.14
@@ -1 +1 @@
-77f28ef9c878ea70e3a6760a727ed131  xf86-video-radeonhd-0.0.4-20071129git.tar.bz2
+9fc92118a99f14b3ff679d4b0f2530ca  xf86-video-radeonhd-1.0.0-20071130git.tar.bz2

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

Index: xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch	13 Nov 2007 18:30:09 -0000	1.1
+++ xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch	30 Nov 2007 02:34:53 -0000	1.2
@@ -1,22 +1,14 @@
 diff --git a/src/rhd_id.c b/src/rhd_id.c
-index f06bc3e..c4c8aef 100644
+index 4790b41..6d2bff9 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"
+@@ -636,7 +636,7 @@ RHDCardIdentify(ScrnInfoPtr pScrn)
  	    "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"
+ 	    "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");
+ #endif
      return NULL;
  }
 diff --git a/utils/conntest/README b/utils/conntest/README

xorg-x11-drv-radeonhd-Generate-xinf-file-for-hwdata-from-rhd_id.c.patch:

Index: xorg-x11-drv-radeonhd-Generate-xinf-file-for-hwdata-from-rhd_id.c.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd-Generate-xinf-file-for-hwdata-from-rhd_id.c.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-radeonhd-Generate-xinf-file-for-hwdata-from-rhd_id.c.patch	1 Nov 2007 14:29:07 -0000	1.1
+++ xorg-x11-drv-radeonhd-Generate-xinf-file-for-hwdata-from-rhd_id.c.patch	30 Nov 2007 02:34:53 -0000	1.2
@@ -2,7 +2,6 @@
 From: Hans Ulrich Niedermann <hun at n-dimensional.de>
 Date: Tue, 30 Oct 2007 23:34:41 +0100
 Subject: [PATCH] Generate xinf file for hwdata from rhd_id.c
-X-See-URL: http://radeonhd.lauft.net/patches/
 
 Takes all chipset and card data from rhd_id.c and prints them all
 as an xinf file suitable for installation in
@@ -19,7 +18,7 @@
  3 files changed, 72 insertions(+), 0 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 9c41885..991a558 100644
+index 2eb7cba..593bd83 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -18,6 +18,7 @@ AM_MAINTAINER_MODE
@@ -31,24 +30,27 @@
  
  AH_TOP([#ifndef _CONFIG_H])
 diff --git a/src/Makefile.am b/src/Makefile.am
-index 8746daf..9598455 100644
+index 671e4d6..7804d9a 100644
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -88,3 +88,9 @@ libatom_la_SOURCES = \
+@@ -92,3 +92,12 @@ libatom_la_SOURCES = \
  radeonhd_drv_la_LIBADD = libatom.la
  
  endif
 +
++check_PROGRAMS = print-xinf-data
++TESTS = print-xinf-data
 +noinst_PROGRAMS = print-xinf-data
 +
 +print_xinf_data_SOURCES = rhd_id.c
++nodist_print_xinf_data_SOURCES = git_version.h
 +print_xinf_data_CPPFLAGS = $(AM_CPPFLAGS) -DPRINT_XINF_DATA
 +print_xinf_data_CFLAGS = $(AM_CFLAGS) @PEDANTIC_CFLAGS@
 diff --git a/src/rhd_id.c b/src/rhd_id.c
-index bc78a63..9781569 100644
+index 4790b41..10c1ca1 100644
 --- a/src/rhd_id.c
 +++ b/src/rhd_id.c
-@@ -635,3 +635,67 @@ RHDCardIdentify(ScrnInfoPtr pScrn)
+@@ -640,3 +640,67 @@ RHDCardIdentify(ScrnInfoPtr pScrn)
  #endif
      return NULL;
  }
@@ -116,6 +118,3 @@
 +
 +#endif /* XSERVER_LIBPCIACCESS */
 +#endif /* PRINT_XINF_DATA */
--- 
-1.5.3.4
-


Index: xorg-x11-drv-radeonhd-README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd-README.fedora,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xorg-x11-drv-radeonhd-README.fedora	29 Nov 2007 02:55:46 -0000	1.11
+++ xorg-x11-drv-radeonhd-README.fedora	30 Nov 2007 02:34:53 -0000	1.12
@@ -6,11 +6,12 @@
 0. DEVELOPMENT SNAPSHOT
 =======================
 
-The xorg-x11-drv-radeon package consists of a development snapshot of
-the xf86-video-radeonhd driver. As a development snapshot, do not rely
-on it to do anything particular for you.
+Development of the xorg-x11-drv-radeon package is still advancing too
+quickly to allow us to just package tarball releases. For this reason,
+we are packaging development snapshots of upstream's git repository
+here.
 
-Latest upstream commit: 8b1b8bfb21d2d86780cb4e02abc813578daa24bd
+Latest upstream commit: 9fe776edf44c40d06e0059878df4f37391409c66
 
 
 Contents
@@ -62,6 +63,9 @@
 5. Resources
 ============
 
+  * Wiki page:
+    http://wiki.x.org/wiki/radeonhd
+
   * Overview about development code:
     http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd
 


Index: xorg-x11-drv-radeonhd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xorg-x11-drv-radeonhd.spec	29 Nov 2007 02:55:46 -0000	1.15
+++ xorg-x11-drv-radeonhd.spec	30 Nov 2007 02:34:53 -0000	1.16
@@ -20,8 +20,8 @@
 %endif
 
 %if 0%{snapshot}
-%define date 20071129
-%define git_commit 8b1b8bfb21d2d86780cb4e02abc813578daa24bd
+%define date 20071130
+%define git_commit 9fe776edf44c40d06e0059878df4f37391409c66
 %define alphatag .%{date}git
 %define tarball %{tarname}-%{version}-%{date}git
 %else
@@ -30,8 +30,8 @@
 
 Summary:       Xorg X11 radeonhd driver for AMD GPG r5xx/r6xx Chipsets
 Name:          xorg-x11-drv-radeonhd
-Version:       0.0.4
-Release:       0.2%{?alphatag}%{?dist}
+Version:       1.0.0
+Release:       0.1%{?alphatag}%{?dist}
 
 License:       MIT
 Group:         User Interface/X Hardware Support
@@ -139,6 +139,12 @@
 %endif
 
 %changelog
+* Fri Nov 30 2007 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.0.0-0.1.20071130git
+- New snapshot (upstream commit 9fe776edf44c40d06e0059878df4f37391409c66 aka 1.0.0)
+  - Significantly improve README and radeonhd(4) man page.
+  - Add a number of connector table workarounds.
+  - Several messages fixed or toned down.
+
 * Thu Nov 29 2007 Hans Ulrich Niedermann <hun at n-dimensional.de> - 0.0.4-0.2.20071129git
 - New snapshot (upstream commit 8b1b8bfb21d2d86780cb4e02abc813578daa24bd):
   - RandR 1.2 support with hotplugging of monitors.




More information about the fedora-extras-commits mailing list