Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dbh-devel-5.0.22-bp154.1.20 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: dbh-devel Distribution: SUSE Linux Enterprise 15 SP4
Version: 5.0.22 Vendor: openSUSE
Release: bp154.1.20 Build date: Mon May 9 11:53:09 2022
Group: Development/Libraries/C and C++ Build host: obs-power8-04
Size: 1504998 Source RPM: dbh-5.0.22-bp154.1.20.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.gnu.org/software/libdbh/
Summary: Development files for the Disk-Based Hash Library
Disk-based hashes is a method to create multidimensional binary trees
on disk. This library permits the extension of the database concept to
a plethora of electronic data, such as graphic information. With the
multidimensional binary tree, it is possible to mathematically prove
that access time to any particular record is minimized (using the
concept of critical points from calculus), which provides the means to
construct optimized databases for particular applications.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Fri Jun 28 2019 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 5.0.22
    * Added function  dbh_find_top(), variant for dbh_find()
    * Added PKGBUILD for easy cross compilation from ArchLinux
    * Fixes for mingw-w64 cross compilation on ArchLinux box.
    * Fixes dbh_set_data() not updating data when growing record size
    * Fixes strncmp() should be replaced by memcmp()
    * Fixes Excessive syscalls with tiny read() calls
    * This version reduces calls to read() from 3 to 1 when
      maximum record size is less than 64KB, falling back to
      5.0.21 behavior when dealing with records with greater size.
  - Remove buildfix.patch, was fixed Upstream
* Tue Jan 17 2017 bwiedemann@suse.com
  - Add reproducible.patch to allow for reproducible builds
    Add buildfix.patch to allow build on kernel versions containing fc
* Mon Mar 21 2016 dvaleev@suse.com
  - Fix bigendian builds (dbh-bigendian.patch)
* Mon Nov 16 2015 p.drouand@gmail.com
  - Update to version 5.0.19
    * Build fixes.
    * Remove INVALIDATE flag from msync (not allowed with ASYNC in FreeBSD)
  - Changes from version 5.0.17
    * Minor bugfixes detected with Coverity analysis
    * Include performance test code and graphs in tarball
* Fri Jan 09 2015 jengelh@inai.de
  - Specify upstream source URL and update package groups.
    Drop --with-pic which is implicit anyway.
* Sun Jan 04 2015 p.drouand@gmail.com
  - Update to version 5.0.16
    + fix a incorrect seleccion of temporary workdir location
  - Add dependencies to gtk-doc, libtool and pkg-config; new upstream
    requirements
  - Add fdupes build require
  - Symlink redundant files with %fdupes -s
  - Bump SO name to 2
  - doc/*.html is not available anymore; do no perform %doc for this
    directory
* Sun Sep 18 2011 jengelh@medozas.de
  - Remove redundant tags/sections from specfile
    (cf. packaging guidelines)
  - Use %_smp_mflags for parallel build
  - Implement shlib policy
* Wed Jan 28 2009 crrodriguez@suse.de
  - remove static libraries and "la" files
  - -fPIC --> --with-pic
* Mon Feb 19 2007 lmichnovic@suse.cz
  - compiling with fPIC, fixes build on S390
* Fri Jun 30 2006 pnemec@suse.cz
  - update to 4.5.0
    inspite of progresive version change it is just bugfix
    release

Files

/usr/include/dbh
/usr/include/dbh/dbh.h
/usr/lib64/libdbh.so
/usr/lib64/pkgconfig/dbh2.pc
/usr/share/doc/packages/dbh-devel
/usr/share/doc/packages/dbh-devel/AUTHORS
/usr/share/doc/packages/dbh-devel/ChangeLog
/usr/share/doc/packages/dbh-devel/Makefile
/usr/share/doc/packages/dbh-devel/Makefile.am
/usr/share/doc/packages/dbh-devel/Makefile.in
/usr/share/doc/packages/dbh-devel/README
/usr/share/doc/packages/dbh-devel/filesystem.c
/usr/share/doc/packages/dbh-devel/performance.c
/usr/share/doc/packages/dbh-devel/simple_hash.c
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/dbh
/usr/share/gtk-doc/html/dbh/DBH.html
/usr/share/gtk-doc/html/dbh/articulo001.pdf
/usr/share/gtk-doc/html/dbh/calc.png
/usr/share/gtk-doc/html/dbh/ch01.html
/usr/share/gtk-doc/html/dbh/dbh.pdf
/usr/share/gtk-doc/html/dbh/home.png
/usr/share/gtk-doc/html/dbh/index.html
/usr/share/gtk-doc/html/dbh/index.sgml
/usr/share/gtk-doc/html/dbh/left.png
/usr/share/gtk-doc/html/dbh/right.png
/usr/share/gtk-doc/html/dbh/style.css
/usr/share/gtk-doc/html/dbh/up.png
/usr/share/licenses/dbh-devel
/usr/share/licenses/dbh-devel/COPYING
/usr/share/man/man3/dbh.3.gz
/usr/share/man/man3/dbh.h.3.gz
/usr/share/man/man3/dbh_close.3.gz
/usr/share/man/man3/dbh_create.3.gz
/usr/share/man/man3/dbh_destroy.3.gz
/usr/share/man/man3/dbh_erase.3.gz
/usr/share/man/man3/dbh_exit_fanout.3.gz
/usr/share/man/man3/dbh_exit_sweep.3.gz
/usr/share/man/man3/dbh_fanout.3.gz
/usr/share/man/man3/dbh_find.3.gz
/usr/share/man/man3/dbh_foreach_fanout.3.gz
/usr/share/man/man3/dbh_foreach_sweep.3.gz
/usr/share/man/man3/dbh_genkey.3.gz
/usr/share/man/man3/dbh_genkey2.3.gz
/usr/share/man/man3/dbh_load.3.gz
/usr/share/man/man3/dbh_load_address.3.gz
/usr/share/man/man3/dbh_load_child.3.gz
/usr/share/man/man3/dbh_load_parent.3.gz
/usr/share/man/man3/dbh_macros.3.gz
/usr/share/man/man3/dbh_open.3.gz
/usr/share/man/man3/dbh_open_ro.3.gz
/usr/share/man/man3/dbh_orderkey.3.gz
/usr/share/man/man3/dbh_prune.3.gz
/usr/share/man/man3/dbh_regen_fanout.3.gz
/usr/share/man/man3/dbh_regen_sweep.3.gz
/usr/share/man/man3/dbh_set_data.3.gz
/usr/share/man/man3/dbh_set_key.3.gz
/usr/share/man/man3/dbh_set_recordsize.3.gz
/usr/share/man/man3/dbh_set_size.3.gz
/usr/share/man/man3/dbh_settempdir.3.gz
/usr/share/man/man3/dbh_sweep.3.gz
/usr/share/man/man3/dbh_unerase.3.gz
/usr/share/man/man3/dbh_unprune.3.gz
/usr/share/man/man3/dbh_update.3.gz
/usr/share/man/man3/dbh_writeheader.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 16:49:08 2024