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
This commit is contained in:
parent
fb4c09499e
commit
068701b910
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8bae8287af6ef5624c320f70defdcd84ddc0c2057d3b59a5871897f27697811e
|
|
||||||
size 445367
|
|
BIN
libbytesize-2.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
libbytesize-2.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 23:44:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Thu Jul 14 16:57:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libbytesize
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define somajor 1
|
%define somajor 1
|
||||||
%define libname %{name}%{somajor}
|
%define libname %{name}%{somajor}
|
||||||
Name: libbytesize
|
Name: libbytesize
|
||||||
Version: 2.7
|
Version: 2.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for working with sizes in bytes
|
Summary: A library for working with sizes in bytes
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
|
Loading…
Reference in New Issue
Block a user