diff --git a/Mesa.changes b/Mesa.changes index a7ec411..dc86db2 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Oct 19 15:26:10 UTC 2013 - hrvoje.senjan@gmail.com + +- Update to version 9.2.2 + * Valgrind error in program_resource_visitor::recursion, (fdo#69449) + * glInvalidateFramebuffer fails with GL_INVALID_ENUM (fdo#70411) + * svga: fix incorrect memcpy src in svga_buffer_upload_piecewise() + * mesa: consolidate cube width=height error checking + * mesa: Add missing switch break in invalidate_framebuffer_storage() + * i965: Don't forget the cube map padding on gen5+. + * mesa: Fix compiler warnings when ALIGN's alignment is "1 << value". + * i965: Fix 3D texture layout by more literally copying from the spec. + * glsl: Fix usage of the wrong union member in + program_resource_visitor::recursion. + * radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3 + ------------------------------------------------------------------- Sat Oct 5 15:12:19 UTC 2013 - hrvoje.senjan@gmail.com diff --git a/Mesa.spec b/Mesa.spec index dc16378..1e071a8 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -29,11 +29,11 @@ %define llvm_r600 0 %endif -%define _version 9.2.1 +%define _version 9.2.2 %define _name_archive MesaLib Name: Mesa -Version: 9.2.1 +Version: 9.2.2 Release: 0 BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -99,7 +99,7 @@ Provides: XFree86-Mesa-64bit = %{version} Summary: System for rendering interactive 3-D graphics License: MIT Group: System/Libraries -Source: ftp://ftp.freedesktop.org/pub/mesa/9.2.1/%{_name_archive}-%{_version}.tar.bz2 +Source: ftp://ftp.freedesktop.org/pub/mesa/%{_version}/%{_name_archive}-%{_version}.tar.bz2 Source2: baselibs.conf Source3: README.updates Source4: manual-pages.tar.bz2 diff --git a/MesaLib-9.2.1.tar.bz2 b/MesaLib-9.2.1.tar.bz2 deleted file mode 100644 index fcaec9c..0000000 --- a/MesaLib-9.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8b47e6ab5779e9fb05e262571ef01d28c96b51e9b5b85db6750c6a32afda6d0 -size 6645464 diff --git a/MesaLib-9.2.2.tar.bz2 b/MesaLib-9.2.2.tar.bz2 new file mode 100644 index 0000000..78dd672 --- /dev/null +++ b/MesaLib-9.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78a5035233672844cf2492fe82dc10877e12026be227d04469d6ca6ac656a3d +size 6664280