From 068701b9108f1a6ec244178f7f344ea04fbdc589cb966dd488ab34bdd3d0288a Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Sat, 6 May 2023 21:36:09 +0000 Subject: [PATCH] Accepting request 1084912 from home:dirkmueller:Factory - update to 2.8: * Added translation using Weblate * configure.ac: Remove invalid email address for bug reports * spec: Bump release to 21 for Packit daily builds * spec: Fix source archive URL * Make use of error optional * Replace C++ style comments with C style * Various docstring fixes * docs: Remove information about Python 2 support * Remove unused test dependencies variables from Makefile * Do not hardcode pylint executable name in Makefile OBS-URL: https://build.opensuse.org/request/show/1084912 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbytesize?expand=0&rev=16 --- libbytesize-2.7.tar.gz | 3 --- libbytesize-2.8.tar.gz | 3 +++ libbytesize.changes | 15 +++++++++++++++ libbytesize.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 libbytesize-2.7.tar.gz create mode 100644 libbytesize-2.8.tar.gz diff --git a/libbytesize-2.7.tar.gz b/libbytesize-2.7.tar.gz deleted file mode 100644 index d12e91c..0000000 --- a/libbytesize-2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bae8287af6ef5624c320f70defdcd84ddc0c2057d3b59a5871897f27697811e -size 445367 diff --git a/libbytesize-2.8.tar.gz b/libbytesize-2.8.tar.gz new file mode 100644 index 0000000..39df473 --- /dev/null +++ b/libbytesize-2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87aef5a37e189b1cc827530e0feafa6529331fcbe2aabf330a01ad8ec95e1a0 +size 458581 diff --git a/libbytesize.changes b/libbytesize.changes index 047b9ee..6979d76 100644 --- a/libbytesize.changes +++ b/libbytesize.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu May 4 23:44:06 UTC 2023 - Dirk Müller + +- update to 2.8: + * Added translation using Weblate + * configure.ac: Remove invalid email address for bug reports + * spec: Bump release to 21 for Packit daily builds + * spec: Fix source archive URL + * Make use of error optional + * Replace C++ style comments with C style + * Various docstring fixes + * docs: Remove information about Python 2 support + * Remove unused test dependencies variables from Makefile + * Do not hardcode pylint executable name in Makefile + ------------------------------------------------------------------- Thu Jul 14 16:57:49 UTC 2022 - Dirk Müller diff --git a/libbytesize.spec b/libbytesize.spec index 98fad4b..97dcc7c 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -1,7 +1,7 @@ # # spec file for package libbytesize # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.7 +Version: 2.8 Release: 0 Summary: A library for working with sizes in bytes License: LGPL-2.1-only