Accepting request 289880 from home:pluskalm:branches:multimedia:libs
- Update to 1.3.8 * Bug fix: Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2 * Bug fix: Minimum drive buffer fill was measured by cdrskin before the buffer could get full * Bug fix: A failed MMC BLANK command did not cause error indication by libburn * Bug fix: A final fsync(2) was performed with stdio drives, even if not desired OBS-URL: https://build.opensuse.org/request/show/289880 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libburn?expand=0&rev=2
This commit is contained in:
parent
b152875baa
commit
eef0ea1bd9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6bd6f8bc0f937600842408880e213d051d1203dd58cb4e74fcdb0a99f7f3ac6f
|
|
||||||
size 964858
|
|
3
libburn-1.3.8.tar.gz
Normal file
3
libburn-1.3.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:46266bdd4b37ca9700a44bbd8dbfbf3526423ede25751fd2f0211b2b5ce29283
|
||||||
|
size 967404
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 13:51:52 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 1.3.8
|
||||||
|
* Bug fix: Wrong stack usage caused SIGBUS on sparc when
|
||||||
|
compiled by gcc -O2
|
||||||
|
* Bug fix: Minimum drive buffer fill was measured by cdrskin
|
||||||
|
before the buffer could get full
|
||||||
|
* Bug fix: A failed MMC BLANK command did not cause error
|
||||||
|
indication by libburn
|
||||||
|
* Bug fix: A final fsync(2) was performed with stdio drives,
|
||||||
|
even if not desired
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 30 20:17:59 UTC 2014 - asterios.dramis@gmail.com
|
Fri May 30 20:17:59 UTC 2014 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libburn
|
# spec file for package libburn
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 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
|
||||||
@ -17,9 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%define so_ver 4
|
%define so_ver 4
|
||||||
|
|
||||||
Name: libburn
|
Name: libburn
|
||||||
Version: 1.3.6.pl01
|
Version: 1.3.8
|
||||||
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+
|
||||||
@ -62,7 +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 -n libburn-1.3.6
|
%setup -q
|
||||||
|
|
||||||
# Remove build time references so build-compare can do its work
|
# Remove build time references so build-compare can do its work
|
||||||
echo "HTML_TIMESTAMP = NO" >> doc/doxygen.conf.in
|
echo "HTML_TIMESTAMP = NO" >> doc/doxygen.conf.in
|
||||||
@ -76,7 +75,7 @@ doxygen doc/doxygen.conf
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
# Remove libtool config files
|
# Remove libtool config files
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
# Install devel docs (do it manually to fix also rpmlint warning "files-duplicate" with %%fdupes)
|
# Install devel docs (do it manually to fix also rpmlint warning "files-duplicate" with %%fdupes)
|
||||||
mkdir -p %{buildroot}%{_docdir}/%{name}-devel
|
mkdir -p %{buildroot}%{_docdir}/%{name}-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user