From 397d2d52e4d442bcd784f97e411801f7dc90473f Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Sun, 2 Feb 2014 16:25:35 -0500 Subject: fix a stupid mistake in my previous commit --- mesa.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mesa.spec b/mesa.spec index 3046ba1..e0fcd1d 100644 --- a/mesa.spec +++ b/mesa.spec @@ -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/\/&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 - 10.0.2-5.20140118 +- Fix a thinko in previous commit wrt libdrm_nouveau2. + * Sun Feb 02 2014 Kyle McMartin - 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. -- cgit