diff --git a/.gitignore b/.gitignore index f2b73dd..865e321 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ mesa-20100720.tar.bz2 /mesa-20120924.tar.xz /glu-9.0.0.tar.bz2 /MesaLib-9.0.tar.bz2 +/MesaLib-9.0.1.tar.bz2 diff --git a/mesa.spec b/mesa.spec index 0eae62c..010cb6d 100644 --- a/mesa.spec +++ b/mesa.spec @@ -44,8 +44,8 @@ Summary: Mesa graphics libraries Name: mesa -Version: 9.0 -Release: 5%{?dist} +Version: 9.0.1 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -56,8 +56,6 @@ Source0: ftp://ftp.freedesktop.org/pub/%{name}/%{version}/MesaLib-%{version}.tar #Source0: %{name}-%{gitdate}.tar.xz Source3: make-git-snapshot.sh -Patch1: mesa-9.0-19-g895a587.patch - #Patch7: mesa-7.1-link-shared.patch Patch9: mesa-8.0-llvmpipe-shmget.patch Patch11: mesa-8.0-nouveau-tfp-blacklist.patch @@ -266,7 +264,6 @@ Mesa shared glapi %prep %setup -q -n Mesa-%{version}%{?snapshot} #setup -q -n mesa-%{gitdate} -%patch1 -p1 -b .git %patch11 -p1 -b .nouveau # this fastpath is: @@ -552,6 +549,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Dec 03 2012 Adam Jackson 9.0.1-1 +- Mesa 9.0.1 + * Wed Nov 07 2012 Dave Airlie 9.0-5 - mesa-9.0-19-g895a587.patch: sync with 9.0 branch with git - drop wayland patch its in git now. diff --git a/sources b/sources index 5d45222..ce5e182 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -9f4b33ba3e41185966d333ff4b4594f4 mesa-20120924.tar.xz -60e557ce407be3732711da484ab3db6c MesaLib-9.0.tar.bz2 +97d6554c05ea7449398afe3a0ede7018 MesaLib-9.0.1.tar.bz2