rpms/jakarta-commons-collections/devel jakarta-commons-collections.spec, 1.40, 1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 20 07:31:20 UTC 2006


Author: vivekl

Update of /cvs/dist/rpms/jakarta-commons-collections/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1308

Modified Files:
	jakarta-commons-collections.spec 
Log Message:
* Remove define statements for NVR.




Index: jakarta-commons-collections.spec
===================================================================
RCS file: /cvs/dist/rpms/jakarta-commons-collections/devel/jakarta-commons-collections.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- jakarta-commons-collections.spec	18 Jul 2006 20:24:53 -0000	1.40
+++ jakarta-commons-collections.spec	20 Jul 2006 07:30:52 -0000	1.41
@@ -40,14 +40,11 @@
 
 %define base_name	collections
 %define short_name	commons-%{base_name}
-%define name		jakarta-%{short_name}
-%define version		3.1
-%define release 	4jpp_2fc
 %define	section		free
 
-Name:		%{name}
-Version:	%{version}
-Release:	%{release}
+Name:		jakarta-%{short_name}
+Version:	3.1
+Release:	4jpp_3fc
 Epoch:		0
 Summary:	Jakarta Commons Collections Package
 License:	Apache Software License v2
@@ -332,34 +329,97 @@
 %endif
 
 %changelog
-* Mon Jul 17 2006 Vivek Lakshmanan <vivekl at redhat.com> - 0:3.1-4jpp
+* Thu Jul 20 2006 Vivek Lakshmanan <vivekl at redhat.com> - 0:3.1-4jpp-3fc
+- Remove define statements for NVR.
+
+* Tue Jul 18 2006 Vivek Lakshmanan <vivekl at redhat.com> - 0:3.1-4jpp-2fc
+- Add bug # for bug forcing disabling of tests for GCJ.
+
+* Mon Jul 17 2006 Vivek Lakshmanan <vivekl at redhat.com> - 0:3.1-4jpp-1fc
 - Add conditional native compilation.
 - Update commons-collections-3.1-project_xml.patch to exclude reference
   to maven-plugin-changelog which requires netbeans-svc etc.
 - Set test.failonerror to false and add patch for build.xml for ant builds
   with gcj to avoid stopping the build on test failures on GCJ.
+- Merge with latest JPP version.
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0:3.1-2jpp_6fc
+- rebuild
+
+* Mon Mar  6 2006 Jeremy Katz <katzj at redhat.com> - 0:3.1-2jpp_5fc
+- stop the scriptlet spew
+
+* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 0:3.1-2jpp_4fc
+- bump again for double-long bug on ppc(64)
+
+* Wed Dec 21 2005 Jesse Keating <jkeating at redhat.com> 0:3.1-2jpp_3fc
+- rebuilt again
 
-* Fri Apr 07 2006 Ralph Apel <r.apel at r-apel.de> - 0:3.1-3jpp
-- First JPP-1.7 release
-- Activate tests
-- Activate testframework and add -testframework subpackages
-- Add -manual subpackage
-- Build with maven by default
-- Optionally build with straight ant
+* Tue Dec 13 2005 Jesse Keating <jkeating at redhat.com>
+- rebuilt for new gcj
+
+* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
+- rebuilt
+
+* Tue Jul 19 2005 Gary Benson <gbenson at redhat.com> - 0:3.1-2jpp_2fc
+- Build on ia64, ppc64, s390 and s390x.
+- Switch to aot-compile-rpm.
+
+* Tue Jun 14 2005 Gary Benson <gbenson at redhat.com> - 0:3.1-2jpp_1fc
+- Remove jarfiles from the tarball.
 
 * Wed May 25 2005 Gary Benson <gbenson at redhat.com> - 0:3.1-2jpp
 - Do not fetch stuff from sun.com during javadoc generation.
 - Add build dependency on ant-junit.
 
+* Wed May 25 2005 Gary Benson <gbenson at redhat.com> - 0:3.1-1jpp_5fc
+- Rearrange how BC-compiled stuff is built and installed.
+
+* Mon May 23 2005 Gary Benson <gbenson at redhat.com> - 0:3.1-1jpp_4fc
+- Add alpha to the list of build architectures (#157522).
+- Use absolute paths for rebuild-gcj-db.
+
+* Thu May  5 2005 Gary Benson <gbenson at redhat.com> - 0:3.1-1jpp_3fc
+- Add dependencies for %post and %postun scriptlets (#156901).
+
+* Wed May  4 2005 Gary Benson <gbenson at redhat.com> - 0:3.1-1jpp_2fc
+- BC-compile.
+- Do not fetch stuff from sun.com during javadoc generation.
+
+* Thu Jan 20 2005 Gary Benson <gbenson at redhat.com> - 0:3.1-1jpp_1fc
+- Build into Fedora.
+
+* Thu Oct 21 2004 Fernando Nasser <fnasser at redhat.com> - 0:3.1-1jpp_1rh
+- Merge with upstream new version
+
+* Fri Oct 1 2004 Andrew Overholt <overholt at redhat.com> 0:2.1-4jpp_6rh
+- add coreutils BuildRequires
+
 * Thu Sep 16 2004 Ralph Apel <r.apel at r-apel.de> - 0:3.1-1jpp
 - Upgrade to 3.1
 
 * Sun Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:2.1.1-2jpp
 - Rebuild with ant-1.6.2
 
+* Fri Jul 2 2004 Aizaz Ahmed <aahmed at redhat.com> 0:2.1-4jpp_5rh
+- Added trigger to restore symlinks that are removed if ugrading
+  from a commons-collections rhug package
+
 * Sun Jun 27 2004 Kaj J. Niemi <kajtzu at fi.basen.net> 0:2.1.1-1jpp
 - Update to 2.1.1
 
+* Fri Apr  2 2004 Frank Ch. Eigler <fche at redhat.com> 0:2.1-4jpp_4rh
+- more of the same, for version-suffixed .jar files
+
+* Fri Mar 26 2004 Frank Ch. Eigler <fche at redhat.com> 0:2.1-4jpp_3rh
+- add RHUG upgrade cleanup
+
+* Fri Mar  5 2004 Frank Ch. Eigler <fche at redhat.com> 0:2.1-4jpp_2rh
+- RH vacuuming part II
+
+* Thu Mar  4 2004 Frank Ch. Eigler <fche at redhat.com> 0:2.1-4jpp_1rh
+- RH vacuuming
+
 * Fri May 09 2003 David Walluck <david at anti-microsoft.org> 0:2.1-4jpp
 - update for JPackage 1.5
 




More information about the fedora-cvs-commits mailing list