[eclipse-fedorapackager: 1/2] Update to 0.2.3.

Andrew Robinson arobinso at fedoraproject.org
Fri Jan 13 18:34:52 UTC 2012


commit 1215d0b93dca0b24d245c00de272007ebffd4db0
Author: Andrew Robinson <arobinso at redhat.com>
Date:   Fri Jan 13 13:24:32 2012 -0500

    Update to 0.2.3.

 .gitignore                  |    1 +
 eclipse-fedorapackager.spec |   15 +++++++++------
 sources                     |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9847047..239bad1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ remove_me.tar
 eclipse-fedorapackager-0.2.0.tar.xz
 eclipse-fedorapackager-0.2.1.tar.xz
 eclipse-fedorapackager-0.2.2.tar.xz
+eclipse-fedorapackager-0.2.3.tar.xz
diff --git a/eclipse-fedorapackager.spec b/eclipse-fedorapackager.spec
index 8308ce5..4eed6df 100644
--- a/eclipse-fedorapackager.spec
+++ b/eclipse-fedorapackager.spec
@@ -2,8 +2,8 @@
 %global install_loc    %{_datadir}/eclipse/dropins/packager
 
 Name:           eclipse-fedorapackager
-Version:        0.2.2
-Release:        3%{?dist}
+Version:        0.2.3
+Release:        1%{?dist}
 Summary:        Fedora Packager for Eclipse
 
 Group:          Development/Tools
@@ -33,8 +33,8 @@ BuildRequires: httpcomponents-client >= 4.1.1-3
 BuildRequires: xmlrpc3-client
 BuildRequires: xmlrpc3-common
 BuildRequires: ws-commons-util
-# Since 1.0 egit has the CloneOperation fix
-BuildRequires: eclipse-egit >= 1.0.0
+# Since 1.1 egit has the remote tracking fix
+BuildRequires: eclipse-egit >= 1.1.0
 # We really need Indigo for 0.2 and up, due to a .spec file editor
 # problem, but FP for Eclipse itself doesn't really have any Indigo
 # deps.
@@ -51,8 +51,8 @@ Requires: apache-commons-codec
 Requires: xmlrpc3-client
 Requires: xmlrpc3-common
 Requires: ws-commons-util
-# Since 1.0 egit has the CloneOperation fix
-Requires: eclipse-egit >= 1.0.0
+# Since 1.1 egit has the remote tracking fix
+BuildRequires: eclipse-egit >= 1.1.0
 # Make fedora-packager a dependency, since we refer to some
 # things it provides (fedora-cert, fedora-packager-setup, etc.)
 Requires: fedora-packager
@@ -117,6 +117,9 @@ popd
 %doc org.fedoraproject.eclipse.packager-feature/*.html
 
 %changelog
+* Fri Jan 13 2012 Andrew Robinson <arobinso at redhat.com> 0.2.3-1
+- Update to 0.2.3.
+
 * Thu Nov 2 2011 Andrew Robinson <arobinso at redhat.com> 0.2.2-3
 - Added BR in line with eclipse-rpmstubby Requires.
 
diff --git a/sources b/sources
index d0f2822..7bba80e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d36867c3bd8bf701e8289956300483f9  eclipse-fedorapackager-0.2.2.tar.xz
+459e4d56713f72ea437182b9b6978e09  eclipse-fedorapackager-0.2.3.tar.xz


More information about the scm-commits mailing list