From 55ed52ca057fb953565dca2caef75eb48f67d8478b47a945e25e8f5251b342ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 27 Aug 2021 19:49:09 +0000 Subject: [PATCH] Accepting request 913786 from games - Update to 1.84.2 Bugfix release: * Disabled: Fixed nested BeginDisabled()/EndDisabled() calls. * Backends: OpenGL3: OpenGL: Fixed ES 3.0 shader ("#version 300 es") to use normal precision floats. Avoid wobbly rendering at HD resolutions. - Update to 1.84.1 https://github.com/ocornut/imgui/releases/tag/v1.84 OBS-URL: https://build.opensuse.org/request/show/913786 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/imgui?expand=0&rev=5 --- imgui.changes | 16 ++++++++++++++++ imgui.spec | 7 ++++--- v1.81.tar.gz | 3 --- v1.84.2.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 v1.81.tar.gz create mode 100644 v1.84.2.tar.gz diff --git a/imgui.changes b/imgui.changes index eba2ed1..8c8a4f9 100644 --- a/imgui.changes +++ b/imgui.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Aug 23 13:52:58 UTC 2021 - Martin Hauke + +- Update to 1.84.2 + Bugfix release: + * Disabled: Fixed nested BeginDisabled()/EndDisabled() calls. + * Backends: OpenGL3: OpenGL: Fixed ES 3.0 shader ("#version 300 + es") to use normal precision floats. Avoid wobbly rendering at + HD resolutions. + +------------------------------------------------------------------- +Sat Aug 21 21:26:07 UTC 2021 - Martin Hauke + +- Update to 1.84.1 + https://github.com/ocornut/imgui/releases/tag/v1.84 + ------------------------------------------------------------------- Tue Apr 20 11:18:02 UTC 2021 - Anton Smorodskyi diff --git a/imgui.spec b/imgui.spec index 5fe8cb8..9492db5 100644 --- a/imgui.spec +++ b/imgui.spec @@ -1,7 +1,7 @@ # # spec file for package imgui # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # 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/ # Name: imgui -Version: 1.81 +Version: 1.84.2 Release: 0 Summary: Immediate Mode Graphical User interface for C++ with minimal dependencies License: MIT @@ -47,6 +47,7 @@ No specific build process is required. You can add the .cpp files to your projec %setup -q %build + %install mkdir -p %{buildroot}%{_includedir}/imgui cp *.h %{buildroot}%{_includedir}/imgui diff --git a/v1.81.tar.gz b/v1.81.tar.gz deleted file mode 100644 index fcafdae..0000000 --- a/v1.81.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7c619e03a06c0f25e8f47262dbc32d61fd033d2c91796812bf0f8c94fca78fb -size 1413443 diff --git a/v1.84.2.tar.gz b/v1.84.2.tar.gz new file mode 100644 index 0000000..6864df5 --- /dev/null +++ b/v1.84.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cb5ca0fb42cb77604d4f908553f6ef3346ceec4fcd0189675bdfb764f62b9b +size 1405193