rpms/eclipse-egit/devel .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 eclipse-egit.spec, 1.21, 1.22

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Jul 17 14:48:14 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-egit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17506/devel

Modified Files:
	.cvsignore sources eclipse-egit.spec 
Log Message:
Update to 0.5.0.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-egit/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	23 Mar 2009 18:44:23 -0000	1.10
+++ .cvsignore	17 Jul 2009 14:48:14 -0000	1.11
@@ -1,3 +1,5 @@
 egit-90b818e596660b813b6fcf68f1e9e9b62c615130.tar.gz
 egit-fedd114bcb8ef859b9cc2152bf136a554dc54946.tar.gz
 egit-3c268c8cc77a3ed3a50b47cf6354330a9416b726.tar.gz
+egit-c8a5b04b88bfbafc63c54512f874a763ef9bba08.tar.gz
+jgit-9c5c2e73ba21014e3a9427b8b27c3e62fe6d1c14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-egit/devel/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 14:48:14 -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/devel/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 14:48:14 -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:          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 <akurtako at redhat.com> 0.5.0-0
+- Update to 0.5.0.
+
 * 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