diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index fca8f90..6ec962c 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -2,7 +2,7 @@ %global _build_id_links alldebug -%bcond_without bootstrap +%bcond_with bootstrap # Change following to 0 to default to no remote support when building # for the first time in a buildroot -- this is needed to build: @@ -43,7 +43,7 @@ Epoch: 2 Summary: Eclipse C/C++ Development Tools (CDT) plugin Name: eclipse-cdt Version: 9.11.1 -Release: 3%{?dist} +Release: 4%{?dist} License: EPL-2.0 and CPL URL: https://www.eclipse.org/cdt @@ -507,6 +507,9 @@ install -D -m 644 man/cdtdebug.man %{buildroot}/%{_mandir}/man1/cdtdebug.1 %endif %changelog +* Thu Jul 23 2020 Mat Booth - 2:9.11.1-4 +- Non bootstrap build + * Wed Jul 22 2020 Mat Booth - 2:9.11.1-3 - Fix inconsistent buildroot macro usage