Accepting request 26596 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/libHX based on submit request 26596 from user mcalmer

OBS-URL: https://build.opensuse.org/request/show/26596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libHX?expand=0&rev=12
This commit is contained in:
OBS User autobuild
2009-12-16 12:34:53 +00:00
committed by Git OBS Bridge
parent 9177b1d93a
commit 40a48803ca
5 changed files with 70 additions and 80 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Dec 9 21:34:17 CET 2009 - jengelh@medozas.de
- update descriptions in specfile
- do not pass --with-pkgconfigdir to configure;
build already does it right
- update to upstream version 3.2
* defs: add HXsizeof_member and HXtypeof_member
* map: new map API, with hash-based maps and classic
rbtree-based maps
* arbtree: HXbtree was removed in favor of the new HXmap
* clist: clist.h moved into list.h
* format: HXformat_* now uses struct HXformat_map
* rand: use faster modulo-based variant for numbers within
RAND_MAX range
* rand: use libc rand() almost exclusively, only use
/dev/urandom for seed
* time: add time delta functions
* added HXbitmap_* functions
- add baselibs.conf as a Source, so that it is available on local
builds too
-------------------------------------------------------------------
Mon Jul 27 11:10:51 CEST 2009 - mc@novell.com