Accepting request 1186906 from games
OBS-URL: https://build.opensuse.org/request/show/1186906 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/assimp?expand=0&rev=27
This commit is contained in:
commit
7982af3f9f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 11 15:28:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- fix check failure on s390x (bsc#1218474)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 9 12:08:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Tue Jul 9 12:08:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
@ -706,12 +711,12 @@ Thu Jun 16 22:16:07 UTC 2016 - jengelh@inai.de
|
|||||||
Tue Sep 3 09:38:16 UTC 2013 - joop.boonen@opensuse.org
|
Tue Sep 3 09:38:16 UTC 2013 - joop.boonen@opensuse.org
|
||||||
|
|
||||||
- Fixed the build problem with docdir
|
- Fixed the build problem with docdir
|
||||||
moved samples/ to doc
|
moved samples/ to doc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 1 21:12:07 UTC 2013 - joop.boonen@opensuse.org
|
Fri Feb 1 21:12:07 UTC 2013 - joop.boonen@opensuse.org
|
||||||
|
|
||||||
- Improved the spec file, changed the names and cleaned the spec file
|
- Improved the spec file, changed the names and cleaned the spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 30 00:00:00 CEST 2012 - sergey.shambir.auto@gmail.c
|
Mon Jul 30 00:00:00 CEST 2012 - sergey.shambir.auto@gmail.c
|
||||||
|
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Library to load and process 3D scenes from various data formats
|
Summary: Library to load and process 3D scenes from various data formats
|
||||||
License: BSD-3-Clause AND MIT
|
License: BSD-3-Clause AND MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://www.assimp.org/
|
URL: https://github.com/assimp/assimp
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: cmake >= 3.22
|
BuildRequires: cmake >= 3.22
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
@ -122,10 +122,10 @@ gtest_filter="${gtest_filter}:AssimpAPITest_aiQuaternion.*"
|
|||||||
gtest_filter="${gtest_filter}:AssimpAPITest_aiVector2D.*"
|
gtest_filter="${gtest_filter}:AssimpAPITest_aiVector2D.*"
|
||||||
gtest_filter="${gtest_filter}:AssimpAPITest_aiVector3D.*"
|
gtest_filter="${gtest_filter}:AssimpAPITest_aiVector3D.*"
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
./bin/unit --gtest_filter="${gtest_filter}"
|
./bin/unit --gtest_filter="${gtest_filter}"
|
||||||
popd
|
popd
|
||||||
|
%endif
|
||||||
|
|
||||||
%ldconfig_scriptlets -n lib%{name}%{sover}
|
%ldconfig_scriptlets -n lib%{name}%{sover}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user