rpms/eclipse-subclipse/FC-6 eclipse-subclipse.spec,1.6,1.7

Robert Marcano (robmv) fedora-extras-commits at redhat.com
Wed Sep 19 16:57:26 UTC 2007


Author: robmv

Update of /cvs/extras/rpms/eclipse-subclipse/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3979

Modified Files:
	eclipse-subclipse.spec 
Log Message:
Fix wrong applied classpath patch, fixing error: An error occurred while
automatically activating bundle org.tigris.subversion.subclipse.core



Index: eclipse-subclipse.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-subclipse/FC-6/eclipse-subclipse.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- eclipse-subclipse.spec	10 Sep 2007 17:46:42 -0000	1.6
+++ eclipse-subclipse.spec	19 Sep 2007 16:56:53 -0000	1.7
@@ -16,7 +16,7 @@
 
 Name:           eclipse-subclipse
 Version:        1.2.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Subversion Eclipse plugin
 
 Group:          Text Editors/Integrated Development Environments (IDE)
@@ -79,8 +79,8 @@
 %setup -q -n subclipse-%{version}
 %if 0%{disable_javahl}
 %patch -p1
-%patch1 -p1
 %endif
+%patch1 -p1
 
 # delete the jars that are in the archive
 rm svnClientAdapter/lib/svnjavahl.jar
@@ -238,6 +238,10 @@
 %{eclipse_base}/plugins/org.tigris.subversion.book_*
 
 %changelog
+* Wed Sep 19 2007 Robert Marcano <robert at marcanoonline.com> 1.2.4-2
+- Fix wrong applied classpath patch, fixing error: An error occurred while
+automatically activating bundle org.tigris.subversion.subclipse.core
+
 * Mon Sep 10 2007 Robert Marcano <robert at marcanoonline.com> 1.2.4-1
 - Update to upstream 1.2.4
 - Build for all supported arquitectures




More information about the fedora-extras-commits mailing list