diff options
author | Dave Airlie <airlied@redhat.com> | 2012-09-14 20:02:30 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-09-14 20:02:30 +1000 |
commit | 73c2a71b44e78c6693ceaa4c4171b1051faf74e0 (patch) | |
tree | 1db1daa3b65f1c4d3a7bb163e7bbe9bf6f8f4b1b /mesa.spec | |
parent | 07d31662a9b13406e001682eceec2485c83b9089 (diff) | |
download | mesa-73c2a71b44e78c6693ceaa4c4171b1051faf74e0.tar.gz mesa-73c2a71b44e78c6693ceaa4c4171b1051faf74e0.tar.xz mesa-73c2a71b44e78c6693ceaa4c4171b1051faf74e0.zip |
why fix one yylex when you can fix two
Diffstat (limited to 'mesa.spec')
-rw-r--r-- | mesa.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -36,7 +36,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 8.1 -Release: 0.20%{?dist} +Release: 0.21%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -58,6 +58,7 @@ Patch13: mesa-no-libkms.patch # fix yylex collision Patch14: mesa-fix-yylex.patch +Patch15: mesa-fix-yylex-2.patch # Courtesy of Mageia cauldron: # Fix undefined syms: http://svnweb.mageia.org/packages/cauldron/mesa/current/SOURCES/0001-Fix-undefined-symbols-in-libOSMesa-and-libglapi.patch?revision=278531&view=co @@ -288,6 +289,7 @@ Mesa shared glapi %patch12 -p1 -b .16bpp %patch13 -p1 -b .no-libkms %patch14 -p1 -b .yylex +%patch15 -p1 -b .yylex2 %patch101 -p1 -b .syms %build @@ -583,6 +585,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Sep 14 2012 Dave Airlie <airlied@redhat.com> 8.1-0.21 +- why fix one yylex when you can fix two + * Fri Sep 14 2012 Dave Airlie <airlied@redhat.com> 8.1-0.20 - fix yylex collision reported on irc by hughsie |