From 5727dad50002c5d7e4f36742dbf3427f004de1e6e6ba162f2ed40ee635436b54 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 26 Oct 2021 13:34:17 +0000 Subject: [PATCH] Accepting request 927458 from home:dimstar:Factory - Version the typelib(Soup) BuildRequires to stick to 2.4: this is what the code explicitly checks for (avoid choice with newer Soup tyeplibs). OBS-URL: https://build.opensuse.org/request/show/927458 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=47 --- python-nbxmpp.changes | 7 +++++++ python-nbxmpp.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index e4bb4a6..95eef24 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 26 08:56:42 UTC 2021 - Dominique Leuenberger + +- Version the typelib(Soup) BuildRequires to stick to 2.4: this is + what the code explicitly checks for (avoid choice with newer Soup + tyeplibs). + ------------------------------------------------------------------- Tue May 18 12:27:11 UTC 2021 - Matej Cepl diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 689cda0..86ca9da 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -35,7 +35,7 @@ BuildRequires: python-rpm-macros >= 20200714 BuildRequires: %{python_module gobject-Gdk} BuildRequires: %{python_module idna} BuildRequires: %{python_module precis-i18n} -BuildRequires: typelib(Soup) +BuildRequires: typelib(Soup) = 2.4 Recommends: python-gssapi BuildArch: noarch %{?python_enable_dependency_generator}