rpms/xorg-x11-drv-radeonhd/devel .cvsignore, 1.29, 1.30 sources, 1.29, 1.30 xorg-x11-drv-radeonhd-README.fedora, 1.27, 1.28 xorg-x11-drv-radeonhd.spec, 1.38, 1.39

Hans Ulrich Niedermann (ndim) fedora-extras-commits at redhat.com
Sun Jun 22 17:22:35 UTC 2008


Author: ndim

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

Modified Files:
	.cvsignore sources xorg-x11-drv-radeonhd-README.fedora 
	xorg-x11-drv-radeonhd.spec 
Log Message:
* Sun Jun 22 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.2.20080622git
- Proposed fix for bugs #451349 and #452050 (commit a67a65eb)
- New snapshot (upstream commit 1eff3e783bf6cab33dad837ec0c4edc07d967f7c):
  - 1eff3e78: CONNTEST: Added new PCI Ids.
  - 372c5905: ATOMBios: Fix bogus log message.
  - a67a65eb: MC: Add sanity check for IGP FB location.
  - c38112c8: VRAM Fix clamping to aperture.
  - 2bfccf62: Add more verbose debugging information.
  - 74cb0fc6: Free data structures on close screen to avoid memory leak.
  - 47ba86d6: Add a bit of info to the README to help FreeBSD users who are having  trouble building the driver.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- .cvsignore	18 Jun 2008 09:54:31 -0000	1.29
+++ .cvsignore	22 Jun 2008 17:21:48 -0000	1.30
@@ -1 +1 @@
-xf86-video-radeonhd-1.2.1-20080618git.tar.bz2
+xf86-video-radeonhd-1.2.1-20080622git.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources	18 Jun 2008 09:54:31 -0000	1.29
+++ sources	22 Jun 2008 17:21:48 -0000	1.30
@@ -1 +1 @@
-03083b99abe36138fd6be76ba0e9c522  xf86-video-radeonhd-1.2.1-20080618git.tar.bz2
+17171100bcabdf99ede8b839f1d9602d  xf86-video-radeonhd-1.2.1-20080622git.tar.bz2


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.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xorg-x11-drv-radeonhd-README.fedora	18 Jun 2008 09:54:31 -0000	1.27
+++ xorg-x11-drv-radeonhd-README.fedora	22 Jun 2008 17:21:48 -0000	1.28
@@ -11,7 +11,7 @@
 we are packaging development snapshots of upstream's git repository
 here.
 
-Latest upstream commit: 1f65f354cfdda40578b222beb1dd6a48af451735
+Latest upstream commit: 1eff3e783bf6cab33dad837ec0c4edc07d967f7c
 
 
 Contents


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.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- xorg-x11-drv-radeonhd.spec	18 Jun 2008 09:54:31 -0000	1.38
+++ xorg-x11-drv-radeonhd.spec	22 Jun 2008 17:21:48 -0000	1.39
@@ -20,8 +20,8 @@
 %endif
 
 %if %{snapshot}
-%define date 20080618
-%define git_commit 1f65f354cfdda40578b222beb1dd6a48af451735
+%define date 20080622
+%define git_commit 1eff3e783bf6cab33dad837ec0c4edc07d967f7c
 %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.1%{?alphatag}%{?dist}
+Release:       3.2%{?alphatag}%{?dist}
 
 License:       MIT
 Group:         User Interface/X Hardware Support
@@ -159,6 +159,17 @@
 %endif
 
 %changelog
+* Sun Jun 22 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.2.20080622git
+- Proposed fix for bugs #451349 and #452050 (commit a67a65eb)
+- New snapshot (upstream commit 1eff3e783bf6cab33dad837ec0c4edc07d967f7c):
+  - 1eff3e78: CONNTEST: Added new PCI Ids.
+  - 372c5905: ATOMBios: Fix bogus log message.
+  - a67a65eb: MC: Add sanity check for IGP FB location.
+  - c38112c8: VRAM Fix clamping to aperture.
+  - 2bfccf62: Add more verbose debugging information.
+  - 74cb0fc6: Free data structures on close screen to avoid memory leak.
+  - 47ba86d6: Add a bit of info to the README to help FreeBSD users who are having  trouble building the driver.
+
 * Wed Jun 18 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.1.20080618git
 - New snapshot (upstream commit 1f65f354cfdda40578b222beb1dd6a48af451735):
   - 1f65f354: MC Fix build.




More information about the fedora-extras-commits mailing list