forked from pool/libmaxminddb
Accepting request 745023 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/745023 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmaxminddb?expand=0&rev=3
This commit is contained in:
commit
301779d3ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0
|
|
||||||
size 619009
|
|
3
libmaxminddb-1.4.2.tar.gz
Normal file
3
libmaxminddb-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd582aa971be23dee960ec33c67fb5fd38affba508e6f00ea75959dbd5aad156
|
||||||
|
size 600664
|
@ -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
|
Thu May 17 13:37:24 UTC 2018 - jweberhofer@weberhofer.at
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmaxminddb
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define lname libmaxminddb0
|
||||||
Name: libmaxminddb
|
Name: libmaxminddb
|
||||||
Version: 1.3.2
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library for the MaxMind DB file format
|
Summary: C library for the MaxMind DB file format
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
URL: https://dev.maxmind.com/
|
URL: https://dev.maxmind.com/
|
||||||
Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -38,7 +37,6 @@ data associated with an address.
|
|||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: C library for the MaxMind DB file format
|
Summary: C library for the MaxMind DB file format
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
The libmaxminddb library provides a C library for reading MaxMind DB
|
The libmaxminddb library provides a C library for reading MaxMind DB
|
||||||
@ -49,7 +47,6 @@ data associated with an address.
|
|||||||
|
|
||||||
%package -n mmdblookup
|
%package -n mmdblookup
|
||||||
Summary: An utility to look up an IP address in a MaxMind DB file
|
Summary: An utility to look up an IP address in a MaxMind DB file
|
||||||
Group: Productivity/Networking/Other
|
|
||||||
|
|
||||||
%description -n mmdblookup
|
%description -n mmdblookup
|
||||||
The libmaxminddb library provides a C library for reading MaxMind DB
|
The libmaxminddb library provides a C library for reading MaxMind DB
|
||||||
@ -62,7 +59,6 @@ This package contains the mmdblookup binary.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the MaxMind DB file format library
|
Summary: Development files for the MaxMind DB file format library
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -107,7 +103,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_mandir}/man3/%{name}.*
|
%{_mandir}/man3/*
|
||||||
%{_mandir}/man3/MMDB_*.*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user