New version 2.2
- src/gettext: fix warning if gettext is already present - fix build on shells where test == fails - Add POT file to git and do not rebuild it during every build - New version - 2.2 - Update README.md - Require the same version of python3-bytesize in libbytesize-tools
This commit is contained in:
parent
323b112d3f
commit
f6448c2fe5
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/libbytesize-1.4.tar.gz
|
||||
/libbytesize-2.0.tar.gz
|
||||
/libbytesize-2.1.tar.gz
|
||||
/libbytesize-2.2.tar.gz
|
||||
|
||||
@ -16,8 +16,8 @@
|
||||
%define configure_opts %{?python3_opts} %{?tools_opts}
|
||||
|
||||
Name: libbytesize
|
||||
Version: 2.1
|
||||
Release: 6%{?dist}
|
||||
Version: 2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/storaged-project/libbytesize
|
||||
@ -63,7 +63,7 @@ the library from Python 3 easier and more convenient.
|
||||
%if %{with_tools}
|
||||
%package tools
|
||||
Summary: Various nice tools based on libbytesize
|
||||
Requires: python3-%{realname}
|
||||
Requires: python3-%{realname} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Various nice tools based on libbytesize, in particular the calculator
|
||||
@ -114,6 +114,13 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%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
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-2.1.tar.gz) = 6b93d877e921820c19ed6874a36d9f8b6958112f6230f24980e8e6e30570b39ce74594f0ef126f70dc81b5434899c1f0f3ad0925f3ff7b6a596a9329c8f106c8
|
||||
SHA512 (libbytesize-2.2.tar.gz) = 4538ac3499a24023c21fe07f527e400f99509921e377248970ac2da0eaf1655ddb261f432eed46a59ef69a1275ba7d1e5b0cc488d64eeea936b6cfa54c552ac1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user