From ddffb72019eb9547e466f3852b443e9ac0d3337d699d7c469b1e0479f75c62a4 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 15 Nov 2014 11:27:51 +0000 Subject: [PATCH] Accepting request 261698 from home:tobijk:X11:XOrg - Cleanup Spec: + smaller cleanups + Remove all traces of talloc, Mesa uses ralloc OBS-URL: https://build.opensuse.org/request/show/261698 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=409 --- Mesa.changes | 7 +++++++ Mesa.spec | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) 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