From 86b51b66cd57d61fc3a9b534feb546e5cc486de0 Mon Sep 17 00:00:00 2001 From: mengwenhua Date: Thu, 5 Jan 2023 15:30:57 +0800 Subject: [PATCH] Include description of glew in README.md --- ...ude-description-of-glew-in-README.md.patch | 25 +++++++++++++++++++ glew.spec | 10 +++++++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 backport-0001-Include-description-of-glew-in-README.md.patch diff --git a/backport-0001-Include-description-of-glew-in-README.md.patch b/backport-0001-Include-description-of-glew-in-README.md.patch new file mode 100644 index 0000000..0095479 --- /dev/null +++ b/backport-0001-Include-description-of-glew-in-README.md.patch @@ -0,0 +1,25 @@ +From 15ab6eebecf7bc7028dfedb3af2afaea16231dfd Mon Sep 17 00:00:00 2001 +From: Rene +Date: Wed, 27 Sep 2017 11:42:00 +0200 +Subject: [PATCH] Include description of glew in README.md + +Description has been taken from glew.sourceforge.net +--- + README.md | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/README.md b/README.md +index 6d8245b..1b427b8 100644 +--- a/README.md ++++ b/README.md +@@ -1,5 +1,7 @@ + # GLEW - The OpenGL Extension Wrangler Library + ++The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris. ++ + ![](http://glew.sourceforge.net/glew.png) + + http://glew.sourceforge.net/ +-- +2.37.3.windows.1 + diff --git a/glew.spec b/glew.spec index 0faa4d8..af53d8b 100644 --- a/glew.spec +++ b/glew.spec @@ -1,6 +1,6 @@ Name: glew Version: 2.1.0 -Release: 5 +Release: 6 Summary: The OpenGL Extension Wrangler Library License: BSD-3-Clause and MIT URL: http://glew.sourceforge.net @@ -12,6 +12,8 @@ BuildRequires: libGLU-devel gcc Provides: libGLEW = %{version}-%{release} Obsoletes: libGLEW < %{version}-%{release} +Patch6000: backport-0001-Include-description-of-glew-in-README.md.patch + %description OpenGL Extension Wrangler Library (GLEW) is a cross-platform extension loading library for c / c ++. @@ -61,6 +63,12 @@ chmod 0755 $RPM_BUILD_ROOT%{_libdir}/*.so* %doc doc/* %changelog +* Thu Jan 5 2023 mengwenhua - 2.1.0-6 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:Include description of glew in README.md + * Tue May 10 2022 xu_ping - 2.1.0-5 - License compliance rectification