diff --git a/libmaxminddb-1.6.0.tar.gz b/libmaxminddb-1.6.0.tar.gz deleted file mode 100644 index ed47cf8a5b1bba5ba5baa3c11566c3102fc76722..0000000000000000000000000000000000000000 Binary files a/libmaxminddb-1.6.0.tar.gz and /dev/null differ diff --git a/libmaxminddb-1.7.1.tar.gz b/libmaxminddb-1.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..de1706f257614a37aa80fc09bf1e1d76f013a1a5 Binary files /dev/null and b/libmaxminddb-1.7.1.tar.gz differ diff --git a/libmaxminddb.spec b/libmaxminddb.spec index 6baf1d2587a07a7d9cb8fac0bbda67eb526e2f33..440186461baee309010f2503066581f2911a0976 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -1,8 +1,8 @@ -%define anolis_release 3 +%define anolis_release 1 Name: libmaxminddb Summary: C library for the MaxMind DB file format -Version: 1.6.0 +Version: 1.7.1 Release: %{anolis_release}%{?dist} URL: https://maxmind.github.io/libmaxminddb Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz @@ -22,7 +22,7 @@ The package contains libmaxminddb library. %package devel Summary: Development header files for libmaxminddb -Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: %{name} = %{EVR} %description devel The package contains development header files for the libmaxminddb library @@ -30,7 +30,7 @@ and the mmdblookup utility which allows IP address lookup in a MaxMind DB file. %package doc Summary: Documentation files for %{name} -Requires: %{name}-devel = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: %{name}-devel = %{EVR} BuildArch: noarch %description doc @@ -51,7 +51,6 @@ LD_PRELOAD=%{buildroot}%{_libdir}/libmaxminddb.so make check %install %make_install -rm -v %{buildroot}%{_libdir}/*.la %generate_compatibility_deps @@ -76,6 +75,9 @@ rm -v %{buildroot}%{_libdir}/*.la %doc Changes.md %changelog +* Sat May 06 2023 Funda Wang - 1.7.1-1 +- New version 1.7.1 + * Mon Oct 24 2022 mgb01105731 - 1.6.0-3 - optimise spec file