File tree 5 files changed +47
-8
lines changed
5 files changed +47
-8
lines changed Original file line number Diff line number Diff line change
1
+ Libbytesize 2.7
2
+ ---------------
3
+
4
+ Gogo Gogsi (2):
5
+
6
+ - Added translation using Weblate (Croatian)
7
+ - Translated using Weblate (Croatian)
8
+
9
+ Sam James (1):
10
+
11
+ - build: avoid bashisms in configure
12
+
13
+ Vojtech Trefny (6):
14
+
15
+ - Do not use distutils to get Python library path
16
+ - Revert "Translations update from Weblate"
17
+ - Fix warnings dicovered by the GCC analyzer
18
+ - Fix some warnings and typos in docstrings and comments
19
+ - Remove Travis CI configuration
20
+ - Fix skipping tests when required locale is missing
21
+
22
+ Weblate (2):
23
+
24
+ - Update translation files
25
+ - Update translation files
26
+
1
27
Libbytesize 2.6
2
28
---------------
3
29
Original file line number Diff line number Diff line change 1
1
# configure.ac for libbytesize
2
2
3
- AC_INIT ( [ libbytesize] ,
[ 2.6 ] ,
[ [email protected] ] )
3
+ AC_INIT ( [ libbytesize] ,
[ 2.7 ] ,
[ [email protected] ] )
4
4
5
5
# Disable building static libraries.
6
6
# This needs to be set before initializing automake
Original file line number Diff line number Diff line change 16
16
%define configure_opts %{?python3_opts} %{?tools_opts}
17
17
18
18
Name: libbytesize
19
- Version: 2.6
19
+ Version: 2.7
20
20
Release: 1%{?dist}
21
21
Summary: A library for working with sizes in bytes
22
22
License: LGPLv2+
@@ -115,6 +115,19 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
115
115
%endif
116
116
117
117
%changelog
118
+ * Wed May 25 2022 Vojtech Trefny <
[email protected] > - 2.7-1
119
+ - Fix skipping tests when required locale is missing (vtrefny)
120
+ - Remove Travis CI configuration (vtrefny)
121
+ - Fix some warnings and typos in docstrings and comments (vtrefny)
122
+ - Fix warnings dicovered by the GCC analyzer (vtrefny)
123
+ - build: avoid bashisms in configure (sam)
124
+ - Update translation files (noreply)
125
+ - Translated using Weblate (Croatian) (linux.hr)
126
+ - Revert "Translations update from Weblate" (vtrefny)
127
+ - Update translation files (noreply)
128
+ - Added translation using Weblate (Croatian) (linux.hr)
129
+ - Do not use distutils to get Python library path (vtrefny)
130
+
118
131
* Wed Jul 07 2021 Vojtech Trefny <
[email protected] > - 2.6-1
119
132
- Make sure Size can be interpreted as integer in Python 3.10 (vtrefny)
120
133
- Translated using Weblate (Finnish) (ricky.tigg)
Original file line number Diff line number Diff line change 6
6
#, fuzzy
7
7
msgid ""
8
8
msgstr ""
9
- "Project-Id-Version : libbytesize 2.6 \n "
9
+ "Project-Id-Version : libbytesize 2.7 \n "
10
10
"
Report-Msgid-Bugs-To :
[email protected] \n"
11
- "POT-Creation-Date : 2021-07-07 12:15 +0200\n "
11
+ "POT-Creation-Date : 2022-05-25 16:56 +0200\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
Original file line number Diff line number Diff line change 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"
1
+ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2 .
2
+ .TH BSCALC "1" "May 2022 " "bscalc 2.7 " "User Commands"
3
3
.SH NAME
4
- bscalc \- manual page for bscalc 2.6
4
+ bscalc \- manual page for bscalc 2.7
5
5
.SH DESCRIPTION
6
6
usage: bscalc [\- h] [\-\- version]
7
7
.IP
@@ -12,7 +12,7 @@ EXPRESSION_PART [EXPRESSION_PART ...]
12
12
.SS "positional arguments:"
13
13
.IP
14
14
EXPRESSION_PART
15
- .SS "optional arguments :"
15
+ .SS "options :"
16
16
.TP
17
17
\fB \- h \fR , \fB \-\- help \fR
18
18
show this help message and exit
You can’t perform that action at this time.
0 commit comments