Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 633345 Details for
Bug 870077
[patch] Update to latest upstream 3.4.1
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
git-formatted patch
0001-Update-to-latest-upstream-release.patch (text/plain), 3.63 KB, created by
Gerard Ryan
on 2012-10-25 14:17:31 UTC
(
hide
)
Description:
git-formatted patch
Filename:
MIME Type:
Creator:
Gerard Ryan
Created:
2012-10-25 14:17:31 UTC
Size:
3.63 KB
patch
obsolete
>From c821127f2edc667826f4ed058a52e43a71727440 Mon Sep 17 00:00:00 2001 >From: Gerard Ryan <gerard@ryan.lt> >Date: Thu, 25 Oct 2012 13:53:44 +0100 >Subject: [PATCH] Update to latest upstream release > >- Change fetch script to use git.eclipse.org >- Add orbital dependency for moved emf jar >--- > eclipse-wtp-servertools.spec | 19 ++++++++++++++++--- > fetch-wtp-servertools.sh | 29 ++++++++++++++++------------- > 2 files changed, 32 insertions(+), 16 deletions(-) > >diff --git a/eclipse-wtp-servertools.spec b/eclipse-wtp-servertools.spec >index e2dc7f5..f7469e8 100644 >--- a/eclipse-wtp-servertools.spec >+++ b/eclipse-wtp-servertools.spec >@@ -2,8 +2,8 @@ > %global install_loc %{_datadir}/eclipse/dropins > > Name: eclipse-wtp-servertools >-Version: 3.4.0 >-Release: 3%{?dist} >+Version: 3.4.1 >+Release: 1%{?dist} > Summary: WTP Server Tools > > Group: Development/Tools >@@ -37,9 +37,17 @@ server components. > #Remove license attributes from feature.xml > find -name feature.xml -exec sed -i -e 's/license-feature.*"//' '{}' \; > >+#Orbit links >+rm -rf orbit >+mkdir orbit >+pushd orbit >+%{__ln_s} %{_javadir}/emf/eclipse/plugins/org.eclipse.emf.edit_*.jar >+popd >+ >+ > %build > eclipse-pdebuild -f org.eclipse.wst.server_ui.feature \ >- -d "emf gef eclipse-wtp-common" >+ -d "emf gef eclipse-wtp-common" -o `pwd`/orbit > > eclipse-pdebuild -f org.eclipse.jst.server_ui.feature \ > -d "emf gef eclipse-wtp-common" >@@ -85,6 +93,11 @@ popd > %doc docs/org.eclipse.jst.server.ui.doc.user/about.html > > %changelog >+* Thu Oct 25 2012 Gerard Ryan <galileo@fedoraproject.org> - 3.4.1-1 >+- Update to latest upstream release. >+- Change fetch script to use git.eclipse.org. >+- Add orbital dependency for moved emf jar. >+ > * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >diff --git a/fetch-wtp-servertools.sh b/fetch-wtp-servertools.sh >index f90c405..94cf678 100755 >--- a/fetch-wtp-servertools.sh >+++ b/fetch-wtp-servertools.sh >@@ -1,23 +1,25 @@ > #!/bin/bash > >-RELEASE_TAG="HEAD" >-DOT_TAG="3.4.0" >-SRC_DIR="eclipse-wtp-servertools-${DOT_TAG}" >-MODULE="servertools" >-PATCH_PLUGIN="${MODULE}/plugins/org.eclipse.wst.server.preview" >+GIT_TAG="R3_4_1" >+DOCS_TAG="master" >+VERSION=`echo ${GIT_TAG} | sed -e 's/_/./g' | sed -e 's/R//'` >+SRC_DIR="eclipse-wtp-servertools-${VERSION}" > > # Cleanup > rm -rf ${SRC_DIR} > rm -rf ${MODULE} > >-# CVS Export >-cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/webtools export -r ${RELEASE_TAG} ${MODULE} >+# Get webtools.servertools tarball from git.eclipse.org, and extract >+curl -o ${GIT_TAG}.tar.bz2 http://git.eclipse.org/c/servertools/webtools.servertools.git/snapshot/${GIT_TAG}.tar.bz2 >+tar xfj ${GIT_TAG}.tar.bz2 > >-# Fix Jetty & javax.servlet dependecies >-rm -rf ${PATCH_PLUGIN} >-cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/webtools export -r ${RELEASE_TAG} ${PATCH_PLUGIN} >+# Get webtools.servertools.docs tarball from git.eclipse.org, and extract >+curl -o ${DOCS_TAG}.tar.bz2 http://git.eclipse.org/c/servertools/webtools.servertools.docs.git/snapshot/webtools.servertools.docs-${DOCS_TAG}.tar.bz2 >+tar xfj ${DOCS_TAG}.tar.bz2 > >-pushd ${MODULE} >+cp -r webtools.servertools.docs-${DOCS_TAG}/docs ${GIT_TAG} >+ >+pushd ${GIT_TAG} > # Cleanup the checkout > rm -rf tests > >@@ -27,13 +29,14 @@ chmod 644 `find | grep -e "\.xml$"` > popd > > # Rename dir >-mv ${MODULE} ${SRC_DIR} >+mv ${GIT_TAG} ${SRC_DIR} > > # Create the Tarball > rm -f ${SRC_DIR}-fetched-src.tar.bz2 > tar cjf ${SRC_DIR}-fetched-src.tar.bz2 ${SRC_DIR} > > # Cleanup sources >-rm -rf ${SRC_DIR} >+rm -rf ${SRC_DIR} webtools.servertools.docs-${DOCS_TAG} >+rm -f ${GIT_TAG}.tar.bz2 ${DOCS_TAG}.tar.bz2 > > exit 0 >-- >1.7.12.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 870077
: 633345