forked from pool/libcdio
Accepting request 283582 from home:posophe:branches:multimedia:libs
Update OBS-URL: https://build.opensuse.org/request/show/283582 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcdio?expand=0&rev=43
This commit is contained in:
parent
5133aac58f
commit
710e143f54
@ -1,7 +1,7 @@
|
||||
libcdio14
|
||||
libcdio16
|
||||
obsoletes "libcdio-<targettype> <= <version>"
|
||||
provides "libcdio-<targettype> = <version>"
|
||||
libiso9660-8
|
||||
libiso9660-10
|
||||
libcdio++0
|
||||
libudf0
|
||||
#libcdio_cdda1
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 15:43:30 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 0.93
|
||||
* Add cdio_free, iso9660_stat_free, and iso9660_xa_free functions.
|
||||
* Deprecate mmc_isrc_track_read_subchannel
|
||||
* Add mmc_get_track_isrc function.
|
||||
* Update OS versions we recognize
|
||||
* OSX, and MS Windows, ISO 9660 and other bug fixes
|
||||
* Remove Coverty scan warnins and errors
|
||||
* OS/2 driver performance update - KO Myung-Hun
|
||||
- Bump so versions
|
||||
* libcdio14 to libcdio16
|
||||
* libiso9660-8 to libiso9660-10
|
||||
- Update baselibs.conf
|
||||
- Remove depreciated AUTHORS section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 00:17:25 UTC 2013 - reddwarf@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cdio-utils
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,11 +15,10 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define cdioutils 1
|
||||
|
||||
Name: cdio-utils
|
||||
Version: 0.90
|
||||
Version: 0.93
|
||||
Release: 0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af7e73825cec045e7775a205924de4804fe8ce60ccd299d605234b5df233f74e
|
||||
size 2650532
|
3
libcdio-0.93.tar.gz
Normal file
3
libcdio-0.93.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4972cd22fd8d0e8bff922d35c7a645be0db0ab0e7b3dfaecc9cd8272429d6975
|
||||
size 2723371
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 15:52:35 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 0.93
|
||||
* Add cdio_free, iso9660_stat_free, and iso9660_xa_free functions.
|
||||
* Deprecate mmc_isrc_track_read_subchannel
|
||||
* Add mmc_get_track_isrc function.
|
||||
* Update OS versions we recognize
|
||||
* OSX, and MS Windows, ISO 9660 and other bug fixes
|
||||
* Remove Coverty scan warnins and errors
|
||||
* OS/2 driver performance update - KO Myung-Hun
|
||||
- Bump so versions
|
||||
* libcdio14 to libcdio16
|
||||
* libiso9660-8 to libiso9660-10
|
||||
- Update baselibs.conf
|
||||
- Remove depreciated AUTHORS section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 15:39:40 UTC 2013 - davejplater@gmail.com
|
||||
|
||||
|
24
libcdio.spec
24
libcdio.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcdio
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,10 +18,10 @@
|
||||
|
||||
%define cdioutils 0
|
||||
%define build_paranoia 0
|
||||
%define cdio_soname 14
|
||||
%define cdio_soname 16
|
||||
|
||||
Name: libcdio
|
||||
Version: 0.90
|
||||
Version: 0.93
|
||||
Release: 0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -118,13 +118,7 @@ wanting to be oblivious to the OS and device-dependent properties of a
|
||||
CD-ROM can use this library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Herbert Valerio Riedel <hvr@gnu.org>
|
||||
Rocky Bernstein <rocky@panix.com>
|
||||
|
||||
%package -n libiso9660-8
|
||||
%package -n libiso9660-10
|
||||
Summary: CD-ROM Access Library
|
||||
Group: Productivity/Multimedia/Other
|
||||
# bug437293
|
||||
@ -133,7 +127,7 @@ Obsoletes: libcdio-64bit
|
||||
%endif
|
||||
#
|
||||
|
||||
%description -n libiso9660-8
|
||||
%description -n libiso9660-10
|
||||
This library encapsulates CD-ROM reading and control. Applications
|
||||
wanting to be oblivious to the OS and device-dependent properties of a
|
||||
CD-ROM can use this library.
|
||||
@ -159,7 +153,7 @@ Group: Development/Languages/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libcdio%{cdio_soname} = %{version}
|
||||
Requires: libcdio++0 = %{version}
|
||||
Requires: libiso9660-8 = %{version}
|
||||
Requires: libiso9660-10 = %{version}
|
||||
Requires: libudf0 = %{version}
|
||||
%if %{build_paranoia} == 1
|
||||
Requires: libcdio_cdda1 = %{version}
|
||||
@ -209,7 +203,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%post -n libcdio++0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libiso9660-8 -p /sbin/ldconfig
|
||||
%post -n libiso9660-10 -p /sbin/ldconfig
|
||||
|
||||
%post -n libudf0 -p /sbin/ldconfig
|
||||
|
||||
@ -217,7 +211,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%postun -n libcdio++0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libiso9660-8 -p /sbin/ldconfig
|
||||
%postun -n libiso9660-10 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libudf0 -p /sbin/ldconfig
|
||||
|
||||
@ -236,7 +230,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_libdir}/libcdio++.so.*
|
||||
%{_libdir}/libiso9660++.so.*
|
||||
|
||||
%files -n libiso9660-8
|
||||
%files -n libiso9660-10
|
||||
%defattr (-, root, root)
|
||||
%{_libdir}/libiso9660.so.*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user