rpms/eclipse-pydev/devel eclipse-pydev.spec,1.39,1.40

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Mar 25 07:57:48 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-pydev/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16584/devel

Modified Files:
	eclipse-pydev.spec 
Log Message:
Fix compile with latest piccolo2d.


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- eclipse-pydev.spec	5 Mar 2010 08:57:31 -0000	1.39
+++ eclipse-pydev.spec	25 Mar 2010 07:57:47 -0000	1.40
@@ -11,13 +11,14 @@ Epoch: 1
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
 Version:          1.5.5
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          EPL
 URL:              http://pydev.org
 Group:            Development/Tools
 
 Source0:          http://downloads.sourceforge.net/pydev/org.python.pydev.feature-%{version}.%{qualifier}-sources.zip
 Patch0:           use-piccolo2d-bundle.patch
+Patch1:           piccolo-swtimage-dispose.patch
 BuildRequires:    java-devel >= 1.5.0
 
 Requires:         eclipse-jdt
@@ -68,6 +69,7 @@ Mylyn Task-Focused UI extensions for Pyd
 %prep
 %setup -q -c
 %patch0
+%patch1
 #fix mylyn plugin version
 sed --in-place 's:version="0.3.0":version="%{version}.%{qualifier}":' features/org.python.pydev.mylyn.feature/feature.xml
 
@@ -206,6 +208,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{install_loc}/pydev-mylyn
 
 %changelog
+* Thu Mar 25 2010 Alexander Kurtakov <akurtako at redhat.com> 1:1.5.5-2
+- Fix compile with latest piccolo2d.
+
 * Fri Mar 5 2010 Alexander Kurtakov <akurtako at redhat.com> 1:1.5.5-1
 - Update to 1.5.5.
 



More information about the scm-commits mailing list