2020-05-31 18:27:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 20 13:15:44 UTC 2020 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
|
|
|
|
- Update to 5.0.1
|
|
|
|
* Added texture types: BASE_COLOR, NORMAL_CAMERA, EMISSION_COLOR,
|
|
|
|
METALNESS, DIFFUSE_ROUGHNESS
|
|
|
|
* Fixed various issues and memory leaks
|
|
|
|
* 3DS: Explicitly pass "UNNAMED" as 3DS root node name and fix
|
|
|
|
more thread-safety issue in 3DS loader.
|
|
|
|
* 3MF: Introduce first prototype for basematerial support
|
|
|
|
* AssJSon: Add json export.
|
|
|
|
* Various other file support improvements
|
|
|
|
- Dropped viewer subpackage, as it now requires DirectX
|
|
|
|
- Removed not needed disable-gitrevision-test.patch
|
|
|
|
- Rebased do-not-install-irrXML.patch
|
|
|
|
- Removed not needed install-viewer.patch
|
|
|
|
- Removed _service
|
|
|
|
|
2019-01-29 02:42:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 23 20:08:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- sanitize_source.sh was removed in the 4.1.0 update; restore its
|
|
|
|
logic with a new _service file and recreate the tarball.
|
|
|
|
|
2019-01-17 19:35:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 17 15:03:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Fix incorrect summary for libassimp*.
|
|
|
|
|
2019-01-17 13:22:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 11 16:16:03 UTC 2018 - rpm@fthiessen.de
|
|
|
|
|
|
|
|
- Update to 4.1.0
|
|
|
|
* Added support for Export 3MF (experimental)
|
|
|
|
* Added supprt for Import / Export glTF 2
|
|
|
|
* Prevent failing stringstream to crash the export process
|
|
|
|
* Fix invalid access to mesh array when the array is
|
|
|
|
empty in Blender, also fixed short overflow.
|
|
|
|
* Fixed memory leak in AMFImporter
|
|
|
|
* Fixed IOStream leak in UnrealLoader:
|
|
|
|
* Fixed out-of-bounds read in MaterialSystem unit test
|
|
|
|
* Added support for SIB models from Silo 2.5
|
|
|
|
- Changes from 4.0.1
|
|
|
|
* StreamReader: fix out-of-range exception
|
|
|
|
- Changes From 4.0.0
|
|
|
|
* New QT-Widget based assimp-viewer
|
|
|
|
* Open3DGC codec supported by glFT-importer
|
|
|
|
* glTF: Read and write transparency values
|
|
|
|
* Support for X3D, AMF and Lugdunum3D
|
|
|
|
* MDLLoader: fix resource leak.
|
|
|
|
* Fix memory leak in Collada importer
|
|
|
|
* Fixed many FBX bugs
|
|
|
|
- Added %check section, run unit tests
|
|
|
|
- Added disable-gitrevision-test.patch to fix testsuite as we do
|
|
|
|
not build from git, git rev will test will fail.
|
|
|
|
- Added do-not-install-irrXML.patch to prevent cmake from
|
|
|
|
installing the irrXML (static) library.
|
2019-01-17 14:16:25 +01:00
|
|
|
- install-viewer.patch: Install viewer component
|
2019-01-17 13:22:32 +01:00
|
|
|
|
2017-05-04 16:08:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 20 11:05:53 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Rename %soname to %sover to better reflects its use.
|
|
|
|
- Repackage original tarball with the test/models-nonbsd/
|
|
|
|
directory removed.
|
|
|
|
|
2016-09-05 19:57:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 5 10:38:19 UTC 2016 - rpm@fthiessen.de
|
|
|
|
|
|
|
|
- Update to new upstream release 3.3.1
|
|
|
|
* Fix BlenderTesselator: offsetof operator
|
|
|
|
* C++11 support
|
|
|
|
* OpenGEX: add support for cameras and lights
|
|
|
|
* Enable export by pyAssimp
|
|
|
|
* Add functionality to perform a singlepost-processing step
|
|
|
|
* Fix of many resource leaks in unittests and main lib
|
|
|
|
|
2016-06-18 07:49:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 16 22:16:07 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 3.2
|
|
|
|
* Support for FBX 2013 and newer, binary and ASCII
|
|
|
|
* Support for OGRE binary mesh and skeleton format
|
|
|
|
* Updated BLEND support for newer Blender versions
|
|
|
|
* Support for arbitrary meta data, used to hold FBX and DAE metadata
|
|
|
|
* OBJ Export now produces smaller files
|
|
|
|
* Meshes can now have names, this is supported by the major importers
|
|
|
|
* Improved IFC geometry generation
|
|
|
|
* M3 support has been removed
|
|
|
|
* Experimental OpenGEX support
|
|
|
|
|
2013-09-04 15:31:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 3 09:38:16 UTC 2013 - joop.boonen@opensuse.org
|
|
|
|
|
|
|
|
- Fixed the build problem with docdir
|
|
|
|
moved samples/ to doc
|
|
|
|
|
2013-03-07 14:43:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 1 21:12:07 UTC 2013 - joop.boonen@opensuse.org
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
- some improvements form *.spec at home:hcostelha repository
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 29 00:00:00 CEST 2012 - sergey.shambir.auto@gmail.c
|
|
|
|
|
|
|
|
- initial package of version 3.0
|
|
|
|
|