SHA256
1
0
forked from pool/libcdio
OBS User unknown
2008-03-11 17:50:24 +00:00
committed by Git OBS Bridge
parent d3a859f662
commit 3f91d1ab40
5 changed files with 201 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
# norootforbuild
Name: libcdio
# WARNING: After editing this file please call Re or rpmbuild to update spec file:
#%(sh %{_sourcedir}/libcdio_spec-prepare.sh %{_sourcedir} %{name})
@@ -23,7 +24,7 @@ BuildRequires: libcddb-devel libcdio-devel ncurses-devel vcdimager-devel
#BuildRequires: cdparanoia
%endif
Version: 0.79
Release: 4
Release: 5
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
%define libcdio_name 7
%define libcdio_paranoia_name 0
@@ -45,6 +46,7 @@ Provides: %{_name} = %{version}
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
@@ -198,6 +200,7 @@ Authors:
%setup -q -n %{_name}-%{version}
%patch0
%patch1
%patch2 -p1
%build
%configure --disable-static --with-pic
@@ -296,6 +299,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Feb 27 2008 sbrabec@suse.cz
- Fixed more possible memory allocation buffer overflows
(bnc#351127).
* Wed Jan 09 2008 sbrabec@suse.cz
- Fixed buffer overflows for long Joliet names (#351127).
* Wed Dec 05 2007 ro@suse.de