Skip to content

Commit 2474815

Browse files
authored
Upgrade: libdvdread version to 6.1.3 (#11073)
1 parent 001566d commit 2474815

4 files changed

Lines changed: 21 additions & 10 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
3+
iF0EABECAB0WIQRl98a0IGvQV6frc3hxgHE75Y0a3AUCYo0GlQAKCRBxgHE75Y0a
4+
3FBCAKCZ8WHwf9/FABynzLgzzvoBDzQ4EwCfVCE9aMcaRo5uqrqJwKWZktlGmLk=
5+
=EHs9
6+
-----END PGP SIGNATURE-----
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Signatures": {
33
"7180713BE58D1ADC.asc": "3e62e0776b9ffe71449d553ceff56e60e9ad7902ec18199c953a1392f7974628",
4-
"libdvdread-6.0.2.tar.bz2": "f91401af213b219cdde24b46c50a57f29301feb7f965678f1d7ed4632cc6feb0",
5-
"libdvdread-6.0.2.tar.bz2.asc": "08b06a8bf5a653478d8d46839bb503f2e195f9174854d108986fd91762e91966"
4+
"libdvdread-6.1.3.tar.bz2": "ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369",
5+
"libdvdread-6.1.3.tar.bz2.asc": "822ade93d02b3185124261c6d3ed01d3c70f22ad68c102c9171792911726ef65"
66
}
77
}

SPECS-EXTENDED/libdvdread/libdvdread.spec

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
3-
%global abi 7
3+
%global abi 8
44

55
Name: libdvdread
6-
Version: 6.0.2
7-
Release: 4%{?dist}
6+
Version: 6.1.3
7+
Release: 1%{?dist}
88
Summary: A library for reading DVD video discs based on Ogle code
99
License: GPLv2+
10-
URL: http://dvdnav.mplayerhq.hu/
10+
URL: https://dvdnav.mplayerhq.hu/
1111
Source0: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2
1212
Source1: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2.asc
1313
Source2: https://download.videolan.org/pub/keys/7180713BE58D1ADC.asc
1414
BuildRequires: gcc
1515
BuildRequires: gnupg2
16+
BuildRequires: make
1617
Provides: bundled(md5-gcc)
1718

1819
%description
@@ -32,7 +33,7 @@ This package contains development files for libdvdread.
3233

3334
%prep
3435
%{gpgverify} --keyring='%{S:2}' --signature='%{S:1}' --data='%{S:0}'
35-
%setup -q
36+
%autosetup
3637

3738
%build
3839
%configure --disable-static
@@ -47,7 +48,7 @@ rm %{buildroot}%{_libdir}/libdvdread.la %{buildroot}%{_pkgdocdir}/COPYING
4748

4849
%files
4950
%license COPYING
50-
%doc AUTHORS NEWS README
51+
%doc AUTHORS NEWS README.md
5152
%{_libdir}/libdvdread.so.%{abi}*
5253

5354
%files devel
@@ -58,6 +59,10 @@ rm %{buildroot}%{_libdir}/libdvdread.la %{buildroot}%{_pkgdocdir}/COPYING
5859
%{_libdir}/pkgconfig/dvdread.pc
5960

6061
%changelog
62+
* Thu Nov 14 2024 Jyoti Kanase <v-jykanase@microsoft.com> - 6.1.3-1
63+
- Update to 6.1.3
64+
- License verified
65+
6166
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 6.0.2-4
6267
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
6368

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9201,8 +9201,8 @@
92019201
"type": "other",
92029202
"other": {
92039203
"name": "libdvdread",
9204-
"version": "6.0.2",
9205-
"downloadUrl": "https://download.videolan.org/pub/videolan/libdvdread/6.0.2/libdvdread-6.0.2.tar.bz2"
9204+
"version": "6.1.3",
9205+
"downloadUrl": "https://download.videolan.org/pub/videolan/libdvdread/6.1.3/libdvdread-6.1.3.tar.bz2"
92069206
}
92079207
}
92089208
},

0 commit comments

Comments
 (0)