diff --git a/.gitignore b/.gitignore index 55c08d7..0b1ebd9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /ldc-0.15.2-beta2-src.tar.gz /ldc-0.16.0-alpha3-src.tar.gz /ldc-0.16.1-src.tar.gz +/ldc-0.17.2-src.tar.gz diff --git a/ldc.spec b/ldc.spec index 5115027..aa0e877 100644 --- a/ldc.spec +++ b/ldc.spec @@ -1,13 +1,13 @@ %global dmdfe_major 2 %global dmdfe_minor 0 -%global dmdfe_bump 67 +%global dmdfe_bump 68 %global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump -%global ldc_version 0.16.1 +%global ldc_version 0.17.2 %global root %{name}-%ldc_version-src Name: ldc Version: %ldc_version -Release: 78%{?dist} +Release: 1%{?dist} Epoch: 1 Summary: A compiler for the D programming language @@ -241,6 +241,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/ %changelog +* Sun Oct 16 2016 Kalev Lember - 1:0.17.2-1 +- Update to 0.17.2 + * Thu Feb 04 2016 Fedora Release Engineering - 1:0.16.1-78 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index f8f3822..fa5a3c1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 2207fd2545a5fc62c93e3ba72c89c4ca macros.ldc -be7c7cf80d087e9f0bcbccc8ec6bcba3 ldc-0.16.1-src.tar.gz +df585811aa29d0e00d3ccb0d469dad30 ldc-0.17.2-src.tar.gz