SHA256
1
0
forked from pool/libcdio
OBS User unknown
2008-04-25 14:49:16 +00:00
committed by Git OBS Bridge
parent a9e57d481c
commit 690529062a
10 changed files with 60 additions and 313 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package libcdio (Version 0.79)
# spec file for package libcdio (Version 0.80)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -23,8 +23,8 @@ BuildRequires: libcddb-devel libcdio-devel ncurses-devel vcdimager-devel
# Only for regression testing:
#BuildRequires: cdparanoia
%endif
Version: 0.79
Release: 6
Version: 0.80
Release: 1
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
%define libcdio_name 7
%define libcdio_paranoia_name 0
@@ -44,9 +44,6 @@ Requires: licenses
Provides: %{_name} = %{version}
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch0: libcdio-gcc43.patch
Patch1: libcdio-joliet-name-overflow.patch
Patch2: libcdio-0.78.2-check-returns.patch
%description
This library encapsulates CD-ROM reading and control. Applications
@@ -206,9 +203,6 @@ Authors:
%prep
%setup -q -n %{_name}-%{version}
%patch0
%patch1
%patch2 -p1
%build
%configure --disable-static --with-pic
@@ -307,6 +301,17 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Fri Apr 25 2008 sbrabec@suse.cz
- Updated to version 0.80:
* Add option to log summary output in cd-paranoia
* More string bounds checking to eliminate known string overflow
conditions, Savannah#21910
* add --mode="any" on cd-read which uses a mmc_read_sectors with
read-type CDIO_MMC_READ_TYPE_ANY.
* add --log-summary option to cd-paranoia. Unused option
--output-info (-i) removed
* some small packaging bugs fixed
* probably the last GPL v2 release; GPL v3 on the horizon.
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support