|
@@ -6,7 +6,7 @@ Summary: Xorg X11 ati video driver
|
|
Summary(ja): Xorg X11 ati ビデオドライバ
|
|
Summary(ja): Xorg X11 ati ビデオドライバ
|
|
Name: xorg-x11-drv-ati
|
|
Name: xorg-x11-drv-ati
|
|
Version: 6.14.4
|
|
Version: 6.14.4
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
URL: http://www.x.org
|
|
URL: http://www.x.org
|
|
License: MIT
|
|
License: MIT
|
|
Group: User Interface/X Hardware Support
|
|
Group: User Interface/X Hardware Support
|
|
@@ -14,9 +14,12 @@ Group: User Interface/X Hardware Support
|
|
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
|
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
|
Source1: mkxinf.ati
|
|
Source1: mkxinf.ati
|
|
|
|
|
|
-Patch0: radeon-6.9.0-bgnr-enable.patch
|
|
|
|
-Patch1: radeon-6.12.2-lvds-default-modes.patch
|
|
|
|
-Patch2: fix-default-modes.patch
|
|
|
|
|
|
+Patch0: xf86-video-ati-6.14.4-git20120606.patch
|
|
|
|
+
|
|
|
|
+Patch10: radeon-6.9.0-bgnr-enable.patch
|
|
|
|
+Patch11: radeon-6.12.2-lvds-default-modes.patch
|
|
|
|
+Patch12: fix-default-modes.patch
|
|
|
|
+
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
ExcludeArch: s390 s390x
|
|
ExcludeArch: s390 s390x
|
|
@@ -37,9 +40,10 @@ X.Org X11 ati video driver.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{tarball}-%{version}
|
|
%setup -q -n %{tarball}-%{version}
|
|
-%patch0 -p1 -b .bgnr
|
|
|
|
-%patch1 -p1 -b .lvds
|
|
|
|
-%patch2 -p1 -b .def
|
|
|
|
|
|
+%patch0 -p1
|
|
|
|
+%patch10 -p1 -b .bgnr
|
|
|
|
+%patch11 -p1 -b .lvds
|
|
|
|
+%patch12 -p1 -b .def
|
|
|
|
|
|
%build
|
|
%build
|
|
libtoolize --copy --force
|
|
libtoolize --copy --force
|
|
@@ -73,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man4/radeon.4*
|
|
%{_mandir}/man4/radeon.4*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jun 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.4-2
|
|
|
|
+- add Patch0 (xf86-video-ati-6.14.4-git20120606.patch)
|
|
|
|
+
|
|
* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.4-1
|
|
* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.4-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|