diff --git a/freeglut.spec b/freeglut.spec index 722b09017f3f53b3c7d316558d522ede08b829f6..02e76f8f14076ef916fdd3bca816f0854480ed90 100644 --- a/freeglut.spec +++ b/freeglut.spec @@ -1,6 +1,6 @@ Name: freeglut Version: 3.0.0 -Release: 12 +Release: 13 Summary: A freely licensed alternative to the GLUT library License: MIT URL: http://freeglut.sourceforge.net @@ -35,7 +35,7 @@ developing or compilingsoftware which links to the freeglut library. Summary: Help information and man pages for freeglut %description help -This package privides man-pages and involved help info for freeglut +This package provides man-pages and involved help info for freeglut %prep %autosetup -n %{name}-%{version} -a 1 -p1 @@ -68,6 +68,9 @@ install -p -m 644 doc/man/*.3 $RPM_BUILD_ROOT/%{_mandir}/man3 %doc README doc/*.png doc/*.html %changelog +* Fri Oct 11 2024 lvzhonglin - 3.0.0-13 +- update description + * Sun Feb 18 2024 wangkai <13474090681@163.com> - 3.0.0-12 - Fix CVE-2024-24258 and CVE-2024-24259