rpms/xorg-x11-drv-rendition/devel xorg-x11-drv-rendition.spec, 1.27, 1.28

Adam Jackson ajax at fedoraproject.org
Fri Aug 7 15:02:10 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-rendition/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22037

Modified Files:
	xorg-x11-drv-rendition.spec 
Log Message:
* Fri Aug 07 2009 Adam Jackson <ajax at redhat.com> 4.2.2-3
- Un-ship the microcode, it doesn't actually get loaded.



Index: xorg-x11-drv-rendition.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-rendition/devel/xorg-x11-drv-rendition.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- xorg-x11-drv-rendition.spec	27 Jul 2009 08:30:20 -0000	1.27
+++ xorg-x11-drv-rendition.spec	7 Aug 2009 15:02:10 -0000	1.28
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 rendition video driver
 Name:      xorg-x11-drv-rendition
 Version:   4.2.2
-Release:   2%{?dist}.1
+Release:   3%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -38,10 +38,10 @@ make install 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 --
 
+rm -f $RPM_BUILD_ROOT%{moduledir}/*.uc
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -49,11 +49,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{driverdir}/rendition_drv.so
 %{_datadir}/hwdata/videoaliases/rendition.xinf
-%{moduledir}/v10002d.uc
-%{moduledir}/v20002d.uc
 %{_mandir}/man4/rendition.4*
 
 %changelog
+* Fri Aug 07 2009 Adam Jackson <ajax at redhat.com> 4.2.2-3
+- Un-ship the microcode, it doesn't actually get loaded.
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.2-2.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list