forked from pool/libcdio
Accepting request 715755 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/715755 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdio?expand=0&rev=44
This commit is contained in:
commit
a38f3a5978
@ -1,4 +1,4 @@
|
||||
libcdio18
|
||||
libcdio19
|
||||
obsoletes "libcdio-<targettype> <= <version>"
|
||||
provides "libcdio-<targettype> = <version>"
|
||||
libiso9660-11
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cdio-utils
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -12,20 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define cdioutils 1
|
||||
Name: cdio-utils
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Utility programs making use of libcdio, a CD-ROM access library
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Multimedia/Other
|
||||
URL: https://savannah.gnu.org/projects/libcdio
|
||||
Source0: https://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.gz
|
||||
Source1: https://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.gz.sig
|
||||
Source0: https://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2
|
||||
Source1: https://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2.sig
|
||||
Source2: libcdio.keyring
|
||||
Source4: baselibs.conf
|
||||
BuildRequires: fdupes
|
||||
@ -75,7 +75,7 @@ rm -rf %{buildroot}%{_libdir} %{buildroot}%{_includedir} %{buildroot}%{_infodir}
|
||||
%fdupes -s %{buildroot}%{_mandir}
|
||||
|
||||
%files -n cdio-utils
|
||||
%doc AUTHORS NEWS README README.libcdio THANKS TODO
|
||||
%doc AUTHORS NEWS.md README README.libcdio THANKS TODO
|
||||
%license COPYING*
|
||||
%{_bindir}/cd-*
|
||||
%{_bindir}/cdda-*
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b481b5da009bea31db875805665974e2fc568e2b2afa516f4036733657cf958
|
||||
size 2354813
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iEYEABECAAYFAlpJdAsACgkQGo3lAIJ17CEXdgCdEZXiRK7QgIz2cT0J7ck9URTK
|
||||
xh8AnjmWzo2mrHFaROhv+upvO/XKv8gg
|
||||
=gzNu
|
||||
-----END PGP SIGNATURE-----
|
BIN
libcdio-2.1.0.tar.bz2
(Stored with Git LFS)
Normal file
BIN
libcdio-2.1.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
6
libcdio-2.1.0.tar.bz2.sig
Normal file
6
libcdio-2.1.0.tar.bz2.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQTapjvCWCA0oCuSPVIajeUAgnXsIQUCXLfTGgAKCRAajeUAgnXs
|
||||
IbgPAJ9VeCzDcgfxpLh+zfNIwrRfEYxEegCffF1BoaCcEB9CKxx7rleF2CYRosA=
|
||||
=tmRS
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 10:51:54 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.1.0:
|
||||
+ NetBSD driver fixes. Switch from MSF addressing to LBA
|
||||
addressing in driver.
|
||||
+ Fix handling in drivers,libcdio-paranoia and `cd-info` when
|
||||
starting track number is greater than 1.
|
||||
+ More tolerant of non-compliant ISOs such as openSUSE Leap 15.0.
|
||||
+ `cdda-player` fixes, such as adding a missing `-d` in
|
||||
cdda-player help.
|
||||
+ `cdtext_list_languages_v2()` to be preferred over now
|
||||
deprecated `cdtext_list_languages()`. New API call
|
||||
`cdtext_set_language_index()`.
|
||||
+ Add `read-disc-struct` example program to show how to use a MMC
|
||||
`DVD_READ_DISC_STRUCTURE`.
|
||||
+ Various errors in driver reading turned into warnings.
|
||||
+ Some code cleanups and documentation improvements.
|
||||
+ Bugs:
|
||||
- I/O leak when we can't read ISO file (https://savannah.gnu.org/bugs/index.php?53170)
|
||||
- Cdtext not displayed in case of `CDTEXT_LANGUAGE_UNKNOWN` (https://savannah.gnu.org/bugs/index.php?3929)
|
||||
- cd-text with invalid characters failing to convert to utf8 (https://savannah.gnu.org/bugs/index.php?3928)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 12:50:34 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
12
libcdio.spec
12
libcdio.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcdio
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -12,23 +12,23 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define cdio_name libcdio18
|
||||
%define cdio_name libcdio19
|
||||
%define cdiopp_name libcdio++0
|
||||
%define iso9660_name libiso9660-11
|
||||
%define udf_name libudf0
|
||||
Name: libcdio
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: CD-ROM Access Library
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Multimedia/Other
|
||||
URL: https://savannah.gnu.org/projects/libcdio
|
||||
Source0: https://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.gz
|
||||
Source1: https://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.gz.sig
|
||||
Source0: https://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.bz2
|
||||
Source1: https://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.bz2.sig
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
x
Reference in New Issue
Block a user