Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory 
checked in at 2016-09-09 10:20:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdvdnav (Old)
 and      /work/SRC/openSUSE:Factory/.libdvdnav.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdvdnav"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes      2015-02-11 
16:31:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new/libdvdnav.changes 2016-09-09 
10:20:06.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug 30 15:45:33 UTC 2016 - [email protected]
+
+- BuildRequire dvdread >= 5.0.2
+  libdvdnav-dvdread.patch
+
+-------------------------------------------------------------------

New:
----
  libdvdnav-dvdread.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libdvdnav.spec ++++++
--- /var/tmp/diff_new_pack.nmPnU3/_old  2016-09-09 10:20:07.000000000 +0200
+++ /var/tmp/diff_new_pack.nmPnU3/_new  2016-09-09 10:20:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdnav
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,9 +25,10 @@
 Release:        0
 Source0:        
http://download.videolan.org/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
 Source1000:     baselibs.conf
+Patch0:         libdvdnav-dvdread.patch
 Patch1:         libdvdnav-strict-aliasing.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libdvdread-devel >= 4.2.0
+BuildRequires:  libdvdread-devel >= 5.0.2
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 
@@ -47,13 +48,13 @@
 Summary:        Development Environment for libdvdnav
 Group:          Development/Libraries/C and C++
 Requires:       libdvdnav4 = %{version}
-Requires:       libdvdread-devel
 
 %description devel
 This library contains functions to display DVD video menus.
 
 %prep
 %setup -q 
+%patch0 -p1
 %patch1
 
 %build

++++++ libdvdnav-dvdread.patch ++++++
---
 misc/dvdnav.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/misc/dvdnav.pc.in
+++ b/misc/dvdnav.pc.in
@@ -7,6 +7,6 @@ Name: libdvdnav
 Description: DVD Navigation library
 Version: @VERSION@
 
-Requires.private: dvdread >= 4.1.2
+Requires.private: dvdread >= 5.0.2
 Cflags: -I${includedir} @THREAD_CFLAGS@
 Libs: -L${libdir} -ldvdnav @THREAD_LIBS@

Reply via email to