From 1c999d62b55608e1666628969c46bbdd36fc276c Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Jul 01 2016 09:36:07 +0000 Subject: Update to Neon release --- diff --git a/.gitignore b/.gitignore index 0d2dc26..d0d49ec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /org.eclipse.tm.terminal-e58c5d3506ba4a17e160a7fa19463f2e9c3491f2.tar.xz /org.eclipse.tm.terminal-4.0.0.tar.xz /org.eclipse.tm.terminal-cf7ef3f052a0bb3276966f2a0d6110afc4e793bc.tar.xz +/org.eclipse.tm.terminal-4.1_neon.tar.xz diff --git a/eclipse-tm-terminal.spec b/eclipse-tm-terminal.spec index 428a24f..3e1dff4 100644 --- a/eclipse-tm-terminal.spec +++ b/eclipse-tm-terminal.spec @@ -1,11 +1,11 @@ # Set to 1 to build for the first time. There is a cyclical # dependency between eclipse-remote and eclipse-tm-terminal. %global _bootstrap 0 -%global git_tag cf7ef3f052a0bb3276966f2a0d6110afc4e793bc +%global git_tag 4.1_neon Name: eclipse-tm-terminal -Version: 4.0.0 -Release: 6.gitcf7ef3f%{?dist} +Version: 4.1.0 +Release: 1%{?dist} Summary: Terminal plugin for Eclipse License: EPL @@ -42,8 +42,8 @@ remote hosts (SSH, Telnet, Serial). %pom_disable_module plugins/org.eclipse.tm.terminal.connector.serial %pom_disable_module features/org.eclipse.tm.terminal.connector.serial.feature %pom_disable_module features/org.eclipse.tm.terminal.connector.serial.sdk.feature -sed -i -e 's|||g' features/org.eclipse.tm.terminal.feature/feature.xml -sed -i -e 's|||g' features/org.eclipse.tm.terminal.sdk.feature/feature.xml +sed -i -e 's|||g' features/org.eclipse.tm.terminal.feature/feature.xml +sed -i -e 's|||g' features/org.eclipse.tm.terminal.sdk.feature/feature.xml %pom_disable_module repos/org.eclipse.tm.terminal.repo %pom_xpath_remove "pom:plugin[pom:artifactId[text()='tycho-packaging-plugin']]/pom:configuration" admin/pom-config.xml @@ -55,7 +55,7 @@ for b in `find -name MANIFEST.MF`; do sed -i -e "s|qualifier|$timestamp|g" $b done for b in `find -name feature.xml`; do - sed -i -e "s|4.0.0.qualifier|4.0.0.$timestamp|g" $b + sed -i -e "s|4.1.0.qualifier|4.1.0.$timestamp|g" $b done for b in `find -name pom.xml` admin/pom-build.xml admin/pom-config.xml; do sed -i -e "s|qualifier|$timestamp|g" $b @@ -74,6 +74,9 @@ done %files -f .mfiles %changelog +* Fri Jul 01 2016 Mat Booth - 4.1.0-1 +- Update to Neon release + * Thu Mar 03 2016 Sopot Cela - 4.0.0-6.gitcf7ef3f - Update for Mars.2 release diff --git a/sources b/sources index 55a413a..73bc263 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2c8bc36c9185beee985345c2b85f6b7f org.eclipse.tm.terminal-cf7ef3f052a0bb3276966f2a0d6110afc4e793bc.tar.xz +17a8d4dfa2fd0c9982c8ce2ad3e99fc4 org.eclipse.tm.terminal-4.1_neon.tar.xz