* 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
Version: 5.0.19-bp150.2.4
* 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
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Sep 14 2005 cthiel@suse.de
- specfile cleanup
* Wed May 18 2005 cthiel@suse.de
- update to 1.0.24
* Mon Apr 11 2005 cthiel@suse.de
- update to 1.0.22
* Wed May 12 2004 ltinkl@suse.cz
- fix packaging the *.pc files
* Wed May 12 2004 ltinkl@suse.cz
- initial version