From 040af33f82a423f59e0ef47209b179b8cd8d20b19f8c3ecbfa4eb6a315b1f31f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 1 May 2021 18:31:18 +0000 Subject: [PATCH] Accepting request 889498 from home:AndreasStieger:branches:devel:libraries:c_c++ libmaxminddb 1.6.0 OBS-URL: https://build.opensuse.org/request/show/889498 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=23 --- libmaxminddb-1.5.2.tar.gz | 3 --- libmaxminddb-1.6.0.tar.gz | 3 +++ libmaxminddb.changes | 6 ++++++ libmaxminddb.spec | 7 ++++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 libmaxminddb-1.5.2.tar.gz create mode 100644 libmaxminddb-1.6.0.tar.gz diff --git a/libmaxminddb-1.5.2.tar.gz b/libmaxminddb-1.5.2.tar.gz deleted file mode 100644 index 82b8849..0000000 --- a/libmaxminddb-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5237076d250a5f7c297e331c35a433eeaaf0dc205e070e4db353c9ba10f340a2 -size 604683 diff --git a/libmaxminddb-1.6.0.tar.gz b/libmaxminddb-1.6.0.tar.gz new file mode 100644 index 0000000..d98bb04 --- /dev/null +++ b/libmaxminddb-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267 +size 605099 diff --git a/libmaxminddb.changes b/libmaxminddb.changes index d40ade4..60c3b20 100644 --- a/libmaxminddb.changes +++ b/libmaxminddb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 30 09:15:18 UTC 2021 - Andreas Stieger + +- libmaxminddb 1.6.0: + * CMake build system fixes, not in use in this package + ------------------------------------------------------------------- Tue Mar 2 00:07:58 UTC 2021 - Dirk Müller diff --git a/libmaxminddb.spec b/libmaxminddb.spec index 92589b2..de470cc 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -18,7 +18,7 @@ %define lname libmaxminddb0 Name: libmaxminddb -Version: 1.5.2 +Version: 1.6.0 Release: 0 Summary: C library for the MaxMind DB file format License: Apache-2.0 @@ -76,10 +76,10 @@ This package contains the development files for %{name}. %build %configure --disable-static -make %{?_smp_mflags} +%make_build %check -make %{?_smp_mflags} check +%make_build check %install %make_install @@ -94,6 +94,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/%{name}.so.* %files -n mmdblookup +%license LICENSE %doc doc/mmdblookup.md %{_bindir}/mmdblookup %{_mandir}/man1/mmdblookup.*