diff --git a/Mesa.changes b/Mesa.changes index 0ae39b4..d1827d7 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 14 18:26:31 UTC 2014 - tobias.johannes.klausmann@mni.thm.de + +- Cleanup Spec: + + smaller cleanups + + Remove all traces of talloc, Mesa uses ralloc + ------------------------------------------------------------------- Fri Nov 14 13:15:52 UTC 2014 - seanpwatson@live.com diff --git a/Mesa.spec b/Mesa.spec index 20bb30c..7e8c007 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -67,7 +67,6 @@ BuildRequires: libelf-devel %endif BuildRequires: imake BuildRequires: libexpat-devel -BuildRequires: libtalloc-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python-base @@ -527,9 +526,6 @@ rm -rf docs/README.{VMS,WIN32,OS2} %patch18 -p1 %build -rm -f src/mesa/depend -export TALLOC_LIBS=-ltalloc -export TALLOC_CFLAGS="-I/usr/include" %if 0%{?suse_version} >= 1310 egl_platforms=x11,drm,wayland %else