new snapshot
This commit is contained in:
parent
31225f1896
commit
bbe0602ef9
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ mesa-20100720.tar.bz2
|
|||||||
/mesa-20101108.tar.bz2
|
/mesa-20101108.tar.bz2
|
||||||
/mesa-20101118.tar.bz2
|
/mesa-20101118.tar.bz2
|
||||||
/mesa-20101129.tar.bz2
|
/mesa-20101129.tar.bz2
|
||||||
|
/mesa-20101214.tar.xz
|
||||||
|
@ -17,6 +17,6 @@ git clone ${REF:+--reference $REF} \
|
|||||||
git://git.freedesktop.org/git/mesa/mesa $DIRNAME
|
git://git.freedesktop.org/git/mesa/mesa $DIRNAME
|
||||||
|
|
||||||
GIT_DIR=$DIRNAME/.git git archive --format=tar --prefix=$DIRNAME/ ${1:-HEAD} \
|
GIT_DIR=$DIRNAME/.git git archive --format=tar --prefix=$DIRNAME/ ${1:-HEAD} \
|
||||||
| bzip2 > $DIRNAME.tar.bz2
|
| xz > $DIRNAME.tar.xz
|
||||||
|
|
||||||
# rm -rf $DIRNAME
|
# rm -rf $DIRNAME
|
||||||
|
10
mesa.spec
10
mesa.spec
@ -9,20 +9,20 @@
|
|||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
%define manpages gl-manpages-1.0.1
|
%define manpages gl-manpages-1.0.1
|
||||||
%define gitdate 20101129
|
%define gitdate 20101214
|
||||||
#% define snapshot
|
#% define snapshot
|
||||||
|
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.10
|
Version: 7.10
|
||||||
Release: 0.15%{?dist}
|
Release: 0.16%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
|
||||||
#Source0: http://downloads.sf.net/mesa3d/MesaLib-%{version}.tar.bz2
|
#Source0: http://downloads.sf.net/mesa3d/MesaLib-%{version}.tar.bz2
|
||||||
#Source0: http://www.mesa3d.org/beta/MesaLib-%{version}%{?snapshot}.tar.bz2
|
#Source0: http://www.mesa3d.org/beta/MesaLib-%{version}%{?snapshot}.tar.bz2
|
||||||
Source0: %{name}-%{gitdate}.tar.bz2
|
Source0: %{name}-%{gitdate}.tar.xz
|
||||||
Source2: %{manpages}.tar.bz2
|
Source2: %{manpages}.tar.bz2
|
||||||
Source3: make-git-snapshot.sh
|
Source3: make-git-snapshot.sh
|
||||||
|
|
||||||
@ -416,6 +416,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libOSMesa.so
|
%{_libdir}/libOSMesa.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 15 2010 Adam Jackson <ajax@redhat.com> 7.10-0.16
|
||||||
|
- Today's (yesterday's) git snap.
|
||||||
|
- Switch the sourceball to xz.
|
||||||
|
|
||||||
* Mon Dec 06 2010 Adam Jackson <ajax@redhat.com> 7.10-0.15
|
* Mon Dec 06 2010 Adam Jackson <ajax@redhat.com> 7.10-0.15
|
||||||
- Really disable gallium EGL. Requires disabling OpenVG due to buildsystem
|
- Really disable gallium EGL. Requires disabling OpenVG due to buildsystem
|
||||||
nonsense. Someone fix that someday. (Patch from krh)
|
nonsense. Someone fix that someday. (Patch from krh)
|
||||||
|
Loading…
Reference in New Issue
Block a user