rpms/eclipse-egit/F-11 sources, 1.10, 1.11 eclipse-egit.spec, 1.21, 1.22

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Jul 17 15:03:49 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-egit/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23701/F-11

Modified Files:
	sources eclipse-egit.spec 
Log Message:
Update to 0.5.0 to get the new update site.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-egit/F-11/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	23 Mar 2009 18:44:23 -0000	1.10
+++ sources	17 Jul 2009 15:03:18 -0000	1.11
@@ -1 +1,2 @@
-f0ecdab8697cc03ef10cbaeabcfd009c  egit-3c268c8cc77a3ed3a50b47cf6354330a9416b726.tar.gz
+fbe308592f12f3f9845bca4a6b3de7af  egit-c8a5b04b88bfbafc63c54512f874a763ef9bba08.tar.gz
+7972bf85576d2f862826ee48aa5c9b9e  jgit-9c5c2e73ba21014e3a9427b8b27c3e62fe6d1c14.tar.gz


Index: eclipse-egit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-egit/F-11/eclipse-egit.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- eclipse-egit.spec	23 Mar 2009 18:44:23 -0000	1.21
+++ eclipse-egit.spec	17 Jul 2009 15:03:19 -0000	1.22
@@ -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:          1%{?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 <akurtako at redhat.com> 0.5.0-1
+- Update to 0.5.0 to get the new update site.
+
 * Mon Mar 23 2009 Alexander Kurtakov <akurtako at redhat.com> 0.4.0-3.20090323
 - Update to latest snapshot.
 




More information about the fedora-extras-commits mailing list