rpms/eclipse-subclipse/devel eclipse-subclipse-1.2.4-plugin-classpath.patch, NONE, 1.1 eclipse-subclipse.spec, 1.22, 1.23 eclipse-subclipse-1.2.2-plugin-classpath.patch, 1.3, NONE

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Oct 13 14:46:31 UTC 2008


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-subclipse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32102/devel

Modified Files:
	eclipse-subclipse.spec 
Added Files:
	eclipse-subclipse-1.2.4-plugin-classpath.patch 
Removed Files:
	eclipse-subclipse-1.2.2-plugin-classpath.patch 
Log Message:
Rediff plugin-classpath.patch


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

--- NEW FILE eclipse-subclipse-1.2.4-plugin-classpath.patch ---
--- subclipse-1.2.4/subclipse/core/META-INF/MANIFEST.MF.orig	2007-08-27 22:58:21.000000000 +0200
+++ subclipse-1.2.4/subclipse/core/META-INF/MANIFEST.MF	2008-10-13 16:26:54.000000000 +0200
@@ -3,6 +3,7 @@
 Bundle-SymbolicName: org.tigris.subversion.subclipse.core; singleton:=true
 Bundle-Version: 1.2.4
 Bundle-ClassPath: .,
+ lib/subclipse-core.jar,
  lib/svnClientAdapter.jar,
  lib/svnjavahl.jar,
  lib/svnkit.jar,


Index: eclipse-subclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-subclipse/devel/eclipse-subclipse.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- eclipse-subclipse.spec	13 Oct 2008 14:01:34 -0000	1.22
+++ eclipse-subclipse.spec	13 Oct 2008 14:46:01 -0000	1.23
@@ -34,7 +34,7 @@
 Source10:       subclipse-fetch-1.2.4.sh
 # Disable javahl support temporaly until apparent classloader problem is fixed
 Patch0:         eclipse-subclipse-1.2.2-default-svnkit.patch
-Patch1:         eclipse-subclipse-1.2.2-plugin-classpath.patch
+Patch1:         eclipse-subclipse-1.2.4-plugin-classpath.patch
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -82,9 +82,9 @@
 %prep
 %setup -q -n subclipse-%{version}
 %if 0%{disable_javahl}
-%patch0 -p1
+%patch0 -p1 
 %endif
-%patch1 -p1
+%patch1 -p1 
 
 # delete the jars that are in the archive
 rm svnClientAdapter/lib/svnjavahl.jar
@@ -191,6 +191,7 @@
 %changelog
 * Mon Oct 13 2008 Alexander Kurtakov <akurtako at redhat.com> - 1.2.4-11
 - Fix build with eclipse 3.4.
+- Rediff plugin-classpath.patch.
 
 * Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.2.4-10
 - Fix Patch0:/%%patch mismatch.


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




More information about the scm-commits mailing list