Blame SPECS/ding-libs.spec

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