rpms/eclipse-mylyn/devel eclipse-mylyn.spec, 1.52, 1.53 eclipse-mylyn-wikitext_builddoc.patch, 1.3, 1.4

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Feb 25 10:37:41 UTC 2010


Author: akurtakov

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

Modified Files:
	eclipse-mylyn.spec eclipse-mylyn-wikitext_builddoc.patch 
Log Message:
Really update to 3.3.2.


Index: eclipse-mylyn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-mylyn/devel/eclipse-mylyn.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- eclipse-mylyn.spec	25 Feb 2010 10:12:19 -0000	1.52
+++ eclipse-mylyn.spec	25 Feb 2010 10:37:41 -0000	1.53
@@ -11,24 +11,24 @@
 Name: eclipse-mylyn
 Summary: Mylyn is a task-focused UI for Eclipse
 Version: 3.3.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: EPL and ASL 2.0
 URL: http://www.eclipse.org/mylyn
 
 # mkdir temp && cd temp
 # sh fetch-mylyn.sh
-Source0: org.eclipse.mylyn-R_3_3_1-fetched-src.tar.bz2
+Source0: org.eclipse.mylyn-R_3_3_2-fetched-src.tar.bz2
 Source1: fetch-mylyn.sh
 
 # This is a dependency declared by the Orbit xmlrpc JAR.  We don't use
 # their JAR and the part of Mylyn using xmlrpc isn't using the
 # javax.xml.bind-using part(s) of xmlrpc.
 # This patch is not suitable for upstream.
-Patch7: %{name}-nojaxb.patch
+Patch0: %{name}-nojaxb.patch
 # Our xmlrpc packages are split into JARs differently than Orbit
 # This patch is not suitable for upstream.
-Patch8: %{name}-splitxmlrpc.patch
-Patch9: %{name}-wikitext_builddoc.patch
+Patch1: %{name}-splitxmlrpc.patch
+Patch2: %{name}-wikitext_builddoc.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -161,9 +161,9 @@ popd
 #org.apache.axis_1.4.0.v200806030120.zip,unpack=true
 #org.apache.commons.discovery_0.2.0.v200806030120.zip,unpack=true
 
-%patch7
-%patch8
-%patch9
+%patch0
+%patch1
+%patch2
 
 find -name feature.xml |
   while read f; do
@@ -329,6 +329,9 @@ rm -rf %{buildroot}
 # FIXME:  add the doc files back
 
 %changelog
+* Thu Feb 25 2010 Alexander Kurtakov <akurtako at redhat.com> 3.3.2-3
+- Really update to 3.3.2.
+
 * Thu Feb 25 2010 Alexander Kurtakov <akurtako at redhat.com> 3.3.2-2
 - Bump release.
 

eclipse-mylyn-wikitext_builddoc.patch:
 MANIFEST.MF |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Index: eclipse-mylyn-wikitext_builddoc.patch
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-mylyn/devel/eclipse-mylyn-wikitext_builddoc.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- eclipse-mylyn-wikitext_builddoc.patch	27 Oct 2009 09:25:54 -0000	1.3
+++ eclipse-mylyn-wikitext_builddoc.patch	25 Feb 2010 10:37:41 -0000	1.4
@@ -2,7 +2,7 @@
 +++ org.eclipse.mylyn.wikitext.help.ui/META-INF/MANIFEST.MF	2009-10-26 14:00:23.969824099 +0200
 @@ -4,5 +4,7 @@ Bundle-Name: %Bundle-Name.0
  Bundle-SymbolicName: org.eclipse.mylyn.wikitext.help.ui;singleton:=true
- Bundle-Version: 1.2.0.qualifier
+ Bundle-Version: 1.2.1.qualifier
  Bundle-Vendor: %Bundle-Vendor.0
 -Require-Bundle: org.eclipse.help
 +Require-Bundle: org.eclipse.help,



More information about the scm-commits mailing list