Skip to content

Commit 2fa27aa

Browse files
committed
New version - 2.9
1 parent d196145 commit 2fa27aa

File tree

5 files changed

+41
-6
lines changed

5 files changed

+41
-6
lines changed

NEWS.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,41 @@
1+
Libbytesize 2.9
2+
---------------
3+
4+
Tomas Bzatek (1):
5+
6+
- build: Exit before AC_OUTPUT on error
7+
8+
Vojtech Trefny (1):
9+
10+
- ci: Manually prepare spec file for Packit
11+
12+
Weblate (1):
13+
14+
- Update translation files
15+
16+
triallax (1):
17+
18+
- tests: fix locale tests on musl
19+
20+
김인수 (1):
21+
22+
- Translated using Weblate (Korean)
23+
124
Libbytesize 2.8
225
---------------
326

427
Baurzhan Muftakhidinov (2):
28+
529
- Added translation using Weblate (Kazakh)
630
- Translated using Weblate (Kazakh)
731

832
Temuri Doghonadze (2):
33+
934
- Added translation using Weblate (Georgian)
1035
- Translated using Weblate (Georgian)
1136

1237
Vojtech Trefny (24):
38+
1339
- Sync spec with downstream
1440
- README: Remove the Travis CI badge
1541
- Add a GitHub action for running csmock static analysis
@@ -36,9 +62,11 @@ Vojtech Trefny (24):
3662
- ci: Do not use release descriptions for Packit builds
3763

3864
Weblate (1):
65+
3966
- Update translation files
4067

4168
김인수 (1):
69+
4270
- Translated using Weblate (Korean)
4371

4472
Libbytesize 2.7

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.8], [], [], [https://github.com/storaged-project/libbytesize])
3+
AC_INIT([libbytesize], [2.9], [], [], [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: 8 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.8
19+
Version: 2.9
2020
Release: 21%{?dist}
2121
Summary: A library for working with sizes in bytes
2222
License: LGPL-2.1-or-later
@@ -115,6 +115,13 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
115115
%endif
116116

117117
%changelog
118+
* Wed Jul 05 2023 Vojtech Trefny <[email protected]> - 2.9-1
119+
- build: Exit before AC_OUTPUT on error (tbzatek)
120+
- tests: fix locale tests on musl (triallax)
121+
- Update translation files (noreply)
122+
- Translated using Weblate (Korean) (simmon)
123+
- ci: Manually prepare spec file for Packit (vtrefny)
124+
118125
* Thu Mar 23 2023 Vojtech Trefny <[email protected]> - 2.8-1
119126
- ci: Do not use release descriptions for Packit builds (vtrefny)
120127
- Do not hardcode pylint executable name in Makefile (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.8\n"
9+
"Project-Id-Version: libbytesize 2.9\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2023-03-23 12:37+0100\n"
11+
"POT-Creation-Date: 2023-07-05 16:09+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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH BSCALC "1" "March 2023" "bscalc 2.8" "User Commands"
2+
.TH BSCALC "1" "July 2023" "bscalc 2.9" "User Commands"
33
.SH NAME
4-
bscalc \- manual page for bscalc 2.8
4+
bscalc \- manual page for bscalc 2.9
55
.SH DESCRIPTION
66
usage: bscalc [\-h] [\-\-version]
77
.IP

0 commit comments

Comments
 (0)