Changelog for
ldc-phobos-devel-1.10.0-2.1.x86_64.rpm :
Tue Jul 3 14:00:00 2018 guillaume.gardetAATTopensuse.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 14:00:00 2018 guillaume.gardetAATTopensuse.org
- Add tests, disabled by default (since we are missing python2-lit)
Wed Jun 6 14:00:00 2018 guillaume.gardetAATTopensuse.org
- Add patch to fix ARM builds:
* ldc-1.9.0-fix_arm_build.patch
Tue Jun 5 14:00:00 2018 guillaume.gardetAATTopensuse.org
- Update to 1.9.0 and use 0.17.5 to bootstrap
Fri Jun 1 14:00:00 2018 guillaume.gardetAATTopensuse.org
- Add patch to fix rpmlint error:
* ldc-0.17.5-add_missing_include.patch
- Add patches to add LLVM6 support:
* ldc-0.17.5-add_support_to_LLVM6.patch
* ldc-0.17.5-backport_pr_2315.patch
- Add patch to be able to use ldc:
* ldc-0.17.5-default-to-pic.patch
Thu Mar 22 13:00:00 2018 guillaume.gardetAATTopensuse.org
- update to version 0.17.5:
* Added LLVM 5.0 support.
* druntime: fixes for Android and addition of core.math.yl2x[p1]() for x86(_64) targets.
* dmd-testsuite: backported runnable/cppa.d fix for GCC > 5.
* CI updates.
Fri Jun 9 14:00:00 2017 jengelhAATTinai.de
- Rectify RPM groups
Mon May 29 14:00:00 2017 mailaenderAATTopensuse.org
- update to version 0.17.4
Fri May 26 14:00:00 2017 mailaenderAATTopensuse.org
- update to version 0.17.3
- https://en.opensuse.org/SourceUrls
- drop workaround-buggy-llvm-config.patch
Mon Feb 15 13:00:00 2016 schuetzmAATTgmx.net
- update to 0.17.0
- based on DMD 2.068.2
- more information here:
https://github.com/ldc-developers/ldc/releases/tag/v0.17.0
Sun Dec 6 13:00:00 2015 rpmAATTfthiessen.de
- Build runtime and phobos libraries as shared libraries, therefore
refactored spec file:
* Basic cleanup
* Split lib
* packages, see openSUSE shared library policy
* Added ldc-rpmlintrc for false positiv.
Wed Oct 28 13:00:00 2015 schuetzmAATTgmx.net
- update to 0.16.1
- this is a bugfix only release
Sat Oct 24 14:00:00 2015 schuetzmAATTgmx.net
- update 0.16.0
- based on DMD 2.067.1
Sun Feb 22 13:00:00 2015 schuetzmAATTgmx.net
- initial submission based on Duncan Mac-Vicar\'s work