Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libisoburn-devel-1.5.6-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libisoburn-devel Distribution: openSUSE:Factory:zSystems
Version: 1.5.6 Vendor: openSUSE
Release: 1.1 Build date: Thu Aug 31 16:13:40 2023
Group: Development/Libraries/C and C++ Build host: s390zl26
Size: 1700572 Source RPM: libisoburn-1.5.6-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://libburnia-project.org/
Summary: Development Files for libburn
Development files for developing applications using libisoburn.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Wed Aug 30 2023 Adam Majer <adam.majer@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.
* Tue Feb 23 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 2020 Dirk Mueller <dmueller@suse.com>
  - update to 1.5.2:
    * Bug fix: -disk_pattern on -add ./ -- mistook "./" for the root directory
    * Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV
    * Bug fix: -osirrox "concat_split_on" worked only together with -split_size
    larger than 0. Thanks William Willems.
    * New API calls isoburn_igopt_set_part_type_guid(),
      isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(),
      isoburn_igopt_get_iso_type_guid()
    * Enabled GPT type GUIDs with -append_partition,
    - boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type
    * Made libisoburn and GNU xorriso ready for building out-of-source.
      Thanks Ross Burton.
* Thu Nov 01 2018 Asterios Dramis <asterios.dramis@gmail.com>
  - Update to 1.5.0:
    * Bug fix: Multi-session emulation was not recognized with
      non-zero partition offset
    * New bit10 of isoburn_drive_aquire() to accept all xattr
      namespaces
    * New -xattr mode "any" to process all xattr namespaces of local
      filesystem
    * New -as mkisofs option --xattr-any
    * New -as mkisofs options -uid and -gid
* Tue Apr 03 2018 dimstar@opensuse.org
  - Split out xorriso-tcltk from xorriso: The frontend is advertised
    as proof-of-concept by upstream. Additionally, we can save a
    dependency on Tcl/Tk on the main xorriso package.
  - Cleanup using spec-cleaner:
    + use SPDX3 license string.
    + Package licence files as license, not doc (boo#1082318).
* Thu Feb 08 2018 asterios.dramis@gmail.com
  - Update to 1.4.8:
    * Bug fix: -as mkisofs -no-emul-boot without -boot-load-size
      defaulted to size 4, instead of full boot image size
    * Bug fix: -read_fs "norock" did not prevent reading of root Rock
      Ridge info
    * Bug fix: Mix of absolute and relative disk paths could cause
      SIGSEGV with pattern expansion
    * Bug fix: --mbr-force-bootable did not get into effect with
    - append_partition
    * Bug fix: Exit value of failed -mount command was reported as 0
    * Bug fix: -boot_image actions "keep" and "patch" did not work
      any more. Regression by libisofs 1.4.4.
    * New -find tests -maxdepth and -mindepth
    * New commands -update_lxi and -update_li
    * New API calls isoburn_igopt_set_iso_mbr_part_type(),
      isoburn_igopt_get_iso_mbr_part_type()
    * New -boot_image bootspec iso_mbr_part_type=
    * New -as mkisofs option -iso_mbr_part_type
    * New -as mkisofs option -eltorito-platform
    * Properly refusing on Pseudo Overwritable formatted BD-R
* Sat Feb 25 2017 asterios.dramis@gmail.com
  - Use sle_version >= 120300 instead of leap_version >= 420300
    (leap_version does not work).
* Sat Feb 18 2017 asterios.dramis@gmail.com
  - Added new build requirement libjte-devel for Tumbleweed and
    Leap >= 42.3.
* Sun Jan 29 2017 asterios.dramis@gmail.com
  - Update to 1.4.6:
    * Bug fix: The default setting of -compliance did not apply
      rec_mtime to Joliet and ISO:1999. mkisofs emulation was not
      affected by this bug.
    * Bug fix: -file_size_limit did not increase ISO level if
      necessary. Thanks Mattias Schlenker.
    * New API calls isoburn_igopt_set_gpt_guid(),
      isoburn_igopt_get_gpt_guid()
    * New command -use_immed_bit, new -as cdrecord option
      use_immed_bit=
    * New -volume_date mode "all_file_dates"
    * New -as mkisofs option --set_all_file_dates
    * New bootspec "gpt_disk_guid=", new -as mkisofs option
    - -gpt_disk_guid
    * New -report_system_area modes "gpt_disk_guid", "make_guid"
    * New environment variable SOURCE_DATE_EPOCH
    * New -find action "set_to_mtime"
* Wed Jul 27 2016 asterios.dramis@gmail.com
  - Update to 1.4.4:
    * Bug fix: -as mkisofs did not unescape "\=" in the source part
      of pathspecs
    * Bug fix: -boot_image "any" "system_area=/dev/zero" did not
      zeroize loaded data
    * Bug fix: -pathspecs "on" did not properly handle "\\="
    * Bug fix: HFS+ production could cause MBR partition of type 0xEE
      without GPT
    * Bug fix: HFS+ directories could announce more children than
      they actually have
    * Bug fix: The HFS+ filesystem was not marked by in GPT of GRUB2
      hybrid layout
    * Bug fix: When reading an ISO filesystem, the presence of
    - -protective-msdos-label was not recognized if a partition is
      appended
    * Bug fix: xorrisofs option --protective-msdos-label did not work
      if no system area data were given by option -G or alike
    * Bug fix: -modesty_on_drive properties timeout_sec, min_usec,
      max_usec read wrong numbers from the parameter text
    * Letting -as mkisofs --norock revoke the special effect of -r
    * Letting -blank on overwritable media invalidate UDF extended
      descriptors
    * New -pathspecs mode "as_mkisofs"
    * New -boot_image setting mbr_force_bootable=, -as mkisofs
    - -mbr-force-bootable
    * New -boot_image bootspecs appended_part_as=apm,
      part_like_isohybrid=on
    * New -as mkisofs options -appended_part_as_apm,
    - part_like_isohybrid
    * New command -scsi_dev_family, new -as cdrecord option
      drive_scsi_dev_family=

Files

/usr/include/libisoburn
/usr/include/libisoburn/libisoburn.h
/usr/include/libisoburn/xorriso.h
/usr/lib64/libisoburn.so
/usr/lib64/pkgconfig/libisoburn-1.pc
/usr/share/doc/packages/libisoburn-devel
/usr/share/doc/packages/libisoburn-devel/AUTHORS
/usr/share/doc/packages/libisoburn-devel/COPYRIGHT
/usr/share/doc/packages/libisoburn-devel/ChangeLog
/usr/share/doc/packages/libisoburn-devel/README
/usr/share/doc/packages/libisoburn-devel/TODO
/usr/share/doc/packages/libisoburn-devel/html
/usr/share/doc/packages/libisoburn-devel/html/bc_s.png
/usr/share/doc/packages/libisoburn-devel/html/bc_sd.png
/usr/share/doc/packages/libisoburn-devel/html/bdwn.png
/usr/share/doc/packages/libisoburn-devel/html/closed.png
/usr/share/doc/packages/libisoburn-devel/html/comments.html
/usr/share/doc/packages/libisoburn-devel/html/comments_source.html
/usr/share/doc/packages/libisoburn-devel/html/dir_0e1f1e50f7910d6e39a93750e090138c.html
/usr/share/doc/packages/libisoburn-devel/html/dir_40179fe9bb75beb48be156b5384a1af1.html
/usr/share/doc/packages/libisoburn-devel/html/dir_8f87a801eb9e19f348e09e9bbd322953.html
/usr/share/doc/packages/libisoburn-devel/html/doc.png
/usr/share/doc/packages/libisoburn-devel/html/docd.png
/usr/share/doc/packages/libisoburn-devel/html/doxygen.css
/usr/share/doc/packages/libisoburn-devel/html/doxygen.svg
/usr/share/doc/packages/libisoburn-devel/html/dynsections.js
/usr/share/doc/packages/libisoburn-devel/html/files.html
/usr/share/doc/packages/libisoburn-devel/html/folderclosed.png
/usr/share/doc/packages/libisoburn-devel/html/folderopen.png
/usr/share/doc/packages/libisoburn-devel/html/globals.html
/usr/share/doc/packages/libisoburn-devel/html/globals_defs.html
/usr/share/doc/packages/libisoburn-devel/html/globals_func.html
/usr/share/doc/packages/libisoburn-devel/html/index.html
/usr/share/doc/packages/libisoburn-devel/html/jquery.js
/usr/share/doc/packages/libisoburn-devel/html/libisoburn_8h.html
/usr/share/doc/packages/libisoburn-devel/html/libisoburn_8h_source.html
/usr/share/doc/packages/libisoburn-devel/html/menu.js
/usr/share/doc/packages/libisoburn-devel/html/menudata.js
/usr/share/doc/packages/libisoburn-devel/html/nav_f.png
/usr/share/doc/packages/libisoburn-devel/html/nav_fd.png
/usr/share/doc/packages/libisoburn-devel/html/nav_g.png
/usr/share/doc/packages/libisoburn-devel/html/nav_h.png
/usr/share/doc/packages/libisoburn-devel/html/nav_hd.png
/usr/share/doc/packages/libisoburn-devel/html/open.png
/usr/share/doc/packages/libisoburn-devel/html/splitbar.png
/usr/share/doc/packages/libisoburn-devel/html/splitbard.png
/usr/share/doc/packages/libisoburn-devel/html/sync_off.png
/usr/share/doc/packages/libisoburn-devel/html/sync_on.png
/usr/share/doc/packages/libisoburn-devel/html/tab_a.png
/usr/share/doc/packages/libisoburn-devel/html/tab_ad.png
/usr/share/doc/packages/libisoburn-devel/html/tab_b.png
/usr/share/doc/packages/libisoburn-devel/html/tab_bd.png
/usr/share/doc/packages/libisoburn-devel/html/tab_h.png
/usr/share/doc/packages/libisoburn-devel/html/tab_hd.png
/usr/share/doc/packages/libisoburn-devel/html/tab_s.png
/usr/share/doc/packages/libisoburn-devel/html/tab_sd.png
/usr/share/doc/packages/libisoburn-devel/html/tabs.css
/usr/share/doc/packages/libisoburn-devel/partition_offset.wiki
/usr/share/licenses/libisoburn-devel
/usr/share/licenses/libisoburn-devel/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024