SHA256
1
0
forked from pool/llvm

Accepting request 76476 from devel:tools:compiler

Tue Jul 19 14:03:21 UTC 2011 - vljn@ovi.com
 
- Update to 135431
  * API changes to match Mesa requirements
 
Mon Jul 11 08:33:59 UTC 2011 - idonmez@novell.com
 
- Update to r134888
  * Type system rewrite

OBS-URL: https://build.opensuse.org/request/show/76476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=5
This commit is contained in:
Sascha Peilicke
2011-07-20 07:41:14 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c75ecd53e37f1b8df9adc45374e5b57e634067bab27252f8879dbe590fbb1280
size 11978988

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5282c6c0cfff7df3ced3b4328bd91affd55011db112794357cfc4782bb6fbe36
size 13404087

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 19 14:03:21 UTC 2011 - vljn@ovi.com
- Update to 135431
* API changes to match Mesa requirements
-------------------------------------------------------------------
Mon Jul 11 08:33:59 UTC 2011 - idonmez@novell.com
- Update to r134888
* Type system rewrite
-------------------------------------------------------------------
Sat Jul 9 09:27:17 UTC 2011 - idonmez@novell.com

View File

@@ -17,7 +17,7 @@
%define _sharedir %{_prefix}/share
%define _revision 134813
%define _revision 135431
%define _release_version 3.0
%if 0%{?suse_version} >= 1200
@@ -27,13 +27,13 @@
%endif
Name: llvm
Version: 2.9.99.svn20110709
Release: 1
Version: 2.9.99.svn20110718
Release: 0
License: NCSA
Summary: Low Level Virtual Machine
Url: http://www.llvm.org
Group: Development/Languages/Other
Source0: %{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.bz2
Source100: %{name}-rpmlintrc
# PATCH-FIX-OPENSUSE set-revision.patch idoenmez@suse.de -- Allow us to set revision
Patch1: set-revision.patch
@@ -103,6 +103,7 @@ Documentation for the LLVM compiler infrastructure.
Summary: CLANG frontend for LLVM
Group: Development/Languages/Other
Requires: %{name} = %{version}
Provides: clang
%{py_requires}
%description clang