New version 2.5
- Translated using Weblate (Hebrew) (sh.yaron) - Added translation using Weblate (Hebrew) (sh.yaron) - Add support to ppc64le for debian build (74309971+gururajrkatti) - Translated using Weblate (Finnish) (ricky.tigg) - tools: Read input from stdin when not running in a tty (vtrefny) - travis: Print logs after failed tests (vtrefny) - tests: Run pylint and pycodestyle on bscalc (vtrefny) - bscalc: Add option to print only single "human readable" result (vtrefny) - travis: Add --nogpgcheck when using dnf on Fedora (vtrefny) - Translated using Weblate (Asturian) (fitoschido) - Update translation files (noreply) - Translated using Weblate (Spanish) (fitoschido) - Sync spec with downstream (vtrefny)
This commit is contained in:
parent
fc51f9f084
commit
c7c653ff8b
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/libbytesize-2.2.tar.gz
|
||||
/libbytesize-2.3.tar.gz
|
||||
/libbytesize-2.4.tar.gz
|
||||
/libbytesize-2.5.tar.gz
|
||||
|
||||
@ -16,8 +16,8 @@
|
||||
%define configure_opts %{?python3_opts} %{?tools_opts}
|
||||
|
||||
Name: libbytesize
|
||||
Version: 2.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/storaged-project/libbytesize
|
||||
@ -115,6 +115,21 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 27 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.5-1
|
||||
- Translated using Weblate (Hebrew) (sh.yaron)
|
||||
- Added translation using Weblate (Hebrew) (sh.yaron)
|
||||
- Add support to ppc64le for debian build (74309971+gururajrkatti)
|
||||
- Translated using Weblate (Finnish) (ricky.tigg)
|
||||
- tools: Read input from stdin when not running in a tty (vtrefny)
|
||||
- travis: Print logs after failed tests (vtrefny)
|
||||
- tests: Run pylint and pycodestyle on bscalc (vtrefny)
|
||||
- bscalc: Add option to print only single "human readable" result (vtrefny)
|
||||
- travis: Add --nogpgcheck when using dnf on Fedora (vtrefny)
|
||||
- Translated using Weblate (Asturian) (fitoschido)
|
||||
- Update translation files (noreply)
|
||||
- Translated using Weblate (Spanish) (fitoschido)
|
||||
- Sync spec with downstream (vtrefny)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-2.4.tar.gz) = faa546823c95576516a5f4250ea51b381fe5ff6b9d09fc49346e65278e9be42fffd2566dcc24b4e0045cee15dcaead05c1fd1f5f51048c87c382298f7340e1d6
|
||||
SHA512 (libbytesize-2.5.tar.gz) = 730d9c84bfc7199424fa34de5037dd9187d60c1f32d82cedc3e395167bf39a98a3b7f20b15f154206e797144c11de05ae0f606e0af6a2157ed946f138a346ad6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user