From 037d1efca7c1bed12af25c690eb9691fc03bee47 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:24:34 +0100 Subject: [PATCH] rebuilt with libglew 1.13.0 [release 0.0.2-3mamba;Fri Feb 19 2016] --- libgltf.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libgltf.spec b/libgltf.spec index 94acf7e..0f1e42b 100644 --- a/libgltf.spec +++ b/libgltf.spec @@ -1,6 +1,6 @@ Name: libgltf Version: 0.0.2 -Release: 1mamba +Release: 3mamba Summary: A C++ library for rendering OpenGL models stored in glTF format. Group: System/Libraries Vendor: openmamba @@ -18,6 +18,7 @@ BuildRequires: libgcc BuildRequires: libglew-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END +BuildRequires: libglew-devel >= 1.13 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -67,5 +68,11 @@ This package contains libraries and header files for developing applications tha %doc NEWS README %changelog +* Fri Feb 19 2016 Silvan Calarco 0.0.2-3mamba +- rebuilt with libglew 1.13.0 + +* Sun Jan 24 2016 Silvan Calarco 0.0.2-2mamba +- rebuilt with gcc 5.3 + * Sun Feb 22 2015 Silvan Calarco 0.0.2-1mamba - package created using the webbuild interface