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.2.tar.gz
|
||||||
|
/ding-libs-0.1.3.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ding-libs
|
Name: ding-libs
|
||||||
Version: 0.1.2
|
Version: 0.1.3
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: "Ding is not GLib" assorted utility libraries
|
Summary: "Ding is not GLib" assorted utility libraries
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv3+
|
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)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
%global path_utils_version 0.2.1
|
%global path_utils_version 0.2.1
|
||||||
%global dhash_version 0.4.2
|
%global dhash_version 0.4.3
|
||||||
%global collection_version 0.6.0
|
%global collection_version 0.6.1
|
||||||
%global ref_array_version 0.1.1
|
%global ref_array_version 0.1.2
|
||||||
%global ini_config_version 0.6.1
|
%global ini_config_version 0.6.2
|
||||||
|
|
||||||
### Patches ###
|
### Patches ###
|
||||||
|
|
||||||
@ -59,8 +59,7 @@ Utility functions to manipulate filesystem pathnames
|
|||||||
%files -n libpath_utils
|
%files -n libpath_utils
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING COPYING.LESSER
|
%doc COPYING COPYING.LESSER
|
||||||
%{_libdir}/libpath_utils.so.1
|
%{_libdir}/libpath_utils.so.*
|
||||||
%{_libdir}/libpath_utils.so.1.0.0
|
|
||||||
|
|
||||||
%files -n libpath_utils-devel
|
%files -n libpath_utils-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -102,8 +101,7 @@ time properties
|
|||||||
%files -n libdhash
|
%files -n libdhash
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING COPYING.LESSER
|
%doc COPYING COPYING.LESSER
|
||||||
%{_libdir}/libdhash.so.1
|
%{_libdir}/libdhash.so.*
|
||||||
%{_libdir}/libdhash.so.1.0.0
|
|
||||||
|
|
||||||
%files -n libdhash-devel
|
%files -n libdhash-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -146,8 +144,7 @@ and serialization
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%doc COPYING.LESSER
|
%doc COPYING.LESSER
|
||||||
%{_libdir}/libcollection.so.2
|
%{_libdir}/libcollection.so.*
|
||||||
%{_libdir}/libcollection.so.2.0.0
|
|
||||||
|
|
||||||
%files -n libcollection-devel
|
%files -n libcollection-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -190,8 +187,7 @@ A dynamically-growing, reference-counted array
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%doc COPYING.LESSER
|
%doc COPYING.LESSER
|
||||||
%{_libdir}/libref_array.so.1
|
%{_libdir}/libref_array.so.*
|
||||||
%{_libdir}/libref_array.so.1.0.0
|
|
||||||
|
|
||||||
%files -n libref_array-devel
|
%files -n libref_array-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -234,8 +230,7 @@ structure
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%doc COPYING.LESSER
|
%doc COPYING.LESSER
|
||||||
%{_libdir}/libini_config.so.2
|
%{_libdir}/libini_config.so.*
|
||||||
%{_libdir}/libini_config.so.2.0.0
|
|
||||||
|
|
||||||
%files -n libini_config-devel
|
%files -n libini_config-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -284,6 +279,10 @@ rm -f */doc/html/installdox
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user