forked from pool/libbytesize
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 21910dd1ad | |||
| 8a09ea67f8 |
20
NEWS.rst
20
NEWS.rst
@@ -1,3 +1,23 @@
|
|||||||
|
Libbytesize 2.12
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Vojtech Trefny (8):
|
||||||
|
|
||||||
|
- packit: Bump release only for daily Copr builds
|
||||||
|
- tests: Split locale tests into multiple test cases
|
||||||
|
- misc: Separate Ansible tasks into a different file
|
||||||
|
- misc: Add build and test dependecies for CentOS
|
||||||
|
- misc: Use --break-system-packages for pip on Debian
|
||||||
|
- misc: Do not use "with_items" when installing packages
|
||||||
|
- HACKING: Update directions for updating documentation
|
||||||
|
- Fix compilation with C23
|
||||||
|
|
||||||
|
dependabot[bot] (3):
|
||||||
|
|
||||||
|
- infra: bump actions/checkout from 4 to 5
|
||||||
|
- infra: bump actions/upload-artifact from 4 to 5
|
||||||
|
- infra: bump actions/checkout from 5 to 6
|
||||||
|
|
||||||
Libbytesize 2.11
|
Libbytesize 2.11
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1f6ce157750ed1201ce83edd3c23d997a615c7da30f9a0e5bb44635f66768d81
|
|
||||||
size 459631
|
|
||||||
3
libbytesize-2.12.tar.gz
Normal file
3
libbytesize-2.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8356bac2cafd2f31f39bf1ad373cef8448cab08b817aeaee5c526d54e81c3c5a
|
||||||
|
size 472481
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 2 21:43:44 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.12:
|
||||||
|
* New minor release of the libbytesize library. This release
|
||||||
|
contains fixes for an issue with compilation using the C23
|
||||||
|
standard and also includes some small testing infrastructure
|
||||||
|
and CI changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 30 20:21:19 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Sun Mar 30 20:21:19 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libbytesize
|
# spec file for package libbytesize
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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 soversion 1
|
%define soversion 1
|
||||||
|
|
||||||
Name: libbytesize
|
Name: libbytesize
|
||||||
Version: 2.11
|
Version: 2.12
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user