From 5dd6f09d60d77f226c069e8e345617d318182ae1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:08:55 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- libproxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libproxy.spec b/libproxy.spec index 4093300..588c0cc 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -4,7 +4,7 @@ Name: libproxy Version: 0.4.17 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A library handling all the details of proxy configuration License: LGPLv2+ @@ -210,6 +210,9 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/proxy.1 %changelog +* Mon Jun 13 2022 Python Maint - 0.4.17-6 +- Rebuilt for Python 3.11 + * Mon Mar 28 2022 David King - 0.4.17-5 - Fix build (#2069137)