-
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
b99efe9
commit 0f47dde
Showing
5 changed files
with
47 additions
and
8 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.6], [[email protected]]) | ||
AC_INIT([libbytesize], [2.7], [[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.6 | ||
Version: 2.7 | ||
Release: 1%{?dist} | ||
Summary: A library for working with sizes in bytes | ||
License: LGPLv2+ | ||
|
@@ -115,6 +115,19 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} | |
%endif | ||
|
||
%changelog | ||
* Wed May 25 2022 Vojtech Trefny <[email protected]> - 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) | ||
|
||
* 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) | ||
|
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.6\n" | ||
"Project-Id-Version: libbytesize 2.7\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2021-07-07 12:15+0200\n" | ||
"POT-Creation-Date: 2022-05-25 16:56+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