Accepting request 359508 from home:marc_schuetz:branches:devel:languages:D
Update to 0.17.0, based on DMD 2.068.2. OBS-URL: https://build.opensuse.org/request/show/359508 OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/ldc?expand=0&rev=6
This commit is contained in:
parent
4d150d31f0
commit
037b97700c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e66cea99f0b1406bbd265ad5fe6aa1412bae31ac86d8a678eb6751f304b6f95b
|
||||
size 4765335
|
3
ldc-0.17.0-src.tar.gz
Normal file
3
ldc-0.17.0-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c80086174ca87281413d7510641caf99dc630e6cf228a619d0d989bbf53bdd2
|
||||
size 4947638
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 15:47:39 UTC 2016 - schuetzm@gmx.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 20:08:34 UTC 2015 - rpm@fthiessen.de
|
||||
|
||||
|
8
ldc.spec
8
ldc.spec
@ -15,15 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: ldc
|
||||
Version: 0.16.1
|
||||
Version: 0.17.0
|
||||
%define version2 0.17.0
|
||||
Release: 0
|
||||
Summary: The LLVM D Compiler
|
||||
License: BSD-3-Clause and Artistic-1.0
|
||||
Group: Development/Languages/Other
|
||||
Url: https://github.com/ldc-developers/ldc
|
||||
Source0: ldc-%{version}-src.tar.gz
|
||||
Source0: ldc-%{version2}-src.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
# PATCH-FIX-OPENSUSE workaround-buggy-llvm-config.patch bnc#856691
|
||||
Patch1: workaround-buggy-llvm-config.patch
|
||||
@ -79,7 +79,7 @@ This package contains the Phobos development files necessary for developing
|
||||
with LDC.
|
||||
|
||||
%prep
|
||||
%setup -q -n ldc-%{version}-src
|
||||
%setup -q -n ldc-%{version2}-src
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user