Sat, 15 Jun 2024 01:23:06 UTC | login

Information for build libbytesize-2.2-1.fc33

ID133779
Package Namelibbytesize
Version2.2
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libbytesize.git#f6448c2fe515ebf28906c1ec86b270b69b62b30c
SummaryA library for working with sizes in bytes
DescriptionThe libbytesize is a C library that facilitates work with sizes in bytes. Be it parsing the input from users or producing a nice human readable representation of a size in bytes this library takes localization into account. It also provides support for sizes bigger than MAXUINT64.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 28 Mar 2020 19:10:28 UTC
CompletedSat, 28 Mar 2020 19:35:54 UTC
Taskbuild (f33, /rpms/libbytesize.git:f6448c2fe515ebf28906c1ec86b270b69b62b30c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libbytesize.git#f6448c2fe515ebf28906c1ec86b270b69b62b30c'}}
Tags
f33
RPMs
src
libbytesize-2.2-1.fc33.src.rpm (info) (download)
riscv64
libbytesize-2.2-1.fc33.riscv64.rpm (info) (download)
libbytesize-devel-2.2-1.fc33.riscv64.rpm (info) (download)
libbytesize-tools-2.2-1.fc33.riscv64.rpm (info) (download)
python3-bytesize-2.2-1.fc33.riscv64.rpm (info) (download)
libbytesize-debuginfo-2.2-1.fc33.riscv64.rpm (info) (download)
libbytesize-debugsource-2.2-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jan 30 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.2-1 - Require the same version of python3-bytesize in libbytesize-tools (v.podzimek) - src/gettext: fix warning if gettext is already present (giulio.benetti) - Update README.md (vpodzime) - fix build on shells where test == fails (tbier) - Add POT file to git and do not rebuild it during every build (vtrefny) * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Oct 09 2019 Jerry James <loganjerry@gmail.com> - 2.1-5 - Rebuild for mpfr 4 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.1-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 2.1-3 - Rebuilt for Python 3.8 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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) - Add the '--version' option to bs_calc.py (v.podzimek) - Fix parsing of exponential representations of real numbers (v.podzimek) - Only support modulo between two Size instances (v.podzimek) - Add a summary to the end of ./configure output (v.podzimek) - Exit with 1 from configure if there were failures (v.podzimek) - Add tools to autotools and packaging (v.podzimek) - Add a simple bytesize calculator tool (v.podzimek) - Add support for floor division by a non-integer number in Python (v.podzimek) - Port to pcre2 (vtrefny) - Remove Python 2 support (vtrefny) - Allow running tests using installed library (vtrefny) - Add all "public" python API symbols to __init__.py (vtrefny) - Run all libbytesize tests from one script (vtrefny) * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Aug 02 2018 Vojtech Trefny <vtrefny@redhat.com> - 1.4-1 - Squashed 'translation-canary/' changes from 840c2d6..fccbb1b (vtrefny) - Make sure the test script fails if one of the test runs fail (vtrefny) - Do not try to run python2 tests without python2 support (vtrefny) - Fix licence header for "gettext.h" (vtrefny) - Do not use rpm to check for Zanata client (vtrefny) - Use new ldconfig_scriptlets macro in spec (vtrefny) * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3-4 - Rebuilt for Python 3.7 * Fri Jun 29 2018 Vojtech Trefny <vtrefny@redhat.com> - 1.3-3 - Use new ldconfig_scriptlets macro in spec * Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3-2 - Rebuilt for Python 3.7 * Thu Apr 19 2018 Vojtech Trefny <vtrefny@redhat.com> - 1.3-1 - Allow building libbytesize without Python 2 support (vtrefny) - Sync spec with downstream (vtrefny) - Add gcc to BuildRequires (vtrefny) - Fix links for documentation and GH project (vtrefny) - Add a HACKING.rst file (vpodzime) - Do not segfault when trying to bs_size_free NULL (vtrefny)