Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Scott K Logan
b26ef2adbb Adjust unbundle patch to target rapidjson-1.1.0-42.el10_0 2025-12-05 14:51:57 -06:00
2 changed files with 5 additions and 2 deletions

View file

@ -242,7 +242,7 @@ diff -rupN --no-dereference assimp-6.0.2/test/unit/utglTF2ImportExport.cpp assim
schemaDoc.Parse(R"==({"properties":{"scene" : { "type" : "integer" }}, "required": [ "scene" ]})==");
EXPECT_FALSE(schemaDoc.HasParseError());
- m_schema.reset(new rapidjson::SchemaDocument(schemaDoc, m_schemaName.c_str(), static_cast<rapidjson::SizeType>(m_schemaName.size()), this));
+ m_schema.reset(new rapidjson::SchemaDocument(schemaDoc, 0, 0, this));
+ m_schema.reset(new rapidjson::SchemaDocument(schemaDoc, this));
}
const rapidjson::SchemaDocument* GetRemoteDocument(const char* uri, rapidjson::SizeType) override {

View file

@ -2,7 +2,7 @@
Name: assimp
Version: 6.0.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Library to import various 3D model formats into applications
# Assimp is BSD
@ -170,6 +170,9 @@ install -m0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyassi
%changelog
* Fri Dec 05 2025 Scott K Logan <logans@cottsay.net> - 6.0.2-4
- Adjust unbundle patch to target rapidjson-1.1.0-42.el10_0
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 6.0.2-3
- Rebuilt for Python 3.14.0rc3 bytecode