New version 2.1
- fix out of tree build failure (hongxu.jia) - Fix return value for round_to_nearest when using Size (vtrefny)
This commit is contained in:
parent
00c43ad798
commit
1f4ff59f6c
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/libbytesize-1.3.tar.gz
|
||||
/libbytesize-1.4.tar.gz
|
||||
/libbytesize-2.0.tar.gz
|
||||
/libbytesize-2.1.tar.gz
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
%define configure_opts %{?python3_opts} %{?tools_opts}
|
||||
|
||||
Name: libbytesize
|
||||
Version: 2.0
|
||||
Version: 2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
@ -115,6 +115,10 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 03 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.1-1
|
||||
- fix out of tree build failure (hongxu.jia)
|
||||
- Fix return value for round_to_nearest when using Size (vtrefny)
|
||||
|
||||
* Thu Apr 25 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.0-1
|
||||
- Assume the given expression is in bytes if no unit is given (v.podzimek)
|
||||
- Add a man page for the bscalc tool (v.podzimek)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-2.0.tar.gz) = 9d2a18930d0d900262ced4abd5cd358896570eadb06435f1b9aba5484ca530478b65dfb4982e8acf77ca4519a2d8a1dc236d42f5fa1ecbd7461949b282ef44a1
|
||||
SHA512 (libbytesize-2.1.tar.gz) = 6b93d877e921820c19ed6874a36d9f8b6958112f6230f24980e8e6e30570b39ce74594f0ef126f70dc81b5434899c1f0f3ad0925f3ff7b6a596a9329c8f106c8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user