New version 2.6
- Make sure Size can be interpreted as integer in Python 3.10 (vtrefny) - Translated using Weblate (Finnish) (ricky.tigg) - Squashed 'translation-canary/' changes from fccbb1b..4d4e65b (vtrefny) - Translated using Weblate (Korean) (simmon) - Added translation using Weblate (Korean) (simmon) - Update translation files (noreply) - Added translation using Weblate (Sinhala) (r45xveza) - Sync spec with downstream (vtrefny)
This commit is contained in:
parent
f2a37e30e5
commit
6ff21f0b5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/libbytesize-2.3.tar.gz
|
||||
/libbytesize-2.4.tar.gz
|
||||
/libbytesize-2.5.tar.gz
|
||||
/libbytesize-2.6.tar.gz
|
||||
|
||||
@ -16,8 +16,8 @@
|
||||
%define configure_opts %{?python3_opts} %{?tools_opts}
|
||||
|
||||
Name: libbytesize
|
||||
Version: 2.5
|
||||
Release: 2%{?dist}
|
||||
Version: 2.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/storaged-project/libbytesize
|
||||
@ -115,6 +115,16 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 07 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.6-1
|
||||
- Make sure Size can be interpreted as integer in Python 3.10 (vtrefny)
|
||||
- Translated using Weblate (Finnish) (ricky.tigg)
|
||||
- Squashed 'translation-canary/' changes from fccbb1b..4d4e65b (vtrefny)
|
||||
- Translated using Weblate (Korean) (simmon)
|
||||
- Added translation using Weblate (Korean) (simmon)
|
||||
- Update translation files (noreply)
|
||||
- Added translation using Weblate (Sinhala) (r45xveza)
|
||||
- Sync spec with downstream (vtrefny)
|
||||
|
||||
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 2.5-2
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-2.5.tar.gz) = 730d9c84bfc7199424fa34de5037dd9187d60c1f32d82cedc3e395167bf39a98a3b7f20b15f154206e797144c11de05ae0f606e0af6a2157ed946f138a346ad6
|
||||
SHA512 (libbytesize-2.6.tar.gz) = f6e72b763216c54c08318d090d604791c61cd5a3e683ffbe6e9d01de850661bd4e8a3adeb85c6fd0fb60244e2e128292cbae06c0aa2d1fe9f34104e64af8210e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user