Hello community,

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

Package is "libdvdread"

Wed Apr 29 20:43:15 2020 rev:35 rq:798391 version:6.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes    2019-10-22 
15:39:01.929278138 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdread.new.2738/libdvdread.changes  
2020-04-29 20:43:17.787785640 +0200
@@ -1,0 +2,16 @@
+Mon Apr 27 18:25:12 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 6.1.1
+ * Fix the soversion following ABI breakage
+ version 6.1.0:
+ * Introduce DVDOpen2 and DVDOpenStream2 API to provide logger
+    context
+ * fix playback of broken discs with broken ifo files
+ * improve getmntent_r detection
+ * fix crashes in some disc, with empty contiguous ShortAD
+ * clean obsolete code
+- Bump soversion to 8
+- Added sigfile
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  libdvdread-6.0.2.tar.bz2

New:
----
  libdvdread-6.1.1.tar.bz2
  libdvdread-6.1.1.tar.bz2.asc

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

Other differences:
------------------
++++++ libdvdread.spec ++++++
--- /var/tmp/diff_new_pack.96LQwF/_old  2020-04-29 20:43:18.419787288 +0200
+++ /var/tmp/diff_new_pack.96LQwF/_new  2020-04-29 20:43:18.419787288 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdread
 #
-# 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,15 +16,16 @@
 #
 
 
+%define sover   8
 Name:           libdvdread
-Version:        6.0.2
+Version:        6.1.1
 Release:        0
 Summary:        Library for Reading DVD Video Images
 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
 Source3:        baselibs.conf
 BuildRequires:  autoconf
@@ -37,13 +38,13 @@
 This package contains shared libraries for accessing DVD images (this
 package does not contain DeCSS algorithms).
 
-%package -n libdvdread7
+%package -n libdvdread%{sover}
 Summary:        Library for Reading DVD Video Images
 Group:          Productivity/Multimedia/Other
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} <= 0.9.7
 
-%description -n libdvdread7
+%description -n libdvdread%{sover}
 This package contains shared libraries for accessing DVD images (this
 package does not contain DeCSS algorithms).
 
@@ -51,21 +52,21 @@
 Summary:        Development Environment for libdvdread
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
-Requires:       libdvdread7 = %{version}
+Requires:       libdvdread%{sover} = %{version}
 
 %description devel
 This package contains the include-files and static libraries for
 libdvdread.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 autoreconf -fiv
 %configure \
   --disable-silent-rules \
   --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -73,14 +74,14 @@
 # We install the files on our own, using %%doc
 rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
 
-%post   -n libdvdread7 -p /sbin/ldconfig
-%postun -n libdvdread7 -p /sbin/ldconfig
+%post   -n libdvdread%{sover} -p /sbin/ldconfig
+%postun -n libdvdread%{sover} -p /sbin/ldconfig
 
-%files -n libdvdread7
+%files -n libdvdread%{sover}
 %license COPYING
 %doc AUTHORS NEWS README
-%{_libdir}/libdvdread.so.7
-%{_libdir}/libdvdread.so.7.*
+%{_libdir}/libdvdread.so.%{sover}
+%{_libdir}/libdvdread.so.%{sover}.*
 
 %files devel
 %{_includedir}/dvdread

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.96LQwF/_old  2020-04-29 20:43:18.451787371 +0200
+++ /var/tmp/diff_new_pack.96LQwF/_new  2020-04-29 20:43:18.451787371 +0200
@@ -1 +1 @@
-libdvdread7
+libdvdread8

++++++ libdvdread-6.0.2.tar.bz2 -> libdvdread-6.1.1.tar.bz2 ++++++
++++ 6733 lines of diff (skipped)



Reply via email to