[eclipse-egit] * Wed Aug 25 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.9.0-0.120100825git - Pre-release of EG

jerboaa jerboaa at fedoraproject.org
Wed Aug 25 21:21:08 UTC 2010


commit 4aa8f21228a1baabc88df88532fd7b87e1fa9cea
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Wed Aug 25 17:20:48 2010 -0400

    * Wed Aug 25 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.9.0-0.120100825git
    - Pre-release of EGit 0.9.0

 .gitignore        |    1 +
 eclipse-egit.spec |   23 ++++++++++++++++-------
 sources           |    1 +
 3 files changed, 18 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 089c964..4480545 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ parallelip-egit-8c839d7ec7b884fba2e2a74321a057a58ea1114c.tar.bz2
 egit-b37b5b3088d6a749963edc3c5a07a743d7471263.tar.bz2
 egit-e49f576d207e3d31cdfc02cf57424d16e97ab6a9.tar.bz2
 egit-6b528445c3e543688b990e0a631c5f0238b02741.tar.bz2
+egit-f969240207ad3d595e40fbc919f73300299f46d1.tar.bz2
diff --git a/eclipse-egit.spec b/eclipse-egit.spec
index fcbdd1d..4948e0e 100644
--- a/eclipse-egit.spec
+++ b/eclipse-egit.spec
@@ -1,24 +1,25 @@
 %global eclipse_base     %{_libdir}/eclipse
 %global install_loc      %{_datadir}/eclipse/dropins/egit
+%global prerelease_tag   20100825git
 
 Summary:          Eclipse Git plug-in
 Name:             eclipse-egit
-Version:          0.8.4
-Release:          1%{?dist}
+Version:          0.9.0
+Release:          0.1%{prerelease_tag}%{?dist}
 License:          EPL
 URL:              http://www.eclipse.org/egit/
 Group:            Development/Tools
 
-# retrieved from http://egit.eclipse.org/w/?p=egit.git;a=snapshot;h=6b528445c3e543688b990e0a631c5f0238b02741;sf=tbz2
-Source0:          egit-6b528445c3e543688b990e0a631c5f0238b02741.tar.bz2
+# retrieved from http://egit.eclipse.org/w/?p=egit.git;a=snapshot;h=f969240207ad3d595e40fbc919f73300299f46d1;sf=tbz2
+Source0:          egit-f969240207ad3d595e40fbc919f73300299f46d1.tar.bz2
 
 BuildRequires:    java-devel >= 1.6.0
 BuildRequires:    eclipse-pde
-BuildRequires:    eclipse-jgit >= 0.8.4
+BuildRequires:    eclipse-jgit >= 0.9.0
 BuildRequires:    jpackage-utils >= 0:1.5
 Requires:         eclipse-platform >= 1:3.4.0
 Requires:         git-core
-Requires:         eclipse-jgit >= 0.8.4
+Requires:         eclipse-jgit >= 0.9.0
 
 BuildArch:        noarch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,13 +30,18 @@ interacting with Git repositories.
 
 %prep
 %setup -n eclipse-egit -q -c
-# FIXME: Work around currupted file in tarball.
+# FIXME: Work around currupted files in tarball.
 #        See https://bugs.eclipse.org/bugs/show_bug.cgi?id=317882
 NR=$((`wc -l egit/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java | \
      cut -d' ' -f1` - 1))
 tail -n$NR egit/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java > part2.java
 echo "/*******************************************************************************" > part1.java
 cat part1.java part2.java > egit/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java
+NR=$((`wc -l egit/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitCloneWizard.java | \
+	     cut -d' ' -f1` - 1))
+	tail -n$NR egit/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitCloneWizard.java > part2.java
+	echo "/*******************************************************************************" > part1.java
+	cat part1.java part2.java > egit/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitCloneWizard.java
 
 %build
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.egit -d "jgit"
@@ -57,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc egit/README
 
 %changelog
+* Wed Aug 25 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.9.0-0.120100825git
+- Pre-release of EGit 0.9.0
+
 * Thu Jun 24 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.8.4-1
 - Rebase to 0.8.4 release.
 
diff --git a/sources b/sources
index 8302b1a..6a9af6b 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
 8219dca0daa0ad3c502d770c580d339b  egit-b37b5b3088d6a749963edc3c5a07a743d7471263.tar.bz2
 922794e4ecb631a69ecf89f7bd6d737b  egit-e49f576d207e3d31cdfc02cf57424d16e97ab6a9.tar.bz2
 b22bbe0af16b6e312e3cb5d52e27ce38  egit-6b528445c3e543688b990e0a631c5f0238b02741.tar.bz2
+1a4b1acbc5ed43a2505228894a2ca7c1  egit-f969240207ad3d595e40fbc919f73300299f46d1.tar.bz2


More information about the scm-commits mailing list