diff --git a/eclipse.spec b/eclipse.spec index bfdfc32..ab0b8f6 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -37,7 +37,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: %{?scl_prefix}eclipse Version: %{eclipse_version} -Release: 0.19.git201505272010%{?dist} +Release: 0.20.git201505272010%{?dist} License: EPL URL: http://www.eclipse.org/ @@ -121,7 +121,7 @@ BuildRequires: make, gcc BuildRequires: gtk2-devel BuildRequires: gtk3-devel BuildRequires: glib2-devel -BuildRequires: gcc-c++ +BuildRequires: gcc BuildRequires: nspr-devel BuildRequires: libXtst-devel BuildRequires: mesa-libGL-devel @@ -1028,6 +1028,9 @@ fi %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_* %changelog +* Fri May 29 2015 Alexander Kurtakov 1:4.5.0-0.20.git201505272010 +- BR gcc not gcc-c++ as there is no cpp sources built. + * Thu May 28 2015 Alexander Kurtakov 1:4.5.0-0.19.git201505272010 - Update to latest I-build - Require latest egit for the releng tools.