New version 2.7
- Fix skipping tests when required locale is missing (vtrefny) - Remove Travis CI configuration (vtrefny) - Fix some warnings and typos in docstrings and comments (vtrefny) - Fix warnings dicovered by the GCC analyzer (vtrefny) - build: avoid bashisms in configure (sam) - Update translation files (noreply) - Translated using Weblate (Croatian) (linux.hr) - Revert "Translations update from Weblate" (vtrefny) - Update translation files (noreply) - Added translation using Weblate (Croatian) (linux.hr) - Do not use distutils to get Python library path (vtrefny)
This commit is contained in:
parent
325d17cd53
commit
00fe98bd7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/libbytesize-2.4.tar.gz
|
||||
/libbytesize-2.5.tar.gz
|
||||
/libbytesize-2.6.tar.gz
|
||||
/libbytesize-2.7.tar.gz
|
||||
|
||||
@ -16,8 +16,8 @@
|
||||
%define configure_opts %{?python3_opts} %{?tools_opts}
|
||||
|
||||
Name: libbytesize
|
||||
Version: 2.6
|
||||
Release: 3%{?dist}
|
||||
Version: 2.7
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/storaged-project/libbytesize
|
||||
@ -115,6 +115,19 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 25 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.7-1
|
||||
- Fix skipping tests when required locale is missing (vtrefny)
|
||||
- Remove Travis CI configuration (vtrefny)
|
||||
- Fix some warnings and typos in docstrings and comments (vtrefny)
|
||||
- Fix warnings dicovered by the GCC analyzer (vtrefny)
|
||||
- build: avoid bashisms in configure (sam)
|
||||
- Update translation files (noreply)
|
||||
- Translated using Weblate (Croatian) (linux.hr)
|
||||
- Revert "Translations update from Weblate" (vtrefny)
|
||||
- Update translation files (noreply)
|
||||
- Added translation using Weblate (Croatian) (linux.hr)
|
||||
- Do not use distutils to get Python library path (vtrefny)
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-2.6.tar.gz) = f6e72b763216c54c08318d090d604791c61cd5a3e683ffbe6e9d01de850661bd4e8a3adeb85c6fd0fb60244e2e128292cbae06c0aa2d1fe9f34104e64af8210e
|
||||
SHA512 (libbytesize-2.7.tar.gz) = 3f2bdebad1e145227d7c81b25b8832ab9f984513c35d81254f68c0cb50b1883f3b96fbb258d7c8223fb284d79dc4ec8b01beae3f7687cded629b269ef5b7210e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user