9dc15e1
%global gittag 5.9.0.202009080501-r
1fe93f5
2c66987
Name:             eclipse-egit
9dc15e1
Version:          5.9.0
72c8300
Release:          1%{?dist}
accb4f8
Summary:          Eclipse Git Integration
accb4f8
40f1fa0
License:          EPL-2.0
Chris Aniszczyk 000c2a5
URL:              http://www.eclipse.org/egit
a6fad3c
Source0:          https://git.eclipse.org/c/egit/egit.git/snapshot/egit-%{gittag}.tar.xz
Ben Konrath 058913b
2c66987
BuildRequires:    tycho
890574c
BuildRequires:    maven-antrun-plugin
a6fad3c
BuildRequires:    eclipse-platform
f1295b9
BuildRequires:    eclipse-jdt
628f36d
BuildRequires:    eclipse-jgit >= %{version}
a6fad3c
BuildRequires:    jgit >= %{version}
40f1fa0
BuildRequires:    eclipse-license2
a6fad3c
Requires:         eclipse-platform
628f36d
Requires:         eclipse-jgit >= %{version}
a6fad3c
Requires:         jgit >= %{version}
accb4f8
Ben Konrath 058913b
BuildArch:        noarch
Ben Konrath 058913b
67c8fca
# Upstream Eclipse no longer supports non-64bit arches
67c8fca
ExcludeArch: s390 %{arm} %{ix86}
67c8fca
85eec4f
# Obsoletes added in F32
09ed877
Obsoletes: %{name}-mylyn <= 5.6.0-2
85eec4f
Obsoletes: %{name}-github <= 5.6.0-2
09ed877
Ben Konrath 058913b
%description
Krzysztof Daniel 07924e9
The eclipse-egit package contains Eclipse plugins for
Ben Konrath 058913b
interacting with Git repositories.
Ben Konrath 058913b
Ben Konrath 058913b
%prep
e67103b
%setup -q -n egit-%{gittag}
d8b9f50
ffbc443
# Disable unnecessary plugins for RPM builds
ffbc443
%pom_remove_plugin :maven-enforcer-plugin
ffbc443
Krzysztof Daniel bd64c57
%pom_xpath_remove "pom:repositories"
Krzysztof Daniel bd64c57
%pom_xpath_remove "pom:dependencies"
Krzysztof Daniel bd64c57
%pom_xpath_remove "pom:profiles"
Krzysztof Daniel bd64c57
%pom_xpath_remove "pom:build/pom:plugins/pom:plugin/pom:configuration/pom:target"
Krzysztof Daniel bd64c57
%pom_xpath_remove "*[local-name() ='plugin' and (child::*[text()='tycho-packaging-plugin'])]"
Krzysztof Daniel bd64c57
%pom_xpath_remove "pom:dependencies" org.eclipse.egit.doc/pom.xml
accb4f8
%pom_disable_module org.eclipse.egit.repository
accb4f8
%pom_disable_module org.eclipse.egit.source-feature
Krzysztof Daniel bd64c57
%pom_disable_module org.eclipse.egit.target
d8b9f50
09ed877
# Don't build mylyn feature
09ed877
%pom_disable_module org.eclipse.egit.mylyn.ui
09ed877
%pom_disable_module org.eclipse.egit.mylyn-feature
09ed877
a6fad3c
# Relax jsch dep
a6fad3c
sed -i -e 's/0\.1\.55/0.1.54/' org.eclipse.egit-feature/feature.xml
a6fad3c
a6fad3c
# Ensure correct apache sshd bundle gets symlinked
a6fad3c
sed -i -e '/jsch/a<import plugin="org.apache.sshd.osgi"/>' org.eclipse.egit-feature/feature.xml
a6fad3c
31f7a0b
# Relax junit restriction
31f7a0b
sed -i -e '/org\.junit/s/4\.13/4.12/' $(grep -r -l --include MANIFEST.MF org.junit)
31f7a0b
67c8fca
# Disable tests
Krzysztof Daniel bd64c57
%pom_disable_module org.eclipse.egit.core.test
Krzysztof Daniel bd64c57
%pom_disable_module org.eclipse.egit.ui.test
ddd2791
%pom_disable_module org.eclipse.egit.gitflow.test
Krzysztof Daniel bd64c57
%pom_disable_module org.eclipse.egit.mylyn.ui.test
72c8300
%pom_disable_module org.eclipse.egit.core.junit
Krzysztof Daniel bd64c57
628f36d
%mvn_package "::pom::" __noinstall
accb4f8
%mvn_package :* egit
c8f0066
Ben Konrath 058913b
%build
accb4f8
%mvn_build -j -f
Ben Konrath 058913b
Ben Konrath 058913b
%install
accb4f8
%mvn_install
accb4f8
accb4f8
%files -f .mfiles-egit
40f1fa0
%license LICENSE
40f1fa0
%doc README.md
Ben Konrath 058913b
Ben Konrath 058913b
%changelog
9dc15e1
* Fri Oct 30 2020 Jeff Johnston <jjohnstn@redhat.com> - 5.9.0-1
9dc15e1
- Update to latest upstream release
9dc15e1
72c8300
* Fri Aug 21 2020 Mat Booth <mat.booth@redhat.com> - 5.8.1-1
72c8300
- Update to latest upstream release
72c8300
23e70e9
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-2
23e70e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
23e70e9
d38f86d
* Mon Jun 22 2020 Mat Booth <mat.booth@redhat.com> - 5.8.0-1
d38f86d
- Update to latest upstream release
d38f86d
85eec4f
* Thu Apr 02 2020 Mat Booth <mat.booth@redhat.com> - 5.7.0-2
85eec4f
- Add obsoletes on github/mylyn extension
85eec4f
31f7a0b
* Mon Mar 23 2020 Mat Booth <mat.booth@redhat.com> - 5.7.0-1
31f7a0b
- Update to latest upstream release
31f7a0b
09ed877
* Mon Jan 27 2020 Mat Booth <mat.booth@redhat.com> - 5.6.0-2
09ed877
- Dont't ship the Mylyn feature
09ed877
4936be0
* Thu Dec 19 2019 Mat Booth <mat.booth@redhat.com> - 5.6.0-1
4936be0
- Update to latest upstream release
4936be0
00d2262
* Tue Sep 17 2019 Mat Booth <mat.booth@redhat.com> - 5.5.0-1
00d2262
- Update to latest upstream release
00d2262
f6d073d
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.0-3
f6d073d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f6d073d
ab7c7cc
* Thu Jun 27 2019 Mat Booth <mat.booth@redhat.com> - 5.4.0-2
ab7c7cc
- Actually apply the patch
ab7c7cc
2a242f7
* Thu Jun 27 2019 Mat Booth <mat.booth@redhat.com> - 5.4.0-1
2a242f7
- Update to final tagged release
2a242f7
- Backport additional patch to fix an NPE when fetching gerrit changes
2a242f7
a6fad3c
* Fri May 31 2019 Mat Booth <mat.booth@redhat.com> - 5.4.0-0.1
a6fad3c
- Update to latest milestone release
a6fad3c
055625b
* Sat Mar 16 2019 Mat Booth <mat.booth@redhat.com> - 5.3.0-2
055625b
- Rebuild against apache sshd 2
055625b
67c8fca
* Wed Mar 13 2019 Mat Booth <mat.booth@redhat.com> - 5.3.0-1
67c8fca
- Update to 2019-03 release
67c8fca
- Restrict to same architectures as Eclipse itself
67c8fca
70f27c6
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2
70f27c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
70f27c6
e64c36a
* Fri Dec 07 2018 Mat Booth <mat.booth@redhat.com> - 5.2.0-1
e64c36a
- Update to 5.2.0 release
e64c36a
b883e51
* Tue Sep 25 2018 Mat Booth <mat.booth@redhat.com> - 5.1.1-1
b883e51
- Update to 5.1.1 release
b883e51
71754e8
* Wed Aug 22 2018 Mat Booth <mat.booth@redhat.com> - 5.1.0-0.1
71754e8
- Update to latest snapshot
71754e8
0ec4a53
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-2
0ec4a53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0ec4a53
40f1fa0
* Fri Jun 22 2018 Mat Booth <mat.booth@redhat.com> - 5.0.1-1
40f1fa0
- Update to latest upstream release
40f1fa0
d103749
* Wed Mar 21 2018 Alexander Kurtakov <akurtako@redhat.com> 4.11.0-1
d103749
- Update to upstream 4.11.0.
d103749
bcd6fc4
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.10.0-2
bcd6fc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bcd6fc4
ffbc443
* Fri Jan 05 2018 Mat Booth <mat.booth@redhat.com> - 4.10.0-1
ffbc443
- Update to latest upstream release
ffbc443
e67103b
* Fri Dec 15 2017 Mat Booth <mat.booth@redhat.com> - 4.9.1-1
e67103b
- Update to latest upstream version
e67103b
35f52bb
* Tue Nov 21 2017 Mat Booth <mat.booth@redhat.com> - 4.9.0-1
35f52bb
- Update to latest upstream version
35f52bb
155da99
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-3
155da99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
155da99
dcf9d01
* Fri Jun 23 2017 Mat Booth <mat.booth@redhat.com> - 4.8.0-2
dcf9d01
- Avoid unnecessary dep on Mylyn Wikitest
dcf9d01
d8b9f50
* Fri Jun 16 2017 Mat Booth <mat.booth@redhat.com> - 4.8.0-1
d8b9f50
- Update to Oxygen release
d8b9f50
- Update bootstrap mode
d8b9f50
3afa8dd
* Wed May 10 2017 Mat Booth <mat.booth@redhat.com> - 4.7.0-2
3afa8dd
- Regenerate symlinks
3afa8dd
7889d12
* Mon Apr 10 2017 nboldt <nickboldt+redhat@gmail.com> - 4.7.0-1
7889d12
- Update to latest upstream release 4.7.0
7889d12
d971146
* Fri Mar 31 2017 Nick Boldt <nboldt@redhat.com> - 4.6.1-1
d971146
- Update to Neon.3 release version; depends on eclipse-jgit 4.6.1
d971146
7c5db9d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.0-2
7c5db9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7c5db9d
f72bcd8
* Wed Jan 04 2017 Mat Booth <mat.booth@redhat.com> - 4.6.0-1
f72bcd8
- Update to latest release
f72bcd8
011a354
* Tue Oct 4 2016 Alexander Kurtakov <akurtako@redhat.com> 4.5.0-1
011a354
- Upgrade to 4.5.0.
011a354
ea479f7
* Wed Aug 03 2016 Sopot Cela <scela@redhat.com> - 4.4.1-1
ea479f7
- Upgrade to 4.4.1
ea479f7
890574c
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.0-2
890574c
- Add missing build-requires
890574c
fccdc9c
* Mon Jun 13 2016 Mat Booth <mat.booth@redhat.com> - 4.4.0-1
fccdc9c
- Update to latest release
fccdc9c
9392866
* Sun May 01 2016 Mat Booth <mat.booth@redhat.com> - 4.3.0-2
9392866
- Patch to build against smart import extension point that moved into
9392866
  Eclipse Neon platform.
9392866
2377e8f
* Fri Apr 15 2016 Sopot Cela <scela@redhat.com> - 4.3.0-1
2377e8f
- Upgrade to 4.3.0
2377e8f
113e130
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-2
113e130
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
113e130
c323cd8
* Tue Jan 26 2016 Sopot Cela <scela@redhat.com> - 4.2.0-1
c323cd8
- Update to 4.2
c323cd8
f1d6ac5
* Tue Dec 08 2015 Mat Booth <mat.booth@redhat.com> - 4.1.1-1
f1d6ac5
- Update to latest upstream release
f1d6ac5
628f36d
* Wed Sep 30 2015 Mat Booth <mat.booth@redhat.com> - 4.1.0-1
628f36d
- Update to 4.1.0 release
628f36d
065d4ad
* Mon Sep 14 2015 Roland Grunberg <rgrunber@redhat.com> - 4.0.1-5
065d4ad
- Rebuild as an Eclipse p2 Droplet.
065d4ad
2df8af1
* Mon Jul 13 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.1-4
2df8af1
- Enable importer plugin.
2df8af1
a4041c9
* Wed Jul 08 2015 Mat Booth <mat.booth@redhat.com> - 4.0.1-3
a4041c9
- Fix bootstrap build
a4041c9
2c66987
* Thu Jul 02 2015 Mat Booth <mat.booth@redhat.com> - 4.0.1-2
2c66987
- Drop incomplete SCL macros
2c66987
02b823f
* Wed Jun 24 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.1-1
02b823f
- Update to 4.0.1.
02b823f
8f31429
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
8f31429
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8f31429
9c6f7a4
* Wed Jun 10 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-1
9c6f7a4
- Update to 4.0 final.
9c6f7a4
cded5f8
* Mon Jun 1 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-0.2.rc2
cded5f8
- Rebuild for jgit.
cded5f8
ddd2791
* Thu May 28 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-0.1.rc2
ddd2791
- Update to 4.0 rc2.
ddd2791
977f87b
* Thu May 14 2015 Alexander Kurtakov <akurtako@redhat.com> 3.7.1-1
977f87b
- Update to upstream 3.7.1 release.
977f87b
e0f1ab7
* Mon Mar 02 2015 Roland Grunberg <rgrunber@redhat.com> - 3.7.0-1
e0f1ab7
- Update to upstream 3.7.0 release.
e0f1ab7
160157c
* Fri Jan 23 2015 Alexander Kurtakov <akurtako@redhat.com> 3.6.2-1
160157c
- Update to upstream 3.6.2 release.
160157c
16e8a6e
* Mon Jan 19 2015 Roland Grunberg <rgrunber@redhat.com> - 3.6.1-2
16e8a6e
- Add bootstrapping capability.
16e8a6e
9438a9b
* Mon Jan 5 2015 Alexander Kurtakov <akurtako@redhat.com> 3.6.1-1
9438a9b
- Update to upstream 3.6.1 release.
9438a9b
daf41a2
* Fri Dec 19 2014 Alexander Kurtakov <akurtako@redhat.com> 3.5.3-1
daf41a2
- Update to upstream 3.5.3 release.
daf41a2
d964af4
* Thu Dec 18 2014 Alexander Kurtakov <akurtako@redhat.com> 3.5.2-1
d964af4
- Update to upstream 3.5.2 release.
d964af4
accb4f8
* Fri Nov 07 2014 Mat Booth <mat.booth@redhat.com> - 3.5.0-2
accb4f8
- Build/install with mvn_build/mvn_install
accb4f8
cec0441
* Fri Oct 03 2014 Mat Booth <mat.booth@redhat.com> - 3.5.0-1
cec0441
- Update to latest upstream release 3.5.0
cec0441
56a74ab
* Thu Jun 26 2014 Mat Booth <mat.booth@redhat.com> - 3.4.1-1
56a74ab
- Update to latest upstream release 3.4.1
56a74ab
91d680b
* Fri Jun 13 2014 Roland Grunberg <rgrunber@redhat.com> - 3.4.0-1
91d680b
- Update to 3.4.0.
91d680b
996915a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-3
996915a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
996915a
Sami Wagiaalla 1e5f71f
* Thu May 22 2014 Sami Wagiaalla <swagiaal@redhat.com> - 3.3.2-2
Sami Wagiaalla 1e5f71f
- Fix build agains the lates o.e.jface.util.Policy.
Sami Wagiaalla 1e5f71f
0972a12
* Mon Apr 28 2014 Mat Booth <mat.booth@redhat.com> - 3.3.2-1
0972a12
- Update to 3.3.2.
0972a12
10310a4
* Fri Mar 28 2014 Alexander Kurtakov <akurtako@redhat.com> 3.3.1-1
10310a4
- Update to 3.3.1.
10310a4
c8f0066
* Tue Mar 11 2014 Alexander Kurtakov <akurtako@redhat.com> 3.3.0-1
c8f0066
- Update to 3.3.0.
c8f0066
2a5f230
* Sun Dec 29 2013 Alexander Kurtakov <akurtako@redhat.com> 3.2.0-1
2a5f230
- Update to 3.2.0.
2a5f230
Krzysztof Daniel 07924e9
* Mon Oct 21 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.1.0-3
Krzysztof Daniel 07924e9
- Fix feature installation.
Krzysztof Daniel 07924e9
Krzysztof Daniel bd64c57
* Wed Oct 16 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.1.0-2
Krzysztof Daniel bd64c57
- Package Egit integration for mylyn.
Krzysztof Daniel bd64c57
- Changed building process to reflect upstream one.
Krzysztof Daniel bd64c57
Krzysztof Daniel 36a19e3
* Thu Oct 3 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.1.0-1
Krzysztof Daniel 36a19e3
- Update to Kepler SR1.
Krzysztof Daniel 36a19e3
88607a8
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-4
88607a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
88607a8
nguzman 6f921d7
* Fri Jul 5 2013 Neil Brian Guzman <nguzman@redhat.com> 3.0.0-3
nguzman 6f921d7
- Bump release
nguzman 6f921d7
Neil Guzman b97b110
* Tue Jun 25 2013 Neil Brian Guzman <nguzman@redhat.com> 3.0.0-2
Neil Guzman b97b110
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Neil Guzman b97b110
Krzysztof Daniel b5e9167
* Tue Jun 25 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.0.0-1
Krzysztof Daniel b5e9167
- Update to 3.0.0.
Krzysztof Daniel b5e9167
Sami Wagiaalla fbe4dd4
* Thu Feb 21 2013 Sami Wagiaalla <swagiaal@redhat.com> 2.3.1-1
Sami Wagiaalla 84b8f40
- SCL-ized.
Sami Wagiaalla 84b8f40
Sami Wagiaalla 84b8f40
* Thu Feb 21 2013 Sami Wagiaalla <swagiaal@redhat.com> 2.3.1-1
Sami Wagiaalla fbe4dd4
- Update to 2.3.1.
Sami Wagiaalla fbe4dd4
fff7d54
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2
fff7d54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fff7d54
Krzysztof Daniel 59314e5
* Thu Jan 3 2013 Krzysztof Daniel <kdaniel@redhat.com> 2.2.0-1
Krzysztof Daniel 59314e5
- Update to latest upstream.
Krzysztof Daniel 59314e5
1bafa88
* Mon Oct 1 2012 Alexander Kurtakov <akurtako@redhat.com> 2.1.0-1
1bafa88
- Update to 2.1.0 release.
1bafa88
bd76095
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-2
bd76095
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bd76095
e229f4a
* Mon Jul 2 2012 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-1
e229f4a
- Update to 2.0.0 upstream release.
e229f4a
Severin Gehwolf 6f003fe
* Fri Apr 27 2012 Severin Gehwolf <sgehwolf@redhat.com> 1.3.0-3
Severin Gehwolf 6f003fe
- Use eclipse-pdebuild over pdebuild in lib.
Severin Gehwolf 6f003fe
Severin Gehwolf fc16f0f
* Thu Apr 26 2012 Severin Gehwolf <sgehwolf@redhat.com> 1.3.0-2
Severin Gehwolf fc16f0f
- Fix 1.3.0 which was previously using wrong sources.
Severin Gehwolf fc16f0f
- Fix JGit BR/R since EGit depends on the same version of JGit.
Severin Gehwolf fc16f0f
Andrew Robinson ade9cb3
* Fri Feb 17 2012 Andrew Robinson <arobinso@redhat.com> 1.3.0-1
Andrew Robinson ade9cb3
- Update to 1.3.0 upstream release.
Andrew Robinson ade9cb3
b169cd5
* Thu Jan 5 2012 Alexander Kurtakov <akurtako@redhat.com> 1.2.0-1
b169cd5
- Update to upstream 1.2.0.
b169cd5
247d820
* Fri Nov 18 2011 Alexander Kurtakov <akurtako@redhat.com> 1.1.0-2
2c755ca
- Add patch to fix New git repo wizard.
2c755ca
Neil Guzman b97b110
* Mon Jun 27 2011 Andrew Robinson <arobinso@redhat.com> 1.1.0-1
Andrew Robinson a7a415d
- Update to upstream release 1.1.0.
Andrew Robinson a7a415d
Chris Aniszczyk e7e536a
* Tue Jun 14 2011 Chris Aniszczyk <zx@redhat.com> 1.0.0-2
Chris Aniszczyk e7e536a
- Update to final upstream release v1.0.0.201106090707-r.
Chris Aniszczyk e7e536a
Chris Aniszczyk 000c2a5
* Tue Jun 07 2011 Chris Aniszczyk <zx@redhat.com> 1.0.0-1
Chris Aniszczyk 000c2a5
- Update to upstream release 1.0.0.
Chris Aniszczyk 000c2a5
Chris Aniszczyk 000c2a5
* Tue May 03 2011 Chris Aniszczyk <zx@redhat.com> 0.12.1-1
Chris Aniszczyk 000c2a5
- Update to upstream release 0.12.1.
Chris Aniszczyk 000c2a5
Chris Aniszczyk db881f2
* Tue Feb 22 2011 Chris Aniszczyk <zx@redhat.com> 0.11.3-2
Chris Aniszczyk db881f2
- Update to fix issue with GitCloneWizard file.
Chris Aniszczyk db881f2
Chris Aniszczyk a4b52b3
* Tue Feb 22 2011 Chris Aniszczyk <zx@redhat.com> 0.11.3-1
Chris Aniszczyk a4b52b3
- Update to upstream release 0.11.3.
Chris Aniszczyk a4b52b3
5386fe7
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-2
5386fe7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5386fe7
Chris Aniszczyk f2f8341
* Wed Dec 22 2010 Chris Aniszczyk <zx@redhat.com> 0.10.1-1
Chris Aniszczyk f2f8341
- Update to upstream release 0.10.1.
Chris Aniszczyk f2f8341
Chris Aniszczyk ea70b23
* Thu Oct 7 2010 Chris Aniszczyk <zx@redhat.com> 0.9.3-1
Chris Aniszczyk ea70b23
- Update to upstream release 0.9.3.
Chris Aniszczyk ea70b23
Severin Gehwolf c651766
* Wed Sep 15 2010 Severin Gehwolf <sgehwolf@redhat.com> 0.9.1-1
Severin Gehwolf c651766
- Update to upstream release 0.9.1.
Severin Gehwolf c651766
- Remove git-core dependency.
Severin Gehwolf c651766
Severin Gehwolf 07f2f63
* Thu Aug 26 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.9.0-0.1.20100825git
Severin Gehwolf 07f2f63
- Make release tag more readable (separate "0.1" and pre-release tag by ".").
Severin Gehwolf 07f2f63
Severin Gehwolf 4aa8f21
* Wed Aug 25 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.9.0-0.120100825git
Severin Gehwolf 4aa8f21
- Pre-release of EGit 0.9.0
Severin Gehwolf 4aa8f21
ab36c7e
* Thu Jun 24 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.8.4-1
ab36c7e
- Rebase to 0.8.4 release.
ab36c7e
c96b2d2
* Tue Apr 13 2010 Jeff Johnston <jjohnstn@redhat.com> 0.7.1-2
c96b2d2
- Bump up release.
c96b2d2
c96b2d2
* Tue Apr 13 2010 Jeff Johnston <jjohnstn@redhat.com> 0.7.1-1
c96b2d2
- Rebase to 0.7.1.
c96b2d2
0a642a5
* Fri Mar 19 2010 Alexander Kurtakov <akurtako@redhat.com> 0.7.0-1
0a642a5
- Update to 0.7.0.
0a642a5
- License is only EPL now.
0a642a5
d5120f7
* Tue Feb 9 2010 Alexander Kurtakov <akurtako@redhat.com> 0.6.0-0.1.git20100208
d5120f7
- New git snapshot.
d5120f7
f022b0a
* Tue Nov 10 2009 Alexander Kurtakov <akurtako@redhat.com> 0.6.0-0.1.git20091029
f022b0a
- Update to 0.6 git.
f022b0a
89b0910
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
89b0910
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
89b0910
aace6a4
* Fri Jul 17 2009 Alexander Kurtakov <akurtako@redhat.com> 0.5.0-1
36a3137
- Update to 0.5.0.
36a3137
69be395
* Mon Mar 23 2009 Alexander Kurtakov <akurtako@redhat.com> 0.4.0-3.20090323
69be395
- Update to latest snapshot.
69be395
2227075
* Mon Mar 23 2009 Alexander Kurtakov <akurtako@redhat.com> 0.4.0-3.20090217
2227075
- Rebuild to not ship p2 context.xml.
2227075
c05e5ab
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2.20090217
c05e5ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c05e5ab
78fec7d
* Tue Feb 17 2009 Alexander Kurtakov <akurtako@redhat.com> 0.4.0-1.20090217
78fec7d
- New snapshot.
78fec7d
689f5e1
* Wed Dec 10 2008 Alexander Kurtakov <akurtako@redhat.com> 0.4.0-1
1fe93f5
- Update to 0.4.0.
1fe93f5
79e33ab
* Wed Oct 22 2008 Alexander Kurtakov <akurtako@redhat.com> 0.3.1.20081022-3
79e33ab
- New git version.
79e33ab
fdb6925
* Wed Jul 30 2008 Andrew Overholt <overholt@redhat.com> 0.3.1-2
fdb6925
- Move files and update build for Eclipse SDK 3.4
fdb6925
- Use pdebuild
fdb6925
b5391fa
* Thu Jul 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.3.1-1
b5391fa
- fix license tag
b5391fa
b83c1b2
* Tue Apr 08 2008 Jesse Keating <jkeating@redhat.com> - 0.3.1-0
b83c1b2
- New upstream release 0.3.1, makes committing / diffing actually work
b83c1b2
c18b4d8
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.0-3
c18b4d8
- Autorebuild for GCC 4.3
c18b4d8
Neil Guzman b97b110
* Thu Oct 04 2007 Ben Konrath <bkonrath@redhat.com> 0.3.0-2.fc8
Ben Konrath 4f6de6a
- Require git-core instead of git.
Ben Konrath 4f6de6a
- Resolves: #319321
Ben Konrath 4f6de6a
Ben Konrath 4f6de6a
* Mon Sep 24 2007 Ben Konrath <bkonrath@redhat.com> 0.3.0-1.fc8
Ben Konrath 5923e31
- 0.3.0
Ben Konrath 5923e31
Ben Konrath 2651538
* Wed Sep 19 2007 Ben Konrath <bkonrath@redhat.com> 0.2.99-0.git20070919.fc8
Ben Konrath 2651538
- 0.2.99 git20070919
Ben Konrath 2651538
Ben Konrath 829195b
* Mon Sep 17 2007 Ben Konrath <bkonrath@redhat.com> 0.2.2-2.git20070911.fc8
Ben Konrath 829195b
- Update add feature and plugin patch.
Ben Konrath 829195b
Ben Konrath b37339a
* Mon Sep 17 2007 Ben Konrath <bkonrath@redhat.com> 0.2.2-1.git20070911.fc8
Ben Konrath b37339a
- Require eclipse-platform >= 3.2.1 
Ben Konrath b37339a
Ben Konrath 4ec1d52
* Fri Sep 14 2007 Ben Konrath <bkonrath@redhat.com> 0.2.2-0.git20070911.fc8
Ben Konrath 4ec1d52
- Update to git20070911.
Ben Konrath 4ec1d52
- Update feature and accosicated branding plugin.
Ben Konrath 4ec1d52
Ben Konrath 058913b
* Wed Aug 29 2007 Ben Konrath <bkonrath@redhat.com> 0.2.2-0.git20070826.fc8
Ben Konrath 058913b
- Initial version