From 9bbcb44e31eb380fc9602d0cd13bbbf550fefd33 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Jun 24 2015 20:59:45 +0000 Subject: Update to 2.0 final. --- diff --git a/.gitignore b/.gitignore index 11e2ec9..a9e6b6e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /noarch /*.src.rpm /.build-*.log +/R2_0.tar.xz diff --git a/eclipse-remote.spec b/eclipse-remote.spec index 5c0117c..62cddb3 100644 --- a/eclipse-remote.spec +++ b/eclipse-remote.spec @@ -1,13 +1,13 @@ -%global git_tag 4488f6ff378feaa19364b16425dc646e24d0fd00 +%global git_tag R2_0 Name: eclipse-remote Version: 2.0.0 -Release: 0.4.git4488f6f%{?dist} +Release: 1%{?dist} Summary: Eclipse Remote Services plug-in License: EPL URL: https://www.eclipse.org/ptp/ -Source0: http://git.eclipse.org/c/ptp/org.eclipse.remote.git/snapshot/org.eclipse.remote-%{git_tag}.tar.bz2 +Source0: http://git.eclipse.org/c/ptp/org.eclipse.remote.git/snapshot/%{git_tag}.tar.xz BuildArch: noarch @@ -26,7 +26,7 @@ Requires: eclipse-platform >= 1:4.3.2 Remote Services provides an extensible remote services framework. %prep -%setup -q -n org.eclipse.remote-%{git_tag} +%setup -q -n %{git_tag} find -name *.jar -exec rm -rf {} \; find -name *.class -exec rm -rf {} \; @@ -45,6 +45,9 @@ find -name *.class -exec rm -rf {} \; %doc features/org.eclipse.remote-feature/epl-v10.html %changelog +* Wed Jun 24 2015 Alexander Kurtakov 2.0.0-1 +- Update to 2.0 final. + * Wed Jun 17 2015 Fedora Release Engineering - 2.0.0-0.4.git4488f6f - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 71e417f..6c7652f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fca5f0104c6cfd1855847835d0d8a2ac org.eclipse.remote-4488f6ff378feaa19364b16425dc646e24d0fd00.tar.bz2 +9fe24c86bdb0eb442ca57a114607bc23 R2_0.tar.xz