automatic version update by autodist [release 3.0.1-1mamba;Fri May 20 2022]

This commit is contained in:
Automatic Build System 2024-01-05 21:08:15 +01:00
parent 3ddbac7474
commit 204db097ef

View File

@ -1,5 +1,5 @@
Name: catch2
Version: 2.13.9
Version: 3.0.1
Release: 1mamba
Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD
Group: Development/Libraries
@ -43,17 +43,21 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}-devel
%defattr(-,root,root)
%dir %{_includedir}/catch2/
%{_includedir}/catch2/*.hpp
%{_includedir}/catch2/*
%{_libdir}/libCatch2*.a
%dir %{_libdir}/cmake/Catch2
%{_libdir}/cmake/Catch2/*.cmake
%{_datadir}/Catch2/gdbinit
%{_datadir}/Catch2/lldbinit
%dir %{_datadir}/doc/Catch2
%{_datadir}/doc/Catch2/*.md
%{_datadir}/pkgconfig/catch2.pc
%{_datadir}/pkgconfig/catch2*.pc
%{_docdir}/Catch2/*.md
%doc README.md
%changelog
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
- automatic version update by autodist
* Wed Apr 13 2022 Automatic Build System <autodist@mambasoft.it> 2.13.9-1mamba
- automatic version update by autodist