diff --git a/ldc-0.16.1-src.tar.gz b/ldc-0.16.1-src.tar.gz deleted file mode 100644 index 1f545f4..0000000 --- a/ldc-0.16.1-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e66cea99f0b1406bbd265ad5fe6aa1412bae31ac86d8a678eb6751f304b6f95b -size 4765335 diff --git a/ldc-0.17.0-src.tar.gz b/ldc-0.17.0-src.tar.gz new file mode 100644 index 0000000..35417de --- /dev/null +++ b/ldc-0.17.0-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c80086174ca87281413d7510641caf99dc630e6cf228a619d0d989bbf53bdd2 +size 4947638 diff --git a/ldc.changes b/ldc.changes index af111bb..7110a0d 100644 --- a/ldc.changes +++ b/ldc.changes @@ -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 diff --git a/ldc.spec b/ldc.spec index b3e5701..88e710f 100644 --- a/ldc.spec +++ b/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