Update to 1.3.3

epel8
Nicolas Chauvet 6 years ago
parent 1d6ac2d7ed
commit 82bc9b5db3

1
.gitignore vendored

@ -1 +1,2 @@
/libdvbpsi-*.tar.bz2
/libdvbpsi-26bdfd4.tar.gz

@ -1,10 +1,13 @@
%global commit0 26bdfd4c0dc58f0f4917461cdf31dae24f9e1463
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Summary: Library for MPEG TS and DVB PSI tables decoding and generation
Name: libdvbpsi
Version: 1.3.2
Release: 4%{?dist}
Version: 1.3.3
Release: 1%{?dist}
License: LGPLv2+
URL: http://www.videolan.org/developers/libdvbpsi.html
Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}%{?pre}.tar.bz2
Source0: https://code.videolan.org/videolan/libdvbpsi/-/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
BuildRequires: gcc
BuildRequires: graphviz doxygen
@ -32,7 +35,7 @@ Documentation for %{name}.
%prep
%setup -q -n %{name}-%{version}%{?pre}
%setup -q -n %{name}-%{commit0}
autoreconf -vif
@ -43,7 +46,7 @@ make %{?_smp_mflags} doc
%install
%make_install INSTALL="install -p"
%make_install
rm -f %{buildroot}%{_libdir}/lib*.la
@ -65,6 +68,9 @@ rm -f %{buildroot}%{_libdir}/lib*.la
%changelog
* Thu Aug 22 2019 Nicolas Chauvet <kwizart@gmail.com> - 1.3.3-1
- Update to 1.3.3
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (libdvbpsi-1.3.2.tar.bz2) = cb59c2e66a214cad7bb96aa1f80a178399fcd80da9fc05b22c72763f2cd818bfab3724d36eee4c6467fb8bc8bae18b1d8afec64c02e8e47cd7a6e887f0230309
SHA512 (libdvbpsi-26bdfd4.tar.gz) = 1972ac41b0d97e034941b5807c5d7128f60e599c28b55af55873d8cf77cc08b0bf07952de812ac90f26f68952f57ee9193fc1f5bb03f952ee891e0aeea50891e

Loading…
Cancel
Save