[RPM (6.0)] [DIST generic] google-collections-1.0-5.jpp6

Will Tatam <[email protected]> Thu, 1 Nov 2012 00:48:33 +0100
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : google-collections           Relocations: (not relocatable)
Version     : 1.0                               Vendor: JPackage Project
Release     : 5.jpp6                        Build Date: Thu 01 Nov 2012 12:45:58 AM CET
Install Date: (not installed)               Build Host: flat.netmindz.net
Group       : Development/Libraries/Java    Source RPM: (none)
Size        : 1848620                          License: ASL 2.0
Signature   : (none)
Packager    : Will Tatam <[email protected]>
URL         : http://code.google.com/p/google-collections/
Summary     : Google Collections Library
Description :
The Google Collections Library 1.0 is a suite of new
collections and collection-related goodness for Java 5.0,
brought to you by Google.

This library is a natural extension of the Java Collections
Framework you already know and love.

The major new types are:

* BiMap. A Map that guarantees unique values, and supports
  an inverse view.
* Multiset. A Collection that may contain duplicate values
  like a List, yet has order-independent equality like a Set.
  Often used to represent a histogram.
* Multimap. Similar to Map, but may contain duplicate keys.
  Has subtypes SetMultimap and ListMultimap providing more
  specific behavior.

There are also more than a dozen collection implementations,
mostly of the interfaces above, but not all. ReferenceMap,
for example, is a ConcurrentMap implementation which easily
handles any combination of strong, soft or weak keys with
strong, soft or weak values.

Static utility classes include:

* Comparators. Natural order, compound, null-friendly,
  ad-hoc . . .
* Iterators and Iterables. Element-based equality, cycle,
  concat, partition, filter with predicate, transform with
  function . . .
* Lists, Sets and Maps. A plethora of convenient factory
  methods and much more.
* PrimitiveArrays: "boxing"/"unboxing" of primitive arrays

And there's more:

* Forwarding collections
* Constrained collections
* Implementation helpers like AbstractIterator

---------------
Will Tatam <[email protected]> 1.0-5
- Auto rebuild for JPackage 6 in centos5 mock
---------------
google-collections.src: W: source-or-patch-not-bzipped google-collections-javadoc-crosslink.patch
google-collections.src: W: source-or-patch-not-bzipped google-collections-MapsTest.patch
google-collections.src: W: source-or-patch-not-bzipped google-collections-ImmutableSortedMapTest.patch
google-collections.src: W: no-signature
google-collections.src: W: invalid-license ASL 2.0
1 packages and 0 specfiles checked; 0 errors, 5 warnings.

---------------
Index: google-collections.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/google-collections/google-collections.spec,v
retrieving revision 1.5
diff -u -r1.5 google-collections.spec
--- google-collections.spec	5 Jul 2012 08:44:15 -0000	1.5
+++ google-collections.spec	31 Oct 2012 23:48:32 -0000
@@ -36,7 +36,7 @@
 
 Name:           google-collections
 Version:        1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Epoch:          0
 Summary:        Google Collections Library
 License:        ASL 2.0
@@ -204,6 +204,9 @@
 %{_javadocdir}/google-collect
 
 %changelog
+* Wed Oct 31 2012 Will Tatam <[email protected]> 1.0-5
+- Auto rebuild for JPackage 6 in centos5 mock
+
 * Thu Jul 05 2012 Ralph Apel <[email protected]> 0:1.0-4
 - Fix pom file name