From fb4c09499e3032124d102019060081827b674f7462e35c28611f7097d21af6bb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 22 Jul 2022 22:17:29 +0000 Subject: [PATCH] Accepting request 989233 from home:dirkmueller:Factory - update to 2.7: * Fix skipping tests when required locale is missing * Remove Travis CI configuration * Fix some warnings and typos in docstrings and comments * Fix warnings dicovered by the GCC analyzer * build: avoid bashisms in configure * Update translation files * Do not use distutils to get Python library path OBS-URL: https://build.opensuse.org/request/show/989233 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbytesize?expand=0&rev=14 --- libbytesize-2.6.tar.gz | 3 --- libbytesize-2.7.tar.gz | 3 +++ libbytesize.changes | 12 ++++++++++++ libbytesize.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 libbytesize-2.6.tar.gz create mode 100644 libbytesize-2.7.tar.gz diff --git a/libbytesize-2.6.tar.gz b/libbytesize-2.6.tar.gz deleted file mode 100644 index dcc40ad..0000000 --- a/libbytesize-2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efaa2b35b2bb3b52bf7b4ff5d0ed2c5c61360a5196053808d615dd0aa2cf0741 -size 444795 diff --git a/libbytesize-2.7.tar.gz b/libbytesize-2.7.tar.gz new file mode 100644 index 0000000..d12e91c --- /dev/null +++ b/libbytesize-2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bae8287af6ef5624c320f70defdcd84ddc0c2057d3b59a5871897f27697811e +size 445367 diff --git a/libbytesize.changes b/libbytesize.changes index c8fa8bf..047b9ee 100644 --- a/libbytesize.changes +++ b/libbytesize.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jul 14 16:57:49 UTC 2022 - Dirk Müller + +- update to 2.7: + * Fix skipping tests when required locale is missing + * Remove Travis CI configuration + * Fix some warnings and typos in docstrings and comments + * Fix warnings dicovered by the GCC analyzer + * build: avoid bashisms in configure + * Update translation files + * Do not use distutils to get Python library path + ------------------------------------------------------------------- Sat Jul 17 06:47:54 UTC 2021 - Dirk Müller diff --git a/libbytesize.spec b/libbytesize.spec index 3af0869..98fad4b 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -1,7 +1,7 @@ # # spec file for package libbytesize # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define somajor 1 %define libname %{name}%{somajor} Name: libbytesize -Version: 2.6 +Version: 2.7 Release: 0 Summary: A library for working with sizes in bytes License: LGPL-2.1-only