From 4100ad7d05781f6087bcc6f0a721e218e0e7c0111dfd460f9255dc688490671b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 9 Nov 2023 09:20:06 +0000 Subject: [PATCH] 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 --- libmaxminddb-1.7.1.tar.gz | 3 --- libmaxminddb-1.8.0.tar.gz | 3 +++ libmaxminddb.changes | 10 ++++++++++ libmaxminddb.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 libmaxminddb-1.7.1.tar.gz create mode 100644 libmaxminddb-1.8.0.tar.gz diff --git a/libmaxminddb-1.7.1.tar.gz b/libmaxminddb-1.7.1.tar.gz deleted file mode 100644 index 955463f..0000000 --- a/libmaxminddb-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8414f0dedcecbc1f6c31cb65cd81650952ab0677a4d8c49cab603b3b8fb083e -size 609542 diff --git a/libmaxminddb-1.8.0.tar.gz b/libmaxminddb-1.8.0.tar.gz new file mode 100644 index 0000000..17167bd --- /dev/null +++ b/libmaxminddb-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1107799f77be6aa3b9796ad0eed8ffcc334bf45f8bd18e6a984d8adf3e719c6d +size 612176 diff --git a/libmaxminddb.changes b/libmaxminddb.changes index 06eb3e4..73c35b4 100644 --- a/libmaxminddb.changes +++ b/libmaxminddb.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 7 21:58:11 UTC 2023 - Andreas Stieger + +- 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 diff --git a/libmaxminddb.spec b/libmaxminddb.spec index 646f66f..16af976 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -2,6 +2,7 @@ # spec file for package libmaxminddb # # Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +19,7 @@ %define lname libmaxminddb0 Name: libmaxminddb -Version: 1.7.1 +Version: 1.8.0 Release: 0 Summary: C library for the MaxMind DB file format License: Apache-2.0 @@ -72,7 +73,7 @@ data associated with an address. This package contains the development files for %{name}. %prep -%setup -q +%autosetup -p1 %build %configure --disable-static @@ -86,8 +87,7 @@ This package contains the development files for %{name}. find %{buildroot} -type f -name "*.la" -delete -print %fdupes -s %{buildroot}/%{_prefix} -%post -n %{lname} -p /sbin/ldconfig -%postun -n %{lname} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{lname} %files -n %{lname} %license LICENSE