Hello community, here is the log from the commit of package libburnia for openSUSE:Factory checked in at 2013-04-03 13:01:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libburnia (Old) and /work/SRC/openSUSE:Factory/.libburnia.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libburnia", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libburnia/libburnia.changes 2012-05-08 12:27:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libburnia.new/libburnia.changes 2013-04-03 13:01:16.000000000 +0200 @@ -1,0 +2,146 @@ +Tue Mar 26 15:18:24 UTC 2013 - [email protected] + +- updated libburn to version 1.2.8 + * New cdrskin option --list_speeds + * -toc and -minfo now report about tracks in the incomplete + session + * New API call burn_disc_get_incomplete_sessions() + * New burn_toc_entry component .track_status_bits + * Bug fix: All CD tracks were reported with the sizes of the + tracks in the first session. Regression introduced with version + 1.2.0 (rev 4552). + * Bug fix: On some drives the request for minimum speed yielded + maximum speed + * New cdrskin option --no_load + * Bug fix: Speed setting had no effect on BD media + * New API call burn_read_audio() + * New API call burn_list_sev_texts() + * New API call burn_write_opts_set_obs_pad(), ./configure + --enable-dvd-obs-pad + * New cdrskin option --obs_pad + * Bug fix: CD SAO sessions with data tracks started by an audio + pause + * Bug fix: CD tracks were perceived 2 sectors too short. Nice + with TAO, bad with SAO. + * Bug fix: cdrskin SIGSEGV if track source was added when no + drive was available +- updated libisoburn to version 1.2.8 + * Bug fix: -tell_media_space altered the pointers to MD5 of data + files which stem from a previous session. This produced false + mismatches with -check_md5_r. + * Bug fix: CD tracks were reported with the sizes of the tracks + in the first session. + * Bug fix: -check_media use=outdev sector_map= stored TOC of + input drive + * Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no + effect. Thanks to Davy Ho. + * Bug fix: ./configure did not abort if libburn.h or libisofs.h + were missing + * New command -move + * New -as mkisofs options -eltorito-id , -eltorito-selcrit + * Bug fix: SIGSEGV by uninitialized local variable with + -check_media patch_lba0="on". Regression by version 1.0.6 + * Bug fix: -partition_offset 16 kept -isohybrid-gpt-basdat from + writing MBR partition table entries of type 0xef + * Bug fix: -rollback did not work if indev and outdev were empty + * New API calls Xorriso_parse_line() and Xorriso__dispose_words() + * New API calls Xorriso_fetch_outlists() and + Xorriso_peek_outlists() + * New API call Xorriso_start_msg_watcher() + * New API calls Xorriso__severity_cmp() and + Xorriso__severity_list() + * New API calls Xorriso_sieve_add_filter, + * Xorriso_sieve_get_result, Xorriso_sieve_clear_results, + Xorriso_sieve_dispose, Xorriso_sieve_big + * New -boot_image partition_cyl_align mode "all" + * New -blank mode prefix "force:" + * New -osirrox settings "blocked" and "unblock" + * New command -lns for creating symbolic links + * New command -toc_of + * New command -msg_op + * New command -launch_frontend + * Proof-of-concept of a GUI frontend program: xorriso-tcltk + written in Tcl/Tk. + * New API call isoburn_igopt_set_hfsp_serial_number() + * New API calls isoburn_igopt_set_prep_partition, + isoburn_igopt_set_efi_bootp + * New API calls isoburn_igopt_set_hfsp_block_size() and + isoburn_igopt_get_hfsp_block_size() + * New -check_media option async_chunks= + * New xorriso command -write_type + * New xorriso command -rockridge + * New xorriso command -hfsplus + * New -find tests -has_hfs_crtp, has_hfs_bless + * New -find actions set/get_hfs_crtp, set/get_hfs_bless + * New -find test -disk_path + * New -boot_image bootspec hfsplus_serial= + * New -boot_image bootspecs hfsplus_block_size= and apm_block_size= + * New -boot_image bootspecs efi_boot_part, prep_boot_part, + chrp_boot_part + * Command -hide allows hiding in HFS+ filesystem + * New -as cdrecord options -tao -sao -dao + * New -as mkisofs option -log-file + * New -as mkisofs option --norock + * New -as mkisofs option -hfsplus + * New -as mkisofs option -hfsplus-file-creator-type + * New -as mkisofs options -hfs-bless and -hfs-bless-by + * New -as mkisofs option -hfsplus-serial-no + * New -as mkisofs options -hfsplus-block-size and -apm-block-size + * New -as mkisofs option -hide-hfsplus, -hide-hfsplus-list + * New -as mkisofs options -prep-boot-part, -efi-boot-part, + -chrp-boot-part + * New -as mkisofs options -isohybrid-gpt-basdat, + -isohybrid-gpt-hfsplus, -isohybrid-apm-hfsplus + * Bug fix: Memory corruption when reading bootable image that was + truncated + * Bug fix: -update deleted MD5 of files of which only attributes + had changed +- updated libisofs to version 1.2.8 + * New API call iso_image_get_pvd_times(). + * Bug fix: Image size prediction altered the pointers to MD5 of + data files which stem from a previous session. + * Bug fix: Reading damaged Rock Ridge data could cause SIGSEGV by + NULL. + * Bug fix: Appended partitions did not obey cylinder alignment + * Bug fix: Non-zero partition offset zeroized the MBR copies of + GPT partition table entries + * Bug fix: Isohybrid production without any boot image led to + SIGSEGV by NULL + * Bug fix: Prevented a memory fault when reading damaged Rock + Ridge information + * Bug fix: Memory corruption when reading bootable image that was + truncated before the storage location of the boot catalog + * Bug fix: Symbol iso_fs_global_id was missing in libisofs.ver. + * Bug fix: Volume descriptors of Joliet and ISO 9660:1999 beared + non-zero Effective Date, involuntarily restricting the early + end of their lifetime. + * Bug fix: File Structure Version field of ISO 9660:1999 Enhanced + Volume Descriptor was 1 instead of 2. + * Bug fix: The separator dot of Joliet names was byte swapped on + big-endian machines. + * Bug fix: Joliet name comparison was done as signed bytes and + thus produced a peculiar sorting order. + * Bug fix: Partition cylinder alignment worked only if both, El + Torito and application provided system area data were present. + * New API function iso_write_opts_set_hfsplus + * New API functions iso_hfsplus_xinfo_func(), + iso_hfsplus_xinfo_new(), and new struct iso_hfsplus_xinfo_data. + * New API call iso_write_opts_set_hfsp_serial_number() + * New API calls iso_image_hfsplus_bless and + iso_image_hfsplus_get_blessed(), and new public enum + IsoHfsplusBlessings. + * New API calls so_write_opts_set_prep_img(), + iso_write_opts_set_efi_bootp() + * New API call iso_write_opts_set_hfsp_block_size() + * New API call iso_tree_resolve_symlink() + * New system area sub type CHRP with + iso_write_opts_set_system_area() + * New option bits 2 to 8 for GPT and APM with + el_torito_set_isolinux_options() + * New flag bit with iso_node_set_attrs() to protect namespace + "isofs" + * New IsoHideNodeFlag value LIBISO_HIDE_ON_HFSPLUS +- added new subpackage libburnia-tools-x11 for GUI tools so that + libburnia-tools does not depend on X11 + +------------------------------------------------------------------- Old: ---- libburn-1.2.2.tar.gz libisoburn-1.2.2.tar.gz libisofs-1.2.2.tar.gz New: ---- libburn-1.2.8.tar.gz libisoburn-1.2.8.tar.gz libisofs-1.2.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libburnia.spec ++++++ --- /var/tmp/diff_new_pack.Evc9vh/_old 2013-04-03 13:01:20.000000000 +0200 +++ /var/tmp/diff_new_pack.Evc9vh/_new 2013-04-03 13:01:20.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libburnia # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define libburn_ver 1.2.2 -%define libisoburn_ver 1.2.2 -%define libisofs_ver 1.2.2 +%define libburn_ver 1.2.8 +%define libisoburn_ver 1.2.8 +%define libisofs_ver 1.2.8 %define libburn_so 4 %define libisoburn_so 1 @@ -46,7 +46,6 @@ creating and manipulating ISO 9660 filesystem images. %package -n libburnia-tools - Summary: Tools for Creating and Manipulating ISO 9660 Images and Writing Optical Media Group: Productivity/Multimedia/CD/Record Requires(post): info @@ -57,8 +56,17 @@ cdrecord emulator, and xorriso, a tool for creating and manipulating ISO 9660 filesystem images. -%package -n libburnia-devel +%package -n libburnia-tools-x11 +Summary: GUI Tools for Creating and Manipulating ISO 9660 Images and Writing Optical Media +Group: Productivity/Multimedia/CD/Record +Requires: libburnia-tools = %{version} +Requires: tcl +Requires: tk +%description -n libburnia-tools-x11 +GUI tools provided by the libburnia project, including a frontend to xorriso. + +%package -n libburnia-devel Summary: Development Files for libisofs, libburn, and libisoburn Group: Development/Libraries/C and C++ Requires: libburn%{libburn_so} = %{libburn_ver} @@ -73,7 +81,6 @@ and libisoburn. %package -n libburn%{libburn_so} - Version: %{libburn_ver} Release: 0 Summary: Library for Writing Preformatted Data onto Optical Media @@ -85,7 +92,6 @@ its drives without using the normal block device I/O. %package -n libisoburn%{libisoburn_so} - Version: %{libisoburn_ver} Release: 0 Summary: Frontend for libburn and libisofs @@ -101,7 +107,6 @@ ISO-9660 sessions. %package -n libisofs%{libisofs_so} - Version: %{libisofs_ver} Release: 0 Summary: Library for Creating ISO-9660 Filesystems @@ -195,6 +200,11 @@ %{_mandir}/man1/xorriso.1* %{_mandir}/man1/xorrisofs.1* +%files -n libburnia-tools-x11 +%defattr(-,root,root) +%doc libisoburn-%{libisoburn_ver}/frontend/README-tcltk +%{_bindir}/xorriso-tcltk + %files -n libburnia-devel %defattr(-,root,root) %{_includedir}/libburn ++++++ libburn-1.2.2.tar.gz -> libburn-1.2.8.tar.gz ++++++ ++++ 5383 lines of diff (skipped) ++++++ libisoburn-1.2.2.tar.gz -> libisoburn-1.2.8.tar.gz ++++++ ++++ 27242 lines of diff (skipped) ++++++ libisofs-1.2.2.tar.gz -> libisofs-1.2.8.tar.gz ++++++ ++++ 10400 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
