diff --git a/.gitignore b/.gitignore index 26a09be..dc6259b 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ mesa-20100720.tar.bz2 /mesa-290553b.tar.xz /mesa-c3260f8.tar.xz /mesa-6171131.tar.xz +/mesa-20150218.tar.xz diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh index 502723a..36df675 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.4 + BRANCH=10.5 else DIRNAME=mesa-$1 BRANCH=master diff --git a/mesa.spec b/mesa.spec index 18a5d36..c7c6873 100644 --- a/mesa.spec +++ b/mesa.spec @@ -47,14 +47,14 @@ %define _default_patch_fuzz 2 -#% define gitdate 20140510 -%define githash 6171131 +%define gitdate 20150218 +#% define githash 6171131 %define git %{?githash:%{githash}}%{!?githash:%{gitdate}} Summary: Mesa graphics libraries Name: mesa Version: 10.5.0 -Release: 0.devel.32.%{git}%{?dist} +Release: 1.%{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 +* Wed Feb 18 2015 Igor Gnatenko - 10.5.0-1.20150218 +- 10.5.0 + * Fri Jan 02 2015 Igor Gnatenko - 10.5.0-0.devel.32.6171131 - 6171131 diff --git a/sources b/sources index 11c9813..f247b43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c24aaf71c2e8aeb6662aa3cbf60dfef8 mesa-6171131.tar.xz +b417d3a63446ce36c3d28186d0cbd6ed mesa-20150218.tar.xz