Move back to libsoup2
Signed-off-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
926a88aa13
commit
d89f52308f
10
grilo.spec
10
grilo.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: grilo
|
Name: grilo
|
||||||
Version: 0.3.15
|
Version: 0.3.15
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Content discovery framework
|
Summary: Content discovery framework
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -18,7 +18,7 @@ BuildRequires: vala >= 0.27.1
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gobject-introspection-devel >= 0.9.0
|
BuildRequires: gobject-introspection-devel >= 0.9.0
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libsoup3-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
|
||||||
# For the test UI
|
# For the test UI
|
||||||
@ -49,7 +49,7 @@ general and API documentation.
|
|||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Denable-gtk-doc=true \
|
-Denable-gtk-doc=true \
|
||||||
-Dsoup3=true
|
-Dsoup3=false
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -86,6 +86,10 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/
|
|||||||
%{_datadir}/vala/
|
%{_datadir}/vala/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 16 2022 Victor Toso <victortoso@redhat.com> - 0.3.15-2
|
||||||
|
- Switch back to libsoup2 to avoid issues when apps are using
|
||||||
|
libsoup2 and libsoup3
|
||||||
|
|
||||||
* Tue Aug 16 2022 Victor Toso <victortoso@redhat.com> - 0.3.15-1
|
* Tue Aug 16 2022 Victor Toso <victortoso@redhat.com> - 0.3.15-1
|
||||||
- Update to 0.3.15. GrlNet library is now using libsoup3.
|
- Update to 0.3.15. GrlNet library is now using libsoup3.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user