Accepting request 875120 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/875120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libisoburn?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2021-03-10 07:47:16 +00:00 committed by Git OBS Bridge
commit 2621fd8bd3
4 changed files with 38 additions and 10 deletions

View File

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

BIN
libisoburn-1.5.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Feb 23 19:20:47 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.5.4:
* Bug fix: -report_system_area as_mkisofs misrepresented GPT with appended
partition and forced boot flag as -part_like_isohybrid
* Bug fix: Boot catalog could get a wrong name if cat_path= is explicitely
given but not containing a slash character
* New helper script xorriso-dd-target
* New command -truncate_overwritable
* Switched to usage of libjte-2.0.0
* New -jigdo parameters "checksum_algorithm", "demand_checksum", "-checksum-list"
* New -as mkisofs options "-jigdo-checksum-algorithm", "-checksum-list", "-jigdo-force-checksum"
* New -read_speed prefixes "soft_force:" and "soft_corr:"
* New -check_media option data_to="-" for standard output
* New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=,
bpt_target=, bpt_free_ratio=, by_magic=v2, susp_z2=
* New -as mkisofs options --zisofs-version-2, --zisofs2-susp-z2,
--zisofs2-susp-zf
* Enabled recognition of zisofs by magic without zlib support
* New -osirrox option sparse= controls extraction into sparse files
* New libisoburn extension options isoburn_ropt_map_joliet_stripped and
isoburn_ropt_map_joliet_unmapped
* New command -joliet_map
* New command -extract_boot_images
* New API call isoburn_ropt_get_tree_loaded()
-------------------------------------------------------------------
Thu Aug 20 13:42:11 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libisoburn
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,24 +18,22 @@
%define so_ver 1
Name: libisoburn
Version: 1.5.2
Version: 1.5.4
Release: 0
Summary: Frontend for libburn and libisofs
License: GPL-2.0-or-later
Group: Productivity/Multimedia/CD/Record
URL: http://libburnia-project.org/
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
URL: https://libburnia-project.org/
Source0: https://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: libacl-devel
BuildRequires: libburn-devel
BuildRequires: libisofs-devel
BuildRequires: libjte-devel
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: zlib-devel
%if 0%{?suse_version} > 1320 || (0%{?is_opensuse} && 0%{?sle_version} >= 120300)
BuildRequires: libjte-devel
%endif
%description
Libisoburn is a frontend for libraries libburn and libisofs which enables
@ -168,10 +166,13 @@ cp -a doc/html/ %{buildroot}%{_docdir}/%{name}-devel/
%{_bindir}/xorrecord
%{_bindir}/xorriso
%{_bindir}/xorrisofs
%{_bindir}/xorriso-dd-target
%{_mandir}/man1/xorriso.1%{?ext_man}
%{_mandir}/man1/xorriso-dd-target.1%{?ext_man}
%{_mandir}/man1/xorrisofs.1%{?ext_man}
%{_mandir}/man1/xorrecord.1%{?ext_man}
%{_infodir}/xorriso.info%{?ext_info}
%{_infodir}/xorriso-dd-target.info%{?ext_info}
%{_infodir}/xorrisofs.info%{?ext_info}
%{_infodir}/xorrecord.info%{?ext_info}