From 2dcf3a6bae0861507d2f5473a1abb618fc6e392b Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Tue, 10 Sep 2013 00:24:52 +0200 Subject: [PATCH] fix segfault when cell is empty, patch by Simo Sorce, bug #902037 --- libdvdnav.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libdvdnav.spec b/libdvdnav.spec index fa6793a..2a717f3 100644 --- a/libdvdnav.spec +++ b/libdvdnav.spec @@ -1,12 +1,14 @@ Name: libdvdnav Version: 4.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library for reading DVD video discs based on Ogle code Group: System Environment/Libraries License: GPLv2+ Source0: http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.bz2 Patch0: %{name}-multilib.patch +# fix segfault when cell is empty, patch by Simo Sorce, bug #902037 +Patch1: %{name}-pgc-cell_playback.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen @@ -30,6 +32,7 @@ libdvdnav library. %prep %setup -q %patch0 -p1 -b .multilib +%patch1 -p1 -b .pgc-cell_playback %build ./configure2 \ @@ -78,6 +81,9 @@ popd %{_libdir}/pkgconfig/dvdnavmini.pc %changelog +* Tue Sep 10 2013 Dominik Mierzejewski 4.2.0-4 +- fix segfault when cell is empty, patch by Simo Sorce, bug #902037 + * Thu Jul 19 2012 Fedora Release Engineering - 4.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild