From 60a73b567aadc91627d25f5d3373ebe770a79410 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:42:34 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- ldns.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ldns.spec b/ldns.spec index 64dba07..2e06748 100644 --- a/ldns.spec +++ b/ldns.spec @@ -37,7 +37,7 @@ Summary: Low-level DNS(SEC) library with API Name: ldns Version: 1.8.3 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD-3-Clause Url: https://www.nlnetlabs.nl/%{name}/ @@ -355,6 +355,9 @@ rm -rf doc/man %doc doc %changelog +* Tue Jun 13 2023 Python Maint - 1.8.3-7 +- Rebuilt for Python 3.12 + * Wed Jan 25 2023 Petr Menšík - 1.8.3-6 - Python packaging cleanups (#2155003)