Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libisoburn for openSUSE:Factory checked in at 2023-08-31 13:42:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libisoburn (Old) and /work/SRC/openSUSE:Factory/.libisoburn.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libisoburn" Thu Aug 31 13:42:34 2023 rev:10 rq:1108112 version:1.5.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libisoburn/libisoburn.changes 2021-03-10 08:47:38.506293603 +0100 +++ /work/SRC/openSUSE:Factory/.libisoburn.new.1766/libisoburn.changes 2023-08-31 13:43:14.762922098 +0200 @@ -1,0 +2,44 @@ +Wed Aug 30 09:26:32 UTC 2023 - Adam Majer <adam.ma...@suse.de> + +- update to 1.5.6: (jsc#PED-5018) + * Bug fix: False -status failure with -boot_image --interval:appended_partition + * Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and + others. Introduced by mistake in a62f6af5, 2011.10.18.162119. + * Bug fix: -not_leaf and -not_paths were not applied to -extract and alike + * Bug fix: -report_system_area cmd misperceived -part_like_isohybrid with + -isohybrid-gpt-basdat + * Bug fix: -report_system_area cmd misperceived combination of isohybrid and + appended partition in GPT + * Bug fix: -as mkisofs option -part_like_isohybrid did not cause a MBR + partition table if the partitions are data files in the ISO + rather than appended + * Bug fix: Split file directories (-split_size) were created with wrong + permissions + * Bug fix: libisofs did not mark clones of imported files as imported. + This could cause that original and clone occupy data storage + in the newly written session. Thanks to Ivan Shmakov. + * Bug fix: Partition offset was preserved from -indev rather than from -outdev + * Bug fix: libisofs could misrepresent Rock Ridge information if many + symbolic links or AAIP data were recorded in a directory + * Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of + the emerging ISO if the boot catalog was set to be hidden + * Bug fix: -toc reported wrong track LBA with overwritable media with + unrecognized content (pseudo-closed) + * Bug fix: -find test -has_xattr matched "isofs." attributes + in -xattr mode "any" + * New API call isoburn_assess_written_features() + * New API calls isoburn_igopt_set_max_ce_entries(), + isoburn_igopt_get_max_ce_entries() + * New flag bit12 with isoburn_read_iso_head(): + Read even if start of multi-session emulation is damaged + * New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro= + * New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro + * New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord. + * New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs + * New -as cdrecord option --bdr_obs_exempt + * New command -assess_indev_features + * New -find test -size + * New -compliance rules max_ce_entries=, max_ce_drop= + * Allowed lseekable device files with -cut_out. + +------------------------------------------------------------------- Old: ---- libisoburn-1.5.4.tar.gz New: ---- keyring.asc libisoburn-1.5.6.tar.gz libisoburn-1.5.6.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libisoburn.spec ++++++ --- /var/tmp/diff_new_pack.sZVjCG/_old 2023-08-31 13:43:15.782958557 +0200 +++ /var/tmp/diff_new_pack.sZVjCG/_new 2023-08-31 13:43:15.786958700 +0200 @@ -1,7 +1,7 @@ # # spec file for package libisoburn # -# 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,13 +18,16 @@ %define so_ver 1 Name: libisoburn -Version: 1.5.4 +Version: 1.5.6 Release: 0 Summary: Frontend for libburn and libisofs License: GPL-2.0-or-later Group: Productivity/Multimedia/CD/Record URL: https://libburnia-project.org/ Source0: https://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz +Source1: https://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz.sig +# keyring from https://dev.lovelyhq.com/libburnia/web/wiki/Releases +Source10: keyring.asc BuildRequires: doxygen BuildRequires: fdupes BuildRequires: libacl-devel @@ -74,7 +77,7 @@ Summary: ISO 9660 Rock Ridge Filesystem Manipulator Group: Productivity/Multimedia/CD/Record Requires(post): info -Requires(preun): info +Requires(preun):info # libburnia-tools was last used in version 1.4.0 Provides: libburnia-tools = %{version} Obsoletes: libburnia-tools < %{version} @@ -131,10 +134,12 @@ %post -n libisoburn%{so_ver} -p /sbin/ldconfig %postun -n libisoburn%{so_ver} -p /sbin/ldconfig + %post -n xorriso %install_info --info-dir="%{_infodir}" "%{_infodir}/xorriso.info%{ext_info}" %install_info --info-dir="%{_infodir}" "%{_infodir}/xorrisofs.info%{ext_info}" %install_info --info-dir="%{_infodir}" "%{_infodir}/xorrecord.info%{ext_info}" + %post -n xorriso-tcltk %install_info --info-dir="%{_infodir}" "%{_infodir}/xorriso-tcltk.info%{?ext_info}" @@ -142,6 +147,7 @@ %install_info_delete --info-dir="%{_infodir}" "%{_infodir}/xorriso.info%{ext_info}" %install_info_delete --info-dir="%{_infodir}" "%{_infodir}/xorrisofs.info%{ext_info}" %install_info_delete --info-dir="%{_infodir}" "%{_infodir}/xorrecord.info%{ext_info}" + %preun -n xorriso-tcltk %install_info_delete --info-dir="%{_infodir}" "%{_infodir}/xorriso-tcltk.info%{?ext_info}" ++++++ libisoburn-1.5.4.tar.gz -> libisoburn-1.5.6.tar.gz ++++++ ++++ 10321 lines of diff (skipped)