New upstream release 0.1.3
Fixes a serious issue with libdhash and large initial hash sizes
This commit is contained in:
parent
e27c39e457
commit
e94ab86358
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/ding-libs-0.1.2.tar.gz
|
||||
/ding-libs-0.1.3.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ding-libs
|
||||
Version: 0.1.2
|
||||
Release: 4%{?dist}
|
||||
Version: 0.1.3
|
||||
Release: 5%{?dist}
|
||||
Summary: "Ding is not GLib" assorted utility libraries
|
||||
Group: Development/Libraries
|
||||
License: LGPLv3+
|
||||
@ -9,10 +9,10 @@ Source0: http://fedorahosted.org/releases/d/i/ding-libs/%{name}-%{version}.tar.g
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
%global path_utils_version 0.2.1
|
||||
%global dhash_version 0.4.2
|
||||
%global collection_version 0.6.0
|
||||
%global ref_array_version 0.1.1
|
||||
%global ini_config_version 0.6.1
|
||||
%global dhash_version 0.4.3
|
||||
%global collection_version 0.6.1
|
||||
%global ref_array_version 0.1.2
|
||||
%global ini_config_version 0.6.2
|
||||
|
||||
### Patches ###
|
||||
|
||||
@ -59,8 +59,7 @@ Utility functions to manipulate filesystem pathnames
|
||||
%files -n libpath_utils
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.LESSER
|
||||
%{_libdir}/libpath_utils.so.1
|
||||
%{_libdir}/libpath_utils.so.1.0.0
|
||||
%{_libdir}/libpath_utils.so.*
|
||||
|
||||
%files -n libpath_utils-devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -102,8 +101,7 @@ time properties
|
||||
%files -n libdhash
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.LESSER
|
||||
%{_libdir}/libdhash.so.1
|
||||
%{_libdir}/libdhash.so.1.0.0
|
||||
%{_libdir}/libdhash.so.*
|
||||
|
||||
%files -n libdhash-devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -146,8 +144,7 @@ and serialization
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%doc COPYING.LESSER
|
||||
%{_libdir}/libcollection.so.2
|
||||
%{_libdir}/libcollection.so.2.0.0
|
||||
%{_libdir}/libcollection.so.*
|
||||
|
||||
%files -n libcollection-devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -190,8 +187,7 @@ A dynamically-growing, reference-counted array
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%doc COPYING.LESSER
|
||||
%{_libdir}/libref_array.so.1
|
||||
%{_libdir}/libref_array.so.1.0.0
|
||||
%{_libdir}/libref_array.so.*
|
||||
|
||||
%files -n libref_array-devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -234,8 +230,7 @@ structure
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%doc COPYING.LESSER
|
||||
%{_libdir}/libini_config.so.2
|
||||
%{_libdir}/libini_config.so.2.0.0
|
||||
%{_libdir}/libini_config.so.*
|
||||
|
||||
%files -n libini_config-devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -284,6 +279,10 @@ rm -f */doc/html/installdox
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.1.3-5
|
||||
- New upstream release 0.1.3
|
||||
- Fixes a serious issue with libdhash and large initial hash sizes
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user