From c33c17a19b066aa58f39300f1c0583e163d9622f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:47:57 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- protobuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protobuf.spec b/protobuf.spec index bcbaf4f..68d02c5 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -23,7 +23,7 @@ Name: protobuf # “patch” updates of protobuf. Version: 3.19.6 %global so_version 30 -Release: 4%{?dist} +Release: 5%{?dist} # The entire source is BSD-3-Clause, except the following files, which belong # to the build system; are unpackaged maintainer utility scripts; or are used @@ -462,6 +462,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir} %changelog +* Tue Jun 13 2023 Python Maint - 3.19.6-5 +- Rebuilt for Python 3.12 + * Wed Apr 26 2023 Benjamin A. Beasley - 3.19.6-4 - Stop packaging static libraries - Stop using deprecated %%patchN syntax