Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tinyobjloader for openSUSE:Factory checked in at 2021-08-27 21:44:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tinyobjloader (Old) and /work/SRC/openSUSE:Factory/.tinyobjloader.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tinyobjloader" Fri Aug 27 21:44:05 2021 rev:2 rq:914592 version:2.0.0rc8+git.20210821 Changes: -------- --- /work/SRC/openSUSE:Factory/tinyobjloader/tinyobjloader.changes 2018-08-24 17:00:48.365836800 +0200 +++ /work/SRC/openSUSE:Factory/.tinyobjloader.new.1899/tinyobjloader.changes 2021-08-27 21:45:17.182067645 +0200 @@ -1,0 +2,15 @@ +Mon Aug 23 09:51:21 UTC 2021 - mar...@gmx.de + +- Update to version 2.0.0rc8+git.20210821: + * Add new object oriented API. 1.x API is still provided. + * Support line primitive. + * Support points primitive. + * Support multiple search path for .mtl(v1 API). + * Support vertex weight `vw`(as an tinyobj extension) + * Support escaped whitespece in mtllib + * Add robust triangulation using Mapbox + earcut(TINYOBJLOADER_USE_MAPBOX_EARCUT). + * Fix CVE-2020-28589: tinyobjloader: An improper array index + validation could lead to code execution. + +------------------------------------------------------------------- Old: ---- tinyobjloader-1.0.6.tar.gz New: ---- _service _servicedata tinyobjloader-2.0.0rc8+git.20210821.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tinyobjloader.spec ++++++ --- /var/tmp/diff_new_pack.WPfe8e/_old 2021-08-27 21:45:17.770068347 +0200 +++ /var/tmp/diff_new_pack.WPfe8e/_new 2021-08-27 21:45:17.774068351 +0200 @@ -1,7 +1,8 @@ # # spec file for package tinyobjloader # -# Copyright (c) 2018, Martin Hauke <mar...@gmx.de> +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2018-2021, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +13,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define sover 1 +%define sover 2 %define lname libtinyobjloader%{sover} Name: tinyobjloader -Version: 1.0.6 +Version: 2.0.0rc8+git.20210821 Release: 0 Summary: Wavefront .obj file loader License: MIT Group: Development/Languages/C and C++ URL: https://github.com/syoyo/tinyobjloader -Source: https://github.com/syoyo/tinyobjloader/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.xz Patch0: tinyobjloader-fix-cmake-path.patch BuildRequires: cmake BuildRequires: gcc-c++ ++++++ _service ++++++ <services> <service mode="disabled" name="tar_scm"> <param name="url">https://github.com/tinyobjloader/tinyobjloader.git</param> <param name="package-meta">yes</param> <param name="revision">master</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="versionformat">2.0.0rc8+git.%cd</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service mode="disabled" name="set_version"/> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/tinyobjloader/tinyobjloader.git</param> <param name="changesrevision">1e794e9c641ffbf46d7e6e3b445e4b1c2bda10bb</param></service></servicedata>