diff --git a/vmmlib-1.8.0-cmake-4-fix.patch b/vmmlib-1.8.0-cmake-4-fix.patch deleted file mode 100644 index ab64bf5..0000000 --- a/vmmlib-1.8.0-cmake-4-fix.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/CMake/common/Common.cmake b/CMake/common/Common.cmake -index 833201e..4b103f0 100644 ---- a/CMake/common/Common.cmake -+++ b/CMake/common/Common.cmake -@@ -12,7 +12,7 @@ if(CMAKE_INSTALL_PREFIX STREQUAL PROJECT_BINARY_DIR) - message(FATAL_ERROR "Cannot install into build directory") - endif() - --cmake_minimum_required(VERSION 2.8 FATAL_ERROR) -+cmake_minimum_required(VERSION 3.5 FATAL_ERROR) - include(CMakeCompatibility) - - if(EXISTS ${PROJECT_SOURCE_DIR}/CMake/${PROJECT_NAME}.cmake) -diff --git a/CMakeLists.txt b/CMakeLists.txt -index f5498c8..eedffe0 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,7 +1,7 @@ - # Copyright (c) 2011 Daniel Pfeifer - # 2011-2014 Stefan.Eilemann@epfl.ch - --cmake_minimum_required(VERSION 2.8 FATAL_ERROR) -+cmake_minimum_required(VERSION 3.5 FATAL_ERROR) - project(vmmlib) - - set(VERSION_MAJOR 1) diff --git a/vmmlib.spec b/vmmlib.spec index 20513c2..98849a4 100644 --- a/vmmlib.spec +++ b/vmmlib.spec @@ -6,7 +6,7 @@ Name: vmmlib Version: 1.8.0 -Release: 0.11.%{git_suffix}%{?dist} +Release: 0.8.%{git_suffix}%{?dist} Summary: A vector and matrix math library implemented using C++ templates # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -20,10 +20,7 @@ BuildRequires: doxygen BuildRequires: cmake BuildRequires: boost-devel # https://github.com/VMML/vmmlib/pull/101 -Patch: vmmlib-1.8.0-gcc-13-fix.patch -# https://github.com/VMML/vmmlib/issues/103 -# https://github.com/Eyescale/CMake/pull/606 -Patch: vmmlib-1.8.0-cmake-4-fix.patch +Patch0: vmmlib-1.8.0-gcc-13-fix.patch %description vmmlib is a vector and matrix math library implemented using C++ templates. @@ -67,15 +64,6 @@ cp -a vmmlib %{buildroot}%{_includedir} %{_datadir}/vmmlib/CMake/*.cmake %changelog -* Fri Jul 17 2026 Fedora Release Engineering - 1.8.0-0.11.20220222git364732e3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild - -* Sat Jan 17 2026 Fedora Release Engineering - 1.8.0-0.10.20220222git364732e3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Fri Jul 25 2025 Fedora Release Engineering - 1.8.0-0.9.20220222git364732e3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - * Sun Jan 19 2025 Fedora Release Engineering - 1.8.0-0.8.20220222git364732e3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild