From ecfbab2928b08e615fb8f818273b8869d82ded29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 7 Jan 2021 14:41:58 +0100 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_3.0 --- libsolv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsolv.spec b/libsolv.spec index cee04e6..d050ac2 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -22,7 +22,7 @@ Name: lib%{libname} Version: 0.7.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Package dependency solver License: BSD @@ -254,6 +254,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %endif %changelog +* Thu Jan 7 2021 Vít Ondruch - 0.7.15-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_3.0 + * Mon Nov 16 2020 Miro Hrončok - 0.7.15-2 - Backport upstream fix for Python 3.10 compatibility - Fixes: rhbz#1896411