From 82da9d320d61f5a7168e982ba8d3ffc5a48a5299 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 22 Feb 2023 08:48:29 +0000 Subject: [PATCH] Drop unnecessary conflict with catch-devel --- catch1.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/catch1.spec b/catch1.spec index 13636c1..45d55cd 100644 --- a/catch1.spec +++ b/catch1.spec @@ -2,7 +2,7 @@ Name: catch1 Version: 1.12.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A modern, C++-native, header-only, framework for unit-tests, TDD and BDD License: BSL-1.0 @@ -23,7 +23,6 @@ is packaged up as a single header for extra convenience. %package devel Summary: Development files for %{name} Provides: %{name}-static = %{version}-%{release} -Conflicts: catch-devel %description devel Catch stands for C++ Automated Test Cases in Headers and is a @@ -57,6 +56,9 @@ cp -pr include %{buildroot}%{_includedir}/catch %changelog +* Wed Feb 22 2023 Tom Hughes - 1.12.2-13 +- Drop unnecessary conflict with catch-devel + * Wed Jan 18 2023 Fedora Release Engineering - 1.12.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild