Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory 
checked in at 2020-04-29 20:43:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdvdnav (Old)
 and      /work/SRC/openSUSE:Factory/.libdvdnav.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdvdnav"

Wed Apr 29 20:43:17 2020 rev:30 rq:798392 version:6.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes      2019-10-22 
15:39:08.789285957 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new.2738/libdvdnav.changes    
2020-04-29 20:43:21.555795464 +0200
@@ -1,0 +2,16 @@
+Mon Apr 27 18:37:40 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 6.1.0
+  * add a dvdnav_open2 API to setup a logging mechanism, similar
+    to libdvdread
+  * add a dvdnav_get_number_of_angles API
+  * add a dvdnav_version API
+  * rework the logs in the library and remove direct printf calls
+  * handle out-of-order ADMAP entries blocking playback
+  * fix crashes in dvdnav_describe_title_chapters in broken DVDs
+  * cleanup old code and buildsystem
+- Added libdvdnav.keyring as source and enabled signature file
+- Dropped libdvdnav-dvdread.patch (no longer necessary)
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  libdvdnav-6.0.1.tar.bz2
  libdvdnav-dvdread.patch

New:
----
  libdvdnav-6.1.0.tar.bz2
  libdvdnav-6.1.0.tar.bz2.asc
  libdvdnav.keyring

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

Other differences:
------------------
++++++ libdvdnav.spec ++++++
--- /var/tmp/diff_new_pack.vLzAWK/_old  2020-04-29 20:43:22.635798280 +0200
+++ /var/tmp/diff_new_pack.vLzAWK/_new  2020-04-29 20:43:22.639798291 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdnav
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,64 +16,63 @@
 #
 
 
-%define libname libdvdnav4
+%define sover   4
 Name:           libdvdnav
-Version:        6.0.1
+Version:        6.1.0
 Release:        0
 Summary:        DVD Navigation Library
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Other
 URL:            https://www.videolan.org/developers/libdvdnav.html
 Source0:        
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
-#Source1:        
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
+Source1:        
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
+Source2:        %{name}.keyring
 Source1000:     baselibs.conf
-Patch0:         libdvdnav-dvdread.patch
-BuildRequires:  pkgconfig(dvdread) >= 6.0.0
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(dvdread) >= 6.0.0
 
 %description
 This library contains functions to display DVD video menus.
 
-%package -n %{libname}
+%package -n libdvdnav%{sover}
 Summary:        A DVD Navigation Library
 Group:          Productivity/Multimedia/Other
 Provides:       %{name}
 Obsoletes:      %{name}
 
-%description -n %{libname}
+%description -n libdvdnav%{sover}
 This library contains functions to display DVD video menus.
 
 %package devel
 Summary:        Development Environment for libdvdnav
 Group:          Development/Libraries/C and C++
-Requires:       %{libname} = %{version}
+Requires:       libdvdnav%{sover} = %{version}
 
 %description devel
 This library contains functions to display DVD video menus.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup
 
 %build
 autoreconf -fvi
 %configure \
   --disable-silent-rules \
   --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 rm -r %{buildroot}%{_datadir}/doc/libdvdnav/
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post   -n libdvdnav4 -p /sbin/ldconfig
-%postun -n libdvdnav4 -p /sbin/ldconfig
+%post   -n libdvdnav%{sover} -p /sbin/ldconfig
+%postun -n libdvdnav%{sover} -p /sbin/ldconfig
 
-%files -n %{libname}
-%{_libdir}/libdvdnav.so.4
-%{_libdir}/libdvdnav.so.4.*
+%files -n libdvdnav%{sover}
+%{_libdir}/libdvdnav.so.%{sover}
+%{_libdir}/libdvdnav.so.%{sover}.*
 %license COPYING
 %doc AUTHORS ChangeLog README TODO
 

++++++ libdvdnav-6.0.1.tar.bz2 -> libdvdnav-6.1.0.tar.bz2 ++++++
++++ 4206 lines of diff (skipped)


Reply via email to