From 4a7b3370cac74baa3a4c330305db9ccc426013ae858b811d1225cbceef7117d0 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Fri, 8 Jul 2016 20:23:55 +0000 Subject: [PATCH 1/2] Accepting request 406154 from home:pluskalm:branches:X11:XOrg - Update to version 0.2.0+git.20160209 OBS-URL: https://build.opensuse.org/request/show/406154 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=9 --- _service | 5 +++-- libclc-0.2.0+git.20160209.tar.xz | 3 +++ libclc-0.2.0+git20151006.6d78407.tar.xz | 3 --- libclc.changes | 5 +++++ libclc.spec | 10 ++++------ 5 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 libclc-0.2.0+git.20160209.tar.xz delete mode 100644 libclc-0.2.0+git20151006.6d78407.tar.xz diff --git a/_service b/_service index 146bf22..93c803e 100644 --- a/_service +++ b/_service @@ -3,8 +3,9 @@ git https://github.com/llvm-mirror/libclc.git enable - 0.2.0+git%cd.%h - 6d784075bc56815b0fc493690572c893979abbdd + enable + b518692b52a0bbdf9cf0e2167b9629dd9501abcd + 0.2.0+git.%cd xz diff --git a/libclc-0.2.0+git.20160209.tar.xz b/libclc-0.2.0+git.20160209.tar.xz new file mode 100644 index 0000000..428e89e --- /dev/null +++ b/libclc-0.2.0+git.20160209.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705837225ed35c7ca15f3179b1bec3ec7f9c57ce308164e5dff2a6adc9da7a4e +size 76148 diff --git a/libclc-0.2.0+git20151006.6d78407.tar.xz b/libclc-0.2.0+git20151006.6d78407.tar.xz deleted file mode 100644 index 3b1a63d..0000000 --- a/libclc-0.2.0+git20151006.6d78407.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6935b56b984067d48c710b5b30a329b9303661d787b059ab5d09fcb5a95ea49a -size 74764 diff --git a/libclc.changes b/libclc.changes index 870f3dc..923a574 100644 --- a/libclc.changes +++ b/libclc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 03 08:32:55 UTC 2016 - mpluskal@suse.com + +- Update to version 0.2.0+git.20160209 + ------------------------------------------------------------------- Thu Dec 17 10:00:57 UTC 2015 - coolo@suse.com diff --git a/libclc.spec b/libclc.spec index e7c97b1..c8860e5 100644 --- a/libclc.spec +++ b/libclc.spec @@ -1,7 +1,7 @@ # # spec file for package libclc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libclc -Version: 0.2.0+git20151006.6d78407 +Version: 0.2.0+git.20160209 Release: 0 Summary: OpenCL C programming language library License: BSD-3-Clause or MIT @@ -27,11 +27,10 @@ Source0: %{name}-%{version}.tar.xz Source1: %{name}-rpmlintrc BuildRequires: gcc BuildRequires: libstdc++-devel -BuildRequires: libtool BuildRequires: llvm-clang-devel BuildRequires: llvm-devel >= 3.7 BuildRequires: ncurses-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: python BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,11 +54,10 @@ export \ --enable-runtime-subnormal \ --pkgconfigdir=%{_libdir}/pkgconfig/ \ --libexecdir=%{_libdir}/clc/ - make %{?_smp_mflags} VERBOSE=1 %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %files %defattr(-,root,root) From 14e4ee820058d27f386b9c9dc3cb24be88038ad5e1bab0ee47330400242c99a2 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Fri, 8 Jul 2016 20:40:20 +0000 Subject: [PATCH 2/2] 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 --- _servicedata | 6 ++++++ libclc.changes | 12 +++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 _servicedata diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..01c147c --- /dev/null +++ b/_servicedata @@ -0,0 +1,6 @@ + + + https://github.com/llvm-mirror/libclc.git + b518692b52a0bbdf9cf0e2167b9629dd9501abcd + + diff --git a/libclc.changes b/libclc.changes index 923a574..fbf3fc2 100644 --- a/libclc.changes +++ b/libclc.changes @@ -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