Accepting request 870794 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/870794 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libisofs?expand=0&rev=8
This commit is contained in:
commit
c78b961b3f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef5a139600b3e688357450e52381e40ec26a447d35eb8d21524598c7b1675500
|
|
||||||
size 857346
|
|
BIN
libisofs-1.5.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
libisofs-1.5.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
Version: GnuPG v1
|
Version: GnuPG v1
|
||||||
Comment: Use "gpg --dearmor" for unpacking
|
Comment: Use "gpg --dearmor" for unpacking
|
||||||
|
|
||||||
iEYEABECAAYFAl20UVkACgkQ6cvfwKvAqFQhvwCeMdymDUKkqQzL5MqM5pfK21BZ
|
iEYEABECAAYFAmAf3VYACgkQ6cvfwKvAqFS85wCgkoVsUCXebVNanV57fK6RZ2N3
|
||||||
b7AAoL0mMPmF+301MdTJQqBA5wHUi566
|
rNgAoLT5IOb7/lexpasWsMR/zIPALIuq
|
||||||
=nCDL
|
=RieN
|
||||||
-----END PGP ARMORED FILE-----
|
-----END PGP ARMORED FILE-----
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 9 23:20:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.5.4:
|
||||||
|
* Bug fix: Large amounts of AAIP data or many long file names could cause
|
||||||
|
with zisofs an unreadable filesystem after the warning "Calculated and
|
||||||
|
written ECMA-119 tree end differ" Bug fix: Big-Endian MIPS Volume Header
|
||||||
|
boot file size was rounded up to full 2048.
|
||||||
|
* Bug fix: El Torito production failed if no catalog path is given and the
|
||||||
|
first boot image path contains no slash
|
||||||
|
* Bug fix: zisofs production was wrong on big-endian machines
|
||||||
|
* Bug fix: Apple Partition Map entries wrote uninitialized data
|
||||||
|
* Bug fix: Appended APM partitions without HFS+ production had start
|
||||||
|
and size 1
|
||||||
|
* Switched to usage of libjte-2.0.0
|
||||||
|
* Implemented production and reading of zisofs2 for files larger than
|
||||||
|
4 GiB - 1
|
||||||
|
* New struct iso_zisofs_ctrl version 2
|
||||||
|
* New API call iso_stream_get_zisofs_par()
|
||||||
|
* New API call iso_stream_zisofs_discard_bpt()
|
||||||
|
* New API call iso_image_zisofs_discard_bpt()
|
||||||
|
* New flag bits 8 to 15 in API call iso_node_zf_by_magic()
|
||||||
|
* New API call iso_zisofs_ctrl_susp_z2()
|
||||||
|
* New API call iso_read_opts_set_joliet_map(), new default
|
||||||
|
joliet_map=stripped
|
||||||
|
* New API calls iso_read_image_features_tree_loaded() and
|
||||||
|
iso_read_image_features_rr_loaded()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 27 18:00:48 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
Mon Apr 27 18:00:48 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libisofs
|
# spec file for package libisofs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
%define so_ver 6
|
%define so_ver 6
|
||||||
Name: libisofs
|
Name: libisofs
|
||||||
Version: 1.5.2
|
Version: 1.5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Creating ISO-9660 Filesystems
|
Summary: Library for Creating ISO-9660 Filesystems
|
||||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
Group: Productivity/Multimedia/CD/Record
|
Group: Productivity/Multimedia/CD/Record
|
||||||
URL: http://libburnia-project.org/
|
URL: https://dev.lovelyhq.com/libburnia/web/wiki
|
||||||
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
|
Source0: https://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
|
||||||
Source1: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz.asc
|
Source1: https://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user