+ grilo-0.3.13-5

Clarify license
Fix TLS not being validated correctly
Resolves: rhbz#1976719
This commit is contained in:
Bastien Nocera 2021-06-28 14:58:44 +02:00
parent 2ea358fe89
commit 65ef0536ae

View File

@ -3,7 +3,7 @@
Name: grilo
Version: 0.3.13
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Content discovery framework
License: LGPLv2+
@ -11,6 +11,7 @@ URL: https://wiki.gnome.org/Projects/Grilo
Source0: https://download.gnome.org/sources/grilo/%{release_version}/grilo-%{version}.tar.xz
BuildRequires: meson
BuildRequires: git
BuildRequires: chrpath
BuildRequires: gettext
BuildRequires: vala >= 0.27.1
@ -24,6 +25,11 @@ BuildRequires: gtk3-devel
BuildRequires: liboauth-devel
BuildRequires: totem-pl-parser-devel
# https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/77
Patch0: 0001-build-Clarify-LGPLv2.1-or-later-license.patch
# https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/78
Patch1: 0002-net-Fix-TLS-cert-validation-not-being-done-for-any-n.patch
%description
Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system.
@ -40,7 +46,7 @@ This package contains the core library and elements, as well as
general and API documentation.
%prep
%autosetup -p1
%autosetup -p1 -S git
%build
%meson -Denable-gtk-doc=true
@ -80,6 +86,12 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/
%{_datadir}/vala/
%changelog
* Mon Jun 28 2021 Bastien Nocera <bnocera@redhat.com> - 0.3.13-5
+ grilo-0.3.13-5
- Clarify license
- Fix TLS not being validated correctly
- Resolves: rhbz#1976719
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.13-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937