Skip to content

Commit 9da72b2

Browse files
committed
New version - 2.11
1 parent d2ee85e commit 9da72b2

File tree

5 files changed

+60
-6
lines changed

5 files changed

+60
-6
lines changed

NEWS.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
Libbytesize 2.11
2+
----------------
3+
4+
Alexandre Detiste (1):
5+
6+
- remove dependency on python3-six and python2 crumbs
7+
8+
Vojtech Trefny (8):
9+
10+
- dist: Fix release number in spec
11+
- Squashed 'translation-canary/' changes from 4d4e65b..5bb8125
12+
- ci: Bump actions/checkout from v3 to v4
13+
- Rename 'master' branch to 'main'
14+
- New version - 2.10
15+
- ci: Set custom release number for Packit
16+
- ci: Update CentOS Stream repositories for Packit
17+
- ci: Add dependabot to automatically update GH actions
18+
19+
Weblate (1):
20+
21+
- Update translation files
22+
23+
Weblate Translation Memory (1):
24+
25+
- Translated using Weblate (Sinhala)
26+
27+
dependabot[bot] (1):
28+
29+
- infra: bump actions/upload-artifact from 3 to 4
30+
31+
triallax (1):
32+
33+
- tests: remove unnecessary bash dependency
34+
35+
김인수 (4):
36+
37+
- Translated using Weblate (Korean)
38+
- Added translation using Weblate (Japanese)
39+
- Translated using Weblate (Japanese)
40+
- Translated using Weblate (Korean)
41+
142
Libbytesize 2.10
243
----------------
344

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

116116
%changelog
117+
* Tue Aug 20 2024 Vojtech Trefny <[email protected]> - 2.11-1
118+
- infra: bump actions/upload-artifact from 3 to 4 (49699333+dependabot[bot])
119+
- ci: Add dependabot to automatically update GH actions (vtrefny)
120+
- tests: remove unnecessary bash dependency (triallax)
121+
- ci: Update CentOS Stream repositories for Packit (vtrefny)
122+
- ci: Set custom release number for Packit (vtrefny)
123+
- Translated using Weblate (Korean) (simmon)
124+
- Translated using Weblate (Sinhala) (noreply-mt-weblate-translation-memory)
125+
- Translated using Weblate (Japanese) (simmon)
126+
- Added translation using Weblate (Japanese) (simmon)
127+
- Update translation files (noreply)
128+
- Translated using Weblate (Korean) (simmon)
129+
117130
* Wed Oct 18 2023 Vojtech Trefny <[email protected]> - 2.10-1
118131
- Rename 'master' branch to 'main' (vtrefny)
119132
- remove dependency on python3-six and python2 crumbs (alexandre.detiste)

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.10\n"
9+
"Project-Id-Version: libbytesize 2.11\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2023-10-18 12:43+0200\n"
11+
"POT-Creation-Date: 2024-08-20 10:38+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" "October 2023" "bscalc 2.10" "User Commands"
2+
.TH BSCALC "1" "August 2024" "bscalc 2.11" "User Commands"
33
.SH NAME
4-
bscalc \- manual page for bscalc 2.10
4+
bscalc \- manual page for bscalc 2.11
55
.SH DESCRIPTION
66
usage: bscalc [\-h] [\-\-version]
77
.IP

0 commit comments

Comments
 (0)