Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1603b93575 | ||
|
|
0fbc29a576 | ||
|
|
d4142ddb03 | ||
|
|
c7dedb0da5 | ||
|
|
c84a41b8ad | ||
|
|
7479aec431 | ||
|
|
14b590bbfe | ||
|
|
7f6b4cc044 |
2 changed files with 51 additions and 3 deletions
26
vmmlib-1.8.0-cmake-4-fix.patch
Normal file
26
vmmlib-1.8.0-cmake-4-fix.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
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 <daniel@pfeifer-mail.de>
|
||||
# 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)
|
||||
28
vmmlib.spec
28
vmmlib.spec
|
|
@ -6,9 +6,10 @@
|
|||
|
||||
Name: vmmlib
|
||||
Version: 1.8.0
|
||||
Release: 0.5.%{git_suffix}%{?dist}
|
||||
Release: 0.11.%{git_suffix}%{?dist}
|
||||
Summary: A vector and matrix math library implemented using C++ templates
|
||||
License: BSD
|
||||
# Automatically converted from old format: BSD - review is highly recommended.
|
||||
License: LicenseRef-Callaway-BSD
|
||||
#URL: http://vmmlib.sourceforge.net/
|
||||
URL: http://github.com/VMML/vmmlib/
|
||||
#Source0: http://github.com/VMML/vmmlib/archive/release-%%{version}.tar.gz#/%%{name}-release-%%{version}.tar.gz
|
||||
|
|
@ -19,7 +20,10 @@ BuildRequires: doxygen
|
|||
BuildRequires: cmake
|
||||
BuildRequires: boost-devel
|
||||
# https://github.com/VMML/vmmlib/pull/101
|
||||
Patch0: vmmlib-1.8.0-gcc-13-fix.patch
|
||||
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
|
||||
|
||||
%description
|
||||
vmmlib is a vector and matrix math library implemented using C++ templates.
|
||||
|
|
@ -63,6 +67,24 @@ cp -a vmmlib %{buildroot}%{_includedir}
|
|||
%{_datadir}/vmmlib/CMake/*.cmake
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-0.11.20220222git364732e3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-0.10.20220222git364732e3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-0.9.20220222git364732e3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-0.8.20220222git364732e3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 1.8.0-0.7.20220222git364732e3
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-0.6.20220222git364732e3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-0.5.20220222git364732e3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue