SHA256
1
0
forked from pool/libmaxminddb

Accepting request 745019 from home:AndreasStieger:branches:devel:libraries:c_c++

libmaxminddb 1.4.2

OBS-URL: https://build.opensuse.org/request/show/745019
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=13
This commit is contained in:
Lars Vogdt 2019-11-03 18:13:21 +00:00 committed by Git OBS Bridge
parent 93a4f41b17
commit dd362c4484
4 changed files with 17 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0
size 619009

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd582aa971be23dee960ec33c67fb5fd38affba508e6f00ea75959dbd5aad156
size 600664

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Nov 3 16:56:13 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.4.2:
* negative array index for MMDB_*get_value specifies the last element
* Fix a memory leak when using custom databases without languages
defined in the metadata
* mmdblookup now displays the prefix length for the record when
using the verbose flag
-------------------------------------------------------------------
Thu May 17 13:37:24 UTC 2018 - jweberhofer@weberhofer.at

View File

@ -1,7 +1,7 @@
#
# spec file for package libmaxminddb
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,17 +12,16 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define lname libmaxminddb0
Name: libmaxminddb
Version: 1.3.2
Version: 1.4.2
Release: 0
Summary: C library for the MaxMind DB file format
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://dev.maxmind.com/
Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires: fdupes
@ -38,7 +37,6 @@ data associated with an address.
%package -n %{lname}
Summary: C library for the MaxMind DB file format
Group: System/Libraries
%description -n %{lname}
The libmaxminddb library provides a C library for reading MaxMind DB
@ -49,7 +47,6 @@ data associated with an address.
%package -n mmdblookup
Summary: An utility to look up an IP address in a MaxMind DB file
Group: Productivity/Networking/Other
%description -n mmdblookup
The libmaxminddb library provides a C library for reading MaxMind DB
@ -62,7 +59,6 @@ This package contains the mmdblookup binary.
%package devel
Summary: Development files for the MaxMind DB file format library
Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}
%description devel
@ -107,7 +103,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_includedir}/*
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_mandir}/man3/%{name}.*
%{_mandir}/man3/MMDB_*.*
%{_mandir}/man3/*
%changelog