rpms/xorg-x11-drv-amd/F-8 .cvsignore, 1.8, 1.9 sources, 1.10, 1.11 xorg-x11-drv-amd.spec, 1.17, 1.18 amd-wide-mode.patches, 1.1, NONE

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Fri Mar 14 21:34:17 UTC 2008


Author: wtogami

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

Modified Files:
	.cvsignore sources xorg-x11-drv-amd.spec 
Removed Files:
	amd-wide-mode.patches 
Log Message:
2.7.7.7 with geode name compat, next release will rename entirely



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-amd/F-8/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	15 Feb 2008 16:58:37 -0000	1.8
+++ .cvsignore	14 Mar 2008 21:33:41 -0000	1.9
@@ -1 +1 @@
-xf86-video-amd-2.7.7.6.tar.bz2
+xf86-video-amd-2.7.7.7.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-amd/F-8/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	15 Feb 2008 16:58:37 -0000	1.10
+++ sources	14 Mar 2008 21:33:41 -0000	1.11
@@ -1 +1 @@
-e839cc4552032b7bd44beb72e575980f  xf86-video-amd-2.7.7.6.tar.bz2
+2f3e8c3019afda926e7ab95b074c35e1  xf86-video-amd-2.7.7.7.tar.bz2


Index: xorg-x11-drv-amd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-amd/F-8/xorg-x11-drv-amd.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xorg-x11-drv-amd.spec	2 Mar 2008 19:04:14 -0000	1.17
+++ xorg-x11-drv-amd.spec	14 Mar 2008 21:33:41 -0000	1.18
@@ -2,23 +2,16 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
 
-#%define gitdate 20070625
-
 Summary:   Xorg X11 AMD Geode video driver
 Name:      xorg-x11-drv-amd
-Version:   2.7.7.6
-Release:   2%{?dist}
-#Release:   0.1.%{gitdate}%{?dist}
+Version:   2.7.7.7
+Release:   1%{?dist}
 URL:       http://www.x.org/wiki/AMDGeodeDriver
-# Upstream GIT
-# git://anongit.freedesktop.org/git/xorg/driver/xf86-video-amd
-# Upstream Tarballs
-# http://xorg.freedesktop.org/releases/individual/driver/
-Source0:    http://xorg.freedesktop.org/releases/individual/driver/xf86-video-amd-%{version}.tar.bz2
-Patch0:     amd-wide-mode.patches
+Source0:   http://xorg.freedesktop.org/releases/individual/driver/xf86-video-amd-2.7.7.7.tar.bz2
 License:   MIT/X11
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Provides:  xorg-x11-drv-geode-%{version}
 
 ExclusiveArch: %{ix86}
 
@@ -26,26 +19,16 @@
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: gcc >= 3.4.0
-%if "%{dist}" == ".fc5"
 BuildRequires: xorg-x11-server-sdk
-%else
-BuildRequires: xorg-x11-server-sdk >= 1.0.99.901
-%endif
 BuildRequires: xorg-x11-proto-devel
 
-%if "%{dist}" == "fc5"
-Requires:  xorg-x11-server-Xorg >= 1.1.0
-%else
 Requires:  xorg-x11-server-Xorg >= 1.1.0
-%endif
 
 %description 
 X.Org X11 AMD Geode video driver.
 
 %prep
 %setup -q -n %{tarball}-%{version}
-%patch0 -p1
 
 # remind myself to do snapshots properly
 if [ -e %{tarball}/.git ] ; then
@@ -63,29 +46,37 @@
 
 %makeinstall DESTDIR=$RPM_BUILD_ROOT
 
-#mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
-#install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
-
 # FIXME: Remove all libtool archives (*.la) from modules directory.  This
 # should be fixed in upstream Makefile.am or whatever.
 find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
 
+# Compat symlink for legacy driver name so existing xorg.conf's do not break
+ln -s amd_drv.so $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/geode_drv.so
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
 %{driverdir}/amd_drv.so
+%{driverdir}/geode_drv.so
 %{driverdir}/ztv_drv.so
 
 %changelog
-* Sun Mar 02 2008 Warren Togami <wtogami at redhat.com> 2.7.7.6-2
-- Bart Trojanowski's widemode patch
+* Fri Mar 14 2008 Warren Togami <wtogami at redhat.com> 2.7.7.7-1
+- 2.7.7.7
+
+* Mon Mar 10 2008 Dave Airlie <airlied at redhat.com> 0.0-26.20080310
+- finally pciaccess build for AMD
+
+* Mon Mar 10 2008 Dave Airlie <airlied at redhat.com> 0.0-25.20080310
+- resnapshot for pciaccess goodness
+
+* Mon Mar 10 2008 Dave Airlie <airlied at redhat.com> 0.0-24.20070625
+- pciaccess fixups
 
-* Fri Feb 15 2008 Warren Togami <wtogami at redhat.com> 2.7.7.6-1
-- update to 2.7.7.6 and remove all patches
-- Jordan Crouse (AMD) says to OLPC:
-  If you want to disable compression, use the config file.
+* Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.0-23.20070625
+- Autorebuild for GCC 4.3
 
 * Wed Jun 25 2007 Dan Williams <dcbw at redhat.com> 0.0-22.20070625
 - Udpate to git snapshot


--- amd-wide-mode.patches DELETED ---




More information about the fedora-extras-commits mailing list