-
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
0fa820c
commit 926257b
Showing
5 changed files
with
50 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.4], [[email protected]]) | ||
AC_INIT([libbytesize], [2.5], [[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.4 | ||
Version: 2.5 | ||
Release: 1%{?dist} | ||
Summary: A library for working with sizes in bytes | ||
License: LGPLv2+ | ||
|
@@ -114,6 +114,21 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} | |
%endif | ||
|
||
%changelog | ||
* Wed Jan 27 2021 Vojtech Trefny <[email protected]> - 2.5-1 | ||
- Translated using Weblate (Hebrew) (sh.yaron) | ||
- Added translation using Weblate (Hebrew) (sh.yaron) | ||
- Add support to ppc64le for debian build (74309971+gururajrkatti) | ||
- Translated using Weblate (Finnish) (ricky.tigg) | ||
- tools: Read input from stdin when not running in a tty (vtrefny) | ||
- travis: Print logs after failed tests (vtrefny) | ||
- tests: Run pylint and pycodestyle on bscalc (vtrefny) | ||
- bscalc: Add option to print only single "human readable" result (vtrefny) | ||
- travis: Add --nogpgcheck when using dnf on Fedora (vtrefny) | ||
- Translated using Weblate (Asturian) (fitoschido) | ||
- Update translation files (noreply) | ||
- Translated using Weblate (Spanish) (fitoschido) | ||
- Sync spec with downstream (vtrefny) | ||
|
||
* Fri Jul 31 2020 Vojtech Trefny <[email protected]> - 2.4-1 | ||
- Add Travis build status badge (vtrefny) | ||
- Add Travis CI config and Dockerfiles for running tests (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.4\n" | ||
"Project-Id-Version: libbytesize 2.5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2020-07-31 08:11+0200\n" | ||
"POT-Creation-Date: 2021-01-27 14:58+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" | ||
|
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