From ab2882383eae97c78707902efd7c56b70746455f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 14 Dec 2014 22:06:28 +0300 Subject: 0d7f4c8 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + mesa.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 90f3e1a..3a9a074 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ mesa-20100720.tar.bz2 /mesa-9460cd3.tar.xz /mesa-3d9c1a9.tar.xz /mesa-29c7cf2.tar.xz +/mesa-0d7f4c8.tar.xz diff --git a/mesa.spec b/mesa.spec index e0864ea..b3622c1 100644 --- a/mesa.spec +++ b/mesa.spec @@ -52,13 +52,13 @@ %define _default_patch_fuzz 2 #% define gitdate 20140510 -%define githash 29c7cf2 +%define githash 0d7f4c8 %define git %{?githash:%{githash}}%{!?githash:%{gitdate}} Summary: Mesa graphics libraries Name: mesa Version: 10.5.0 -Release: 0.devel.5.%{git}%{?dist} +Release: 0.devel.6.%{git}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -710,6 +710,9 @@ rm -rf $RPM_BUILD_ROOT # Generate changelog using: # git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)" %changelog +* Sun Dec 14 2014 Igor Gnatenko 10.5.0-0.devel.6.git0d7f4c8 +- 0d7f4c8 + * Sun Dec 14 2014 Igor Gnatenko 10.5.0-0.devel.5.git29c7cf2 - Enable VA state-tracker - Enable Nine state-tracker (Direct3D9 API) diff --git a/sources b/sources index 72ace10..862dd05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f69d6e217c9228ad3dd6a3d3b976f256 mesa-29c7cf2.tar.xz +cad932593cf70b848d770573ef2d5e58 mesa-0d7f4c8.tar.xz -- cgit