SHA256
8
0
forked from pool/wimlib

Accepting request 1128936 from devel:libraries:c_c++

- update to 1.14.3:
  * Fixed a bug introduced in v1.14.0 where non-ASCII characters
    stopped being accepted in image names and descriptions.
    This bug only affected UNIX-like systems that use `signed char`
    e.g. x86 Linux systems.
  * Fixed a bug introduced in v1.14.0 where a crash would
    sometimes occur
  * Fixed an issue where some WIM images written by wimlib
    weren't accepted by some MS software versions.
  * Commands passed to wimupdate on standard input are now
    interpreted as UTF-8 or UTF-16LE (autodetected), just like
    wimcapture config files and wimextract path list files.

  * better default behavior when converting to and from solid
  * clarified license text
- Update to v1.13.1 stable
- Initial packaging for openSUSE

OBS-URL: https://build.opensuse.org/request/show/1128936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wimlib?expand=0&rev=9
This commit is contained in:
2023-11-26 18:38:20 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:494a15375616f2e0e9ab050245c3dc3286def21ac2002dc064bcc2b187636f42
size 1046078

3
wimlib-1.14.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1128c6c7916d2f22da80341f84d87d77c620de6500fbb23a741fa79bd08cd1ef
size 1049402

View File

@@ -1,10 +1,26 @@
-------------------------------------------------------------------
Sun Nov 26 13:52:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.14.3:
* Fixed a bug introduced in v1.14.0 where non-ASCII characters
stopped being accepted in image names and descriptions.
This bug only affected UNIX-like systems that use `signed char`
e.g. x86 Linux systems.
* Fixed a bug introduced in v1.14.0 where a crash would
sometimes occur
* Fixed an issue where some WIM images written by wimlib
weren't accepted by some MS software versions.
* Commands passed to wimupdate on standard input are now
interpreted as UTF-8 or UTF-16LE (autodetected), just like
wimcapture config files and wimextract path list files.
-------------------------------------------------------------------
Mon Jun 5 05:46:25 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
- update to 1.14.1:
* fuse3 support
* wimupdate now supports the --ref option for updating delta WIM
* better default behavior when converting to and from solid
* better default behavior when converting to and from solid
archives: wimoptimize --solid, and wimoptimize --compress=LZX
-------------------------------------------------------------------
@@ -50,7 +66,7 @@ Thu Nov 26 19:01:29 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.13.3:
* windows specific fixes
* clarified license text
* clarified license text
-------------------------------------------------------------------
Sun Aug 16 11:43:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
@@ -71,9 +87,9 @@ Thu Jul 18 06:27:58 UTC 2019 - Jiri Slaby <jslaby@suse.com>
-------------------------------------------------------------------
Fri May 31 09:55:14 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- Update to v1.13.1 stable
- Update to v1.13.1 stable
-------------------------------------------------------------------
Wed Apr 24 12:49:22 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- Initial packaging for openSUSE
- Initial packaging for openSUSE

View File

@@ -18,7 +18,7 @@
%define so_version 15
Name: wimlib
Version: 1.14.1
Version: 1.14.3
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