diff --git a/libisoburn-1.5.2.tar.gz b/libisoburn-1.5.2.tar.gz deleted file mode 100644 index c5cf99e..0000000 --- a/libisoburn-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc720bc9511d8e0b09365e2c8b0e40817986be308cd96ca2705c807c955590ec -size 1564700 diff --git a/libisoburn-1.5.4.tar.gz b/libisoburn-1.5.4.tar.gz new file mode 100644 index 0000000..d3d7a52 --- /dev/null +++ b/libisoburn-1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d89846d43880f17fa591c53b3bea42ffb803628e4e630c680fc2c9184f79132 +size 1623904 diff --git a/libisoburn.changes b/libisoburn.changes index e00f0cf..a0f5cde 100644 --- a/libisoburn.changes +++ b/libisoburn.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Feb 23 19:20:47 UTC 2021 - Dirk Müller + +- 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 diff --git a/libisoburn.spec b/libisoburn.spec index 8fd517a..8dbb198 100644 --- a/libisoburn.spec +++ b/libisoburn.spec @@ -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}