[eclipse-fedorapackager/f14/master] - Update to upstream 0.1.10 release. - Adapted code for better fedpkg compatibility (Trac #37, #38).

jerboaa jerboaa at fedoraproject.org
Mon Jan 17 14:44:49 UTC 2011


commit 2c85d6f6682acbfd3e5461e0354f5ea2e3548f9a
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Mon Jan 17 09:37:12 2011 -0500

    - Update to upstream 0.1.10 release.
    - Adapted code for better fedpkg compatibility (Trac #37, #38).
      Local branch names are now "f14"-like instead of "f14/master"
      with remote tracking configured.
    - Refactored relevant JGit/EGit reliant code due to
      EGit/JGit 0.10.1 release.
    - Added working set support to clone dialog (Trac #57,
      patch by mbooth).
    - Check for unpushed changes before Koji build (Trac #53).

 eclipse-fedorapackager.spec |   29 ++++++++++++++++++++---------
 sources                     |    2 +-
 2 files changed, 21 insertions(+), 10 deletions(-)
---
diff --git a/eclipse-fedorapackager.spec b/eclipse-fedorapackager.spec
index 169e1a7..6bd0185 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.9
+Version:        0.1.10
 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.9)
+# Tar file generated from Git repository (tag 0.1.10)
 # by:
-#   bash get-eclipse-fedorapackager-sources.sh 0.1.9
+#   bash get-eclipse-fedorapackager-sources.sh 0.1.10
 Source0:        %{name}.tar.xz
 Source1:        get-eclipse-fedorapackager-sources.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,9 +29,9 @@ BuildRequires: jakarta-commons-httpclient >= 3.1
 BuildRequires: xmlrpc3-client
 BuildRequires: xmlrpc3-common
 BuildRequires: ws-commons-util
-# 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
+# As of eclipse-fedorapackager 0.1.10 we require
+# eclipse-egit >= 0.10.0, due to API changes in JGit/EGit
+BuildRequires: eclipse-egit >= 0.10.0
 Requires: eclipse-platform >= 3.4.0
 Requires: json >= 3-3
 Requires: not-yet-commons-ssl
@@ -42,9 +42,9 @@ Requires: jakarta-commons-codec
 Requires: xmlrpc3-client
 Requires: xmlrpc3-common
 Requires: ws-commons-util
-# 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
+# As of eclipse-fedorapackager 0.1.10 we require
+# eclipse-egit >= 0.10.0, due to API changes in JGit/EGit
+Requires: eclipse-egit >= 0.10.0
 
 %description
 Fedorapackager is an Eclipse plug-in helping Fedora
@@ -98,6 +98,17 @@ popd
 %doc org.fedoraproject.eclipse.packager-feature/*.html
 
 %changelog
+* Mon Jan 17 2011 Severin Gehwolf <sgehwolf at redhat.com> 0.1.10-1
+- Update to upstream 0.1.10 release.
+- Adapted code for better fedpkg compatibility (Trac #37, #38).
+  Local branch names are now "f14"-like instead of "f14/master"
+  with remote tracking configured.
+- Refactored relevant JGit/EGit reliant code due to
+  EGit/JGit 0.10.1 release.
+- Added working set support to clone dialog (Trac #57,
+  patch by mbooth).
+- Check for unpushed changes before Koji build (Trac #53).
+
 * Wed Dec 15 2010 Severin Gehwolf <sgehwolf at redhat.com> 0.1.9-1
 - Add explicit autokarma=true when pushing Bodhi updates.
 - Add pop-up with link to the pushed update.
diff --git a/sources b/sources
index c0a1797..ddff682 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9535c921bb81a02484be83da46f6ec60  eclipse-fedorapackager.tar.xz
+3ddba47e73dc41076c0b60f20da736d5  eclipse-fedorapackager.tar.xz


More information about the scm-commits mailing list