Skip to content

Commit 6e83cc6

Browse files
committed
New version - 2.10
1 parent 500910b commit 6e83cc6

File tree

5 files changed

+27
-6
lines changed

5 files changed

+27
-6
lines changed

NEWS.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Libbytesize 2.10
2+
----------------
3+
4+
Alexandre Detiste (1):
5+
6+
- remove dependency on python3-six and python2 crumbs
7+
8+
Vojtech Trefny (4):
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+
115
Libbytesize 2.9
216
---------------
317

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

116116
%changelog
117+
* Wed Oct 18 2023 Vojtech Trefny <[email protected]> - 2.10-1
118+
- Rename 'master' branch to 'main' (vtrefny)
119+
- remove dependency on python3-six and python2 crumbs (alexandre.detiste)
120+
- ci: Bump actions/checkout from v3 to v4 (vtrefny)
121+
- Squashed 'translation-canary/' changes from 4d4e65b..5bb8125 (vtrefny)
122+
- dist: Fix release number in spec (vtrefny)
123+
117124
* Wed Jul 05 2023 Vojtech Trefny <[email protected]> - 2.9-1
118125
- build: Exit before AC_OUTPUT on error (tbzatek)
119126
- tests: fix locale tests on musl (triallax)

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

0 commit comments

Comments
 (0)