7ef858
Name: ding-libs
7ef858
Version: 0.6.1
7ef858
Release: 40%{?dist}
7ef858
Summary: "Ding is not GLib" assorted utility libraries
7ef858
Group: Development/Libraries
7ef858
License: LGPLv3+
7ef858
URL: https://pagure.io/SSSD/ding-libs
7ef858
Source0: https://releases.pagure.org/SSSD/ding-libs/%{name}-%{version}.tar.gz
7ef858
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
7ef858
7ef858
# If a new upstream release changes some, but not all of these
7ef858
# version numbers, remember to keep the Release tag in order to
7ef858
# allow clean upgrades!
7ef858
%global path_utils_version 0.2.1
7ef858
%global dhash_version 0.5.0
7ef858
%global collection_version 0.7.0
7ef858
%global ref_array_version 0.1.5
7ef858
%global basicobjects_version 0.1.1
7ef858
%global ini_config_version 1.3.1
7ef858
7ef858
### Patches ###
7ef858
Patch0: INI-Silence-ini_augment-match-failures.patch
7ef858
Patch1: INI-Remove-definiton-of-TRACE_LEVEL.patch
7ef858
Patch2: INI-Fix-detection-of-error-messages.patch
7ef858
Patch3: TEST-validators_ut_check-Fix-fail-with-new-glibc.patch
7ef858
7ef858
### Dependencies ###
7ef858
# ding-libs is a meta-package that will pull in all of its own
7ef858
# sub-packages
7ef858
Requires: libpath_utils = %{path_utils_version}-%{release}
7ef858
Requires: libdhash = %{dhash_version}-%{release}
7ef858
Requires: libcollection = %{collection_version}-%{release}
7ef858
Requires: libref_array = %{ref_array_version}-%{release}
7ef858
Requires: libbasicobjects = %{basicobjects_version}-%{release}
7ef858
Requires: libini_config = %{ini_config_version}-%{release}
7ef858
7ef858
### Build Dependencies ###
7ef858
7ef858
BuildRequires: autoconf
7ef858
BuildRequires: automake
7ef858
BuildRequires: git
7ef858
BuildRequires: libtool
7ef858
BuildRequires: m4
7ef858
BuildRequires: doxygen
7ef858
BuildRequires: pkgconfig
7ef858
BuildRequires: check-devel
7ef858
7ef858
%description
7ef858
A meta-package that pulls in libcollection, libdhash, libini_config,
7ef858
librefarray libbasicobjects, and libpath_utils.
7ef858
7ef858
%package devel
7ef858
Summary: Development packages for ding-libs
7ef858
Group: Development/Libraries
7ef858
License: LGPLv3+
7ef858
7ef858
# ding-libs is a meta-package that will pull in all of its own
7ef858
# sub-packages
7ef858
Requires: libpath_utils-devel = %{path_utils_version}-%{release}
7ef858
Requires: libdhash-devel = %{dhash_version}-%{release}
7ef858
Requires: libcollection-devel = %{collection_version}-%{release}
7ef858
Requires: libref_array-devel = %{ref_array_version}-%{release}
7ef858
Requires: libbasicobjects-devel = %{basicobjects_version}-%{release}
7ef858
Requires: libini_config-devel = %{ini_config_version}-%{release}
7ef858
7ef858
%description devel
7ef858
A meta-package that pulls in development libraries for libcollection,
7ef858
libdhash, libini_config, librefarray and libpath_utils.
7ef858
7ef858
##############################################################################
7ef858
# Path Utils
7ef858
##############################################################################
7ef858
7ef858
%package -n libpath_utils
7ef858
Summary: Filesystem Path Utilities
7ef858
Group: Development/Libraries
7ef858
License: LGPLv3+
7ef858
Version: %{path_utils_version}
7ef858
7ef858
%description -n libpath_utils
7ef858
Utility functions to manipulate filesystem pathnames
7ef858
7ef858
%package -n libpath_utils-devel
7ef858
Summary: Development files for libpath_utils
7ef858
Group: Development/Libraries
7ef858
Requires: libpath_utils = %{path_utils_version}-%{release}
7ef858
License: LGPLv3+
7ef858
Version: %{path_utils_version}
7ef858
7ef858
%description -n libpath_utils-devel
7ef858
Utility functions to manipulate filesystem pathnames
7ef858
7ef858
%ldconfig_scriptlets -n libpath_utils
7ef858
7ef858
%files -n libpath_utils
7ef858
%defattr(-,root,root,-)
7ef858
%doc COPYING COPYING.LESSER
7ef858
%{_libdir}/libpath_utils.so.1
7ef858
%{_libdir}/libpath_utils.so.1.0.1
7ef858
7ef858
%files -n libpath_utils-devel
7ef858
%defattr(-,root,root,-)
7ef858
%{_includedir}/path_utils.h
7ef858
%{_libdir}/libpath_utils.so
7ef858
%{_libdir}/pkgconfig/path_utils.pc
7ef858
%doc path_utils/README.path_utils
7ef858
%doc path_utils/doc/html/
7ef858
7ef858
7ef858
##############################################################################
7ef858
# dhash
7ef858
##############################################################################
7ef858
7ef858
%package -n libdhash
7ef858
Group: Development/Libraries
7ef858
Summary: Dynamic hash table
7ef858
License: LGPLv3+
7ef858
Version: %{dhash_version}
7ef858
7ef858
%description -n libdhash
7ef858
A hash table which will dynamically resize to achieve optimal storage & access
7ef858
time properties
7ef858
7ef858
%package -n libdhash-devel
7ef858
Summary: Development files for libdhash
7ef858
Group: Development/Libraries
7ef858
Requires: libdhash = %{dhash_version}-%{release}
7ef858
License: LGPLv3+
7ef858
Version: %{dhash_version}
7ef858
7ef858
%description -n libdhash-devel
7ef858
A hash table which will dynamically resize to achieve optimal storage & access
7ef858
time properties
7ef858
7ef858
%ldconfig_scriptlets -n libdhash
7ef858
7ef858
%files -n libdhash
7ef858
%defattr(-,root,root,-)
7ef858
%doc COPYING COPYING.LESSER
7ef858
%{_libdir}/libdhash.so.1
7ef858
%{_libdir}/libdhash.so.1.1.0
7ef858
7ef858
%files -n libdhash-devel
7ef858
%defattr(-,root,root,-)
7ef858
%{_includedir}/dhash.h
7ef858
%{_libdir}/libdhash.so
7ef858
%{_libdir}/pkgconfig/dhash.pc
7ef858
%doc dhash/README.dhash
7ef858
%doc dhash/examples/*.c
7ef858
7ef858
7ef858
##############################################################################
7ef858
# collection
7ef858
##############################################################################
7ef858
%package -n libcollection
7ef858
Summary: Collection data-type for C
7ef858
Group: Development/Libraries
7ef858
License: LGPLv3+
7ef858
Version: %{collection_version}
7ef858
7ef858
%description -n libcollection
7ef858
A data-type to collect data in a hierarchical structure for easy iteration
7ef858
and serialization
7ef858
7ef858
%package -n libcollection-devel
7ef858
Summary: Development files for libcollection
7ef858
Group: Development/Libraries
7ef858
License: LGPLv3+
7ef858
Requires: libcollection = %{collection_version}-%{release}
7ef858
Version: %{collection_version}
7ef858
7ef858
%description -n libcollection-devel
7ef858
A data-type to collect data in a hierarchical structure for easy iteration
7ef858
and serialization
7ef858
7ef858
%ldconfig_scriptlets -n libcollection
7ef858
7ef858
7ef858
%files -n libcollection
7ef858
%defattr(-,root,root,-)
7ef858
%doc COPYING
7ef858
%doc COPYING.LESSER
7ef858
%{_libdir}/libcollection.so.*
7ef858
7ef858
%files -n libcollection-devel
7ef858
%defattr(-,root,root,-)
7ef858
%{_includedir}/collection.h
7ef858
%{_includedir}/collection_tools.h
7ef858
%{_includedir}/collection_queue.h
7ef858
%{_includedir}/collection_stack.h
7ef858
%{_libdir}/libcollection.so
7ef858
%{_libdir}/pkgconfig/collection.pc
7ef858
%doc collection/doc/html/
7ef858
7ef858
7ef858
##############################################################################
7ef858
# ref_array
7ef858
##############################################################################
7ef858
7ef858
%package -n libref_array
7ef858
Summary: A refcounted array for C
7ef858
Group: Development/Libraries
7ef858
License: LGPLv3+
7ef858
Version: %{ref_array_version}
7ef858
7ef858
%description -n libref_array
7ef858
A dynamically-growing, reference-counted array
7ef858
7ef858
%package -n libref_array-devel
7ef858
Summary: Development files for libref_array
7ef858
Group: Development/Libraries
7ef858
Requires: libref_array = %{ref_array_version}-%{release}
7ef858
License: LGPLv3+
7ef858
Version: %{ref_array_version}
7ef858
7ef858
%description -n libref_array-devel
7ef858
A dynamically-growing, reference-counted array
7ef858
7ef858
%ldconfig_scriptlets -n libref_array
7ef858
7ef858
%files -n libref_array
7ef858
%defattr(-,root,root,-)
7ef858
%doc COPYING
7ef858
%doc COPYING.LESSER
7ef858
%{_libdir}/libref_array.so.1
7ef858
%{_libdir}/libref_array.so.1.2.1
7ef858
7ef858
%files -n libref_array-devel
7ef858
%defattr(-,root,root,-)
7ef858
%{_includedir}/ref_array.h
7ef858
%{_libdir}/libref_array.so
7ef858
%{_libdir}/pkgconfig/ref_array.pc
7ef858
%doc refarray/README.ref_array
7ef858
%doc refarray/doc/html/
7ef858
7ef858
##############################################################################
7ef858
# basicobjects
7ef858
##############################################################################
7ef858
7ef858
%package -n libbasicobjects
7ef858
Summary: Basic object types for C
7ef858
Group: Development/Libraries
7ef858
License: GPLv3+
7ef858
Version: %{basicobjects_version}
7ef858
7ef858
%description -n libbasicobjects
7ef858
Basic object types
7ef858
7ef858
%package -n libbasicobjects-devel
7ef858
Summary: Development files for libbasicobjects
7ef858
Group: Development/Libraries
7ef858
License: GPLv3+
7ef858
Version: %{basicobjects_version}
7ef858
Requires: libbasicobjects = %{basicobjects_version}-%{release}
7ef858
7ef858
%description -n libbasicobjects-devel
7ef858
Basic object types
7ef858
7ef858
%ldconfig_scriptlets -n libbasicobjects
7ef858
7ef858
%files -n libbasicobjects
7ef858
%defattr(-,root,root,-)
7ef858
%doc COPYING
7ef858
%doc COPYING.LESSER
7ef858
%{_libdir}/libbasicobjects.so.0
7ef858
%{_libdir}/libbasicobjects.so.0.1.0
7ef858
7ef858
%files -n libbasicobjects-devel
7ef858
%defattr(-,root,root,-)
7ef858
%{_includedir}/simplebuffer.h
7ef858
%{_libdir}/libbasicobjects.so
7ef858
%{_libdir}/pkgconfig/basicobjects.pc
7ef858
7ef858
##############################################################################
7ef858
# ini_config
7ef858
##############################################################################
7ef858
7ef858
%package -n libini_config
7ef858
Summary: INI file parser for C
7ef858
Group: Development/Libraries
7ef858
License: LGPLv3+
7ef858
Requires: libcollection = %{collection_version}-%{release}
7ef858
Requires: libref_array = %{ref_array_version}-%{release}
7ef858
Requires: libbasicobjects = %{basicobjects_version}-%{release}
7ef858
Requires: libpath_utils = %{path_utils_version}-%{release}
7ef858
Version: %{ini_config_version}
7ef858
7ef858
%description -n libini_config
7ef858
Library to process config files in INI format into a libcollection data
7ef858
structure
7ef858
7ef858
%package -n libini_config-devel
7ef858
Summary: Development files for libini_config
7ef858
Group: Development/Libraries
7ef858
License: LGPLv3+
7ef858
Requires: libini_config = %{ini_config_version}-%{release}
7ef858
Requires: libcollection-devel = %{collection_version}-%{release}
7ef858
Requires: libref_array-devel = %{ref_array_version}-%{release}
7ef858
Requires: libbasicobjects-devel = %{basicobjects_version}-%{release}
7ef858
Version: %{ini_config_version}
7ef858
7ef858
%description -n libini_config-devel
7ef858
Library to process config files in INI format into a libcollection data
7ef858
structure
7ef858
7ef858
%ldconfig_scriptlets -n libini_config
7ef858
7ef858
%files -n libini_config
7ef858
%defattr(-,root,root,-)
7ef858
%doc COPYING
7ef858
%doc COPYING.LESSER
7ef858
%{_libdir}/libini_config.so.5
7ef858
%{_libdir}/libini_config.so.5.2.1
7ef858
7ef858
%files -n libini_config-devel
7ef858
%defattr(-,root,root,-)
7ef858
%{_includedir}/ini_config.h
7ef858
%{_includedir}/ini_configobj.h
7ef858
%{_includedir}/ini_valueobj.h
7ef858
%{_includedir}/ini_comment.h
7ef858
%{_includedir}/ini_configmod.h
7ef858
%{_libdir}/libini_config.so
7ef858
%{_libdir}/pkgconfig/ini_config.pc
7ef858
%doc ini/doc/html/
7ef858
7ef858
7ef858
##############################################################################
7ef858
# Build steps
7ef858
##############################################################################
7ef858
7ef858
%prep
7ef858
%autosetup -S git
7ef858
7ef858
%build
7ef858
autoreconf -ivf
7ef858
%configure \
7ef858
    --disable-static
7ef858
7ef858
make %{?_smp_mflags} all docs
7ef858
7ef858
%check
7ef858
make %{?_smp_mflags} check
7ef858
7ef858
%install
7ef858
make install DESTDIR=$RPM_BUILD_ROOT
7ef858
7ef858
# Remove .la files created by libtool
7ef858
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
7ef858
7ef858
# Remove the example files from the output directory
7ef858
# We will copy them directly from the source directory
7ef858
# for packaging
7ef858
rm -f \
7ef858
    $RPM_BUILD_ROOT/usr/share/doc/ding-libs/README.* \
7ef858
    $RPM_BUILD_ROOT/usr/share/doc/ding-libs/examples/dhash_example.c \
7ef858
    $RPM_BUILD_ROOT/usr/share/doc/ding-libs/examples/dhash_test.c
7ef858
7ef858
# Remove document install script. RPM is handling this
7ef858
rm -f */doc/html/installdox
7ef858
7ef858
%clean
7ef858
rm -rf $RPM_BUILD_ROOT
7ef858
7ef858
%changelog
7ef858
* Wed May 25 2022 Alexey Tikhonov <atikhono@redhat.com> - 0.6.1-40
7ef858
- Resolves: rhbz#2048668 - Request to add libdhash-devel package into CRB
7ef858
7ef858
* Thu Aug 09 2018 Michal Židek <mzidek@redhat.com> - 0.6.1-39
7ef858
- Resolves: rhbz#1611714 - [RHEL8-S-BUILD] ding-libs Fails Scratch Build on rhel-8.0
7ef858
7ef858
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-38
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7ef858
7ef858
* Sun Feb 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.1-37
7ef858
- Switch to %%ldconfig_scriptlets
7ef858
7ef858
* Thu Nov 16 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.1-36
7ef858
- INI: Remove definiton of TRACE_LEVEL
7ef858
7ef858
* Tue Nov 14 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.1-35
7ef858
- INI: Silence ini_augment match failures
7ef858
7ef858
* Wed Oct 04 2017 Lukas Slebodnik <lslebodn@redhat.com> - 0.6.1-34
7ef858
- New upstream release 0.6.1
7ef858
7ef858
* Wed Aug 09 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.0-33
7ef858
- Backport INI merge detection support
7ef858
- Migrate to autosetup
7ef858
7ef858
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-32
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7ef858
7ef858
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-31
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7ef858
7ef858
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-30
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7ef858
7ef858
* Thu Jun 23 2016 Jakub Hrozek <jhrozek@redhat.com> - 0.6.0-29
7ef858
- New upstream release 0.6.0
7ef858
- https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.6.0
7ef858
7ef858
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-28
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7ef858
7ef858
* Wed Aug 26 2015 Robbie Harwood <rharwood@redhat.com> - 0.5.0-27
7ef858
- Merge most changes from the upstream spec file
7ef858
7ef858
* Wed Aug 26 2015 Robbie Harwood <rharwood@redhat.com> - 0.5.0-26
7ef858
- New upstream release 0.5.0
7ef858
- https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.5.0
7ef858
7ef858
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-25
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7ef858
7ef858
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-24
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7ef858
7ef858
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-23
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7ef858
7ef858
* Thu May 29 2014 Jakub Hrozek <jhrozek@redhat.com> 0.4.0-22
7ef858
- New upstream release 0.4.0
7ef858
- https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.4.0
7ef858
7ef858
* Sat Jan 18 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.0.1-21
7ef858
- Fix FTBFS on rawhide
7ef858
- update spec
7ef858
7ef858
* Fri Sep 27 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0.1-20
7ef858
- Merge Doxygen patch from f19 branch to avoid regressions
7ef858
7ef858
* Fri Sep 27 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0.1-19
7ef858
- Apply a patch by Dmitri Pal to strip trailing whitespace
7ef858
7ef858
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0.1-18
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7ef858
7ef858
* Thu May 23 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0.1-17
7ef858
- Apply patch by Ondrej Kos to bump libtool version info
7ef858
7ef858
* Fri Apr 05 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0.1-16
7ef858
- Fix libiniconfig_devel Requires
7ef858
7ef858
* Thu Apr 04 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0.1-15
7ef858
- Increase the release number to -13 to allow clean upgrade path from
7ef858
  0.2 since some of the components kept their version the same in 0.3
7ef858
7ef858
* Mon Apr 01 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.3.0.1-3
7ef858
- Bumping revision to fix build glitch
7ef858
7ef858
* Fri Mar 29 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0.1-1
7ef858
- New upstream release 0.3.0.1
7ef858
- https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0.1
7ef858
- obsoletes patch0001
7ef858
7ef858
* Thu Mar 28 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0-2
7ef858
- Remove cast to allow INI to work on 32bits
7ef858
7ef858
* Thu Mar 28 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0-1
7ef858
- New upstream release 0.3.0
7ef858
- https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0
7ef858
7ef858
* Mon Mar 25 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.2.91-14
7ef858
- include a patch to get rid of autoreconf warnings
7ef858
- run autoreconf before configure
7ef858
- Resolves: #925258
7ef858
7ef858
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.91-13
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7ef858
7ef858
* Wed Oct 31 2012 Ondrej Kos <okos@redhat.com> - 0.2.91-12
7ef858
- Fixes missing devel dependency
7ef858
7ef858
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.91-11
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7ef858
7ef858
* Mon May 28 2012 Jan Zeleny <jzeleny@redhat.com> - 0.2.91-10
7ef858
- a bunch of fixes in spec file
7ef858
7ef858
* Fri May 25 2012 Jan Zeleny <jzeleny@redhat.com> - 0.2.91-9
7ef858
- Bumped the release number to 9 for smooth upgrade
7ef858
7ef858
* Fri May 25 2012 Jan Zeleny <jzeleny@redhat.com> - 0.2.91-1
7ef858
- Rebase to 0.3.0beta1, changelog available at
7ef858
  https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.2.91
7ef858
7ef858
* Tue Mar 06 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.1.3-8
7ef858
- Make path_concat return empty string on ENOBUFS
7ef858
7ef858
* Tue Mar 06 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.1.3-7
7ef858
- Fix off-by-one bug in path_concat()
7ef858
- Resolves: rhbz#799347 - path_utils:test_path_concat_neg fails on 64-bit big
7ef858
                          endians
7ef858
7ef858
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-6
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7ef858
7ef858
* Thu Sep 15 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.1.3-5
7ef858
- New upstream release 0.1.3
7ef858
- Fixes a serious issue with libdhash and large initial hash sizes
7ef858
7ef858
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-4
7ef858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7ef858
7ef858
* Fri Oct 15 2010 Stephen Gallagher <sgallagh@redhat.com> - 0.1.2-3
7ef858
- New upsteam release 0.1.2
7ef858
- Fixes a serious issue with libdhash where hash_enter() would never update
7ef858
- existing entries for a key.
7ef858
7ef858
* Thu Sep 23 2010 Stephen Gallagher <sgallagh@redhat.com> - 0.1.1-2
7ef858
- Fix invalid source URL
7ef858
7ef858
* Thu Sep 23 2010 Stephen Gallagher <sgallagh@redhat.com> - 0.1.1-1
7ef858
- Initial release of ding-libs