|
 |
511781 |
%global version_suffix 201501031845-r
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%{?scl:%scl_package eclipse-jgit}
|
|
 |
d37b49 |
%{!?scl:%global pkg_name %{name}}
|
|
 |
d37b49 |
|
|
 |
511781 |
%{?java_common_find_provides_and_requires}
|
|
 |
d37b49 |
|
|
 |
d37b49 |
Name: %{?scl_prefix}eclipse-jgit
|
|
 |
511781 |
Version: 3.6.1
|
|
 |
511781 |
Release: 3%{?dist}
|
|
 |
d37b49 |
Summary: Eclipse JGit
|
|
 |
d37b49 |
|
|
 |
d37b49 |
License: BSD
|
|
 |
d37b49 |
URL: http://www.eclipse.org/egit/
|
|
 |
d37b49 |
Source0: http://git.eclipse.org/c/jgit/jgit.git/snapshot/jgit-%{version}.%{version_suffix}.tar.bz2
|
|
 |
d37b49 |
Patch0: fix_jgit_sh.patch
|
|
 |
d37b49 |
Patch1: eclipse-jgit-413163.patch
|
|
 |
d37b49 |
|
|
 |
d37b49 |
BuildArch: noarch
|
|
 |
d37b49 |
|
|
 |
511781 |
BuildRequires: %{?scl_prefix}eclipse-pde
|
|
 |
511781 |
BuildRequires: %{?scl_prefix_java_common}maven-local
|
|
 |
511781 |
BuildRequires: %{?scl_prefix_maven}maven-shade-plugin
|
|
 |
511781 |
BuildRequires: %{?scl_prefix}tycho
|
|
 |
d37b49 |
BuildRequires: %{?scl_prefix}args4j >= 2.0.12
|
|
 |
511781 |
BuildRequires: %{?scl_prefix_java_common}apache-commons-compress
|
|
 |
511781 |
BuildRequires: %{?scl_prefix_java_common}xz-java >= 1.1-2
|
|
 |
d37b49 |
BuildRequires: %{?scl_prefix}javaewah
|
|
 |
511781 |
Requires: %{?scl_prefix}eclipse-platform
|
|
 |
511781 |
Requires: %{?scl_prefix}jgit = %{version}-%{release}
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%description
|
|
 |
d37b49 |
A pure Java implementation of the Git version control system.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%package -n %{?scl_prefix}jgit-javadoc
|
|
 |
d37b49 |
Summary: API documentation for %{pkg_name}
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%description -n %{?scl_prefix}jgit-javadoc
|
|
 |
d37b49 |
%{summary}.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%package -n %{?scl_prefix}jgit
|
|
 |
d37b49 |
Summary: Java-based command line Git interface
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%description -n %{?scl_prefix}jgit
|
|
 |
d37b49 |
Command line Git tool built entirely in Java.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%prep
|
|
 |
d37b49 |
%setup -n jgit-%{version}.%{version_suffix} -q
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%patch0
|
|
 |
d37b49 |
%patch1 -p1
|
|
 |
d37b49 |
|
|
 |
d37b49 |
#javaewah change
|
|
 |
511781 |
sed -i -e "s/javaewah/com.googlecode.javaewah.JavaEWAH/g" org.eclipse.jgit.packaging/org.eclipse.jgit{,.pgm}.feature/feature.xml
|
|
 |
511781 |
|
|
 |
511781 |
# See fix_jgit_sh.patch
|
|
 |
511781 |
sed -i 's|\(/usr/share/java/jgit/\*\)|%{?_scl_root}\1|
|
|
 |
511781 |
s|\(/usr/share/java/args4j\.jar\)|%{?_scl_prefix}%{?scl_java_common:/%{scl_java_common}/root}\1|
|
|
 |
511781 |
s|\(/usr/share/java/jsch\.jar\)|%{?_scl_prefix}%{?scl_java_common:/%{scl_java_common}/root}\1|
|
|
 |
511781 |
s|\(/usr/share/java/commons-compress\.jar\)|%{?_scl_prefix}%{?scl_java_common:/%{scl_java_common}/root}\1|
|
|
 |
511781 |
s|\(/usr/share/java/xz-java\.jar\)|%{?_scl_prefix}%{?scl_java_common:/%{scl_java_common}/root}\1|
|
|
 |
511781 |
s|\(/usr/share/java/javaewah/JavaEWAH\.jar\)|%{?_scl_root}\1|
|
|
 |
511781 |
' org.eclipse.jgit.pgm/jgit.sh
|
|
 |
511781 |
|
|
 |
511781 |
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
|
|
 |
511781 |
# Don't try to get deps from local *maven* repo, use tycho resolved ones
|
|
 |
d37b49 |
%pom_remove_dep com.googlecode.javaewah:JavaEWAH
|
|
 |
511781 |
for p in $(find org.eclipse.jgit.packaging -name pom.xml) ; do
|
|
 |
511781 |
grep -q dependencies $p && %pom_xpath_remove "pom:dependencies" $p
|
|
 |
511781 |
done
|
|
 |
511781 |
|
|
 |
511781 |
# Use Equinox OSGi instead of Felix
|
|
 |
511781 |
%pom_change_dep -r org.osgi:org.osgi.core org.eclipse.osgi:org.eclipse.osgi
|
|
 |
d37b49 |
|
|
 |
d37b49 |
#those bundles don't compile with latest jetty
|
|
 |
d37b49 |
%pom_disable_module org.eclipse.jgit.http.test
|
|
 |
d37b49 |
%pom_disable_module org.eclipse.jgit.pgm.test
|
|
 |
d37b49 |
%pom_disable_module org.eclipse.jgit.junit.http
|
|
 |
511781 |
%pom_disable_module org.eclipse.jgit.junit.feature org.eclipse.jgit.packaging
|
|
 |
511781 |
|
|
 |
511781 |
%pom_disable_module org.eclipse.jgit.ant.test
|
|
 |
511781 |
%pom_disable_module org.eclipse.jgit.java7.test
|
|
 |
511781 |
%pom_disable_module org.eclipse.jgit.test
|
|
 |
d37b49 |
|
|
 |
511781 |
# Don't need target platform or repository modules with xmvn
|
|
 |
d37b49 |
%pom_disable_module org.eclipse.jgit.target org.eclipse.jgit.packaging
|
|
 |
511781 |
%pom_disable_module org.eclipse.jgit.repository org.eclipse.jgit.packaging
|
|
 |
d37b49 |
%pom_xpath_remove "pom:build/pom:pluginManagement/pom:plugins/pom:plugin/pom:configuration/pom:target" org.eclipse.jgit.packaging/pom.xml
|
|
 |
d37b49 |
|
|
 |
511781 |
# Don't build source features
|
|
 |
511781 |
%pom_disable_module org.eclipse.jgit.source.feature org.eclipse.jgit.packaging
|
|
 |
d37b49 |
%pom_disable_module org.eclipse.jgit.pgm.source.feature org.eclipse.jgit.packaging
|
|
 |
d37b49 |
%pom_disable_module org.eclipse.jgit.http.apache.feature org.eclipse.jgit.packaging
|
|
 |
d37b49 |
|
|
 |
511781 |
# Relax version restriction for javaewah
|
|
 |
d37b49 |
sed -i -e 's/0.7.9,0.8.0/0.7.9,0.9.0/g' org.eclipse.jgit/META-INF/MANIFEST.MF
|
|
 |
d37b49 |
sed -i -e 's/0.7.9,0.8.0/0.7.9,0.9.0/g' org.eclipse.jgit.test/META-INF/MANIFEST.MF
|
|
 |
511781 |
|
|
 |
d37b49 |
%pom_remove_plugin org.jacoco:jacoco-maven-plugin
|
|
 |
511781 |
|
|
 |
511781 |
# Don't attach shell script artifact
|
|
 |
511781 |
%pom_remove_plugin org.codehaus.mojo:build-helper-maven-plugin org.eclipse.jgit.pgm
|
|
 |
511781 |
%{?scl:EOF}
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%build
|
|
 |
511781 |
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
|
|
 |
511781 |
# Due to a current limitation of Tycho it is not possible to mix pom-first and
|
|
 |
511781 |
# manifest-first builds in the same reactor build hence two separate invocations
|
|
 |
511781 |
|
|
 |
511781 |
# First invocation installs jgit so the second invocation will succeed
|
|
 |
511781 |
%mvn_build -f --post install:install \
|
|
 |
511781 |
-- -Dmaven.repo.local=$(pwd)/org.eclipse.jgit.packaging/.m2
|
|
 |
511781 |
|
|
 |
511781 |
# Second invocation builds the eclipse features
|
|
 |
511781 |
pushd org.eclipse.jgit.packaging
|
|
 |
511781 |
%mvn_build -j -f -- -Dfedora.p2.repos=$(pwd)/.m2
|
|
 |
511781 |
popd
|
|
 |
511781 |
%{?scl:EOF}
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%install
|
|
 |
511781 |
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
|
|
 |
511781 |
|
|
 |
511781 |
#%%mvn_artifact pom.xml
|
|
 |
511781 |
#for mod in org.eclipse.jgit{,.ant,.archive,.console,.http.{apache,server},.java7,.junit,.pgm,.ui}; do
|
|
 |
511781 |
# jarPath=`find $mod -name $mod-*.jar | grep -vE "(sources|javadoc)"`
|
|
 |
511781 |
# %%mvn_artifact -Dtype=eclipse-plugin $mod/pom.xml $jarPath
|
|
 |
511781 |
#done
|
|
 |
511781 |
|
|
 |
511781 |
# The macro does not allow us to change the "namespace" value, but here we want to
|
|
 |
511781 |
# set it to something other than the SRPM name, so explode the macro
|
|
 |
511781 |
xmvn-install -R .xmvn-reactor -n jgit -d %{buildroot}
|
|
 |
511781 |
install -dm755 %{buildroot}%{_javadocdir}/jgit
|
|
 |
511781 |
cp -pr .xmvn/apidocs/* %{buildroot}%{_javadocdir}/jgit
|
|
 |
511781 |
echo '%{_javadocdir}/jgit' >>.mfiles-javadoc
|
|
 |
511781 |
|
|
 |
511781 |
pushd org.eclipse.jgit.packaging
|
|
 |
511781 |
%mvn_install
|
|
 |
d37b49 |
popd
|
|
 |
511781 |
%{?scl:EOF}
|
|
 |
d37b49 |
|
|
 |
d37b49 |
# Binary
|
|
 |
d37b49 |
install -dm 755 %{buildroot}%{_bindir}
|
|
 |
d37b49 |
install -m 755 org.eclipse.jgit.pgm/jgit.sh %{buildroot}%{_bindir}/jgit
|
|
 |
d37b49 |
|
|
 |
511781 |
for mod in org.eclipse.jgit{,.ant,.archive,.console,.http.{apache,server},.java7,.junit,.pgm,.ui}; do
|
|
 |
511781 |
ln -s %{_javadir}/jgit/${mod}.jar %{buildroot}%{_datadir}/eclipse/dropins/jgit/eclipse/plugins
|
|
 |
511781 |
done
|
|
 |
511781 |
|
|
 |
511781 |
%files -f org.eclipse.jgit.packaging/.mfiles
|
|
 |
511781 |
%{_datadir}/eclipse/dropins/jgit/eclipse/plugins/*
|
|
 |
511781 |
%doc LICENSE README.md
|
|
 |
d37b49 |
|
|
 |
511781 |
%files -n %{?scl_prefix}jgit -f .mfiles
|
|
 |
d37b49 |
%{_bindir}/jgit
|
|
 |
511781 |
%dir %{_javadir}/jgit
|
|
 |
511781 |
%dir %{_mavenpomdir}/jgit
|
|
 |
511781 |
%doc LICENSE README.md
|
|
 |
511781 |
|
|
 |
511781 |
%files -n %{?scl_prefix}jgit-javadoc -f .mfiles-javadoc
|
|
 |
511781 |
%doc LICENSE README.md
|
|
 |
d37b49 |
|
|
 |
d37b49 |
%changelog
|
|
 |
511781 |
* Fri Jan 16 2015 Roland Grunberg <rgrunber@redhat.com> - 3.6.1-3
|
|
 |
511781 |
- Use Equinox OSGi instead of Felix.
|
|
 |
511781 |
- Manually provide JGit jars in dropins.
|
|
 |
511781 |
|
|
 |
511781 |
* Wed Jan 14 2015 Roland Grunberg <rgrunber@redhat.com> - 3.6.1-2
|
|
 |
511781 |
- SCL-ize.
|
|
 |
511781 |
|
|
 |
511781 |
* Mon Jan 5 2015 Alexander Kurtakov <akurtako@redhat.com> 3.6.1-1
|
|
 |
511781 |
- Update to upstream 3.6.1.
|
|
 |
511781 |
|
|
 |
511781 |
* Fri Dec 19 2014 Alexander Kurtakov <akurtako@redhat.com> 3.5.3-1
|
|
 |
511781 |
- Update to upstream 3.5.3 release.
|
|
 |
511781 |
|
|
 |
511781 |
* Thu Dec 18 2014 Alexander Kurtakov <akurtako@redhat.com> 3.5.2-1
|
|
 |
511781 |
- Update to upstream 3.5.2 release.
|
|
 |
511781 |
|
|
 |
511781 |
* Tue Nov 11 2014 Mat Booth <mat.booth@redhat.com> - 3.5.0-3
|
|
 |
511781 |
- Rebuild to generate correct symlinks
|
|
 |
511781 |
- Drop unnecessary requires (now autogenerated by xmvn)
|
|
 |
511781 |
|
|
 |
511781 |
* Fri Nov 07 2014 Mat Booth <mat.booth@redhat.com> - 3.5.0-2
|
|
 |
511781 |
- Build/install eclipse plugin with mvn_build/mvn_install
|
|
 |
511781 |
|
|
 |
511781 |
* Fri Oct 03 2014 Mat Booth <mat.booth@redhat.com> - 3.5.0-1
|
|
 |
511781 |
- Update to latest upstream release 3.5.0
|
|
 |
511781 |
|
|
 |
511781 |
* Thu Jun 26 2014 Mat Booth <mat.booth@redhat.com> - 3.4.1-1
|
|
 |
511781 |
- Update to latest upstream release 3.4.1
|
|
 |
511781 |
- Drop unnecessary BRs
|
|
 |
511781 |
|
|
 |
511781 |
* Fri Jun 13 2014 Alexander Kurtakov <akurtako@redhat.com> 3.4.0-1
|
|
 |
511781 |
- Update to upstream 3.4.0.
|
|
 |
511781 |
|
|
 |
511781 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-6
|
|
 |
511781 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
 |
d37b49 |
|
|
 |
511781 |
* Fri May 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-5
|
|
 |
511781 |
- Use .mfiles geterated during build
|
|
 |
d37b49 |
|
|
 |
511781 |
* Fri May 30 2014 Alexander Kurtakov <akurtako@redhat.com> 3.3.2-4
|
|
 |
511781 |
- Add missing Rs ( rhbz #1079706 ).
|
|
 |
d37b49 |
|
|
 |
511781 |
* Wed May 28 2014 Alexander Kurtakov <akurtako@redhat.com> 3.3.2-3
|
|
 |
511781 |
- Rebuild for latest commons-compress.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Wed May 21 2014 Alexander Kurtakov <akurtako@redhat.com> 3.3.2-2
|
|
 |
d37b49 |
- Fix compile against latest args4j.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Fri Apr 25 2014 Alexander Kurtakov <akurtako@redhat.com> 3.3.2-1
|
|
 |
d37b49 |
- Update to 3.3.2.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Mon Mar 31 2014 Alexander Kurtakov <akurtako@redhat.com> 3.3.1-2
|
|
 |
d37b49 |
- Remove bundled commons-compress.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Fri Mar 28 2014 Alexander Kurtakov <akurtako@redhat.com> 3.3.1-1
|
|
 |
d37b49 |
- Update to 3.3.1.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue Mar 11 2014 Alexander Kurtakov <akurtako@redhat.com> 3.3.0-1
|
|
 |
d37b49 |
- Update to 3.3.0.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Sun Dec 29 2013 Alexander Kurtakov <akurtako@redhat.com> 3.2.0-1
|
|
 |
d37b49 |
- Update to 3.2.0.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Oct 3 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.1.0-1
|
|
 |
d37b49 |
- Update to Kepler SR1.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Mon Aug 5 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.0.0-7
|
|
 |
d37b49 |
- Add missing jgit plugin back.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue Jul 16 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.0.0-6
|
|
 |
d37b49 |
- Change the build system to mvn-rpmbuild.
|
|
 |
d37b49 |
- Use feclipse-maven-plugin to install things.
|
|
 |
d37b49 |
- Bug 413163 - Incompatible change in latest args4j: multiValued removed from @Option
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Fri Jul 5 2013 Neil Brian Guzman <nguzman@redhat.com> 3.0.0-5
|
|
 |
d37b49 |
- Bump release
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue Jun 25 2013 Neil Brian Guzman <nguzman@redhat.com> 3.0.0-4
|
|
 |
d37b49 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue Jun 25 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.0.0-3
|
|
 |
d37b49 |
- Add missing R: javaewah to eclipse-jgit.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue Jun 25 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.0.0-2
|
|
 |
d37b49 |
- Move symlinks to eclipse-jgit.
|
|
 |
d37b49 |
- Fix jgit classpath.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Jun 20 2013 Neil Brian Guzman <nguzman@redhat.com> 3.0.0-1
|
|
 |
d37b49 |
- Update to 3.0.0 release
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue May 14 2013 Krzysztof Daniel <kdaniel@redhat.com> 2.3.1-2
|
|
 |
d37b49 |
- Rebuild with latest icu4j.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Feb 21 2013 Roland Grunberg <rgrunber@redhat.com> - 2.3.1-1
|
|
 |
d37b49 |
- SCL-ize package.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Feb 21 2013 Roland Grunberg <rgrunber@redhat.com> - 2.3.1-1
|
|
 |
d37b49 |
- Update to 2.3.1 release.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Feb 14 2013 Roland Grunberg <rgrunber@redhat.com> - 2.2.0-3
|
|
 |
d37b49 |
- jgit subpackage should own its symlinked dependencies.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2
|
|
 |
d37b49 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Jan 3 2013 Krzysztof Daniel <kdaniel@redhat.com> 2.2.0-1
|
|
 |
d37b49 |
- Update to 2.2.0 release.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Mon Oct 1 2012 Alexander Kurtakov <akurtako@redhat.com> 2.1.0-1
|
|
 |
d37b49 |
- Update to 2.1.0 release.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-2
|
|
 |
d37b49 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Mon Jul 2 2012 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-1
|
|
 |
d37b49 |
- Update to 2.0.0 upstream release.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Fri Apr 27 2012 Severin Gehwolf <sgehwolf@redhat.com> 1.3.0-3
|
|
 |
d37b49 |
- Use eclipse-pdebuild over old pdebuild script.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Apr 26 2012 Severin Gehwolf <sgehwolf@redhat.com> 1.3.0-2
|
|
 |
d37b49 |
- Tweak .spec so as to avoid modifying to much of the .spec file
|
|
 |
d37b49 |
- Fix upstream 1.3 release sources.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Fri Feb 17 2012 Andrew Robinson <arobinso@redhat.com> 1.3.0-1
|
|
 |
d37b49 |
- Update to 1.3.0 upstream release.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Jan 5 2012 Alexander Kurtakov <akurtako@redhat.com> 1.2.0-2
|
|
 |
d37b49 |
- Build eclipse plugin first to not interfere with maven artifacts.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Jan 5 2012 Alexander Kurtakov <akurtako@redhat.com> 1.2.0-1
|
|
 |
d37b49 |
- Update to 1.2.0 release.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Fri Oct 28 2011 Andrew Robinson <arobinso@redhat.com> 1.1.0-4
|
|
 |
d37b49 |
- Add jsch jar to the classpath.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Fri Oct 28 2011 Alexander Kurtakov <akurtako@redhat.com> 1.1.0-3
|
|
 |
d37b49 |
- Drop libs subpackage and use the sh script directly instead of the shaded executable.
|
|
 |
d37b49 |
- Install jars in _javadir subdir as per guidelines.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Oct 27 2011 Andrew Robinson <arobinso@redhat.com> 1.1.0-2
|
|
 |
d37b49 |
- Added Java libraries, javadocs and console binary subpackages.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Fri Sep 23 2011 Andrew Robinson <arobinso@redhat.com> 1.1.0-1
|
|
 |
d37b49 |
- Update to upstream release 1.1.0.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue Jun 14 2011 Chris Aniszczyk <zx@redhat.com> 1.0.0-2
|
|
 |
d37b49 |
- Update to upstream release 1.0.0.201106090707-r.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue Jun 07 2011 Chris Aniszczyk <zx@redhat.com> 1.0.0-1
|
|
 |
d37b49 |
- Update to upstream release 1.0.0.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue May 03 2011 Chris Aniszczyk <zx@redhat.com> 0.12.1-1
|
|
 |
d37b49 |
- Update to upstream release 0.12.1.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue Feb 22 2011 Chris Aniszczyk <zx@redhat.com> 0.11.3-1
|
|
 |
d37b49 |
- Update to upstream release 0.11.3.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-2
|
|
 |
d37b49 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Wed Dec 22 2010 Chris Aniszczyk <zx@redhat.com> 0.10.1-1
|
|
 |
d37b49 |
- Update to upstream release 0.10.1.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Oct 7 2010 Chris Aniszczyk <zx@redhat.com> 0.9.3-1
|
|
 |
d37b49 |
- Update to upstream release 0.9.3.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Wed Sep 15 2010 Severin Gehwolf <sgehwolf@redhat.com> 0.9.1-1
|
|
 |
d37b49 |
- Update to upstream release 0.9.1.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Aug 26 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.9.0-0.1.20100825git
|
|
 |
d37b49 |
- Make release tag more readable (separate "0.1" and pre-release tag by ".").
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Wed Aug 25 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.9.0-0.120100825git
|
|
 |
d37b49 |
- Pre-release version of JGit 0.9.0
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Fri Jun 25 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.8.4-2
|
|
 |
d37b49 |
- Increase release number to make tagging work.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Wed Jun 23 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.8.4-1
|
|
 |
d37b49 |
- Rebase to 0.8.4 release.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Mon Apr 12 2010 Jeff Johnston <jjohnstn@redhat.com> 0.7.1-1
|
|
 |
d37b49 |
- Rebase to 0.7.1 release.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Tue Feb 9 2010 Alexander Kurtakov <akurtako@redhat.com> 0.6.0-0.1.git20100208
|
|
 |
d37b49 |
- New git snapshot.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Nov 5 2009 Alexander Kurtakov <akurtako@redhat.com> 0.6.0-0.1.git20091029
|
|
 |
d37b49 |
- Correct release.
|
|
 |
d37b49 |
|
|
 |
d37b49 |
* Thu Oct 29 2009 Alexander Kurtakov <akurtako@redhat.com> 0.6.0-0.git20091029.1
|
|
 |
d37b49 |
- Initial package
|