Rebuild for ECF 3.10.0
- Update to latest I-build
This commit is contained in:
parent
03b08aee67
commit
2ba2034165
12
eclipse.spec
12
eclipse.spec
@ -12,7 +12,7 @@ Epoch: 1
|
||||
%global eclipse_minor 5
|
||||
%global eclipse_micro 0
|
||||
%global eb_commit 8d16bd89056f3917619b272873dfd7bc15df8919
|
||||
%global eclipse_tag I20150504-2000
|
||||
%global eclipse_tag I20150512-2100
|
||||
%global eclipse_version %{eclipse_major}.%{eclipse_minor}.%{eclipse_micro}
|
||||
%global _jetty_version 9.2.9
|
||||
|
||||
@ -37,7 +37,7 @@ Epoch: 1
|
||||
Summary: An open, extensible IDE
|
||||
Name: %{?scl_prefix}eclipse
|
||||
Version: %{eclipse_version}
|
||||
Release: 0.16.git201505042000%{?dist}
|
||||
Release: 0.17.git201505122100%{?dist}
|
||||
License: EPL
|
||||
URL: http://www.eclipse.org/
|
||||
|
||||
@ -166,7 +166,7 @@ BuildRequires: atinject-tck >= 1-18
|
||||
BuildRequires: tycho >= 0.22.0-15
|
||||
BuildRequires: tycho-extras >= 0.22
|
||||
BuildRequires: cbi-plugins
|
||||
BuildRequires: eclipse-ecf-core >= 3.9.3-1
|
||||
BuildRequires: eclipse-ecf-core >= 3.10.0-1
|
||||
BuildRequires: eclipse-emf-core >= 1:2.10.2-1
|
||||
BuildRequires: eclipse-license
|
||||
BuildRequires: glassfish-jsp-api >= 2.2.1-4
|
||||
@ -238,7 +238,7 @@ Requires: batik-css >= 1.8-0.17
|
||||
Requires: xml-commons-apis >= 1.4.01-12
|
||||
Requires: atinject >= 1-18
|
||||
Requires: geronimo-annotation >= 1.0-7
|
||||
Requires: eclipse-ecf-core >= 3.9.3-1
|
||||
Requires: eclipse-ecf-core >= 3.10.0-1
|
||||
Requires: eclipse-emf-core >= 1:2.10.2-1
|
||||
Requires: glassfish-jsp-api >= 2.2.1-4
|
||||
Requires: glassfish-jsp >= 2.2.5
|
||||
@ -1029,6 +1029,10 @@ fi
|
||||
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
|
||||
|
||||
%changelog
|
||||
* Wed May 13 2015 Mat Booth <mat.booth@redhat.com> - 1:4.5.0-0.17.git201505122100
|
||||
- Rebuild for ECF 3.10.0
|
||||
- Update to latest I-build
|
||||
|
||||
* Tue May 05 2015 Mat Booth <mat.booth@redhat.com> - 1:4.5.0-0.16.git201505042000
|
||||
- Update to latest I-build to fix bundle dep cycle in PDE builds
|
||||
- Add test framework to contributor tools subpackage
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
AGGREGATOR_PATH=git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git
|
||||
TAG=I20150504-2000
|
||||
TAG=I20150512-2100
|
||||
|
||||
rm -rf R4_platform-aggregator-$TAG
|
||||
rm -rf R4_platform-aggregator-$TAG.tar.xz
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
567f7b6c0c581fd66aa713a247f0edc1 R4_platform-aggregator-I20150504-2000.tar.xz
|
||||
91d522e4107194732ba21291f4aafcb7 R4_platform-aggregator-I20150512-2100.tar.xz
|
||||
722db3df70580f773ec46d839d18f7ea org.eclipse.linuxtools.eclipse-build-8d16bd89056f3917619b272873dfd7bc15df8919.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user