From 2616c76bc9ea1a99436414694a0a17082ca38cc0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:08:15 +0100 Subject: [PATCH] automatic version update by autodist [release 3.1.0-1mamba;Tue Jul 19 2022] --- catch2.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/catch2.spec b/catch2.spec index 6545f8f..f7a7ba0 100644 --- a/catch2.spec +++ b/catch2.spec @@ -1,5 +1,5 @@ Name: catch2 -Version: 3.0.1 +Version: 3.1.0 Release: 1mamba Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD Group: Development/Libraries @@ -10,6 +10,9 @@ URL: https://github.com/catchorg/Catch2 Source: https://github.com/catchorg/Catch2.git/v%{version}/Catch2-%{version}.tar.bz2 License: Boost Software License ## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: cmake @@ -44,7 +47,8 @@ This package contains libraries and header files for developing applications tha %defattr(-,root,root) %dir %{_includedir}/catch2/ %{_includedir}/catch2/* -%{_libdir}/libCatch2*.a +%{_libdir}/libCatch2.so +%{_libdir}/libCatch2Main.so %dir %{_libdir}/cmake/Catch2 %{_libdir}/cmake/Catch2/*.cmake %{_datadir}/Catch2/gdbinit @@ -55,6 +59,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Tue Jul 19 2022 Automatic Build System 3.1.0-1mamba +- automatic version update by autodist + * Fri May 20 2022 Automatic Build System 3.0.1-1mamba - automatic version update by autodist