[eclipse-slice2java] Update to 3.5.0

mef mef at fedoraproject.org
Wed Jan 30 10:57:52 UTC 2013


commit bcc0bda595603ea39aba152933cabcda87373e49
Author: mef3 <mefoster at gmail.com>
Date:   Fri Jan 25 14:35:11 2013 +0000

    Update to 3.5.0

 .gitignore              |    1 +
 eclipse-slice2java.spec |   13 ++++++++-----
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59341d4..5896614 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Slice2JavaPlugin-3.3.1.20091005.tar.gz
 /Slice2JavaPlugin-3.4.2.20111024.tar.gz
+/Slice2JavaPlugin-3.5.0.20121212.tar.gz
diff --git a/eclipse-slice2java.spec b/eclipse-slice2java.spec
index b318bf8..e49b8b0 100644
--- a/eclipse-slice2java.spec
+++ b/eclipse-slice2java.spec
@@ -1,10 +1,10 @@
 %global install_loc     %{_datadir}/eclipse/dropins/slice2java
-%global date            20111024
+%global date            20121212
 
 Summary:        A plugin that integrates Eclipse with Ice object middleware
 Name:           eclipse-slice2java
-Version:        3.4.2.%{date}
-Release:        3%{?dist}
+Version:        3.5.0.%{date}
+Release:        1%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.zeroc.com/eclipse.html
@@ -15,7 +15,7 @@ Source1:        eclipse-slice2java-README
 BuildRequires: eclipse-pde >= 1:3.4.0
 
 Requires: eclipse-platform >= 3.4.0
-Requires: ice-java >= 3.4
+Requires: ice-java >= 3.5
 
 # No Ice on this arch, so the plugin doesn't make sense
 ExcludeArch:   ppc64
@@ -34,7 +34,7 @@ the generated code to eliminate obsolete files.
 cp %{SOURCE1} ./README
 
 %build
-%{_libdir}/eclipse/buildscripts/pdebuild
+eclipse-pdebuild
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -47,6 +47,9 @@ install -d -m 755 $RPM_BUILD_ROOT%{install_loc}
 %{install_loc}
 
 %changelog
+* Fri Jan 25 2013 Mary Ellen Foster <mefoster at gmail.com> - 3.5.0.20121212-1
+- Update to 3.5.0
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.2.20111024-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4aed367..49da929 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a983772e407ae4f014de72bd33090368  Slice2JavaPlugin-3.4.2.20111024.tar.gz
+a70f717e01ae7ee154fb17cf394130fd  Slice2JavaPlugin-3.5.0.20121212.tar.gz


More information about the scm-commits mailing list