forked from pool/libmaxminddb
Accepting request 1124123 from home:AndreasStieger:branches:devel:libraries:c_c++
libmaxminddb 1.8.0 OBS-URL: https://build.opensuse.org/request/show/1124123 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=27
This commit is contained in:
parent
9da7f83283
commit
4100ad7d05
BIN
libmaxminddb-1.7.1.tar.gz
(Stored with Git LFS)
BIN
libmaxminddb-1.7.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
libmaxminddb-1.8.0.tar.gz
Normal file
3
libmaxminddb-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1107799f77be6aa3b9796ad0eed8ffcc334bf45f8bd18e6a984d8adf3e719c6d
|
||||||
|
size 612176
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 21:58:11 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- libmaxminddb 1.8.0:
|
||||||
|
* PACKAGE_VERSION is now a private compile definition when
|
||||||
|
building with CMake.
|
||||||
|
* The feature test macro _POSIX_C_SOURCE is no longer set by
|
||||||
|
maxminddb.h
|
||||||
|
* assert() is no longer used outside test code
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 1 08:04:49 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sat Oct 1 08:04:49 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# spec file for package libmaxminddb
|
# spec file for package libmaxminddb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
|
# Copyright (c) 2023 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -18,7 +19,7 @@
|
|||||||
|
|
||||||
%define lname libmaxminddb0
|
%define lname libmaxminddb0
|
||||||
Name: libmaxminddb
|
Name: libmaxminddb
|
||||||
Version: 1.7.1
|
Version: 1.8.0
|
||||||
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
|
||||||
@ -72,7 +73,7 @@ data associated with an address.
|
|||||||
This package contains the development files for %{name}.
|
This package contains the development files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -86,8 +87,7 @@ This package contains the development files for %{name}.
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%fdupes -s %{buildroot}/%{_prefix}
|
%fdupes -s %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %{lname}
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user