diff --git a/.cvsignore b/.cvsignore index 821efde..3f732d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,5 @@ egit-90b818e596660b813b6fcf68f1e9e9b62c615130.tar.gz egit-fedd114bcb8ef859b9cc2152bf136a554dc54946.tar.gz egit-3c268c8cc77a3ed3a50b47cf6354330a9416b726.tar.gz +egit-c8a5b04b88bfbafc63c54512f874a763ef9bba08.tar.gz +jgit-9c5c2e73ba21014e3a9427b8b27c3e62fe6d1c14.tar.gz diff --git a/eclipse-egit.spec b/eclipse-egit.spec index 2cebecb..66f9142 100644 --- a/eclipse-egit.spec +++ b/eclipse-egit.spec @@ -3,15 +3,16 @@ Summary: Eclipse Git plug-in Name: eclipse-egit -Version: 0.4.0 -Release: 3.20090323%{?dist} +Version: 0.5.0 +Release: 0%{?dist} License: EPL and GPLv2 and LGPLv2 URL: http://repo.or.cz/w/egit.git Group: Development/Tools -# retrieved from http://repo.or.cz/w/egit.git?a=snapshot;h=3c268c8cc77a3ed3a50b47cf6354330a9416b726;sf=tgz -Source0: egit-3c268c8cc77a3ed3a50b47cf6354330a9416b726.tar.gz - +# retrieved from http://repo.or.cz/w/egit.git?a=snapshot;h=c8a5b04b88bfbafc63c54512f874a763ef9bba08;sf=tgz +Source0: egit-c8a5b04b88bfbafc63c54512f874a763ef9bba08.tar.gz +# retrieved from http://repo.or.cz/w/jgit.git?a=snapshot;h=9c5c2e73ba21014e3a9427b8b27c3e62fe6d1c14;sf=tgz +Source1: jgit-9c5c2e73ba21014e3a9427b8b27c3e62fe6d1c14.tar.gz Requires: eclipse-platform >= 1:3.4.0 Requires: git-core BuildRequires: java-devel >= 1.6.0 @@ -28,6 +29,7 @@ interacting with Git repositories. %prep %setup -q -c +tar xf %{SOURCE1} %build %{eclipse_base}/buildscripts/pdebuild @@ -37,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT%{install_loc} # egit main feature -unzip -q -d $RPM_BUILD_ROOT%{install_loc}/ build/rpmBuild/org.spearce.egit.zip +unzip -q -d $RPM_BUILD_ROOT%{install_loc}/ build/rpmBuild/org.eclipse.egit.zip %clean rm -rf $RPM_BUILD_ROOT @@ -47,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{install_loc} %changelog +* Fri Jul 17 2009 Alexander Kurtakov 0.5.0-0 +- Update to 0.5.0. + * Mon Mar 23 2009 Alexander Kurtakov 0.4.0-3.20090323 - Update to latest snapshot. diff --git a/sources b/sources index 82eba3b..d52852e 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -f0ecdab8697cc03ef10cbaeabcfd009c egit-3c268c8cc77a3ed3a50b47cf6354330a9416b726.tar.gz +fbe308592f12f3f9845bca4a6b3de7af egit-c8a5b04b88bfbafc63c54512f874a763ef9bba08.tar.gz +7972bf85576d2f862826ee48aa5c9b9e jgit-9c5c2e73ba21014e3a9427b8b27c3e62fe6d1c14.tar.gz