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
This commit is contained in:
Dirk Mueller 2022-07-22 22:17:29 +00:00 committed by Git OBS Bridge
parent 2e3d40f33d
commit fb4c09499e
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efaa2b35b2bb3b52bf7b4ff5d0ed2c5c61360a5196053808d615dd0aa2cf0741
size 444795

3
libbytesize-2.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8bae8287af6ef5624c320f70defdcd84ddc0c2057d3b59a5871897f27697811e
size 445367

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jul 14 16:57:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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