rpms/eclipse-subclipse/devel eclipse-subclipse-1.1.8-plugin-classpath.patch, NONE, 1.1 subclipse-fetch-1.1.8.sh, NONE, 1.1 .cvsignore, 1.2, 1.3 eclipse-subclipse.spec, 1.2, 1.3 sources, 1.2, 1.3 eclipse-subclipse-1.1.5-plugin-classpath.patch, 1.1, NONE subclipse-fetch-1.1.5.sh, 1.1, NONE

Robert Marcano (robmv) fedora-extras-commits at redhat.com
Wed Nov 8 11:37:27 UTC 2006


Author: robmv

Update of /cvs/extras/rpms/eclipse-subclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26698

Modified Files:
	.cvsignore eclipse-subclipse.spec sources 
Added Files:
	eclipse-subclipse-1.1.8-plugin-classpath.patch 
	subclipse-fetch-1.1.8.sh 
Removed Files:
	eclipse-subclipse-1.1.5-plugin-classpath.patch 
	subclipse-fetch-1.1.5.sh 
Log Message:
Update to upstream 1.1.8


eclipse-subclipse-1.1.8-plugin-classpath.patch:

--- NEW FILE eclipse-subclipse-1.1.8-plugin-classpath.patch ---
diff -Naur subclipse-1.1.8.original/subclipse/core/META-INF/MANIFEST.MF subclipse-1.1.8/subclipse/core/META-INF/MANIFEST.MF
--- subclipse-1.1.8.original/subclipse/core/META-INF/MANIFEST.MF	2006-10-23 13:10:29.000000000 -0400
+++ subclipse-1.1.8/subclipse/core/META-INF/MANIFEST.MF	2006-11-08 07:16:12.000000000 -0400
@@ -2,7 +2,7 @@
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.tigris.subversion.subclipse.core; singleton:=true
 Bundle-Version: 1.1.8
-Bundle-ClassPath: .,
+Bundle-ClassPath: lib/subclipse-core.jar,
  lib/svnClientAdapter.jar,
  lib/svnjavahl.jar,
  lib/javasvn.jar,


--- NEW FILE subclipse-fetch-1.1.8.sh ---
#!/bin/sh
VERSION=1.1.8
svn export --username guest --password "" http://subclipse.tigris.org/svn/subclipse/tags/subclipse/$VERSION
find $VERSION -name \*.dll | xargs rm
mv $VERSION subclipse-$VERSION
tar -czf subclipse-$VERSION.tgz subclipse-$VERSION


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Aug 2006 00:56:47 -0000	1.2
+++ .cvsignore	8 Nov 2006 11:36:57 -0000	1.3
@@ -1 +1 @@
-subclipse-1.1.5.tgz
+subclipse-1.1.8.tgz


Index: eclipse-subclipse.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/eclipse-subclipse.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eclipse-subclipse.spec	28 Aug 2006 03:45:28 -0000	1.2
+++ eclipse-subclipse.spec	8 Nov 2006 11:36:57 -0000	1.3
@@ -7,7 +7,7 @@
 
 
 Name:           eclipse-subclipse
-Version:        1.1.5
+Version:        1.1.8
 Release:        2%{?dist}
 Summary:        Subversion Eclipse plugin
 
@@ -18,7 +18,7 @@
 # Script to fetch the source code
 # the new source tarball does not includes the book feature and the layout is
 # different than the source repository
-Source10:       subclipse-fetch-1.1.5.sh
+Source10:       subclipse-fetch-1.1.8.sh
 # Disable javahl support temporaly until apparent classloader problem is fixed
 Patch0:         eclipse-subclipse-1.0.1-default-javasvn.patch
 Patch1:         svnClientAdapter-1.1.4-javac-target.patch
@@ -26,7 +26,7 @@
 # This patch is applied after the build has finished when unpacking the plugin
 # jar and replacing internal jars with links to its dependencies. It can not be
 # applied at "prep" stage because it causes errors at build time
-Source50:       eclipse-subclipse-1.1.5-plugin-classpath.patch
+Source50:       eclipse-subclipse-1.1.8-plugin-classpath.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:          ant
@@ -211,6 +211,9 @@
 %{eclipse_base}/plugins/org.tigris.subversion.book_*
 
 %changelog
+* Wed Nov 08 2006 Robert Marcano <robert at marcanoonline.com> 1.1.8-2
+- Update to upstream 1.1.8
+
 * Mon Aug 28 2006 Robert Marcano <robert at marcanoonline.com> 1.1.5-2
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Aug 2006 00:56:47 -0000	1.2
+++ sources	8 Nov 2006 11:36:57 -0000	1.3
@@ -1 +1 @@
-7c317c03fc7dc8fae0612c75e46564ae  subclipse-1.1.5.tgz
+bbc6dd6c7cb8107fe3906460b2f556e4  subclipse-1.1.8.tgz


--- eclipse-subclipse-1.1.5-plugin-classpath.patch DELETED ---


--- subclipse-fetch-1.1.5.sh DELETED ---




More information about the fedora-extras-commits mailing list