mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Rebuild for new libllvm soname
This commit is contained in:
parent
002c31ee95
commit
be5a5a8430
1 changed files with 5 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.11
|
Version: 7.11
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -68,7 +68,7 @@ BuildRequires: libXi-devel
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
BuildRequires: elfutils
|
BuildRequires: elfutils
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: llvm-static
|
BuildRequires: llvm-static >= 3.0
|
||||||
BuildRequires: libxml2-python
|
BuildRequires: libxml2-python
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libtalloc-devel
|
BuildRequires: libtalloc-devel
|
||||||
|
@ -462,6 +462,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/pkgconfig/osmesa.pc
|
%{_libdir}/pkgconfig/osmesa.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> 7.11-12
|
||||||
|
- Rebuild for new libllvm soname
|
||||||
|
|
||||||
* Wed Nov 09 2011 Adam Jackson <ajax@redhat.com> 7.11-11
|
* Wed Nov 09 2011 Adam Jackson <ajax@redhat.com> 7.11-11
|
||||||
- Obsolete more -llvmcore (#752152)
|
- Obsolete more -llvmcore (#752152)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue