From 83de6a1137994097bb162a9e4ae68499697f0a4f Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Sat, 8 Jan 2022 16:36:27 +0800 Subject: [PATCH] Add the gmock-devel dependency (cherry picked from commit 3164af2b3f724a252312acf019365d1fb0729718) --- assimp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assimp.spec b/assimp.spec index 5c44972..d6ea2eb 100644 --- a/assimp.spec +++ b/assimp.spec @@ -1,6 +1,6 @@ Name: assimp Version: 3.3.1 -Release: 22 +Release: 23 Summary: Library to load and process various 3D model formats into applications. License: BSD and MIT and LGPL-2.1 and LGPL-2.0 and GPL-2.0 and LGPL-3.0 and GPL-3.0 URL: http://www.assimp.org/ @@ -15,7 +15,7 @@ Patch0007: 0001-Enable-doxygen-been-properly-used-from-cmake-build-a.patch Patch0008: 0001-Apply-mechanism-to-decide-use-for-IrrXML-external-or.patch BuildRequires: gcc-c++ boost-devel cmake dos2unix irrlicht-devel irrXML-devel BuildRequires: doxygen poly2tri-devel gtest-devel pkgconfig(zzip-zlib-config) -BuildRequires: pkgconfig(zlib) pkgconfig(minizip) +BuildRequires: pkgconfig(zlib) pkgconfig(minizip) gmock-devel BuildRequires: pkgconfig(python3) python3-rpm-macros Provides: bundled(polyclipping) = 4.8.8 bundled(openddl-parser) @@ -100,6 +100,9 @@ install -m 0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyass %{python3_sitelib}/pyassimp %changelog +* Sat Jan 8 2022 liyanan - 3.3.1-23 +- Add the gmock-devel dependency + * Mon Jan 4 2021 Ge Wang - 3.3.1-22 - Modify homepage url and license infomation -- Gitee