SHA256
1
0
forked from pool/libbytesize

4 Commits

Author SHA256 Message Date
21910dd1ad Accepting request 1325370 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1325370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbytesize?expand=0&rev=14
2026-01-06 16:42:29 +00:00
8a09ea67f8 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbytesize?expand=0&rev=29
2026-01-05 09:47:48 +00:00
ed9013b1ad Accepting request 1265689 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1265689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbytesize?expand=0&rev=13
2025-04-02 15:06:14 +00:00
4d0b1b10c1 - update to 2.11:
* remove dependency on python3-six and python2 crumbs
  * Update translation files
  * tests: remove unnecessary bash dependency

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbytesize?expand=0&rev=27
2025-03-31 07:31:08 +00:00
5 changed files with 83 additions and 5 deletions

View File

@@ -1,3 +1,64 @@
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
----------------
Alexandre Detiste (1):
- remove dependency on python3-six and python2 crumbs
Vojtech Trefny (8):
- dist: Fix release number in spec
- Squashed 'translation-canary/' changes from 4d4e65b..5bb8125
- ci: Bump actions/checkout from v3 to v4
- Rename 'master' branch to 'main'
- New version - 2.10
- ci: Set custom release number for Packit
- ci: Update CentOS Stream repositories for Packit
- ci: Add dependabot to automatically update GH actions
Weblate (1):
- Update translation files
Weblate Translation Memory (1):
- Translated using Weblate (Sinhala)
dependabot[bot] (1):
- infra: bump actions/upload-artifact from 3 to 4
triallax (1):
- tests: remove unnecessary bash dependency
김인수 (4):
- Translated using Weblate (Korean)
- Added translation using Weblate (Japanese)
- Translated using Weblate (Japanese)
- Translated using Weblate (Korean)
Libbytesize 2.10
----------------

Binary file not shown.

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

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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>
- update to 2.11:
* remove dependency on python3-six and python2 crumbs
* Update translation files
* tests: remove unnecessary bash dependency
-------------------------------------------------------------------
Mon Jun 10 21:50:54 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libbytesize
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# 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 soversion 1
Name: libbytesize
Version: 2.10
Version: 2.12
Release: 0
Summary: A library for working with sizes in bytes
License: LGPL-2.1-only