|
|
|
@ -4,8 +4,8 @@
|
|
|
|
|
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
|
|
|
|
|
|
|
|
|
|
Name: ldc
|
|
|
|
|
Version: 0.15.0
|
|
|
|
|
Release: 64%{?dist}
|
|
|
|
|
Version: 0.15.1
|
|
|
|
|
Release: 65%{?dist}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Summary: A compiler for the D programming language
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ Group: Development/Languages
|
|
|
|
|
# The files gen/asmstmt.cpp and gen/asm-*.hG PL version 2+ or artistic license
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://github.com/ldc-developers/ldc
|
|
|
|
|
Source0: https://github.com/ldc-developers/ldc/releases/download/v%{name}-%{version}/%{name}-%{version}-alpha1-src.tar.gz
|
|
|
|
|
Source0: https://github.com/ldc-developers/ldc/releases/download/v%{name}-%{version}/%{name}-%{version}-src.tar.gz
|
|
|
|
|
Source3: macros.%{name}
|
|
|
|
|
|
|
|
|
|
# https://github.com/ldc-developers/ldc/issues/613
|
|
|
|
@ -241,6 +241,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 01 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.1-65
|
|
|
|
|
- update to version 0.15.1
|
|
|
|
|
|
|
|
|
|
* Sun Feb 01 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.0-64
|
|
|
|
|
- fix spec missing libedit
|
|
|
|
|
|
|
|
|
|