Accepting request 407343 from home:boombatower:branches:X11:XOrg

Rerun service to create _servicedata and proper changes entry.

OBS-URL: https://build.opensuse.org/request/show/407343
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=10
This commit is contained in:
Jimmy Berry 2016-07-08 20:40:20 +00:00 committed by Git OBS Bridge
parent 4a7b3370ca
commit 14e4ee8200
2 changed files with 17 additions and 1 deletions

6
_servicedata Normal file
View File

@ -0,0 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
<param name="changesrevision">b518692b52a0bbdf9cf0e2167b9629dd9501abcd</param>
</service>
</servicedata>

View File

@ -1,7 +1,17 @@
-------------------------------------------------------------------
Sun Jul 03 08:32:55 UTC 2016 - mpluskal@suse.com
- Update to version 0.2.0+git.20160209
- Update to version 0.2.0+git.20160209:
* integer: remove explicit casts from _MIN definitions
* AMDGPU: Add alias for tonga
* AMDGPU: Add aliases for all VI targets
* Add _CLC_V_V_VP_VECTORIZE macro
* Implement modf math builtin
* math: Add frexp ported from amd-builtins
* math: Fix log2 vectorization on non-fp64 hw
* configure: Introduce per device defines
* configure: Remove cl_khr_fp64 for device that don't support doubles
* configure: Remove llvm 3.6 defines
-------------------------------------------------------------------
Thu Dec 17 10:00:57 UTC 2015 - coolo@suse.com