[eclipse-fedorapackager] - Remove eclipse-jgit R/BR since JGit is required by EGit - Note: EGit API isn't stable yet. So, thi

jerboaa jerboaa at fedoraproject.org
Thu Oct 14 17:21:57 UTC 2010


commit 87d443c878725282ff49ec34972d33b519f3f46a
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Thu Oct 14 13:20:47 2010 -0400

    - Remove eclipse-jgit R/BR since JGit is required by EGit
    - Note: EGit API isn't stable yet. So, this package (0.1.6) might
      or might not work with EGit 0.10.x. It's known to work with
      EGit 0.9.x.
    - Finally fixes Trac #35
      https://fedorahosted.org/eclipse-fedorapackager/ticket/35
      (Don't use 0.1.4/0.1.5 builds)
    - Fixes Trac #38
      https://fedorahosted.org/eclipse-fedorapackager/ticket/38

 eclipse-fedorapackager.spec |   26 +++++++++++++++++++-------
 sources                     |    2 +-
 2 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/eclipse-fedorapackager.spec b/eclipse-fedorapackager.spec
index 8a42503..0c2cd8d 100644
--- a/eclipse-fedorapackager.spec
+++ b/eclipse-fedorapackager.spec
@@ -2,16 +2,16 @@
 %global install_loc    %{_datadir}/eclipse/dropins/packager
 
 Name:           eclipse-fedorapackager
-Version:        0.1.5
+Version:        0.1.6
 Release:        1%{?dist}
 Summary:        Fedora Packager Tools
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://fedorahosted.org/eclipse-fedorapackager
-# Tar file generated from Git repository (tag 0.1.5)
+# Tar file generated from Git repository (tag 0.1.6)
 # by:
-#   bash get-eclipse-fedorapackager-sources.sh 0.1.5
+#   bash get-eclipse-fedorapackager-sources.sh 0.1.6
 Source0:        %{name}.tar.xz
 Source1:        get-eclipse-fedorapackager-sources.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,7 +29,8 @@ BuildRequires: jakarta-commons-httpclient >= 3.1
 BuildRequires: xmlrpc3-client
 BuildRequires: xmlrpc3-common
 BuildRequires: ws-commons-util
-BuildRequires: eclipse-jgit >= 0.9.0
+# Note: EGit's and JGit's api is not stable yet,
+# so 0.10.x might or might not work with 0.1.6
 BuildRequires: eclipse-egit >= 0.9.0
 Requires: eclipse-platform >= 3.4.0
 Requires: json >= 3-3
@@ -41,7 +42,8 @@ Requires: jakarta-commons-codec
 Requires: xmlrpc3-client
 Requires: xmlrpc3-common
 Requires: ws-commons-util
-Requires: eclipse-jgit >= 0.9.0
+# Note: EGit's and JGit's api is not stable yet,
+# so 0.10.x might or might not work with 0.1.6
 Requires: eclipse-egit >= 0.9.0
 
 %description
@@ -62,9 +64,8 @@ ln -s %{_javadir}/ws-commons-util.jar
 ln -s %{_javadir}/not-yet-commons-ssl.jar commons-ssl.jar
 popd
 
-
 %build
-/usr/lib64/eclipse/buildscripts/pdebuild \
+%{eclipse_base}/buildscripts/pdebuild \
                 -f org.fedoraproject.eclipse.packager \
                 -o `pwd`/orbit \
                 -d "rpm-editor changelog jgit egit"
@@ -97,6 +98,17 @@ popd
 %doc org.fedoraproject.eclipse.packager-feature/*.html
 
 %changelog
+* Thu Oct 14 2010 Severin Gehwolf <sgehwolf at redhat.com> 0.1.6-1
+- Remove eclipse-jgit R/BR since JGit is required by EGit
+- Note: EGit API isn't stable yet. So, this package (0.1.6) might
+  or might not work with EGit 0.10.x. It's known to work with
+  EGit 0.9.x.
+- Finally fixes Trac #35
+  https://fedorahosted.org/eclipse-fedorapackager/ticket/35
+  (Don't use 0.1.4/0.1.5 builds)
+- Fixes Trac #38
+  https://fedorahosted.org/eclipse-fedorapackager/ticket/38
+
 * Wed Oct 13 2010 Severin Gehwolf <sgehwolf at redhat.com> 0.1.5-1
 - Fix Koji pop-up message early closure.
   https://fedorahosted.org/eclipse-fedorapackager/ticket/35
diff --git a/sources b/sources
index 7f62749..bc5e452 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30ed3edc0e533ee00e7fc1bf0dcc5fb6  eclipse-fedorapackager.tar.xz
+08d5d44ef23620bb876ce3af252167ca  eclipse-fedorapackager.tar.xz


More information about the scm-commits mailing list