From fa39c1eb0a90d77d0abdd56008f7816fb3ab691b Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 14:05:41 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libxml2.git#aef32771cde4f8af27f36e842c427de4e5a1d88d --- libxml2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libxml2.spec b/libxml2.spec index dbda596..9a296b4 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,6 +1,6 @@ Name: libxml2 Version: 2.9.10 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Library providing XML and HTML support License: MIT @@ -153,6 +153,9 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz %{python3_sitearch}/libxml2mod.so %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.9.10-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 12 11:57:41 CET 2020 Victor Stinner - 2.9.10-9 - Build the Python extension with the PY_SSIZE_T_CLEAN macro to make it compatible with Python 3.10.