[eclipse-egit] - Update to upstream release 1.0.0.

Chris Aniszczyk caniszczyk at fedoraproject.org
Tue Jun 7 22:36:20 UTC 2011


commit 000c2a56f6c0bc1f7b3ddb27d5699753ba4b27f0
Author: Chris Aniszczyk <zx at redhat.com>
Date:   Tue Jun 7 17:35:17 2011 -0500

    - Update to upstream release 1.0.0.

 eclipse-egit.spec |   24 +++++++++++++++---------
 sources           |    2 +-
 2 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/eclipse-egit.spec b/eclipse-egit.spec
index c0dd5a2..e6d986b 100644
--- a/eclipse-egit.spec
+++ b/eclipse-egit.spec
@@ -1,23 +1,23 @@
 %global eclipse_base     %{_libdir}/eclipse
 %global install_loc      %{_datadir}/eclipse/dropins/egit
 
-Summary:          Eclipse Git plug-in
+Summary:          Eclipse Git Integration
 Name:             eclipse-egit
-Version:          0.11.3
-Release:          2%{?dist}
+Version:          1.0.0
+Release:          1%{?dist}
 License:          EPL
-URL:              http://www.eclipse.org/egit/
+URL:              http://www.eclipse.org/egit
 Group:            Development/Tools
 
-# retrieved from http://egit.eclipse.org/w/?p=egit.git;a=snapshot;h=v0.11.3;sf=tbz2
-Source0:          egit-v0.11.3.tar.bz2
+# retrieved from http://egit.eclipse.org/w/?p=egit.git;a=snapshot;h=v1.0.0.201106071701-r;sf=tbz2
+Source0:          egit-v1.0.0.201106071701-r.tar.bz2
 
 BuildRequires:    java-devel >= 1.6.0
 BuildRequires:    eclipse-pde
-BuildRequires:    eclipse-jgit >= 0.11.3
+BuildRequires:    eclipse-jgit >= 1.0.0
 BuildRequires:    jpackage-utils >= 0:1.5
 Requires:         eclipse-platform >= 1:3.5.0
-Requires:         eclipse-jgit >= 0.11.3
+Requires:         eclipse-jgit >= 1.0.0
 
 BuildArch:        noarch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -35,7 +35,7 @@ echo "/*************************************************************************
 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"
+%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.egit -d jgit mylyn
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,6 +54,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc egit/README
 
 %changelog
+* Tue Jun 07 2011 Chris Aniszczyk <zx at redhat.com> 1.0.0-1
+- Update to upstream release 1.0.0.
+
+* Tue May 03 2011 Chris Aniszczyk <zx at redhat.com> 0.12.1-1
+- Update to upstream release 0.12.1.
+
 * Tue Feb 22 2011 Chris Aniszczyk <zx at redhat.com> 0.11.3-2
 - Update to fix issue with GitCloneWizard file.
 
diff --git a/sources b/sources
index 5603e6e..2da3332 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0b62e32307518a72b0d0242ef8de680  egit-v0.11.3.tar.bz2
+be6f27c4597c16b5026035f2a529c792  egit-v1.0.0.201106071701-r.tar.bz2


More information about the scm-commits mailing list