From 3f5f02391dd45783209f2898107ab5fc16de06e23b095ede1118f31edfb84d5e Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Wed, 13 Mar 2019 20:48:31 +0000 Subject: [PATCH 1/2] Accepting request 684790 from home:boombatower:branches:X11:XOrg - 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 OBS-URL: https://build.opensuse.org/request/show/684790 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=27 --- _servicedata | 2 +- libclc-0.2.0+git.20181127.tar.xz | 3 --- libclc-0.2.0+git.20190313.tar.xz | 3 +++ libclc.changes | 31 +++++++++++++++++++++++++++++++ libclc.spec | 2 +- 5 files changed, 36 insertions(+), 5 deletions(-) delete mode 100644 libclc-0.2.0+git.20181127.tar.xz create mode 100644 libclc-0.2.0+git.20190313.tar.xz diff --git a/_servicedata b/_servicedata index e820220..901b448 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/llvm-mirror/libclc.git - 1ecb16dd7d8b8e9151027faab996f27b2ac508e3 + 45017385361603d6328997a2272d140e50786686 diff --git a/libclc-0.2.0+git.20181127.tar.xz b/libclc-0.2.0+git.20181127.tar.xz deleted file mode 100644 index c825a9c..0000000 --- a/libclc-0.2.0+git.20181127.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a7165587f35b668cca19e38620acf3209d53d4eb27c0f8b5a74a9371e5ba043 -size 124752 diff --git a/libclc-0.2.0+git.20190313.tar.xz b/libclc-0.2.0+git.20190313.tar.xz new file mode 100644 index 0000000..9416f7e --- /dev/null +++ b/libclc-0.2.0+git.20190313.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db1f16c990d95adfae99157440187b10caa4cae8ab87dfd3564dc447d7e92b8 +size 128500 diff --git a/libclc.changes b/libclc.changes index c4bcdea..a8a0c3c 100644 --- a/libclc.changes +++ b/libclc.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +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 diff --git a/libclc.spec b/libclc.spec index 576ff9b..e9cffbc 100644 --- a/libclc.spec +++ b/libclc.spec @@ -17,7 +17,7 @@ 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 From ff2dd81ca3fe09235705867866e38d15f827a1e534c210e3d551890a4f1962f1 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Tue, 19 Mar 2019 13:54:54 +0000 Subject: [PATCH 2/2] Accepting request 686314 from home:dimstar:Factory - Update License tag to (BSD-3-Clause or MIT) and Apache-2.0 WITH LLVM-exception after legal review. OBS-URL: https://build.opensuse.org/request/show/686314 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=28 --- libclc.changes | 6 ++++++ libclc.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libclc.changes b/libclc.changes index a8a0c3c..4941692 100644 --- a/libclc.changes +++ b/libclc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 19 08:23:57 UTC 2019 - Dominique Leuenberger + +- 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 diff --git a/libclc.spec b/libclc.spec index e9cffbc..d738ac6 100644 --- a/libclc.spec +++ b/libclc.spec @@ -20,7 +20,7 @@ Name: libclc 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