Changelog for
dbh-devel-5.0.22-2.1.x86_64.rpm :
* Mon Feb 26 2024 Dominique Leuenberger
- Use %autosetup macro. Allows to eliminate the usage of deprecated PatchN.
* Fri Jun 28 2019 Marcel Kuehlhorn - 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 bwiedemannAATTsuse.com- Add reproducible.patch to allow for reproducible builds Add buildfix.patch to allow build on kernel versions containing fc
* Mon Mar 21 2016 dvaleevAATTsuse.com- Fix bigendian builds (dbh-bigendian.patch)
* Mon Nov 16 2015 p.drouandAATTgmail.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 jengelhAATTinai.de- Specify upstream source URL and update package groups. Drop --with-pic which is implicit anyway.
* Sun Jan 04 2015 p.drouandAATTgmail.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 jengelhAATTmedozas.de- Remove redundant tags/sections from specfile (cf. packaging guidelines)- Use %_smp_mflags for parallel build- Implement shlib policy
* Wed Jan 28 2009 crrodriguezAATTsuse.de- remove static libraries and \"la\" files- -fPIC --> --with-pic
* Mon Feb 19 2007 lmichnovicAATTsuse.cz- compiling with fPIC, fixes build on S390