-
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
4eb77e0
commit cba5902
Showing
3 changed files
with
11 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# configure.ac for libbytesize | ||
|
||
AC_INIT([libbytesize], [2.1], [[email protected]]) | ||
AC_INIT([libbytesize], [2.2], [[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.1 | ||
Version: 2.2 | ||
Release: 1%{?dist} | ||
Summary: A library for working with sizes in bytes | ||
License: LGPLv2+ | ||
|
@@ -115,6 +115,13 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} | |
%endif | ||
|
||
%changelog | ||
* 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) | ||
- Update README.md (vpodzime) | ||
- fix build on shells where test == fails (tbier) | ||
- Add POT file to git and do not rebuild it during every build (vtrefny) | ||
|
||
* Wed Jul 03 2019 Vojtech Trefny <[email protected]> - 2.1-1 | ||
- fix out of tree build failure (hongxu.jia) | ||
- Fix return value for round_to_nearest when using Size (vtrefny) | ||
|
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.1\n" | ||
"Project-Id-Version: libbytesize 2.2\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2019-10-29 12:28+0100\n" | ||
"POT-Creation-Date: 2020-01-30 14:55+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|