New version
- Add support for the ROUND_HALF_UP rounding mode (vpodzime) - Make sure we return the right radix char in human_readable() (vpodzime) - Allocate enough memory for char->str replacements (vpodzime)
This commit is contained in:
parent
cf426618de
commit
804a401f20
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/libbytesize-0.3.tar.gz
|
||||
/libbytesize-0.4.tar.gz
|
||||
/libbytesize-0.5.tar.gz
|
||||
/libbytesize-0.6.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: libbytesize
|
||||
Version: 0.5
|
||||
Version: 0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
@ -87,6 +87,11 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%{python3_sitearch}/bytesize/__pycache__/*
|
||||
|
||||
%changelog
|
||||
* Tue May 03 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.6-1
|
||||
- Add support for the ROUND_HALF_UP rounding mode (vpodzime)
|
||||
- Make sure we return the right radix char in human_readable() (vpodzime)
|
||||
- Allocate enough memory for char->str replacements (vpodzime)
|
||||
|
||||
* Tue Apr 26 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.5-1
|
||||
- Create both libbytesize-$version and $version tags (vpodzime)
|
||||
- Update the .pot file with the new version (vpodzime)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user