From 34057b04a74aba2586b7ee99b5c6d90a2975ebfacd5e6fa596b51eb610db647f Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 9 Jan 2017 11:06:50 +0000 Subject: [PATCH] Accepting request 443565 from home:pluskalm:branches:X11:XOrg - Update to version 0.2.0+git.20160921: OBS-URL: https://build.opensuse.org/request/show/443565 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=12 --- _service | 2 +- _servicedata | 8 +++----- libclc-0.2.0+git.20160209.tar.xz | 3 --- libclc-0.2.0+git.20160921.tar.xz | 3 +++ libclc.changes | 15 +++++++++++++++ libclc.spec | 8 ++++---- 6 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 libclc-0.2.0+git.20160209.tar.xz create mode 100644 libclc-0.2.0+git.20160921.tar.xz diff --git a/_service b/_service index 93c803e..9a81687 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/llvm-mirror/libclc.git enable enable - b518692b52a0bbdf9cf0e2167b9629dd9501abcd + 520743b0b72862a987ead6213dc1a5321a2010f9 0.2.0+git.%cd diff --git a/_servicedata b/_servicedata index 01c147c..7031327 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,4 @@ - - https://github.com/llvm-mirror/libclc.git - b518692b52a0bbdf9cf0e2167b9629dd9501abcd - - + + https://github.com/llvm-mirror/libclc.git + 520743b0b72862a987ead6213dc1a5321a2010f9 \ No newline at end of file diff --git a/libclc-0.2.0+git.20160209.tar.xz b/libclc-0.2.0+git.20160209.tar.xz deleted file mode 100644 index 428e89e..0000000 --- a/libclc-0.2.0+git.20160209.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:705837225ed35c7ca15f3179b1bec3ec7f9c57ce308164e5dff2a6adc9da7a4e -size 76148 diff --git a/libclc-0.2.0+git.20160921.tar.xz b/libclc-0.2.0+git.20160921.tar.xz new file mode 100644 index 0000000..269ef21 --- /dev/null +++ b/libclc-0.2.0+git.20160921.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34baf0a600cd90b18fee2d778ef712c8242438e1bd89c98bf96c2f421d879ac +size 93224 diff --git a/libclc.changes b/libclc.changes index fbf3fc2..24da52a 100644 --- a/libclc.changes +++ b/libclc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Sep 25 17:24:10 UTC 2016 - mpluskal@suse.com + +- Update to version 0.2.0+git.20160921: + * Avoid ambiguity in calling atom_add functions. + * Replace nextafter implementation + * Add ADDR_SPACE parameter to _CLC_V_V_VP_VECTORIZE + * math: Implement lgamma_r + * math: Implement lgamma + * math: Implement tgamma + * amdgcn-amdhsa: Add get_global_size() implementation + * amdgcn-amdhsa: Add get_num_groups implementation + * configure: Add amdgcn-mesa-mesa3d target + * Provide vstore_half helper to workaround clc restrictions + ------------------------------------------------------------------- Sun Jul 03 08:32:55 UTC 2016 - mpluskal@suse.com diff --git a/libclc.spec b/libclc.spec index c8860e5..cc1ba22 100644 --- a/libclc.spec +++ b/libclc.spec @@ -17,7 +17,7 @@ Name: libclc -Version: 0.2.0+git.20160209 +Version: 0.2.0+git.20160921 Release: 0 Summary: OpenCL C programming language library License: BSD-3-Clause or MIT @@ -26,9 +26,9 @@ Url: http://libclc.llvm.org/ Source0: %{name}-%{version}.tar.xz Source1: %{name}-rpmlintrc BuildRequires: gcc -BuildRequires: libstdc++-devel -BuildRequires: llvm-clang-devel -BuildRequires: llvm-devel >= 3.7 +BuildRequires: libstdc++-devel >= 3.9 +BuildRequires: llvm-clang-devel >= 3.9 +BuildRequires: llvm-devel >= 3.9 BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: python