Skip to content

Commit c9864f4

Browse files
committed
New version - 2.6
1 parent f9a6fc9 commit c9864f4

File tree

5 files changed

+43
-7
lines changed

5 files changed

+43
-7
lines changed

NEWS.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Libbytesize 2.6
2+
---------------
3+
4+
Hela Basa (1):
5+
6+
- Added translation using Weblate (Sinhala)
7+
8+
Ricky Tigg (1):
9+
10+
- Translated using Weblate (Finnish)
11+
12+
Vojtech Trefny (3):
13+
14+
- Sync spec with downstream
15+
- Squashed 'translation-canary/' changes from fccbb1b..4d4e65b
16+
- Make sure Size can be interpreted as integer in Python 3.10
17+
18+
Weblate (1):
19+
20+
- Update translation files
21+
22+
simmon (2):
23+
24+
- Added translation using Weblate (Korean)
25+
- Translated using Weblate (Korean)
26+
127
Libbytesize 2.5
228
---------------
329

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# configure.ac for libbytesize
22

3-
AC_INIT([libbytesize], [2.5], [[email protected]])
3+
AC_INIT([libbytesize], [2.6], [[email protected]])
44

55
# Disable building static libraries.
66
# This needs to be set before initializing automake

dist/libbytesize.spec.in

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
%define configure_opts %{?python3_opts} %{?tools_opts}
1717

1818
Name: libbytesize
19-
Version: 2.5
19+
Version: 2.6
2020
Release: 1%{?dist}
2121
Summary: A library for working with sizes in bytes
2222
License: LGPLv2+
@@ -115,6 +115,16 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
115115
%endif
116116

117117
%changelog
118+
* Wed Jul 07 2021 Vojtech Trefny <[email protected]> - 2.6-1
119+
- Make sure Size can be interpreted as integer in Python 3.10 (vtrefny)
120+
- Translated using Weblate (Finnish) (ricky.tigg)
121+
- Squashed 'translation-canary/' changes from fccbb1b..4d4e65b (vtrefny)
122+
- Translated using Weblate (Korean) (simmon)
123+
- Added translation using Weblate (Korean) (simmon)
124+
- Update translation files (noreply)
125+
- Added translation using Weblate (Sinhala) (r45xveza)
126+
- Sync spec with downstream (vtrefny)
127+
118128
* Wed Jan 27 2021 Vojtech Trefny <[email protected]> - 2.5-1
119129
- Translated using Weblate (Hebrew) (sh.yaron)
120130
- Added translation using Weblate (Hebrew) (sh.yaron)

po/libbytesize.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: libbytesize 2.5\n"
9+
"Project-Id-Version: libbytesize 2.6\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2021-01-27 14:58+0100\n"
11+
"POT-Creation-Date: 2021-07-07 12:15+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

tools/bscalc.man

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
2-
.TH BSCALC "1" "January 2021" "bscalc 2.5" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
2+
.TH BSCALC "1" "July 2021" "bscalc 2.6" "User Commands"
33
.SH NAME
4-
bscalc \- manual page for bscalc 2.5
4+
bscalc \- manual page for bscalc 2.6
55
.SH DESCRIPTION
66
usage: bscalc [\-h] [\-\-version]
77
.IP

0 commit comments

Comments
 (0)