From 8a3b84a2410b179efc31a0f4a67f5284e664963d6bdb3f3abf69cacbd74552aa Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 18 Mar 2024 12:32:00 +0000 Subject: [PATCH] Accepting request 1158707 from home:dirkmueller:Factory - update to 1.14.4: * Fixed potential crash when writing WIM XML data, introduced in v1.14.0. * Improved some documentation. OBS-URL: https://build.opensuse.org/request/show/1158707 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wimlib?expand=0&rev=18 --- wimlib-1.14.3.tar.gz | 3 --- wimlib-1.14.4.tar.gz | 3 +++ wimlib.changes | 8 ++++++++ wimlib.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 wimlib-1.14.3.tar.gz create mode 100644 wimlib-1.14.4.tar.gz diff --git a/wimlib-1.14.3.tar.gz b/wimlib-1.14.3.tar.gz deleted file mode 100644 index 81ab744..0000000 --- a/wimlib-1.14.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1128c6c7916d2f22da80341f84d87d77c620de6500fbb23a741fa79bd08cd1ef -size 1049402 diff --git a/wimlib-1.14.4.tar.gz b/wimlib-1.14.4.tar.gz new file mode 100644 index 0000000..2f92a82 --- /dev/null +++ b/wimlib-1.14.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3633db2b6c8b255eb86d3bf3df3059796bd1f08e50b8c9728c7eb66662e51300 +size 1045888 diff --git a/wimlib.changes b/wimlib.changes index cf9cec7..aecf756 100644 --- a/wimlib.changes +++ b/wimlib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 17 09:44:14 UTC 2024 - Dirk Müller + +- update to 1.14.4: + * Fixed potential crash when writing WIM XML data, introduced + in v1.14.0. + * Improved some documentation. + ------------------------------------------------------------------- Sun Nov 26 13:52:18 UTC 2023 - Dirk Müller diff --git a/wimlib.spec b/wimlib.spec index 535febc..ddc50b5 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,7 +1,7 @@ # # spec file for package wimlib # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define so_version 15 Name: wimlib -Version: 1.14.3 +Version: 1.14.4 Release: 0 Summary: Library to extract, create, modify, and mount WIM files License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT