From a66e2c8cd9879ba7f9ebf8267346066fa556f217 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 6 Sep 2014 12:29:20 +0400 Subject: [PATCH] 1f184bc commit Signed-off-by: Igor Gnatenko --- .gitignore | 1 + make-git-snapshot.sh | 2 +- mesa.spec | 7 +++++-- sources | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cb28e8a..e0c8248 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ mesa-20100720.tar.bz2 /mesa-e7f2f2dea5acdbd1a12ed88914e64a38a97432f0.tar.xz /mesa-c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f.tar.xz /mesa-80771e47b6c1e47ab55f17311e1d4e227a9eb3d8.tar.xz +/mesa-1f184bc.tar.xz diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh index eacbac9..bce2972 100755 --- a/make-git-snapshot.sh +++ b/make-git-snapshot.sh @@ -13,7 +13,7 @@ fi if [ -z "$1" ]; then DIRNAME=mesa-$( date +%Y%m%d ) - BRANCH=10.2 + BRANCH=10.3 else DIRNAME=mesa-$1 BRANCH=master diff --git a/mesa.spec b/mesa.spec index e91eccf..e3c7c54 100644 --- a/mesa.spec +++ b/mesa.spec @@ -48,13 +48,13 @@ %define _default_patch_fuzz 2 #% define gitdate 20140510 -%define githash 80771e47b6c1e47ab55f17311e1d4e227a9eb3d8 +%define githash 1f184bc %define git %{?githash:%{githash}}%{!?githash:%{gitdate}} Summary: Mesa graphics libraries Name: mesa Version: 10.4 -Release: 0.devel.2.1.%{git}%{?dist} +Release: 0.devel.3.%{git}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -672,6 +672,9 @@ rm -rf $RPM_BUILD_ROOT # Generate changelog using: # git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)" %changelog +* Sat Sep 06 2014 Igor Gnatenko - 10.4-0.devel.3.git1f184bc +- 1f184bc114143acbcea373184260da777b6c6be1 commit + * Thu Aug 28 2014 Igor Gnatenko - 10.4-0.devel.2.1.80771e47b6c1e47ab55f17311e1d4e227a9eb3d8 - add swrast to dri driver list diff --git a/sources b/sources index 3edc59e..c8c22d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ddd4db9edd879bac31ebdc98da0693a mesa-80771e47b6c1e47ab55f17311e1d4e227a9eb3d8.tar.xz +4b7a3cd0938a495f7fb089566d26fc1f mesa-1f184bc.tar.xz