Update grilo to 0.3.15
Signed-off-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
b6e3a9c308
commit
477abbc886
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/grilo-0.3.12.tar.xz
|
||||
/grilo-0.3.13.tar.xz
|
||||
/grilo-0.3.14.tar.xz
|
||||
/grilo-0.3.15.tar.xz
|
||||
|
13
grilo.spec
13
grilo.spec
@ -2,8 +2,8 @@
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: grilo
|
||||
Version: 0.3.14
|
||||
Release: 3%{?dist}
|
||||
Version: 0.3.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Content discovery framework
|
||||
|
||||
License: LGPLv2+
|
||||
@ -18,7 +18,7 @@ BuildRequires: vala >= 0.27.1
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gobject-introspection-devel >= 0.9.0
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libsoup3-devel
|
||||
BuildRequires: glib2-devel
|
||||
|
||||
# For the test UI
|
||||
@ -47,7 +47,9 @@ general and API documentation.
|
||||
%autosetup -p1 -S git
|
||||
|
||||
%build
|
||||
%meson -Denable-gtk-doc=true
|
||||
%meson \
|
||||
-Denable-gtk-doc=true \
|
||||
-Dsoup3=true
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -84,6 +86,9 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Sat Aug 16 2022 Victor Toso <victortoso@redhat.com> - 0.3.15-1
|
||||
- Update to 0.3.15. GrlNet library is now using libsoup3.
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (grilo-0.3.14.tar.xz) = 128464e51040ea121b19640c708fa996743a18e047ab11d4c3047db7d24732eac6da65393c16f987e834cb301385ef0c349eb0fabd7d67b2d10a230c8f03492a
|
||||
SHA512 (grilo-0.3.15.tar.xz) = 98616c1600bb7d7f5c92bbdc9b85d57da1e416f9207e60ad9b6c305c989f6d4ff6b21963f8f8c69f0daca68bf9d91b3397addfd0cea62f0553977fc0e69b2c31
|
||||
|
Loading…
Reference in New Issue
Block a user