[eclipse-fedorapackager] - Update to upstream 0.1.10. - Require EGit/JGit >= 0.10.0

jerboaa jerboaa at fedoraproject.org
Tue Jan 11 15:20:40 UTC 2011


commit 96de6354e096a6c65e6253903610029bf947b95f
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Tue Jan 11 10:19:41 2011 -0500

    - Update to upstream 0.1.10.
    - Require EGit/JGit >= 0.10.0

 eclipse-fedorapackager.spec |   24 ++++++++++++++----------
 sources                     |    2 +-
 2 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/eclipse-fedorapackager.spec b/eclipse-fedorapackager.spec
index bd0b45c..57dc96f 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
-Release:        2%{?dist}
+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
+# Note: As of 0.1.10 we require >= 0.10.0 due to
+# API changes.
+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
+# Note: As of 0.1.10 we require >= 0.10.0 due to
+# API changes.
+Requires: eclipse-egit >= 0.10.0
 
 %description
 Fedorapackager is an Eclipse plug-in helping Fedora
@@ -98,6 +98,10 @@ popd
 %doc org.fedoraproject.eclipse.packager-feature/*.html
 
 %changelog
+* Tue Jan 11 2011 Severin Gehwolf <sgehwolf at redhat.com> 0.1.10-1
+- Update to upstream 0.1.10.
+- Require EGit/JGit >= 0.10.0
+
 * Wed Dec 15 2010 Severin Gehwolf <sgehwolf at redhat.com> 0.1.9-2
 - Update to upstream 0.1.9.
 - Explicitly set autokarma=true for new Bodhi updates.
diff --git a/sources b/sources
index c0a1797..1d41a2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9535c921bb81a02484be83da46f6ec60  eclipse-fedorapackager.tar.xz
+e662790a8b003c325efa93c532e2c6b8  eclipse-fedorapackager.tar.xz


More information about the scm-commits mailing list