Accepting request 740894 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/740894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdvdread?expand=0&rev=34
This commit is contained in:
@@ -1 +1 @@
|
||||
libdvdread4
|
||||
libdvdread7
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28ce4f0063883ca4d37dfd40a2f6685503d679bca7d88d58e04ee8112382d5bd
|
||||
size 404512
|
@@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EARECAB0WIQRl98a0IGvQV6frc3hxgHE75Y0a3AUCXF2uvQAKCRBxgHE75Y0a
|
||||
3JKeAJ9M8Z/gTlXAL3oFA1nDGFaRbS72LgCfZIhB/XFr8mZMAzqB4ytgjCfH9qQ=
|
||||
=FcQT
|
||||
-----END PGP SIGNATURE-----
|
3
libdvdread-6.0.2.tar.bz2
Normal file
3
libdvdread-6.0.2.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f91401af213b219cdde24b46c50a57f29301feb7f965678f1d7ed4632cc6feb0
|
||||
size 405298
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 16:32:22 UTC 2019 - enzokiel@kabelmail.de
|
||||
|
||||
- Update to version 6.0.2:
|
||||
* use reentrant getmntent_r
|
||||
* fix playback of some discs, by fixing pgc_t structure
|
||||
- Removed gpg signature (not available)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 14 08:34:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: libdvdread
|
||||
Version: 6.0.1
|
||||
Version: 6.0.2
|
||||
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 +37,13 @@ BuildRequires: pkgconfig(openssl)
|
||||
This package contains shared libraries for accessing DVD images (this
|
||||
package does not contain DeCSS algorithms).
|
||||
|
||||
%package -n libdvdread4
|
||||
%package -n libdvdread7
|
||||
Summary: Library for Reading DVD Video Images
|
||||
Group: Productivity/Multimedia/Other
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} <= 0.9.7
|
||||
|
||||
%description -n libdvdread4
|
||||
%description -n libdvdread7
|
||||
This package contains shared libraries for accessing DVD images (this
|
||||
package does not contain DeCSS algorithms).
|
||||
|
||||
@@ -51,7 +51,7 @@ package does not contain DeCSS algorithms).
|
||||
Summary: Development Environment for libdvdread
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libdvdread4 = %{version}
|
||||
Requires: libdvdread7 = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains the include-files and static libraries for
|
||||
@@ -73,14 +73,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# We install the files on our own, using %%doc
|
||||
rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
|
||||
|
||||
%post -n libdvdread4 -p /sbin/ldconfig
|
||||
%postun -n libdvdread4 -p /sbin/ldconfig
|
||||
%post -n libdvdread7 -p /sbin/ldconfig
|
||||
%postun -n libdvdread7 -p /sbin/ldconfig
|
||||
|
||||
%files -n libdvdread4
|
||||
%files -n libdvdread7
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/libdvdread.so.4
|
||||
%{_libdir}/libdvdread.so.4.*
|
||||
%{_libdir}/libdvdread.so.7
|
||||
%{_libdir}/libdvdread.so.7.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/dvdread
|
||||
|
Reference in New Issue
Block a user