[eclipse-subclipse] update to 1.10.2

Krzysztof Daniel kdaniel at fedoraproject.org
Tue Oct 1 15:19:41 UTC 2013


commit 31e92277ec851e32950c62fb049655b052d14e54
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Tue Oct 1 17:18:40 2013 +0200

    update to 1.10.2

 eclipse-subclipse.spec |   11 +++++++----
 sources                |    2 +-
 subclipse-fetch.sh     |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/eclipse-subclipse.spec b/eclipse-subclipse.spec
index 9b4da21..ca9177c 100644
--- a/eclipse-subclipse.spec
+++ b/eclipse-subclipse.spec
@@ -7,8 +7,8 @@
 # Williamson's deadlock bug.
 
 Name:           eclipse-subclipse
-Version:        1.10.0
-Release:        3%{?dist}
+Version:        1.10.2
+Release:        1%{?dist}
 Summary:        Subversion Eclipse plugin
 
 Group:          Development/Tools
@@ -28,8 +28,8 @@ BuildRequires:          eclipse-pde >= 4.2.0-0.6
 BuildRequires:          eclipse-gef
 Requires:               eclipse-platform >= 4.2.0-0.6
 
-BuildRequires:          subversion-javahl >= 1.7.9
-Requires:               subversion-javahl >= 1.7.9
+BuildRequires:          subversion-javahl >= 1.8.3
+Requires:               subversion-javahl >= 1.8.3
 
 Obsoletes:              eclipse-subclipse-book < 1.4
 
@@ -110,6 +110,9 @@ popd
 
 
 %changelog
+* Tue Oct 1 2013 Krzysztof Daniel <kdaniel at redhat.com> 1.10.2-1
+- Update to 1.10.2.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 4cd805d..61c7c42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-932e1562a769c535cfa131f899544aa4  subclipse-1.10.0.tar.xz
+b39842817924e5886e45daae9a9f3479  subclipse-1.10.2.tar.xz
diff --git a/subclipse-fetch.sh b/subclipse-fetch.sh
index c426883..de94b88 100755
--- a/subclipse-fetch.sh
+++ b/subclipse-fetch.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-VERSION=1.10.0
+VERSION=1.10.2
 svn export --username guest --password "" http://subclipse.tigris.org/svn/subclipse/tags/subclipse/$VERSION/subclipse subclipse-$VERSION
 
 #those sources are missing from the plugin, so copy them back!


More information about the scm-commits mailing list