From 0b2460631d9b2f24ba4c54c5c8c0210279f2e499 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 24 Jun 2022 09:16:40 +0100 Subject: [PATCH] Replace obsolete boost-python3-devel build dependency (#2100748) --- botan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/botan.spec b/botan.spec index aa02af9..1f52b9d 100644 --- a/botan.spec +++ b/botan.spec @@ -2,7 +2,7 @@ Name: botan Version: %{major_version}.17 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Crypto library written in C++ License: BSD @@ -24,7 +24,7 @@ BuildRequires: gcc-c++ BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-sphinx -BuildRequires: boost-python3-devel +BuildRequires: boost-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: make @@ -193,6 +193,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog +* Fri Jun 24 2022 Jonathan Wakely - .17-32 +- Replace obsolete boost-python3-devel build dependency (#2100748) + * Mon Jun 13 2022 Python Maint - 1.10.17-31 - Rebuilt for Python 3.11