[eclipse-subclipse: 1/3] Update to latest upstream release.

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Aug 8 13:35:49 UTC 2012


commit 1dc7854f3032627f69ca39e4b4ba6f0e5f458341
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Fri Jul 13 11:19:06 2012 +0200

    Update to latest upstream release.

 .gitignore                                         |    2 ++
 ... => eclipse-subclipse-1.8.13-dependencies.patch |    2 +-
 eclipse-subclipse.spec                             |   11 +++++++----
 sources                                            |    2 +-
 subclipse-fetch.sh                                 |    2 +-
 5 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c46cfa6..08c8c0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,5 @@ subclipse-1.6.18.tar.xz
 subclipse-1.8.5.tar.xz
 /noarch
 /subclipse-*
+subclipse-1.8.13.tar.xz
+/.project
diff --git a/eclipse-subclipse-1.8.9-dependencies.patch b/eclipse-subclipse-1.8.13-dependencies.patch
similarity index 98%
rename from eclipse-subclipse-1.8.9-dependencies.patch
rename to eclipse-subclipse-1.8.13-dependencies.patch
index 3231fd5..dfc74f3 100644
--- a/eclipse-subclipse-1.8.9-dependencies.patch
+++ b/eclipse-subclipse-1.8.13-dependencies.patch
@@ -47,7 +47,7 @@ diff -Naur org.tigris.subversion.clientadapter.javahl/build.properties subclipse
 -   <plugin
 -         id="org.tigris.subversion.clientadapter.javahl.win64"
 -         os="win32"
--         arch="x86_64"
+-         arch="x86"
 -         download-size="0"
 -         install-size="0"
 -         version="0.0.0"
diff --git a/eclipse-subclipse.spec b/eclipse-subclipse.spec
index b8c2ce9..478db80 100644
--- a/eclipse-subclipse.spec
+++ b/eclipse-subclipse.spec
@@ -1,14 +1,14 @@
 %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.4.1
+%global javahl_plugin_name org.tigris.subversion.clientadapter.javahl_*
 
 # Add a comment to have something to commit to try to reproduce Adam
 # Williamson's deadlock bug.
 
 Name:           eclipse-subclipse
-Version:        1.8.9
-Release:        2%{?dist}
+Version:        1.8.13
+Release:        1%{?dist}
 Summary:        Subversion Eclipse plugin
 
 Group:          Development/Tools
@@ -17,7 +17,7 @@ URL:            http://subclipse.tigris.org/
 Source0:        subclipse-%{version}.tar.xz
 # Script to fetch the source code
 Source10:       subclipse-fetch.sh
-Patch0:         eclipse-subclipse-1.8.9-dependencies.patch
+Patch0:         eclipse-subclipse-1.8.13-dependencies.patch
 
 BuildArch:              noarch
 
@@ -104,6 +104,9 @@ ln -s %{_javadir}/svn-javahl.jar $installBase/subclipse-clientadapter-javahl/ecl
 
 
 %changelog
+* Fri Jul 13 2012 Krzysztof Daniel <kdaniel at redhat.com> 1.8.13-1
+- Update to latest upstream release.
+
 * Thu May 3 2012 Krzysztof Daniel <kdaniel at redhat.com> 1.8.9-2
 - Bug 818472 - Bump javahl BR/R.
 
diff --git a/sources b/sources
index 3f67223..1563880 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8da231fa7f10000297f3a395ff4700ad  subclipse-1.8.9.tar.xz
+a53aee2e09022c2ad37a846eb9fb811c  subclipse-1.8.13.tar.xz
diff --git a/subclipse-fetch.sh b/subclipse-fetch.sh
index 849d780..52194ca 100755
--- a/subclipse-fetch.sh
+++ b/subclipse-fetch.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-VERSION=1.8.9
+VERSION=1.8.13
 svn export --username guest --password "" http://subclipse.tigris.org/svn/subclipse/tags/subclipse/$VERSION/subclipse subclipse-$VERSION
 rm -rf ./subclipse-$VERSION/org.tigris.subversion.clientadapter.javahl.win*
 tar -caf subclipse-$VERSION.tar.xz subclipse-$VERSION


More information about the scm-commits mailing list