-
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
d196145
commit 2fa27aa
Showing
5 changed files
with
41 additions
and
6 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
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.8 | ||
Version: 2.9 | ||
Release: 21%{?dist} | ||
Summary: A library for working with sizes in bytes | ||
License: LGPL-2.1-or-later | ||
|
@@ -115,6 +115,13 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} | |
%endif | ||
|
||
%changelog | ||
* Wed Jul 05 2023 Vojtech Trefny <[email protected]> - 2.9-1 | ||
- build: Exit before AC_OUTPUT on error (tbzatek) | ||
- tests: fix locale tests on musl (triallax) | ||
- Update translation files (noreply) | ||
- Translated using Weblate (Korean) (simmon) | ||
- ci: Manually prepare spec file for Packit (vtrefny) | ||
|
||
* Thu Mar 23 2023 Vojtech Trefny <[email protected]> - 2.8-1 | ||
- ci: Do not use release descriptions for Packit builds (vtrefny) | ||
- Do not hardcode pylint executable name in Makefile (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.8\n" | ||
"Project-Id-Version: libbytesize 2.9\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-03-23 12:37+0100\n" | ||
"POT-Creation-Date: 2023-07-05 16:09+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