mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-25 01:45:29 +00:00
Merge branch 'f21' of ssh://pkgs.fedoraproject.org/mesa into f21
Conflicts: mesa.spec
This commit is contained in:
commit
aee649d1c0
1 changed files with 6 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
||||||
%endif
|
%endif
|
||||||
%ifnarch s390 s390x %{power64} ppc
|
%ifnarch s390 s390x %{power64} ppc
|
||||||
%define with_hardware 1
|
%define with_hardware 1
|
||||||
%define base_drivers nouveau,radeon,r200
|
%define base_drivers swrast,nouveau,radeon,r200
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%define platform_drivers ,i915,i965
|
%define platform_drivers ,i915,i965
|
||||||
%define with_vmware 1
|
%define with_vmware 1
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 10.3
|
Version: 10.3
|
||||||
Release: 1.rc1.%{git}%{?dist}
|
Release: 0.rc1.2.%{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,10 +677,13 @@ 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
|
||||||
* Fri Aug 29 2014 Karsten Hopp <karsten@redhat.com> 10.3-1.rc1.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
|
||||||
|
|
||||||
|
* Sun Aug 24 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc1.1.20140824
|
||||||
|
- add swrast to dri driver list
|
||||||
|
|
||||||
* Sun Aug 24 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc1.20140824
|
* Sun Aug 24 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc1.20140824
|
||||||
- 10.3-rc1
|
- 10.3-rc1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue