-
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
d2ee85e
commit 9da72b2
Showing
5 changed files
with
60 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.10 | ||
Version: 2.11 | ||
Release: 1%{?dist} | ||
Summary: A library for working with sizes in bytes | ||
License: LGPL-2.1-or-later | ||
|
@@ -114,6 +114,19 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} | |
%endif | ||
|
||
%changelog | ||
* Tue Aug 20 2024 Vojtech Trefny <[email protected]> - 2.11-1 | ||
- infra: bump actions/upload-artifact from 3 to 4 (49699333+dependabot[bot]) | ||
- ci: Add dependabot to automatically update GH actions (vtrefny) | ||
- tests: remove unnecessary bash dependency (triallax) | ||
- ci: Update CentOS Stream repositories for Packit (vtrefny) | ||
- ci: Set custom release number for Packit (vtrefny) | ||
- Translated using Weblate (Korean) (simmon) | ||
- Translated using Weblate (Sinhala) (noreply-mt-weblate-translation-memory) | ||
- Translated using Weblate (Japanese) (simmon) | ||
- Added translation using Weblate (Japanese) (simmon) | ||
- Update translation files (noreply) | ||
- Translated using Weblate (Korean) (simmon) | ||
|
||
* Wed Oct 18 2023 Vojtech Trefny <[email protected]> - 2.10-1 | ||
- Rename 'master' branch to 'main' (vtrefny) | ||
- remove dependency on python3-six and python2 crumbs (alexandre.detiste) | ||
|
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.10\n" | ||
"Project-Id-Version: libbytesize 2.11\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-10-18 12:43+0200\n" | ||
"POT-Creation-Date: 2024-08-20 10:38+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