-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f73a44
commit 96aba1e
Showing
5 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# configure.ac for libbytesize | ||
|
||
AC_INIT([libbytesize], [2.2], [[email protected]]) | ||
AC_INIT([libbytesize], [2.3], [[email protected]]) | ||
|
||
# Disable building static libraries. | ||
# This needs to be set before initializing automake | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> - 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 <[email protected]> - 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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: libbytesize 2.2\n" | ||
"Project-Id-Version: libbytesize 2.3\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2020-01-30 14:55+0100\n" | ||
"POT-Creation-Date: 2020-05-21 09:15+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters