From e6cf9c0c8dbe7695fb46ec3e2d52f9c17ac0308c3f36deb950f070c70e1fd0f2 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 15 Aug 2022 14:28:43 +0000 Subject: [PATCH] Accepting request 995167 from home:dirkmueller:Factory - drop xmlto and asciidoc buildrequires, these are only needed for non-release builds which do not ship with prebuilt docs OBS-URL: https://build.opensuse.org/request/show/995167 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=80 --- zeromq.changes | 6 ++++++ zeromq.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/zeromq.changes b/zeromq.changes index 8dd5919..3c1750b 100644 --- a/zeromq.changes +++ b/zeromq.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 15 14:00:46 UTC 2022 - Dirk Müller + +- drop xmlto and asciidoc buildrequires, these are only needed + for non-release builds which do not ship with prebuilt docs + ------------------------------------------------------------------- Mon Jun 28 19:49:38 UTC 2021 - Matej Cepl diff --git a/zeromq.spec b/zeromq.spec index 12bb6ad..f363565 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -1,7 +1,7 @@ # # spec file for package zeromq # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,11 +31,9 @@ Group: Productivity/Networking/Web/Servers URL: http://www.zeromq.org/ Source: https://github.com/zeromq/libzmq/releases/download/v%{version}/zeromq-%{version}.tar.gz Source99: baselibs.conf -BuildRequires: asciidoc BuildRequires: gcc-c++ BuildRequires: libunwind-devel BuildRequires: pkgconfig -BuildRequires: xmlto %if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: libsodium-devel BuildRequires: libuuid-devel