Accepting request 112941 from home:plater

Update to version 0.83 and remove the need for the libcdio-mini bootstrap package, please delete it in factory after checking in. Also please accept this package after sr#112939 vcdimager as the factory vcdimager check section will fail with this version of libcdio.

OBS-URL: https://build.opensuse.org/request/show/112941
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcdio?expand=0&rev=28
This commit is contained in:
Dave Plater 2012-04-07 18:59:32 +00:00 committed by Git OBS Bridge
parent 5ed8c2dd05
commit 91a81079e0

View File

@ -3,7 +3,25 @@ Fri Apr 6 13:36:03 UTC 2012 - davejplater@gmail.com
- Update to libcdio-0.83, removed need for libcdio-mini by adding
linker library paths to sources in the spec file build section.
- Upstream changes:
*Add retrieval SCSI sense reply from the most-recent MMC command.
*Add exclusive read/write access for devices which is used for
experimental writing/burning. Currently only on GNU/Linux and FreeBSD.
*MMC bug fixes
*FreeBSD drive list now shows empty drives.
*Add ability to retrieve SCSI tuple for a name and/or fake one up for
programs that wanto to cd-record compatible.
*Tolerance for OS's without timezone in their struct tm (e.g. Solaris)
added iso9660_set_{d,l}time_with_timezone
*Add mmc_get_disk_erasable
*Update MMC Feature Profile list, DVD Book types
*Reduce range of seek in paranoia_seek to be int32_t
*Remove some potential flaws found by Coverty's static analysis tool
*Add ISRC track info to cd-info output.
*Don't wrap-around volume adjustment for cdda-player.
*Handle double-byte strings in CD-text
*--no-header on cd-info omits copyright and warranty
-------------------------------------------------------------------
Tue Feb 8 09:42:31 UTC 2011 - dimstar@opensuse.org