summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mcmartin.ca>2014-02-04 11:57:11 -0500
committerKyle McMartin <kyle@mcmartin.ca>2014-02-04 11:57:11 -0500
commitf8fdf353596111ffcc2127f3a0e8be44dc44573e (patch)
treea6ac77339d6ebdedbb3e34a7684adcb8b3d53ab8
parent397d2d52e4d442bcd784f97e411801f7dc90473f (diff)
downloadmesa-f8fdf353596111ffcc2127f3a0e8be44dc44573e.tar.gz
mesa-f8fdf353596111ffcc2127f3a0e8be44dc44573e.tar.xz
mesa-f8fdf353596111ffcc2127f3a0e8be44dc44573e.zip
fix radeonsi_dri.so
-rw-r--r--mesa.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/mesa.spec b/mesa.spec
index e0fcd1d..2f224aa 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -15,7 +15,7 @@
%endif
%define min_wayland_version 1.0
-%if !0%{?with_llvm}
+%if 0%{?with_llvm}
%define with_radeonsi 1
%endif
@@ -51,7 +51,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 10.0.2
-Release: 5.%{gitdate}%{?dist}
+Release: 6.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -635,6 +635,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Tue Feb 04 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-6.20140118
+- Fix accidentally inverted logic that meant radeonsi_dri.so went missing
+ on all architectures instead of just ppc and s390. Sorry!
+
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-5.20140118
- Fix a thinko in previous commit wrt libdrm_nouveau2.