diff --git a/.gitignore b/.gitignore index a469669..c84448a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /org.eclipse.tm.terminal-4ea71eb57ec10177e6d0caf3429196e4882562b9.tar.xz /org.eclipse.tm.terminal-e58c5d3506ba4a17e160a7fa19463f2e9c3491f2.tar.xz +/org.eclipse.tm.terminal-4.0.0.tar.xz diff --git a/eclipse-tm-terminal.spec b/eclipse-tm-terminal.spec index 6fbb605..dd9d506 100644 --- a/eclipse-tm-terminal.spec +++ b/eclipse-tm-terminal.spec @@ -1,13 +1,11 @@ -%global git_tag e58c5d3506ba4a17e160a7fa19463f2e9c3491f2 - Name: eclipse-tm-terminal Version: 4.0.0 -Release: 0.5.gite58c5d3%{?dist} +Release: 1%{?dist} Summary: Terminal plugin for Eclipse License: EPL URL: https://www.eclipse.org/tm/ -Source0: http://git.eclipse.org/c/tm/org.eclipse.tm.terminal.git/snapshot/org.eclipse.tm.terminal-%{git_tag}.tar.xz +Source0: http://git.eclipse.org/c/tm/org.eclipse.tm.terminal.git/snapshot/org.eclipse.tm.terminal-%{version}.tar.xz BuildArch: noarch BuildRequires: maven-local @@ -21,7 +19,7 @@ An integrated Eclipse View for the local command prompt (console) or remote hosts (SSH, Telnet, Serial). %prep -%setup -q -n org.eclipse.tm.terminal-%{git_tag} +%setup -q -n org.eclipse.tm.terminal-%{version} #drop due to gnu.io dep not available %pom_disable_module plugins/org.eclipse.tm.terminal.connector.serial @@ -56,6 +54,9 @@ done %files -f .mfiles %changelog +* Wed Jun 24 2015 Alexander Kurtakov 4.0.0-1 +- Update to 4.0 final. + * Wed Jun 17 2015 Alexander Kurtakov 4.0.0-0.5.gite58c5d3 - Fix FTBFS - pom/manifest/feature qualifier misalignments. diff --git a/sources b/sources index 21b80c4..e6505de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ea15b28f82809b8155d9a8ae0eb69a5 org.eclipse.tm.terminal-e58c5d3506ba4a17e160a7fa19463f2e9c3491f2.tar.xz +042a2aace2e40ec0a7aec11d61619c2b org.eclipse.tm.terminal-4.0.0.tar.xz