summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@fedoraproject.org>2009-01-22 20:49:17 +0000
committerKristian Høgsberg <krh@fedoraproject.org>2009-01-22 20:49:17 +0000
commit0c24d45933744bef832ebc05ea8a1d5dfe495217 (patch)
tree64b373d259fa21440eb48686fa2d25c73be024a4
parent77e6efff08aa5973dedbe4351b0bffa6b34c6564 (diff)
downloadmesa-0c24d45933744bef832ebc05ea8a1d5dfe495217.tar.gz
mesa-0c24d45933744bef832ebc05ea8a1d5dfe495217.tar.xz
mesa-0c24d45933744bef832ebc05ea8a1d5dfe495217.zip
- And now, 7.3.0.
-rw-r--r--mesa.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/mesa.spec b/mesa.spec
index d21f999..3f9d8ed 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -1,3 +1,4 @@
+
# When bootstrapping an arch, omit the -demos subpackage.
# S390 doesn't have video cards, so it's not much use building DRI there.
@@ -14,19 +15,19 @@
%define manpages gl-manpages-1.0.1
%define xdriinfo xdriinfo-1.0.2
%define gitdate 20081220
-%define snapshot -rc3
+#%define snapshot
Summary: Mesa graphics libraries
Name: mesa
Version: 7.3
-Release: 0.5%{?dist}
+Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source0: http://www.mesa3d.org/beta/MesaLib-7.3-rc3.tar.gz
-Source1: http://www.mesa3d.org/beta/MesaDemos-7.3-rc3.tar.gz
+Source0: http://www.mesa3d.org/beta/MesaLib-%{version}%{?snapshot}.tar.bz2
+Source1: http://www.mesa3d.org/beta/MesaDemos-%{version}%{?snapshot}.tar.bz2
#Source0: %{name}-%{gitdate}.tar.bz2
#Source2: %{manpages}.tar.bz2
Source3: make-git-snapshot.sh
@@ -167,7 +168,7 @@ This package provides some demo applications for testing Mesa.
%prep
-%setup -q -n Mesa-%{version}%{snapshot} -b0 -b1
+%setup -q -n Mesa-%{version}%{?snapshot} -b0 -b1
#%setup -q -n mesa-%{gitdate} -b2 -b5
%patch0 -p1 -b .osmesa
%patch2 -p1 -b .intel-glthread
@@ -420,6 +421,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/mesa-demos-data
%changelog
+* Thu Jan 22 2009 Kristian Høgsberg <krh@redhat.com> 7.3-1
+- And now, 7.3.0.
+
* Tue Jan 20 2009 Kristian Høgsberg <krh@redhat.com> 7.3-0.5
- Update to 7.3.0 rc3.