diff --git a/imgui.changes b/imgui.changes index 8c8a4f9..269b45f 100644 --- a/imgui.changes +++ b/imgui.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 6 20:58:07 UTC 2022 - Dirk Müller + +- update to 1.89.1: + * too many changes to list here, see https://github.com/ocornut/imgui/releases/tag/v1.89.1 + ------------------------------------------------------------------- Mon Aug 23 13:52:58 UTC 2021 - Martin Hauke diff --git a/imgui.spec b/imgui.spec index 9492db5..1d35678 100644 --- a/imgui.spec +++ b/imgui.spec @@ -1,7 +1,7 @@ # # spec file for package imgui # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: imgui -Version: 1.84.2 +Version: 1.89.1 Release: 0 Summary: Immediate Mode Graphical User interface for C++ with minimal dependencies License: MIT @@ -28,20 +28,30 @@ BuildRequires: c++_compiler BuildRequires: make %description -ImGui is a bloat-free graphical user interface library for C++. It outputs optimized vertex buffers that you can render anytime in your 3D-pipeline enabled application. It is fast, portable, renderer agnostic and self-contained (no external dependencies). +ImGui is a bloat-free graphical user interface library for C++. It outputs +optimized vertex buffers that you can render anytime in your 3D-pipeline +enabled application. It is fast, portable, renderer agnostic and self-contained +(no external dependencies). -ImGui is designed to enable fast iteration and empower programmers to create content creation tools and visualization/ debug tools (as opposed to UI for the average end-user). It favors simplicity and productivity toward this goal, and thus lacks certain features normally found in more high-level libraries. +ImGui is designed to enable fast iteration and empower programmers to create +content creation tools and visualization/ debug tools (as opposed to UI for the +average end-user). It favors simplicity and productivity toward this goal, and +thus lacks certain features normally found in more high-level libraries. -ImGui is particularly suited to integration in realtime 3D applications, fullscreen applications, embedded applications, games, or any applications on consoles platforms where operating system features are non-standard. +ImGui is particularly suited to integration in realtime 3D applications, +fullscreen applications, embedded applications, games, or any applications on +consoles platforms where operating system features are non-standard. %package devel Summary: Development files for ImGui Group: Development/Libraries/C and C++ %description devel -ImGui is self-contained within a few files that you can easily copy and compile into your application/engine. +ImGui is self-contained within a few files that you can easily copy and compile +into your application/engine. -No specific build process is required. You can add the .cpp files to your project or #include them from an existing file. +No specific build process is required. You can add the .cpp files to your +project or #include them from an existing file. %prep %setup -q diff --git a/v1.84.2.tar.gz b/v1.84.2.tar.gz deleted file mode 100644 index 6864df5..0000000 --- a/v1.84.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35cb5ca0fb42cb77604d4f908553f6ef3346ceec4fcd0189675bdfb764f62b9b -size 1405193 diff --git a/v1.89.1.tar.gz b/v1.89.1.tar.gz new file mode 100644 index 0000000..f792d9b --- /dev/null +++ b/v1.89.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d02a0079514d869e4b5f8f590f9060259385fcddd93a07ef21298b6a9610cbd +size 1515477