[eclipse-ptp] Update to PTP 5.0.1, photran 7.0.1 Bump CDT and PDE requirement Work around issue with pdebuild shar

Orion Poplawski orion at fedoraproject.org
Wed Aug 31 18:06:19 UTC 2011


commit a4c7f934d7193f39ccf48142db54f579b80e78e5
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Aug 31 12:06:03 2011 -0600

    Update to PTP 5.0.1, photran 7.0.1
    Bump CDT and PDE requirement
    Work around issue with pdebuild shared license feature

 .gitignore       |    2 ++
 eclipse-ptp.spec |   18 +++++++++++++-----
 sources          |    4 ++--
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 907bcd2..2231147 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
 /org.eclipse.ptp-v201011100956.tar.gz
 /org.eclipse.ptp-v201102161000.tar.gz
 /org.eclipse.ptp-v201104291906.tar.gz
+/org.eclipse.ptp-v201106140904.tar.gz
+/org.eclipse.ptp-v201107131351.tar.gz
diff --git a/eclipse-ptp.spec b/eclipse-ptp.spec
index 5cbcfab..39cc427 100644
--- a/eclipse-ptp.spec
+++ b/eclipse-ptp.spec
@@ -1,11 +1,11 @@
-%global ptpver                  4.0.7
-%global photranver              6.0.7
+%global ptpver                  5.0.1
+%global photranver              7.0.1
 #global reltag                  ptp_4_0
-%global reltag                  v201104291906
+%global reltag                  v201107131351
 %global eclipse_noarch_base     %{_datadir}/eclipse
 %global eclipse_arch_base       %{_libdir}/eclipse
-%global cdtreq                  1:7.0.0
-%global pdereq                  1:3.6.0
+%global cdtreq                  1:8.0.0
+%global pdereq                  1:3.7.0
 %global rsereq                  3.2
 
 Summary:        Eclipse Parallel Tools Platform
@@ -228,6 +228,9 @@ sed -i -e 's/os="linux"//' photran/org.eclipse.photran.intel-feature/feature.xml
 #Fix line endings, causes problems with pdebuild link names
 find -name MANIFEST.MF -exec sed -i -e 's|\r||' {} +
 mkdir orbitDeps
+# Needed for shared license references to work
+mv releng/org.eclipse.ptp.license-feature releng/org.eclipse.ptp.license
+ln -s ../releng/org.eclipse.ptp.license photran/
 
 
 %build
@@ -344,6 +347,11 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Wed Aug 31 2011 Orion Poplawski <orion at cora.nwra.com> - 5.0.1-1
+- Update to PTP 5.0.1, photran 7.0.1
+- Bump CDT and PDE requirement
+- Work around issue with pdebuild shared license feature
+
 * Wed May 18 2011 Orion Poplawski <orion at cora.nwra.com> - 4.0.7-1
 - Update to PTP 4.0.7, photran 6.0.7
 
diff --git a/sources b/sources
index 1ce20c9..9a1a422 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-da448abf15c65800fa257c9ce64da0bf  cdtdb-4.0.3-eclipse.jar
-b0a850b11284f69f2ae0b75b2988c22f  org.eclipse.ptp-v201104291906.tar.gz
+8de8bad520cd02ebdd856c8b6d2d2e73  org.eclipse.ptp-v201107131351.tar.gz
+bf55fcfb24bbc519bb737add2c2bff72  cdtdb-4.0.3-eclipse.jar


More information about the scm-commits mailing list