mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
c3f17bb18f597d7f606805ae94363dae7fd51582
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
730b693296
commit
94de6bab59
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -83,3 +83,4 @@ mesa-20100720.tar.bz2
|
||||||
/mesa-c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f.tar.xz
|
/mesa-c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f.tar.xz
|
||||||
/mesa-80771e47b6c1e47ab55f17311e1d4e227a9eb3d8.tar.xz
|
/mesa-80771e47b6c1e47ab55f17311e1d4e227a9eb3d8.tar.xz
|
||||||
/mesa-1f184bc.tar.xz
|
/mesa-1f184bc.tar.xz
|
||||||
|
/mesa-c3f17bb.tar.xz
|
||||||
|
|
|
@ -49,13 +49,13 @@
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20140510
|
#% define gitdate 20140510
|
||||||
%define githash 1f184bc
|
%define githash c3f17bb
|
||||||
%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.4
|
Version: 10.4
|
||||||
Release: 0.devel.4.%{git}%{?dist}
|
Release: 0.devel.5.%{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 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.5.gitc3f17bb
|
||||||
|
- c3f17bb18f597d7f606805ae94363dae7fd51582
|
||||||
|
|
||||||
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.4.git1f184bc
|
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.4.git1f184bc
|
||||||
- apply patch for bigendian from karsten
|
- apply patch for bigendian from karsten
|
||||||
- fix ppc filelist from karsten
|
- fix ppc filelist from karsten
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
4b7a3cd0938a495f7fb089566d26fc1f mesa-1f184bc.tar.xz
|
bd36ecaebc469aa0c68eb6c6b53aa8b6 mesa-c3f17bb.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue