[eclipse-subclipse] Update to 1.10.0.

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Jun 19 17:48:10 UTC 2013


commit dd2fbda7e713f2e56bd19f8aaec546e7b0c9eab9
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Jun 19 19:47:59 2013 +0200

    Update to 1.10.0.

 eclipse-subclipse-1.8.13-dependencies.patch |    2 +-
 eclipse-subclipse.spec                      |    7 +++++--
 sources                                     |    1 -
 subclipse-fetch.sh                          |    2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/eclipse-subclipse-1.8.13-dependencies.patch b/eclipse-subclipse-1.8.13-dependencies.patch
index 5f72a07..aaf65ca 100644
--- a/eclipse-subclipse-1.8.13-dependencies.patch
+++ b/eclipse-subclipse-1.8.13-dependencies.patch
@@ -45,7 +45,7 @@ index ed6b62e..65be0be 100644
 @@ -7,6 +7,8 @@ Bundle-Activator: org.tigris.subversion.clientadapter.javahl.Activator
  Bundle-Vendor: tigris.org
  Require-Bundle: org.eclipse.core.runtime,
-  org.tigris.subversion.clientadapter;bundle-version="[1.8.5,1.9.0)"
+  org.tigris.subversion.clientadapter;bundle-version="[1.10.0,1.11.0)"
 +Bundle-ClassPath: clientadapter-javahl.jar,
 + svn-javahl.jar
  Eclipse-LazyStart: true
diff --git a/eclipse-subclipse.spec b/eclipse-subclipse.spec
index 442cf87..8aa48f7 100644
--- a/eclipse-subclipse.spec
+++ b/eclipse-subclipse.spec
@@ -1,13 +1,13 @@
 %global eclipse_name       eclipse
 %global eclipse_base       %{_libdir}/%{eclipse_name}
 %global install_loc        %{_datadir}/eclipse/dropins
-%global javahl_plugin_name org.tigris.subversion.clientadapter.javahl_1.7.9.2
+%global javahl_plugin_name org.tigris.subversion.clientadapter.javahl_1.8.0
 
 # Add a comment to have something to commit to try to reproduce Adam
 # Williamson's deadlock bug.
 
 Name:           eclipse-subclipse
-Version:        1.8.21
+Version:        1.10.0
 Release:        1%{?dist}
 Summary:        Subversion Eclipse plugin
 
@@ -110,6 +110,9 @@ popd
 
 
 %changelog
+* Wed Jun 19 2013 Krzysztof Daniel <kdaniel at redhat.com> 1.10.0-1
+- Update to 1.10.0.
+
 * Wed Jun 19 2013 Krzysztof Daniel <kdaniel at redhat.com> 1.8.21-1
 - Update to 1.8.21.
 
diff --git a/sources b/sources
index 421e7d8..e69de29 100644
--- a/sources
+++ b/sources
@@ -1 +0,0 @@
-205e04f0e67add6ed80000b497ebfdaf  subclipse-1.8.21.tar.xz
diff --git a/subclipse-fetch.sh b/subclipse-fetch.sh
index d2d952d..c426883 100755
--- a/subclipse-fetch.sh
+++ b/subclipse-fetch.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-VERSION=1.8.21
+VERSION=1.10.0
 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