diff --git a/.gitignore b/.gitignore index c8cb381..af7435e 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ mesa-20100720.tar.bz2 /mesa-20140222.tar.xz /mesa-20140225.tar.xz /mesa-20140301.tar.xz +/mesa-20140305.tar.xz diff --git a/mesa.spec b/mesa.spec index 36b70ac..146c6a6 100644 --- a/mesa.spec +++ b/mesa.spec @@ -45,13 +45,13 @@ %define _default_patch_fuzz 2 -%define gitdate 20140301 +%define gitdate 20140305 #% define snapshot Summary: Mesa graphics libraries Name: mesa Version: 10.1 -Release: 0.rc3.%{gitdate}%{?dist} +Release: 1.%{gitdate}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -632,6 +632,12 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Mar 05 2014 Igor Gnatenko - 10.1-1.20140305 +- mesa: Bump version to 10.1 (final) (Ian Romanick) +- glx/dri2: fix build failure on HURD (Julien Cristau) +- i965: Validate (and resolve) all the bound textures. (Chris Forbes) +- i965: Widen sampler key bitfields for 32 samplers (Chris Forbes) + * Sat Mar 01 2014 Igor Gnatenko - 10.1-0.rc3.20140301 - 10.1-rc3 diff --git a/sources b/sources index ae0f939..ac044ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be88d201d1d5b9f511e68966a361728f mesa-20140301.tar.xz +242b9395d6b0303ddcd88987a93f5e8c mesa-20140305.tar.xz