From 392e76d1f78ed2f7eb1fde58935ded14b5af91172d8c8f36262262c227bf78d0 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 11 Mar 2014 12:11:51 +0000 Subject: [PATCH] Accepting request 225517 from home:dimstar:branches:multimedia:libs Update to 4.2.1 OBS-URL: https://build.opensuse.org/request/show/225517 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdvdnav?expand=0&rev=14 --- libdvdnav-4.2.0.tar.bz2 | 3 --- libdvdnav-4.2.1.tar.xz | 3 +++ libdvdnav.changes | 12 ++++++++++++ libdvdnav.spec | 19 ++++++++----------- 4 files changed, 23 insertions(+), 14 deletions(-) delete mode 100644 libdvdnav-4.2.0.tar.bz2 create mode 100644 libdvdnav-4.2.1.tar.xz diff --git a/libdvdnav-4.2.0.tar.bz2 b/libdvdnav-4.2.0.tar.bz2 deleted file mode 100644 index 708cc5b..0000000 --- a/libdvdnav-4.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550 -size 111575 diff --git a/libdvdnav-4.2.1.tar.xz b/libdvdnav-4.2.1.tar.xz new file mode 100644 index 0000000..05ef355 --- /dev/null +++ b/libdvdnav-4.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fca272ecc3241b6de41bbbf7ac9a303ba25cb9e0c82aa23901d3104887f2372 +size 109856 diff --git a/libdvdnav.changes b/libdvdnav.changes index 6883a94..0ebb39e 100644 --- a/libdvdnav.changes +++ b/libdvdnav.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 10 19:33:51 UTC 2014 - dimstar@opensuse.org + +- Update to version 4.2.1: + + Fixed failed assertion on menu-less DVDs. + + Fixed playback issues on multi-angle DVDs. + + Fixed crash when playing a DVD from different region than + currently set in the DVD drive. + + Fixed segfaults when reading certain DVDs (including "Jack + Reacher", "Ghost Protocol", "Inside Man", "Tangled" and + "The Dictator"). + ------------------------------------------------------------------- Sat Dec 3 23:14:39 UTC 2011 - pascal.bleser@opensuse.org diff --git a/libdvdnav.spec b/libdvdnav.spec index cfdab74..ecc2f9f 100644 --- a/libdvdnav.spec +++ b/libdvdnav.spec @@ -1,7 +1,7 @@ # # spec file for package libdvdnav # -# Copyright (c) 2011 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,28 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libdvdnav Summary: DVD Navigation Library -Url: http://www.mplayerhq.hu/ -License: GPLv2+ +License: GPL-2.0+ Group: Productivity/Multimedia/Other -Version: 4.2.0 +Url: http://www.mplayerhq.hu/ +Version: 4.2.1 Release: 0 -Source0: http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.bz2 +Source0: http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.xz Patch1: libdvdnav-strict-aliasing.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libdvdread-devel >= 4.2.0 -BuildRequires: pkg-config BuildRequires: libtool +BuildRequires: pkg-config %description This library contains functions to display DVD video menus. %package -n libdvdnav4 -License: GPLv2+ Summary: A DVD Navigation Library Group: Productivity/Multimedia/Other Provides: %{name} = %{version} @@ -46,10 +43,10 @@ Obsoletes: %{name} <= 0.1.10 This library contains functions to display DVD video menus. %package devel -License: GPLv2+ Summary: Development Environment for libdvdnav Group: Development/Libraries/C and C++ -Requires: libdvdnav4 = %{version} libdvdread-devel +Requires: libdvdnav4 = %{version} +Requires: libdvdread-devel %description devel This library contains functions to display DVD video menus.