From eef0ea1bd9d2e92a199d5bf571bf44180c86be58febd5d0e3e572ab0137d7eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 8 Mar 2015 15:36:10 +0000 Subject: [PATCH] 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 --- libburn-1.3.6.pl01.tar.gz | 3 --- libburn-1.3.8.tar.gz | 3 +++ libburn.changes | 13 +++++++++++++ libburn.spec | 9 ++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 libburn-1.3.6.pl01.tar.gz create mode 100644 libburn-1.3.8.tar.gz diff --git a/libburn-1.3.6.pl01.tar.gz b/libburn-1.3.6.pl01.tar.gz deleted file mode 100644 index 5ebd57a..0000000 --- a/libburn-1.3.6.pl01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bd6f8bc0f937600842408880e213d051d1203dd58cb4e74fcdb0a99f7f3ac6f -size 964858 diff --git a/libburn-1.3.8.tar.gz b/libburn-1.3.8.tar.gz new file mode 100644 index 0000000..295f1ec --- /dev/null +++ b/libburn-1.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46266bdd4b37ca9700a44bbd8dbfbf3526423ede25751fd2f0211b2b5ce29283 +size 967404 diff --git a/libburn.changes b/libburn.changes index 510c424..339adfa 100644 --- a/libburn.changes +++ b/libburn.changes @@ -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 diff --git a/libburn.spec b/libburn.spec index b10755b..aa27649 100644 --- a/libburn.spec +++ b/libburn.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,8 @@ %define so_ver 4 - Name: libburn -Version: 1.3.6.pl01 +Version: 1.3.8 Release: 0 Summary: Library for Writing Preformatted Data onto Optical Media 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. %prep -%setup -q -n libburn-1.3.6 +%setup -q # Remove build time references so build-compare can do its work echo "HTML_TIMESTAMP = NO" >> doc/doxygen.conf.in @@ -76,7 +75,7 @@ doxygen doc/doxygen.conf %make_install # 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) mkdir -p %{buildroot}%{_docdir}/%{name}-devel