[eclipse-fedorapackager] - Update to upstream 0.3.1 release. - Fixes Koji build push problems under Open JDK 7.

jerboaa jerboaa at fedoraproject.org
Fri Feb 17 17:49:17 UTC 2012


commit f47eb5502ca9e8b1775e769145eebc10f4d2fcda
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Fri Feb 17 12:44:41 2012 -0500

    - Update to upstream 0.3.1 release.
    - Fixes Koji build push problems under Open JDK 7.

 .gitignore                  |    1 +
 eclipse-fedorapackager.spec |   10 +++++++---
 sources                     |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a10e55a..6e040af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ eclipse-fedorapackager-0.2.1.tar.xz
 eclipse-fedorapackager-0.2.2.tar.xz
 eclipse-fedorapackager-0.2.3.tar.xz
 eclipse-fedorapackager-0.3.0.tar.xz
+eclipse-fedorapackager-0.3.1.tar.xz
diff --git a/eclipse-fedorapackager.spec b/eclipse-fedorapackager.spec
index 5d71de1..3516c6a 100644
--- a/eclipse-fedorapackager.spec
+++ b/eclipse-fedorapackager.spec
@@ -2,7 +2,7 @@
 %global install_loc    %{_datadir}/eclipse/dropins/packager
 
 Name:           eclipse-fedorapackager
-Version:        0.3.0
+Version:        0.3.1
 Release:        1%{?dist}
 Summary:        Fedora Packager for Eclipse
 
@@ -17,7 +17,7 @@ BuildRequires: java-devel
 # 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.
-BuildRequires: eclipse-pde >= 1:3.6.0
+BuildRequires: eclipse-pde >= 1:3.7.0
 BuildRequires: not-yet-commons-ssl
 BuildRequires: google-gson
 BuildRequires: eclipse-changelog
@@ -38,7 +38,7 @@ 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.
-Requires: eclipse-platform >= 3.6.0
+Requires: eclipse-platform >= 3.7.0
 Requires: google-gson
 Requires: not-yet-commons-ssl
 Requires: eclipse-rpm-editor >= 0.9.0-0.1.20110815git2168cacb
@@ -117,6 +117,10 @@ popd
 %doc org.fedoraproject.eclipse.packager-feature/*.html
 
 %changelog
+* Fri Feb 17 2012 Severin Gehwolf <sgehwolf at redhat.com> 0.3.1-1
+- Update to upstream 0.3.1 release.
+- Fixes Koji build push problems under Open JDK 7.
+
 * Fri Feb 3 2012 Severin Gehwolf <sgehwolf at redhat.com> 0.3.0-1
 - Update to upstream release 0.3.0.
 
diff --git a/sources b/sources
index 7692d85..f4ebcc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7b0c3bfd0a988d3d7b1396922adb141  eclipse-fedorapackager-0.3.0.tar.xz
+18ff41311c7a99d5126ba3d92097c071  eclipse-fedorapackager-0.3.1.tar.xz


More information about the scm-commits mailing list