diff --git a/eclipse.spec b/eclipse.spec index 991bfce..b712346 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -17,7 +17,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 0.2.I201201230800%{?dist} +Release: 0.3.I201201230800%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -61,7 +61,7 @@ BuildRequires: apache-commons-logging BuildRequires: apache-commons-codec BuildRequires: jakarta-commons-httpclient BuildRequires: felix-gogo-command >= 0.12 -BuildRequires: felix-gogo-shell +BuildRequires: felix-gogo-shell >= 0.10.0-3 BuildRequires: jetty >= 8 BuildRequires: lucene >= 2.9.4-5 BuildRequires: lucene-contrib >= 2.9.4-5 @@ -117,7 +117,7 @@ Requires: apache-commons-codec Requires: jakarta-commons-httpclient Requires: tomcat-lib >= 7.0.25-2 Requires: felix-gogo-command >= 0.12 -Requires: felix-gogo-shell +Requires: felix-gogo-shell >= 0.10.0-3 Requires: jetty >= 8 Requires: jsch >= 0.1.41 Requires: lucene >= 2.9.4-5 @@ -237,7 +237,7 @@ popd # Remove state files pushd $RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/org.eclipse.osgi/ - rm -rf .bundledata* .lazy* .manager .state* + rm -rf .bundledata* .lazy* .manager .state* popd #install the reconciler script @@ -661,6 +661,10 @@ rm -rf %{_bindir}/efj/ %{_libdir}/%{name}/dropins/sdk %changelog +* Tue Jan 31 2012 Krzysztof Daniel 1:3.8.0-0.3.I201201230800 +- Updated dependency to felix-gogo-shell to include fix for bug 786041. +- Fixed mixed-use-of-spaces-and-tabs warning in the spec file. + * Tue Jan 31 2012 Krzysztof Daniel 1:3.8.0-0.2.I201201230800 - Version changed to a better format.