- Update to r136773

* Many AVX fixes
  * Support for C++0x unicode string and character literals
- Update to r135431

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=58
This commit is contained in:
Ismail Dönmez 2011-08-03 11:49:17 +00:00 committed by Git OBS Bridge
parent 9e09f740c5
commit b8c29699a3
4 changed files with 14 additions and 7 deletions

View File

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

View File

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

View File

@ -1,7 +1,14 @@
-------------------------------------------------------------------
Wed Aug 3 11:18:31 UTC 2011 - idonmez@novell.com
- Update to r136773
* Many AVX fixes
* Support for C++0x unicode string and character literals
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 19 14:03:21 UTC 2011 - vljn@ovi.com Tue Jul 19 14:03:21 UTC 2011 - vljn@ovi.com
- Update to 135431 - Update to r135431
* API changes to match Mesa requirements * API changes to match Mesa requirements
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -17,7 +17,7 @@
%define _sharedir %{_prefix}/share %define _sharedir %{_prefix}/share
%define _revision 135431 %define _revision 136773
%define _release_version 3.0 %define _release_version 3.0
%if 0%{?suse_version} >= 1200 %if 0%{?suse_version} >= 1200
@ -27,13 +27,13 @@
%endif %endif
Name: llvm Name: llvm
Version: 2.9.99.svn20110718 Version: 2.9.99.svn20110803
Release: 1 Release: 1
License: NCSA License: NCSA
Summary: Low Level Virtual Machine Summary: Low Level Virtual Machine
Url: http://www.llvm.org Url: http://www.llvm.org
Group: Development/Languages/Other Group: Development/Languages/Other
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.xz
Source100: %{name}-rpmlintrc Source100: %{name}-rpmlintrc
# PATCH-FIX-OPENSUSE set-revision.patch idoenmez@suse.de -- Allow us to set revision # PATCH-FIX-OPENSUSE set-revision.patch idoenmez@suse.de -- Allow us to set revision
Patch1: set-revision.patch Patch1: set-revision.patch