From cba5902e0cea74ef0c5bd84c6a0fc1c2d968be80 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Fri, 31 Jan 2020 14:28:28 +0100 Subject: [PATCH] New version - 2.2 --- configure.ac | 2 +- dist/libbytesize.spec.in | 9 ++++++++- po/libbytesize.pot | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index a72ab102..400a5539 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac for libbytesize -AC_INIT([libbytesize], [2.1], [vpodzime@redhat.com]) +AC_INIT([libbytesize], [2.2], [vpodzime@redhat.com]) # Disable building static libraries. # This needs to be set before initializing automake diff --git a/dist/libbytesize.spec.in b/dist/libbytesize.spec.in index 25a74921..fbdab371 100644 --- a/dist/libbytesize.spec.in +++ b/dist/libbytesize.spec.in @@ -16,7 +16,7 @@ %define configure_opts %{?python3_opts} %{?tools_opts} Name: libbytesize -Version: 2.1 +Version: 2.2 Release: 1%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ @@ -115,6 +115,13 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Thu Jan 30 2020 Vojtech Trefny - 2.2-1 +- Require the same version of python3-bytesize in libbytesize-tools (v.podzimek) +- src/gettext: fix warning if gettext is already present (giulio.benetti) +- Update README.md (vpodzime) +- fix build on shells where test == fails (tbier) +- Add POT file to git and do not rebuild it during every build (vtrefny) + * Wed Jul 03 2019 Vojtech Trefny - 2.1-1 - fix out of tree build failure (hongxu.jia) - Fix return value for round_to_nearest when using Size (vtrefny) diff --git a/po/libbytesize.pot b/po/libbytesize.pot index 69042ba3..8b4708e2 100644 --- a/po/libbytesize.pot +++ b/po/libbytesize.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libbytesize 2.1\n" +"Project-Id-Version: libbytesize 2.2\n" "Report-Msgid-Bugs-To: vtrefny@redhat.com\n" -"POT-Creation-Date: 2019-10-29 12:28+0100\n" +"POT-Creation-Date: 2020-01-30 14:55+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"