New version
- Make more space for CI status image (vtrefny) - Include limits.h to make sure ULONG_MAX is defined (vpodzime) - Remove extra 'is' in two docstrings (vpodzime) - Properly support 64bit operands (vpodzime)
This commit is contained in:
parent
37888d7995
commit
2cbda07e54
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/libbytesize-0.9.tar.gz
|
||||
/libbytesize-0.10.tar.gz
|
||||
/libbytesize-0.11.tar.gz
|
||||
/libbytesize-1.0.tar.gz
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
%endif
|
||||
|
||||
Name: libbytesize
|
||||
Version: 0.11
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rhinstaller/libbytesize
|
||||
@ -110,6 +110,12 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 14 2017 Vratislav Podzimek <vpodzime@redhat.com> - 1.0-1
|
||||
- Make more space for CI status image (vtrefny)
|
||||
- Include limits.h to make sure ULONG_MAX is defined (vpodzime)
|
||||
- Remove extra 'is' in two docstrings (vpodzime)
|
||||
- Properly support 64bit operands (vpodzime)
|
||||
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.11-4
|
||||
- Python 2 binary package renamed to python2-libbytesize
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-0.11.tar.gz) = 95e8c548fbbd08ae30b31a8536e141795e1c3e8aa6f2c4c0f7ebeaeb50bf8db28f1a465ea88676154642b5c485490e58fd719d44b7915b504a12dcf6452e5303
|
||||
SHA512 (libbytesize-1.0.tar.gz) = 1b01d1b0464da77915a0cf4941a2b15a63938c58c228bbff373f23b202c008688b1445b55b58eef4fd41a55de6d1c7104f94c9581fcdc72d5184e62c142db240
|
||||
|
||||
Loading…
Reference in New Issue
Block a user