[mesa/f20] fix buildrequires llvm 3.4-5 to 3.4-6, because 3.4-5 is not available for F20

Igor Gnatenko ignatenkobrain at fedoraproject.org
Sat Apr 19 15:16:39 UTC 2014


commit 6a418411acbf9956f2a5b4c5ebaba0744bf9e5ed
Author: Igor Gnatenko <i.gnatenko.brain at gmail.com>
Date:   Sat Apr 19 19:16:04 2014 +0400

    fix buildrequires llvm 3.4-5 to 3.4-6, because 3.4-5 is not available for F20
    
    Signed-off-by: Igor Gnatenko <i.gnatenko.brain at gmail.com>

 mesa.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index e009b1f..cdaca43 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -55,7 +55,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 10.1.1
-Release: 1.%{gitdate}%{?dist}
+Release: 2.%{gitdate}%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -109,7 +109,7 @@ BuildRequires: gettext
 %if 0%{?with_private_llvm}
 BuildRequires: mesa-private-llvm-devel
 %else
-BuildRequires: llvm-devel >= 3.4-5
+BuildRequires: llvm-devel >= 3.4-6
 %if 0%{?with_opencl}
 BuildRequires: clang-devel >= 3.0
 %endif
@@ -645,6 +645,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sat Apr 19 2014 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 10.1.1-2.20140419
+- fix buildrequires llvm 3.4-5 to 3.4-6, because 3.4-5 is not available for F20
+
 * Sat Apr 19 2014 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 10.1.1-1.20140419
 - 10.1.1 upstream release
 


More information about the scm-commits mailing list