rpms/eclipse-bugzilla/devel .cvsignore, 1.4, 1.5 eclipse-bugzilla.spec, 1.32, 1.33 sources, 1.16, 1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 13 16:57:16 UTC 2006


Author: ifoox

Update of /cvs/dist/rpms/eclipse-bugzilla/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12840

Modified Files:
	.cvsignore eclipse-bugzilla.spec sources 
Log Message:
* Mon Feb 13 2006 Igor Foox <ifoox at redhat.com> 0.2.1-1
- Updated to 0.2.1 which includes xmlrpc.jar, %prep section now
removes  this file and symlinks it to /usr/share/xmlrpc.jar.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/eclipse-bugzilla/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Feb 2006 22:39:03 -0000	1.4
+++ .cvsignore	13 Feb 2006 16:57:11 -0000	1.5
@@ -1 +1 @@
-eclipse-bugzilla-fetched-R0_2_0-0.2.0.tar.gz
+eclipse-bugzilla-fetched-R0_2_1-0.2.1.tar.gz


Index: eclipse-bugzilla.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-bugzilla/devel/eclipse-bugzilla.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- eclipse-bugzilla.spec	11 Feb 2006 02:29:17 -0000	1.32
+++ eclipse-bugzilla.spec	13 Feb 2006 16:57:12 -0000	1.33
@@ -8,7 +8,7 @@
 %define	version_major		0
 %define version_minor		2
 %define version_majmin	%{version_major}.%{version_minor}
-%define version_micro   	0
+%define version_micro   	1
 %define eclipse_base   %{_datadir}/%{eclipse_name}
 %define eclipse_lib_base %{_libdir}/%{eclipse_name}
 
@@ -21,8 +21,8 @@
 
 Summary: 	%{pkg_summary} 
 Name: 		%{eclipse_name}-bugzilla
-Version: 	%{version_majmin}.%{version_micro}_fc
-Release:	2.1
+Version: 	%{version_majmin}.%{version_micro}
+Release:	1
 License:	Common Public License v1.0 <http://www.eclipse.org/legal/cpl-v10.html>
 Group:		Text Editors/Integrated Development Environments (IDE)
 #URL:		
@@ -72,6 +72,10 @@
 %prep
 %setup -q -c 
 
+# Change .jar to symlink
+rm -f plugins/org.eclipse.team.bugzilla/lib/xmlrpc.jar
+ln -sf %{_datadir}/java/xmlrpc.jar  plugins/org.eclipse.team.bugzilla/lib/xmlrpc.jar
+
 %build
 
 # See comments in the script to understand this.
@@ -139,6 +143,10 @@
 %endif
 
 %changelog
+* Mon Feb 13 2006 Igor Foox <ifoox at redhat.com> 0.2.1-1
+- Updated to 0.2.1 which includes xmlrpc.jar, %prep section now
+removes  this file and symlinks it to /usr/share/xmlrpc.jar.
+
 * Fri Feb 10 2006 Igor Foox <ifoox at redhat.com> 0.2.0-2.1
 - Release bump to build.
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/eclipse-bugzilla/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	10 Feb 2006 22:52:31 -0000	1.16
+++ sources	13 Feb 2006 16:57:12 -0000	1.17
@@ -1 +1 @@
-b29442560c52e70bafd2447f281d83d1  eclipse-bugzilla-fetched-R0_2_0-0.2.0.tar.gz
+ab8157afad29507ec05063d2f5d43de8  eclipse-bugzilla-fetched-R0_2_1-0.2.1.tar.gz




More information about the fedora-cvs-commits mailing list