From 29cff8f7a82707404d72c990654ba6307ae3b149d8903d158753cbd4bf2fd693 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 22 Feb 2024 08:21:27 +0000 Subject: [PATCH] Accepting request 1147827 from home:dimstar:rpm4.20:a Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147827 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_maxminddb?expand=0&rev=10 --- apache2-mod_maxminddb.changes | 6 ++++++ apache2-mod_maxminddb.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apache2-mod_maxminddb.changes b/apache2-mod_maxminddb.changes index e4ccb58..b444797 100644 --- a/apache2-mod_maxminddb.changes +++ b/apache2-mod_maxminddb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 20 11:02:03 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + ------------------------------------------------------------------- Tue Mar 24 01:55:57 UTC 2020 - Marcus Rueckert diff --git a/apache2-mod_maxminddb.spec b/apache2-mod_maxminddb.spec index e2904b5..a1a66e6 100644 --- a/apache2-mod_maxminddb.spec +++ b/apache2-mod_maxminddb.spec @@ -40,8 +40,7 @@ Requires: apache2 This module allows you to query MaxMind DB files from Apache 2.2+ using the libmaxminddb library. %prep -%setup -q -n %{modname}-%{version} -%patch1 -p1 +%autosetup -p1 -n %{modname}-%{version} # This config file is used for loading the module without # enabling any databases which are not available on OBS echo "MaxMindDBEnable On" > test-enable-module.conf