From 14687895c2d4f9fe1811ba9bfae473cb01cd1230bfd33e747b2b9200531d03f5 Mon Sep 17 00:00:00 2001 From: Dmitriy Perlow Date: Tue, 14 Jul 2020 06:44:55 +0000 Subject: [PATCH] Accepting request 819823 from home:cgiboudeaux:Qt6 - Restore the _service file. Assimp still ships files which are not allowed in openSUSE. OBS-URL: https://build.opensuse.org/request/show/819823 OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=14 --- _service | 15 +++++++++++++++ assimp-5.0.1.tar.gz | 3 --- assimp-5.0.1.tar.xz | 3 +++ assimp.changes | 7 +++++++ assimp.spec | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 _service delete mode 100644 assimp-5.0.1.tar.gz create mode 100644 assimp-5.0.1.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..1891fd2 --- /dev/null +++ b/_service @@ -0,0 +1,15 @@ + + + git + git://github.com/assimp/assimp + v5.0.1 + 5.0.1 + + test/models-nonbsd + + + *.tar + xz + + + diff --git a/assimp-5.0.1.tar.gz b/assimp-5.0.1.tar.gz deleted file mode 100644 index 8f6f21e..0000000 --- a/assimp-5.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11310ec1f2ad2cd46b95ba88faca8f7aaa1efe9aa12605c55e3de2b977b3dbfc -size 46607553 diff --git a/assimp-5.0.1.tar.xz b/assimp-5.0.1.tar.xz new file mode 100644 index 0000000..e83b2b7 --- /dev/null +++ b/assimp-5.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a496e015c79ef35f49d4a8b6fe4d8418781b83966b2943fa3923021205a7f2 +size 22351472 diff --git a/assimp.changes b/assimp.changes index 4e66d29..99cb9a8 100644 --- a/assimp.changes +++ b/assimp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 9 20:42:17 UTC 2020 - Christophe Giboudeaux + +- Restore the _service file. + +Assimp still ships files which are not allowed in openSUSE. + ------------------------------------------------------------------- Wed Jun 10 09:38:02 UTC 2020 - Christophe Giboudeaux diff --git a/assimp.spec b/assimp.spec index 983b156..19111dc 100644 --- a/assimp.spec +++ b/assimp.spec @@ -24,7 +24,7 @@ Summary: Library to load and process 3D scenes from various data formats License: BSD-3-Clause AND MIT Group: Development/Libraries/C and C++ URL: https://assimp.org/ -Source0: https://github.com/assimp/assimp/archive/v%{version}/assimp-%{version}.tar.gz +Source0: %{name}-%{version}.tar.xz Patch0: do-not-install-irrXML.patch # PATCH-FIX-UPSTREAM -- Don't hardcode the library and binary location Patch1: 0001-use-GNUInstallDirs-where-possible.patch