From 61656f9b9f2ed89050a478bcd8c3d7c0f4edb6a8eda7a6165b91b5a02d95c7a6 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Tue, 3 Jul 2018 07:01:08 +0000 Subject: [PATCH] Accepting request 620395 from home:Guillaume_G:branches:devel:languages:D MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.10.0: * Big news: - Frontend, druntime and Phobos are at version 2.080.1. (#2665, #2719, #2737) (new) - No support for Objective-C class/static methods yet. (#2670) - Breaking Win64 extern(D) ABI change: Pass vectors directly in registers, analogous to the MS vector calling convention. (#2714) - Config file: For cross-compilation, support additional sections named as regex for specific target triples, e.g., "86(_64)?-.*-linux": { … };; see the comment in etc/ldc2.conf. (#2718) * Platform support: - Supports LLVM 3.7 - 6.0. - Windows: Supports Visual Studio/C++ Build Tools 2015 and 2017. - Alpine linux/x64: built against Musl libc to support Docker images based on the Alpine distro, requires the llvm5-libs, musl-dev, and gcc packages to run and link D apps and the tzdata and libcurl packages for certain stdlib modules. * Bug fixes OBS-URL: https://build.opensuse.org/request/show/620395 OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/ldc?expand=0&rev=16 --- ldc-1.10.0-src.tar.gz | 3 +++ ldc-1.9.0-src.tar.gz | 3 --- ldc.changes | 24 ++++++++++++++++++++++++ ldc.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 ldc-1.10.0-src.tar.gz delete mode 100644 ldc-1.9.0-src.tar.gz diff --git a/ldc-1.10.0-src.tar.gz b/ldc-1.10.0-src.tar.gz new file mode 100644 index 0000000..449052f --- /dev/null +++ b/ldc-1.10.0-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b6e2b8dcaf28a2947318fb25e43fa0b96dd3a6377995146f987c4d17dd8371 +size 6658773 diff --git a/ldc-1.9.0-src.tar.gz b/ldc-1.9.0-src.tar.gz deleted file mode 100644 index d0a25e3..0000000 --- a/ldc-1.9.0-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3f32a4dfcaae12f434e0e23638684faa83765827e7f2deb2df059dccc3169b9 -size 6560330 diff --git a/ldc.changes b/ldc.changes index e56621e..3b96244 100644 --- a/ldc.changes +++ b/ldc.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Jul 3 06:40:16 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to 1.10.0: + * Big news: + - Frontend, druntime and Phobos are at version 2.080.1. + (#2665, #2719, #2737) (new) + - No support for Objective-C class/static methods yet. (#2670) + - Breaking Win64 extern(D) ABI change: Pass vectors directly + in registers, analogous to the MS vector calling convention. + (#2714) + - Config file: For cross-compilation, support additional + sections named as regex for specific target triples, e.g., + "86(_64)?-.*-linux": { … };; see the comment in etc/ldc2.conf. + (#2718) + * Platform support: + - Supports LLVM 3.7 - 6.0. + - Windows: Supports Visual Studio/C++ Build Tools 2015 and 2017. + - Alpine linux/x64: built against Musl libc to support Docker + images based on the Alpine distro, requires the llvm5-libs, + musl-dev, and gcc packages to run and link D apps and the + tzdata and libcurl packages for certain stdlib modules. + * Bug fixes + ------------------------------------------------------------------- Wed Jun 6 11:33:49 UTC 2018 - guillaume.gardet@opensuse.org diff --git a/ldc.spec b/ldc.spec index c2edb97..f73d621 100644 --- a/ldc.spec +++ b/ldc.spec @@ -19,7 +19,7 @@ %bcond_with ldc_tests Name: ldc -Version: 1.9.0 +Version: 1.10.0 Release: 0 Summary: The LLVM D Compiler License: BSD-3-Clause AND Artistic-1.0