New version 2.3
- Fix memory leak in bs_size_new_from_str (vtrefny) - Translated using Weblate (Turkish) (oguzersen) - add translation platform widget (jean-baptiste) - Update translation files (noreply) - Do not regenerate POT file during 'make release' (vtrefny) - Remove Zanata from our build and release processes (vtrefny) - Add PO files to git (vtrefny) - Sync spec with downstream (vtrefny)
This commit is contained in:
parent
f6448c2fe5
commit
f2687e49a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/libbytesize-2.0.tar.gz
|
||||
/libbytesize-2.1.tar.gz
|
||||
/libbytesize-2.2.tar.gz
|
||||
/libbytesize-2.3.tar.gz
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
%define configure_opts %{?python3_opts} %{?tools_opts}
|
||||
|
||||
Name: libbytesize
|
||||
Version: 2.2
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
@ -114,6 +114,16 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.3-1
|
||||
- Fix memory leak in bs_size_new_from_str (vtrefny)
|
||||
- Translated using Weblate (Turkish) (oguzersen)
|
||||
- add translation platform widget (jean-baptiste)
|
||||
- Update translation files (noreply)
|
||||
- Do not regenerate POT file during 'make release' (vtrefny)
|
||||
- Remove Zanata from our build and release processes (vtrefny)
|
||||
- Add PO files to git (vtrefny)
|
||||
- Sync spec with downstream (vtrefny)
|
||||
|
||||
* 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)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-2.2.tar.gz) = 4538ac3499a24023c21fe07f527e400f99509921e377248970ac2da0eaf1655ddb261f432eed46a59ef69a1275ba7d1e5b0cc488d64eeea936b6cfa54c552ac1
|
||||
SHA512 (libbytesize-2.3.tar.gz) = 23720b90f4dbf7880a640ec04e910c4c1f34637dd3621900772187cb2e1d04ec34d4900ce3c9b4083ac462b411d5a409a644f62ed76b2c57ef1f11432c58be8a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user