mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
10.3-rc3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
aee649d1c0
commit
ab0e6e86a3
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -79,3 +79,4 @@ mesa-20100720.tar.bz2
|
||||||
/mesa-20140711.tar.xz
|
/mesa-20140711.tar.xz
|
||||||
/mesa-20140806.tar.xz
|
/mesa-20140806.tar.xz
|
||||||
/mesa-20140824.tar.xz
|
/mesa-20140824.tar.xz
|
||||||
|
/mesa-20140906.tar.xz
|
||||||
|
|
|
@ -48,14 +48,14 @@
|
||||||
|
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
%define gitdate 20140824
|
%define gitdate 20140906
|
||||||
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
||||||
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
||||||
|
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 10.3
|
Version: 10.3
|
||||||
Release: 0.rc1.2.%{git}%{?dist}
|
Release: 0.rc3.1.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -677,6 +677,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
# Generate changelog using:
|
# Generate changelog using:
|
||||||
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc3.1.20140906
|
||||||
|
- 10.3-rc3
|
||||||
|
|
||||||
* Fri Aug 29 2014 Karsten Hopp <karsten@redhat.com> 10.3-0.rc1.2.20140824
|
* Fri Aug 29 2014 Karsten Hopp <karsten@redhat.com> 10.3-0.rc1.2.20140824
|
||||||
- fix ppc64/ppc64le filelists
|
- fix ppc64/ppc64le filelists
|
||||||
- fix missing include on bigendian
|
- fix missing include on bigendian
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
abb3ea0771d72d9305f56cc37b11a25c mesa-20140824.tar.xz
|
02d2a9a257292b530efa7fb72d24e906 mesa-20140906.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue