rpms/eclipse-bugzilla/FC-4 .cvsignore, 1.2, 1.3 eclipse-bugzilla.spec, 1.17, 1.18 sources, 1.10, 1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 20 20:48:28 UTC 2006


Author: ifoox

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

Modified Files:
	.cvsignore eclipse-bugzilla.spec sources 
Log Message:
* Fri Jan 20 2006 Igor Foox <ifoox at redhat.com> 0.1.2-1
- Various bug fixes and small enhancements.
- Changing release to be numerical instead of _fcX.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/eclipse-bugzilla/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	3 Mar 2005 20:06:02 -0000	1.2
+++ .cvsignore	20 Jan 2006 20:48:23 -0000	1.3
@@ -1 +1 @@
-eclipse-bugzilla.tar.gz
+eclipse-bugzilla-fetched-HEAD-0.1.2.tar.gz


Index: eclipse-bugzilla.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-bugzilla/FC-4/eclipse-bugzilla.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- eclipse-bugzilla.spec	18 May 2005 18:17:43 -0000	1.17
+++ eclipse-bugzilla.spec	20 Jan 2006 20:48:23 -0000	1.18
@@ -1,16 +1,16 @@
 Epoch: 1
 ExclusiveArch: i386 ppc x86_64
 
-%define gcj_support 		1
+%define gcj_support		1
 %define pkg_summary		Eclipse Bugzilla plug-in
 %define section			free
-%define eclipse_name 		eclipse
+%define eclipse_name		eclipse
 %define	version_major		0
 %define version_minor		1
-%define version_majmin	%{version_major}.%{version_minor}
-%define version_micro   	0
-%define eclipse_base   %{_datadir}/%{eclipse_name}
-%define eclipse_lib_base %{_libdir}/%{eclipse_name}
+%define version_majmin		%{version_major}.%{version_minor}
+%define version_micro		2
+%define eclipse_base		%{_datadir}/%{eclipse_name}
+%define eclipse_lib_base	%{_libdir}/%{eclipse_name}
 
 # All arches line up except i386 -> x86
 %ifarch %{ix86}
@@ -21,8 +21,8 @@
 
 Summary: 	%{pkg_summary} 
 Name: 		%{eclipse_name}-bugzilla
-Version: 	%{version_majmin}.%{version_micro}_fc
-Release:	16
+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:		
@@ -31,11 +31,16 @@
 # Note that following the Eclipse Releng process we do not distribute a 
 # real .tar.gz file.  Instead, you must build it by hand.  The way to do 
 # this is to check out org.eclipse.team.bugzilla.releng.  Edit maps/bugzilla.map 
-# to refer to the# tag appropriate to the release.  Then run the "fetch" 
+# to refer to the tag appropriate to the release.  Then run the "fetch" 
 # target to fetch everything.  Package this up, such that the tar
 # file unpacks a new "org.eclipse.team.bugzilla.releng" directory with all the
-# contents.  See the java command to see how to invoke
-# things in the releng build.xml.
+# contents. 
+# Here's an example of how to invoke that command:
+# java -cp /usr/share/eclipse/startup.jar  -Duser.home=/tmp/buildhome 
+#     org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner 
+#     -buildfile build.xml -Dbasedir=`pwd` 
+#     -Dpde.build.scripts=/usr/share/eclipse/plugins/org.eclipse.pde.build_3.1.0/scripts/
+#     -DdontUnzip=true fetch 
 
 Source0: eclipse-bugzilla.tar.gz
 
@@ -178,6 +183,10 @@
 %endif
 
 %changelog
+* Fri Jan 20 2006 Igor Foox <ifoox at redhat.com> 0.1.2-1
+- Various bug fixes and small enhancements.
+- Changing release to be numerical instead of _fcX.
+
 * Wed May 18 2005 Jeff Pound <jpound at redhat.com> 0.1.0_fc-16
 - Fix bug in query option parser (see comment 1 from bz#151443).
 - Parse icons from bugzilla sites (bz#151441).


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/eclipse-bugzilla/FC-4/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	18 May 2005 18:17:43 -0000	1.10
+++ sources	20 Jan 2006 20:48:23 -0000	1.11
@@ -1 +1 @@
-1b44560cdb6da791b170f3bb60771faf  eclipse-bugzilla.tar.gz
+d0f88e3c4f0b5d0a075380cf1580e7e9  eclipse-bugzilla-fetched-HEAD-0.1.2.tar.gz




More information about the fedora-cvs-commits mailing list