Accepting request 404875 from home:adra:branches:multimedia:libs
Update to 1.4.2.pl01 OBS-URL: https://build.opensuse.org/request/show/404875 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libburn?expand=0&rev=4
This commit is contained in:
parent
b872f2ad28
commit
db66cd0cfb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c975abae4ae1f80e47fc5d1e235f85157f73e954c84627a5ef85d8b1b95ae94
|
|
||||||
size 970395
|
|
3
libburn-1.4.2.pl01.tar.gz
Normal file
3
libburn-1.4.2.pl01.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:33cfcd7f5deb3c6f325ca9eaef36c59b4fcb384bfcddaaa16d9a89da88a80edb
|
||||||
|
size 970417
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 26 18:03:52 UTC 2016 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Update to 1.4.2.pl01:
|
||||||
|
cdrskin:
|
||||||
|
* Bug fix: cdrskin "failed to attach fifo" when burning from
|
||||||
|
stdin. Regression of 1.4.2, rev 5522.
|
||||||
|
From 1.4.2:
|
||||||
|
libburn:
|
||||||
|
* Bug fix: burn_disc_get_media_id() returned BD identifiers 2
|
||||||
|
chars too long
|
||||||
|
* Bug fix: burn_disc_get_multi_caps() returned 2048 bytes too
|
||||||
|
many in caps.start_range_high
|
||||||
|
* Bug fix: Media summary session count of blank and closed media
|
||||||
|
was short by 1
|
||||||
|
* Bug fix: Endless loop if transport error occurs while waiting
|
||||||
|
for drive ready
|
||||||
|
* New API calls burn_drive_get_serial_no() and
|
||||||
|
burn_drive_get_media_sno()
|
||||||
|
* Result of a Coverity audit: 40+ code changes, but no
|
||||||
|
easy-to-trigger bugs
|
||||||
|
cdrskin:
|
||||||
|
* New -toc line "Drive id" tells the drive's individual serial
|
||||||
|
number
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 25 17:32:18 UTC 2015 - asterios.dramis@gmail.com
|
Mon May 25 17:32:18 UTC 2015 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libburn
|
# spec file for package libburn
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define so_ver 4
|
%define so_ver 4
|
||||||
Name: libburn
|
Name: libburn
|
||||||
Version: 1.4.0
|
Version: 1.4.2.pl01
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Writing Preformatted Data onto Optical Media
|
Summary: Library for Writing Preformatted Data onto Optical Media
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -61,10 +61,7 @@ CD, DVD, BD (Blu-Ray) and also offers a facility for reading data blocks from
|
|||||||
its drives without using the normal block device I/O.
|
its drives without using the normal block device I/O.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-1.4.2
|
||||||
|
|
||||||
# Remove build time references so build-compare can do its work
|
|
||||||
echo "HTML_TIMESTAMP = NO" >> doc/doxygen.conf.in
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user