Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libbytesize.git#c7c653ff8bfefd7e4c74fbb033c6dc8dca103d60
This commit is contained in:
parent
7e8c95c96e
commit
89c0d7b92a
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,13 +16,14 @@
|
||||
%define configure_opts %{?python3_opts} %{?tools_opts}
|
||||
|
||||
Name: libbytesize
|
||||
Version: 2.4
|
||||
Version: 2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/storaged-project/libbytesize
|
||||
Source0: https://github.com/storaged-project/libbytesize/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: mpfr-devel
|
||||
@ -114,6 +115,24 @@ 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
|
||||
|
||||
* Fri Jul 31 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.4-1
|
||||
- Add Travis build status badge (vtrefny)
|
||||
- Add Travis CI config and Dockerfiles for running tests (vtrefny)
|
||||
|
||||
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