forked from pool/libclc
Accepting request 686433 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/686433 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libclc?expand=0&rev=11
This commit is contained in:
commit
256dc3d44a
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
||||
<param name="changesrevision">1ecb16dd7d8b8e9151027faab996f27b2ac508e3</param>
|
||||
<param name="changesrevision">45017385361603d6328997a2272d140e50786686</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a7165587f35b668cca19e38620acf3209d53d4eb27c0f8b5a74a9371e5ba043
|
||||
size 124752
|
3
libclc-0.2.0+git.20190313.tar.xz
Normal file
3
libclc-0.2.0+git.20190313.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3db1f16c990d95adfae99157440187b10caa4cae8ab87dfd3564dc447d7e92b8
|
||||
size 128500
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 08:23:57 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update License tag to (BSD-3-Clause or MIT) and Apache-2.0 WITH
|
||||
LLVM-exception after legal review.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:52:59 UTC 2019 - jimmy@boombatower.com
|
||||
|
||||
- Update to version 0.2.0+git.20190313:
|
||||
* sincos: Simplify declaration headers.
|
||||
* fdim: Use binary_decl_tt.inc instead of custom inc file.
|
||||
* nextafter: Use binary_decl_tt.inc instead of custom inc file.
|
||||
* copysign: Use binary_decl_tt.inc instead of custom inc file.
|
||||
* atan2pi: Use binary_decl_tt.inc instead of custom inc file.
|
||||
* atan2: Use binary_decl_tt.inc instead of custom inc file.
|
||||
* hypot: Use binary_decl_tt.inc instead of custom inc file
|
||||
* Move unary_instrinsic.inc to private headers.
|
||||
* Move binary_intrinsic.h to private headers.
|
||||
* Move ternary_intrinsic.h to private headers.
|
||||
* trunc: Remove llvm intrinsic from the header.
|
||||
* round: Remove llvm intrinsic from the header
|
||||
* rint: Remove llvm intrinsic from the header.
|
||||
* floor: Remove llvm isntrinsic from the header.
|
||||
* fabs: Remove llvm intrinsic from the header.
|
||||
* ceil: Remove llvm intrinsic from the header.
|
||||
* sqrt: Split function generation to a shared inc file.
|
||||
* mad: Convert to standard ternary header
|
||||
* travis: Deduplicate LLVM_CONFIG variable
|
||||
* travis: Use gcc-6 for llvm-7 build
|
||||
* Adjust documentation for git migration.
|
||||
* Fix typos throughout the license files that somehow I and my reviewers all missed!
|
||||
* Update the file headers across all of the LLVM projects in the monorepo to reflect the new license.
|
||||
* Install new LLVM license structure and new developer policy.
|
||||
* Update year in license files
|
||||
* cmake: Install libraries to DATADIR from GNUInstallDirs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 5 16:43:13 UTC 2019 - aaronpuchert@alice-dsl.net
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: libclc
|
||||
Version: 0.2.0+git.20181127
|
||||
Version: 0.2.0+git.20190313
|
||||
Release: 0
|
||||
Summary: OpenCL C programming language library
|
||||
License: BSD-3-Clause OR MIT
|
||||
License: (BSD-3-Clause or MIT) and Apache-2.0 WITH LLVM-exception
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://libclc.llvm.org/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user