rpms/xorg-x11-drv-radeonhd/F-9 .cvsignore, 1.35, 1.36 sources, 1.35, 1.36 xorg-x11-drv-radeonhd-README.fedora, 1.33, 1.34 xorg-x11-drv-radeonhd.spec, 1.43, 1.44

Hans Ulrich Niedermann ndim at fedoraproject.org
Wed Sep 17 11:49:04 UTC 2008


Author: ndim

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

Modified Files:
	.cvsignore sources xorg-x11-drv-radeonhd-README.fedora 
	xorg-x11-drv-radeonhd.spec 
Log Message:
* Wed Sep 17 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.9.20080917git
- Fix build on rawhide/F10 by defining cpp macros __user and DEPRECATED
- New snapshot (upstream commit 07408e8518e4e19663c109ea8ad765686ea4e01e):
  - 07408e85: AtomBIOS: Fail driver instance if AtomBIOS mode setting is requested but no BIOS image found.

* Sat Sep 06 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.8.20080906git
- New snapshot (upstream commit f1c6cc865d8d0703478c3eedea2e706e911f9965):
  Upstream has merged their QnD and AtomBIOS branches to master a
  few weeks time ago, so there are way too many changes to list here.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-9/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- .cvsignore	24 Jul 2008 13:59:08 -0000	1.35
+++ .cvsignore	17 Sep 2008 11:48:34 -0000	1.36
@@ -1 +1 @@
-xf86-video-radeonhd-1.2.1-20080724git.tar.bz2
+xf86-video-radeonhd-1.2.1-20080917git.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-9/sources,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- sources	24 Jul 2008 13:59:08 -0000	1.35
+++ sources	17 Sep 2008 11:48:34 -0000	1.36
@@ -1 +1 @@
-47660263832de3cb0e8227b8ff36be69  xf86-video-radeonhd-1.2.1-20080724git.tar.bz2
+6bfda8103e78f2c2b864db54d986f37a  xf86-video-radeonhd-1.2.1-20080917git.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.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- xorg-x11-drv-radeonhd-README.fedora	24 Jul 2008 13:59:08 -0000	1.33
+++ xorg-x11-drv-radeonhd-README.fedora	17 Sep 2008 11:48:34 -0000	1.34
@@ -11,7 +11,7 @@
 we are packaging development snapshots of upstream's git repository
 here.
 
-Latest upstream commit: 31e46386293fd0c54c99328eee3cfe7b49584f9d
+Latest upstream commit: 07408e8518e4e19663c109ea8ad765686ea4e01e
 
 
 Contents


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.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- xorg-x11-drv-radeonhd.spec	24 Jul 2008 13:59:08 -0000	1.43
+++ xorg-x11-drv-radeonhd.spec	17 Sep 2008 11:48:34 -0000	1.44
@@ -20,8 +20,8 @@
 %endif
 
 %if %{snapshot}
-%define date 20080724
-%define git_commit 31e46386293fd0c54c99328eee3cfe7b49584f9d
+%define date 20080917
+%define git_commit 07408e8518e4e19663c109ea8ad765686ea4e01e
 %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.7%{?alphatag}%{?dist}
+Release:       3.9%{?alphatag}%{?dist}
 
 License:       MIT
 Group:         User Interface/X Hardware Support
@@ -118,7 +118,7 @@
 
 %build
 %{configure} --with-xorg-module-dir=%{moduledir} --disable-static
-%{__make} %{?_smp_mflags}
+%{__make} %{?_smp_mflags} CPPFLAGS='-D__user="" -DDEPRECATED="__attribute__ ((deprecated))"'
 %{__cp} -p %{SOURCE2} README.fedora
 %if %{ship_utils}
 %{__cp} -p utils/conntest/README README.rhd_conntest
@@ -164,6 +164,16 @@
 %endif
 
 %changelog
+* Wed Sep 17 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.9.20080917git
+- Fix build on rawhide/F10 by defining cpp macros __user and DEPRECATED
+- New snapshot (upstream commit 07408e8518e4e19663c109ea8ad765686ea4e01e):
+  - 07408e85: AtomBIOS: Fail driver instance if AtomBIOS mode setting is requested but no BIOS image found.
+
+* Sat Sep 06 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.8.20080906git
+- New snapshot (upstream commit f1c6cc865d8d0703478c3eedea2e706e911f9965):
+  Upstream has merged their QnD and AtomBIOS branches to master a
+  few weeks time ago, so there are way too many changes to list here.
+
 * 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.




More information about the fedora-extras-commits mailing list