From c768d0580c40aa258eda29657749f8089234cd5c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 2 Jan 2015 05:36:23 +0300 Subject: 290553b 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 f1fce65..6cc9362 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ mesa-20100720.tar.bz2 /mesa-a6f6d61.tar.xz /mesa-c633528.tar.xz /mesa-b77eaaf.tar.xz +/mesa-290553b.tar.xz diff --git a/mesa.spec b/mesa.spec index 6bb0b52..95798c0 100644 --- a/mesa.spec +++ b/mesa.spec @@ -48,13 +48,13 @@ %define _default_patch_fuzz 2 #% define gitdate 20140510 -%define githash b77eaaf +%define githash 290553b %define git %{?githash:%{githash}}%{!?githash:%{gitdate}} Summary: Mesa graphics libraries Name: mesa Version: 10.5.0 -Release: 0.devel.28.%{git}%{?dist} +Release: 0.devel.30.%{git}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -709,6 +709,9 @@ rm -rf $RPM_BUILD_ROOT # Generate changelog using: # git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)" %changelog +* Fri Jan 02 2015 Igor Gnatenko - 10.5.0-0.devel.30.290553b +- 290553b + * Thu Jan 01 2015 Igor Gnatenko - 10.5.0-0.devel.28.b77eaaf - b77eaaf diff --git a/sources b/sources index 6bad805..4bfa705 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83785a4aeda2b5189defcc1291b4e387 mesa-b77eaaf.tar.xz +caf514e10a5aaf34dd0b4ef84e771a51 mesa-290553b.tar.xz -- cgit