Skip to content

Commit 12b8e6b

Browse files
committed
New version - 2.8
1 parent 4edc22c commit 12b8e6b

File tree

5 files changed

+82
-7
lines changed

5 files changed

+82
-7
lines changed

NEWS.rst

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
Libbytesize 2.8
2+
---------------
3+
4+
Baurzhan Muftakhidinov (2):
5+
- Added translation using Weblate (Kazakh)
6+
- Translated using Weblate (Kazakh)
7+
8+
Temuri Doghonadze (2):
9+
- Added translation using Weblate (Georgian)
10+
- Translated using Weblate (Georgian)
11+
12+
Vojtech Trefny (24):
13+
- Sync spec with downstream
14+
- README: Remove the Travis CI badge
15+
- Add a GitHub action for running csmock static analysis
16+
- ci: Run rpmbuild tests in GitHub actions
17+
- ci: Update the csmock GitHub actions configuration
18+
- ci: Rename csmock.Dockerfile to ci.Dockerfile
19+
- ci: Update Fedora versions for RPM build tests
20+
- spec: Change license string to the SPDX format required by Fedora
21+
- misc: Remove "warn: false" from Ansible "command"
22+
- ci: Update chroots for RPM builds
23+
- configure.ac: Remove invalid email address for bug reports
24+
- ci: Add Packit configuration for RPM builds on pull requests
25+
- ci: Remove GitHub action for RPM builds
26+
- ci: Use Packit for daily builds in Copr
27+
- spec: Bump release to 21 for Packit daily builds
28+
- ci: Add Packit automation for downstream builds
29+
- spec: Fix source archive URL
30+
- Make use of error optional
31+
- Replace C++ style comments with C style
32+
- Various docstring fixes
33+
- docs: Remove information about Python 2 support
34+
- Remove unused test dependencies variables from Makefile
35+
- Do not hardcode pylint executable name in Makefile
36+
- ci: Do not use release descriptions for Packit builds
37+
38+
Weblate (1):
39+
- Update translation files
40+
41+
김인수 (1):
42+
- Translated using Weblate (Korean)
43+
144
Libbytesize 2.7
245
---------------
346

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.7], [], [], [https://github.com/storaged-project/libbytesize])
3+
AC_INIT([libbytesize], [2.8], [], [], [https://github.com/storaged-project/libbytesize])
44

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

dist/libbytesize.spec.in

Lines changed: 33 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.7
19+
Version: 2.8
2020
Release: 21%{?dist}
2121
Summary: A library for working with sizes in bytes
2222
License: LGPL-2.1-or-later
@@ -115,6 +115,38 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
115115
%endif
116116

117117
%changelog
118+
* Thu Mar 23 2023 Vojtech Trefny <[email protected]> - 2.8-1
119+
- ci: Do not use release descriptions for Packit builds (vtrefny)
120+
- Do not hardcode pylint executable name in Makefile (vtrefny)
121+
- Remove unused test dependencies variables from Makefile (vtrefny)
122+
- docs: Remove information about Python 2 support (vtrefny)
123+
- Various docstring fixes (vtrefny)
124+
- Replace C++ style comments with C style (vtrefny)
125+
- Make use of error optional (vtrefny)
126+
- spec: Fix source archive URL (vtrefny)
127+
- ci: Add Packit automation for downstream builds (vtrefny)
128+
- spec: Bump release to 21 for Packit daily builds (vtrefny)
129+
- ci: Use Packit for daily builds in Copr (vtrefny)
130+
- ci: Remove GitHub action for RPM builds (vtrefny)
131+
- ci: Add Packit configuration for RPM builds on pull requests (vtrefny)
132+
- configure.ac: Remove invalid email address for bug reports (vtrefny)
133+
- ci: Update chroots for RPM builds (vtrefny)
134+
- Translated using Weblate (Kazakh) (baurthefirst)
135+
- Added translation using Weblate (Kazakh) (baurthefirst)
136+
- misc: Remove "warn: false" from Ansible "command" (vtrefny)
137+
- Translated using Weblate (Georgian) (temuri.doghonadze)
138+
- spec: Change license string to the SPDX format required by Fedora (vtrefny)
139+
- Added translation using Weblate (Georgian) (temuri.doghonadze)
140+
- Update translation files (noreply)
141+
- Translated using Weblate (Korean) (simmon)
142+
- ci: Update Fedora versions for RPM build tests (vtrefny)
143+
- ci: Rename csmock.Dockerfile to ci.Dockerfile (vtrefny)
144+
- ci: Update the csmock GitHub actions configuration (vtrefny)
145+
- ci: Run rpmbuild tests in GitHub actions (vtrefny)
146+
- Add a GitHub action for running csmock static analysis (vtrefny)
147+
- README: Remove the Travis CI badge (vtrefny)
148+
- Sync spec with downstream (vtrefny)
149+
118150
* Wed May 25 2022 Vojtech Trefny <[email protected]> - 2.7-1
119151
- Fix skipping tests when required locale is missing (vtrefny)
120152
- Remove Travis CI configuration (vtrefny)

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.7\n"
9+
"Project-Id-Version: libbytesize 2.8\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2022-05-25 16:56+0200\n"
11+
"POT-Creation-Date: 2023-03-23 12:37+0100\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.49.2.
2-
.TH BSCALC "1" "May 2022" "bscalc 2.7" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2+
.TH BSCALC "1" "March 2023" "bscalc 2.8" "User Commands"
33
.SH NAME
4-
bscalc \- manual page for bscalc 2.7
4+
bscalc \- manual page for bscalc 2.8
55
.SH DESCRIPTION
66
usage: bscalc [\-h] [\-\-version]
77
.IP

0 commit comments

Comments
 (0)