8
0
forked from pool/tinyobjloader

Accepting request 914592 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/914592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tinyobjloader?expand=0&rev=2
This commit is contained in:
2021-08-27 19:44:05 +00:00
committed by Git OBS Bridge
6 changed files with 44 additions and 8 deletions

16
_service Normal file
View File

@@ -0,0 +1,16 @@
<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>

4
_servicedata Normal file
View File

@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/tinyobjloader/tinyobjloader.git</param>
<param name="changesrevision">1e794e9c641ffbf46d7e6e3b445e4b1c2bda10bb</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19ee82cd201761954dd833de551edb570e33b320d6027e0d91455faf7cd4c341
size 973418

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1972b88dea03ae262f45da6d0de0b100ab998a398051cf768ee4f0682c1789bb
size 4453920

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Aug 23 09:51:21 UTC 2021 - mardnh@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.
-------------------------------------------------------------------
Mon Aug 6 22:41:02 UTC 2018 - jengelh@inai.de

View File

@@ -1,7 +1,8 @@
#
# spec file for package tinyobjloader
#
# Copyright (c) 2018, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2018-2021, Martin Hauke <mardnh@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++