summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mcmartin.ca>2014-02-02 16:25:35 -0500
committerKyle McMartin <kyle@mcmartin.ca>2014-02-02 16:25:35 -0500
commit397d2d52e4d442bcd784f97e411801f7dc90473f (patch)
tree8389381ad3ea3702bb4d84c107d7dd942b4eb9ba
parentffb5ced72c7cebf8d81ddc6bb07df3e2e7df4b18 (diff)
downloadmesa-397d2d52e4d442bcd784f97e411801f7dc90473f.tar.gz
mesa-397d2d52e4d442bcd784f97e411801f7dc90473f.tar.xz
mesa-397d2d52e4d442bcd784f97e411801f7dc90473f.zip
fix a stupid mistake in my previous commit
-rw-r--r--mesa.spec10
1 files 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/\<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.