rpms/xorg-x11-drv-radeonhd/F-9 .cvsignore, 1.34, 1.35 sources, 1.34, 1.35 xorg-x11-drv-radeonhd-README.fedora, 1.32, 1.33 xorg-x11-drv-radeonhd-snapshot.sh, 1.11, 1.12 xorg-x11-drv-radeonhd.spec, 1.42, 1.43

Hans Ulrich Niedermann (ndim) fedora-extras-commits at redhat.com
Thu Jul 24 13:59:54 UTC 2008


Author: ndim

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

Modified Files:
	.cvsignore sources xorg-x11-drv-radeonhd-README.fedora 
	xorg-x11-drv-radeonhd-snapshot.sh xorg-x11-drv-radeonhd.spec 
Log Message:
* Thu Jul 24 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.7.20080724git
- New snapshot (upstream commit 31e46386293fd0c54c99328eee3cfe7b49584f9d):
  - 31e46386: Connectors: Increase the number of available connectors to 6.
  - 8b1d3323: I2C: Fix I2C slave address probing for RV620 and later.
  - d65b67b0: HPD: Add support for HPD_3 found on RV620 and later hardware.
  - a900052b: DIG: Extend heuristic to check if golden values are available for requested coherent/incoherent mode.
  - d3e6c7f7: RandR: Log when a 'scaled to' mode doesn't vaildate.
  - 68592e30: MC/RS600: Fix MC indirect access functions.
  - fdf5014c: CRTC/Scaler: Log more information about the scaler.
  - 94d759b9: DDIA: Disable Sync DC Balancer on DDIA block of RS690.
  - 202f2332: I2C: Check for more error conditions in I2CStatus on RS690.
  - ec2fbeee: Fix typo in list of supported chips (again)
  - 435320de: Crtc/Scaler: Disallow interlaced for all modes involving scaler.
  - c0e0dc7d: ID: Adding M82 chipset name and some more verbose logging info.
  - 8133d1a4: MC: Enable MC control for RS600, fixed segfault.
  - f362e5ab: R5xx DRI: increase CP timeout.
  - 1761d6c5: R5xx Accel: split r5xx2DInfo into XAA and EXA specific structs.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-9/.cvsignore,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- .cvsignore	16 Jul 2008 14:43:55 -0000	1.34
+++ .cvsignore	24 Jul 2008 13:59:08 -0000	1.35
@@ -1 +1 @@
-xf86-video-radeonhd-1.2.1-20080716git.tar.bz2
+xf86-video-radeonhd-1.2.1-20080724git.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-9/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	16 Jul 2008 14:43:55 -0000	1.34
+++ sources	24 Jul 2008 13:59:08 -0000	1.35
@@ -1 +1 @@
-f2750801fc42e733517d1e703f1e8ae0  xf86-video-radeonhd-1.2.1-20080716git.tar.bz2
+47660263832de3cb0e8227b8ff36be69  xf86-video-radeonhd-1.2.1-20080724git.tar.bz2


Index: xorg-x11-drv-radeonhd-README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-9/xorg-x11-drv-radeonhd-README.fedora,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- xorg-x11-drv-radeonhd-README.fedora	16 Jul 2008 14:43:55 -0000	1.32
+++ xorg-x11-drv-radeonhd-README.fedora	24 Jul 2008 13:59:08 -0000	1.33
@@ -11,7 +11,7 @@
 we are packaging development snapshots of upstream's git repository
 here.
 
-Latest upstream commit: 820187b208ab1ec94a015f07e48abbb381524c89
+Latest upstream commit: 31e46386293fd0c54c99328eee3cfe7b49584f9d
 
 
 Contents


Index: xorg-x11-drv-radeonhd-snapshot.sh
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-9/xorg-x11-drv-radeonhd-snapshot.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xorg-x11-drv-radeonhd-snapshot.sh	13 Jul 2008 17:06:54 -0000	1.11
+++ xorg-x11-drv-radeonhd-snapshot.sh	24 Jul 2008 13:59:08 -0000	1.12
@@ -101,6 +101,7 @@
     [ -f "$specfile" ]
     rpm_version="$($RPM --queryformat "%{VERSION}-%{RELEASE}\n" -q --specfile "${specfile}" | $SED -n 1p | $SED 's/\.fc[0-9]$//')"
 
+    pre_update_dir=`pwd`
     cd "$(dirname "$0")/xf86-video-radeonhd.src"
     [ -d ".git" ]
 
@@ -125,6 +126,7 @@
         mv -f "${fullspecfile}.new" "${fullspecfile}"
     fi
 
+    cd "$pre_update_dir"
 } # End of update_changelog() function
 
 


Index: xorg-x11-drv-radeonhd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-9/xorg-x11-drv-radeonhd.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- xorg-x11-drv-radeonhd.spec	16 Jul 2008 14:43:55 -0000	1.42
+++ xorg-x11-drv-radeonhd.spec	24 Jul 2008 13:59:08 -0000	1.43
@@ -20,8 +20,8 @@
 %endif
 
 %if %{snapshot}
-%define date 20080716
-%define git_commit 820187b208ab1ec94a015f07e48abbb381524c89
+%define date 20080724
+%define git_commit 31e46386293fd0c54c99328eee3cfe7b49584f9d
 %define alphatag .%{date}git
 %define tarball %{tarname}-%{version}-%{date}git
 %define ship_utils 1
@@ -33,7 +33,7 @@
 Summary:       Xorg X11 radeonhd driver for AMD GPG r5xx/r6xx Chipsets
 Name:          xorg-x11-drv-radeonhd
 Version:       1.2.1
-Release:       3.4%{?alphatag}%{?dist}
+Release:       3.7%{?alphatag}%{?dist}
 
 License:       MIT
 Group:         User Interface/X Hardware Support
@@ -94,6 +94,10 @@
 Requires: xorg-x11-server-Xorg < 1.4.99.1
 %endif
 
+# DRI support
+BuildRequires: libdrm-devel
+BuildRequires: xorg-x11-proto-devel
+
 %description
 X.org X11 radeonhd driver for AMD GPG r5xx/r6xx Chipsets.
 %if %{snapshot}
@@ -160,6 +164,41 @@
 %endif
 
 %changelog
+* Thu Jul 24 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.7.20080724git
+- New snapshot (upstream commit 31e46386293fd0c54c99328eee3cfe7b49584f9d):
+  - 31e46386: Connectors: Increase the number of available connectors to 6.
+  - 8b1d3323: I2C: Fix I2C slave address probing for RV620 and later.
+  - d65b67b0: HPD: Add support for HPD_3 found on RV620 and later hardware.
+  - a900052b: DIG: Extend heuristic to check if golden values are available for requested coherent/incoherent mode.
+  - d3e6c7f7: RandR: Log when a 'scaled to' mode doesn't vaildate.
+  - 68592e30: MC/RS600: Fix MC indirect access functions.
+  - fdf5014c: CRTC/Scaler: Log more information about the scaler.
+  - 94d759b9: DDIA: Disable Sync DC Balancer on DDIA block of RS690.
+  - 202f2332: I2C: Check for more error conditions in I2CStatus on RS690.
+  - ec2fbeee: Fix typo in list of supported chips (again)
+  - 435320de: Crtc/Scaler: Disallow interlaced for all modes involving scaler.
+  - c0e0dc7d: ID: Adding M82 chipset name and some more verbose logging info.
+  - 8133d1a4: MC: Enable MC control for RS600, fixed segfault.
+  - f362e5ab: R5xx DRI: increase CP timeout.
+  - 1761d6c5: R5xx Accel: split r5xx2DInfo into XAA and EXA specific structs.
+
+* Sat Jul 19 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.6.20080719git
+- Compile DRI support.
+
+* Sat Jul 19 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.5.20080719git
+- New snapshot (upstream commit 603a35a670c71d32c4f393e21ed09f87449ebbf6):
+  - 603a35a6: Fix typo in list of supported chips
+  - 3bc154bf: ID: Remove concept of chipset families.
+  - 3ac5a2f5: ID: Update list of supported chipsets, bring in sync with chipsets listed.
+  - edb72452: MC: Make sure MC engine is all idle before setting up the MC.
+  - 4eebf4bc: Define SED var without requiring AC_PROG_SED
+  - 2bc4450a: Use 'git foo' instead of 'git-foo'
+  - 4134177e: Automatically update man page from rhd_id.c
+  - b3717c77: I2C: Fix typo that caused one DDC line to not work properly.
+  - bd14f735: Add proper MCIdle() bits for r6xx/r7xx
+  - 72477c9e: manpage: Add description on the scaling option.
+- Fix removal of build dir in snapshot script
+
 * Wed Jul 16 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.4.20080716git
 - New snapshot (upstream commit 820187b208ab1ec94a015f07e48abbb381524c89):
   - 820187b2: Fix hangs when setting up the MC




More information about the fedora-extras-commits mailing list