Accepting request 1095596 from home:dirkmueller:Factory

- update to 1.5.6:
  * Bug fix: iso_write_opts_set_part_like_isohybrid() did not
    cause a MBR partition table if the partitions are data files
    in the ISO rather than appended
  * Bug fix: The lseek methods of IsoFileSource for local
    filesystem and loaded ISO returned libisofs error codes as
    positive off_t numbers
  * Bug fix: Freshly cloned data files from imported image were
    not marked as imported.
  * Bug fix: Size of further CE area was calculated wrong if its
    CE entry ended exactly at a block boundary
  * New iso_write_opts_set_system_area() option bits 16:
    GPT "Legacy BIOS bootable" and 17: GPT writable
  * New API calls iso_assess_written_features(),
    iso_read_image_feature_named(), iso_read_image_features_text()
  * Allowed lseekable device files with
    iso_tree_add_new_cut_out_node().
  * Proof-of-concept by Ivan Shmakov.
  * New API call iso_write_opts_set_max_ce_entries()

OBS-URL: https://build.opensuse.org/request/show/1095596
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libisofs?expand=0&rev=23
This commit is contained in:
Dave Plater 2023-06-28 06:23:13 +00:00 committed by Git OBS Bridge
parent 57cdc4304f
commit 2111d26262
5 changed files with 31 additions and 8 deletions

BIN
libisofs-1.5.4.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
libisofs-1.5.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
Version: GnuPG v1
Comment: Use "gpg --dearmor" for unpacking
iEYEABECAAYFAmAf3VYACgkQ6cvfwKvAqFS85wCgkoVsUCXebVNanV57fK6RZ2N3
rNgAoLT5IOb7/lexpasWsMR/zIPALIuq
=RieN
iEYEABECAAYFAmSAbukACgkQ6cvfwKvAqFRQdQCgmPsmyfNlBS2rUNF7ZhBeiS2q
dP8An2J+AlynYXMzmyfFiODlhwI30o8/
=6ZTh
-----END PGP ARMORED FILE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Jun 27 11:49:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.5.6:
* Bug fix: iso_write_opts_set_part_like_isohybrid() did not
cause a MBR partition table if the partitions are data files
in the ISO rather than appended
* Bug fix: The lseek methods of IsoFileSource for local
filesystem and loaded ISO returned libisofs error codes as
positive off_t numbers
* Bug fix: Freshly cloned data files from imported image were
not marked as imported.
* Bug fix: Size of further CE area was calculated wrong if its
CE entry ended exactly at a block boundary
* New iso_write_opts_set_system_area() option bits 16:
GPT "Legacy BIOS bootable" and 17: GPT writable
* New API calls iso_assess_written_features(),
iso_read_image_feature_named(), iso_read_image_features_text()
* Allowed lseekable device files with
iso_tree_add_new_cut_out_node().
* Proof-of-concept by Ivan Shmakov.
* New API call iso_write_opts_set_max_ce_entries()
-------------------------------------------------------------------
Wed Mar 10 11:51:27 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package libisofs
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 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_ver 6
Name: libisofs
Version: 1.5.4
Version: 1.5.6
Release: 0
Summary: Library for Creating ISO-9660 Filesystems
License: GPL-2.0-or-later AND LGPL-2.0-or-later