fix a stupid mistake in my previous commit

This commit is contained in:
Kyle McMartin 2014-02-02 16:25:35 -05:00
parent ffb5ced72c
commit 397d2d52e4
1 changed files with 4 additions and 6 deletions

View File

@ -51,7 +51,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 10.0.2
Release: 4.%{gitdate}%{?dist}
Release: 5.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -339,11 +339,6 @@ sed -i 's/llvm-config/mesa-private-llvm-config-%{__isa_bits}/g' configure.ac
sed -i 's/`$LLVM_CONFIG --version`/&-mesa/' configure.ac
%endif
# need to use libdrm_nouveau2 on F17/RHEL
%if !0%{?rhel}
sed -i 's/\<libdrm_nouveau\>/&2/' configure.ac
%endif
cp %{SOURCE4} docs/
%build
@ -640,6 +635,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-5.20140118
- Fix a thinko in previous commit wrt libdrm_nouveau2.
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-4.20140118
- Fix up building drivers on AArch64, enable LLVM there.
- Eliminate some F17 cruft from the spec, since we don't support it anymore.