-
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
f9a6fc9
commit c9864f4
Showing
5 changed files
with
43 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.5], [[email protected]]) | ||
AC_INIT([libbytesize], [2.6], [[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.5 | ||
Version: 2.6 | ||
Release: 1%{?dist} | ||
Summary: A library for working with sizes in bytes | ||
License: LGPLv2+ | ||
|
@@ -115,6 +115,16 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} | |
%endif | ||
|
||
%changelog | ||
* Wed Jul 07 2021 Vojtech Trefny <[email protected]> - 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) | ||
|
||
* Wed Jan 27 2021 Vojtech Trefny <[email protected]> - 2.5-1 | ||
- Translated using Weblate (Hebrew) (sh.yaron) | ||
- Added translation using Weblate (Hebrew) (sh.yaron) | ||
|
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.5\n" | ||
"Project-Id-Version: libbytesize 2.6\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2021-01-27 14:58+0100\n" | ||
"POT-Creation-Date: 2021-07-07 12: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