rpms/eclipse-mylyn/devel eclipse-mylyn.spec,1.27,1.28

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Oct 20 08:01:15 UTC 2008


Author: akurtakov

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

Modified Files:
	eclipse-mylyn.spec 
Log Message:
Add >= for jdom to ensure proper OSGi metadata


Index: eclipse-mylyn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-mylyn/devel/eclipse-mylyn.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- eclipse-mylyn.spec	11 Aug 2008 19:24:36 -0000	1.27
+++ eclipse-mylyn.spec	20 Oct 2008 08:00:44 -0000	1.28
@@ -7,7 +7,7 @@
 Name: eclipse-mylyn 
 Summary: Mylyn is a task-focused UI for Eclipse
 Version: 3.0.1
-Release: 2%{?dist} 
+Release: 3%{?dist} 
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
@@ -44,7 +44,7 @@
 BuildRequires: xmlrpc3-client >= 3.0-1jpp.3
 BuildRequires: xmlrpc3-common >= 3.0-1jpp.3
 BuildRequires: rome
-BuildRequires: jdom
+BuildRequires: jdom >= 1.0-5.5
 Requires: eclipse-platform >= 1:3.4.0
 Requires: eclipse-cvs-client >= 1:3.4.0
 Requires: jakarta-commons-codec >= 1.3-9
@@ -296,6 +296,9 @@
 # FIXME:  add the doc files back
 
 %changelog
+* Mon Oct 18 2008 Alexander Kurtakov <akurtako at redhat.com> 3.0.1-3
+- Add >= for jdom to ensure proper OSGi metadata
+
 * Mon Aug 11 2008 Andrew Overholt <overholt at redhat.com> 3.0.1-2
 - Add >= for requirements to ensure proper OSGi metadata
 




More information about the scm-commits mailing list