2 Commits

Author SHA256 Message Date
e60b2db514 Accepting request 1321946 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1321946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zix?expand=0&rev=4
2025-12-11 17:34:44 +00:00
b0a3ac0e20 - Update to 0.8.0
* Add ZIX_REALTIME and ZIX_NONBLOCKING attributes
  * Add warning suppression macros
  * Annotate count and size parameters of allocator API
  * Avoid "deprecated" POSIX functions on Windows
  * Avoid over-use of yielding meson options
  * Clean up attribute documentation
  * Gracefully handle failed allocation in path and filesystem functions
  * Reduce empty BTree memory requirements
  * Strengthen zix_file_equals()
  * Use getenv() instead of environ to avoid issues on FreeBSD

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zix?expand=0&rev=7
2025-12-10 11:27:04 +00:00
4 changed files with 21 additions and 5 deletions

Binary file not shown.

3
zix-v0.8.0.tar.bz2 Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Dec 10 08:36:37 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
- Update to 0.8.0
* Add ZIX_REALTIME and ZIX_NONBLOCKING attributes
* Add warning suppression macros
* Annotate count and size parameters of allocator API
* Avoid "deprecated" POSIX functions on Windows
* Avoid over-use of yielding meson options
* Clean up attribute documentation
* Gracefully handle failed allocation in path and filesystem functions
* Reduce empty BTree memory requirements
* Strengthen zix_file_equals()
* Use getenv() instead of environ to avoid issues on FreeBSD
-------------------------------------------------------------------
Mon Jan 27 11:59:47 UTC 2025 - Callum Farmer <gmbr3@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package zix
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 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
@@ -15,9 +15,10 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sover 0
Name: zix
Version: 0.6.2
Version: 0.8.0
Release: 0
Summary: A lightweight C library of portability wrappers and data structures
License: ISC