Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zix for openSUSE:Factory checked in at 2025-01-19 21:49:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zix (Old) and /work/SRC/openSUSE:Factory/.zix.new.5589 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zix" Sun Jan 19 21:49:25 2025 rev:2 rq:1238746 version:0.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/zix/zix.changes 2023-11-20 21:19:59.755792557 +0100 +++ /work/SRC/openSUSE:Factory/.zix.new.5589/zix.changes 2025-01-19 21:49:38.743086197 +0100 @@ -1,0 +2,21 @@ +Sun Jan 19 00:34:43 UTC 2025 - Konstantin Voinov <k...@kott.no-ip.biz> + +- Change source URL +- Update to 0.6.2 + * Fix documentation build with sphinxygen fallback wrap + +- Version 0.6.0 changes: + * Add ZIX_NODISCARD attribute + * Add option to build for older Windows versions + * Add zix_expand_environment_strings() + * Add zix_string_view_equals() + * Avoid fdatasync() on Darwin + * Fix build on POSIX systems without PATH_MAX defined + * Fix library current_version on MacOS + * Fix nullability annotations for zix_canonical_path() and friends + * Fix ring unit test when mlock() is unavailable + * Improve documentation + * Support building for UWP + * Support building for Windows with or without UNICODE + +------------------------------------------------------------------- Old: ---- zix-0.4.2.tar.xz New: ---- zix-v0.6.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zix.spec ++++++ --- /var/tmp/diff_new_pack.Gb74Yj/_old 2025-01-19 21:49:39.395113064 +0100 +++ /var/tmp/diff_new_pack.Gb74Yj/_new 2025-01-19 21:49:39.399113228 +0100 @@ -1,7 +1,7 @@ # # spec file for package zix # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %define sover 0 Name: zix -Version: 0.4.2 +Version: 0.6.2 Release: 0 Summary: A lightweight C library of portability wrappers and data structures License: ISC Group: Development/Libraries/C and C++ -URL: https://github.com/drobilla/zix -Source0: https://github.com/drobilla/zix/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.xz +URL: https://gitlab.com/drobilla/zix +Source0: https://gitlab.com/drobilla/zix/-/archive/v%{version}/%{name}-v%{version}.tar.bz2 BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ @@ -67,7 +67,7 @@ File System %prep -%setup -q +%setup -q -n %{name}-v%{version} %build %meson -Ddocs=disabled