8
0
forked from pool/tinyobjloader

Accepting request 981392 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/981392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tinyobjloader?expand=0&rev=3
This commit is contained in:
2022-06-09 12:11:57 +00:00
committed by Git OBS Bridge
6 changed files with 14 additions and 27 deletions

View File

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

View File

@@ -1,4 +0,0 @@
<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:1972b88dea03ae262f45da6d0de0b100ab998a398051cf768ee4f0682c1789bb
size 4453920

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 20 13:00:13 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 2.0.0rc9
* Latest release candidate
* Minor documentation updates
-------------------------------------------------------------------
Mon Aug 23 09:51:21 UTC 2021 - mardnh@gmx.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package tinyobjloader
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2018-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -20,13 +20,13 @@
%define sover 2
%define lname libtinyobjloader%{sover}
Name: tinyobjloader
Version: 2.0.0rc8+git.20210821
Version: 2.0.0rc9
Release: 0
Summary: Wavefront .obj file loader
License: MIT
Group: Development/Languages/C and C++
URL: https://github.com/syoyo/tinyobjloader
Source: %{name}-%{version}.tar.xz
URL: https://github.com/tinyobjloader/tinyobjloader
Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: tinyobjloader-fix-cmake-path.patch
BuildRequires: cmake
BuildRequires: gcc-c++