From ef209df8b9c206d2834341f0394e9cbc8da589b790dc9ffeffe0a3fbe2fb3698 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 21 Nov 2019 14:12:48 +0000 Subject: [PATCH] Accepting request 749920 from home:dimstar:Factory - Add baselibs.conf: build libmaxminddb0-32bit, which is required by libdns1310-32bit (new dependency gained). OBS-URL: https://build.opensuse.org/request/show/749920 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=15 --- baselibs.conf | 1 + libmaxminddb.changes | 6 ++++++ libmaxminddb.spec | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..daed394 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libmaxminddb0 diff --git a/libmaxminddb.changes b/libmaxminddb.changes index 370d6c3..c9638e3 100644 --- a/libmaxminddb.changes +++ b/libmaxminddb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 20 13:46:56 UTC 2019 - Dominique Leuenberger + +- Add baselibs.conf: build libmaxminddb0-32bit, which is required + by libdns1310-32bit (new dependency gained). + ------------------------------------------------------------------- Sun Nov 3 16:56:13 UTC 2019 - Andreas Stieger diff --git a/libmaxminddb.spec b/libmaxminddb.spec index ee63e35..93facbf 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -1,7 +1,7 @@ # # spec file for package libmaxminddb # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,7 @@ Summary: C library for the MaxMind DB file format License: Apache-2.0 URL: https://dev.maxmind.com/ Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz +Source99: baselibs.conf BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkgconfig