commit f6ec6b59329437f8457de1fc8fa97fb577e34df0
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Sep 20 14:10:31 2024 +0200
Update changelog
mesa-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 9a29046..874dedb 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -73,7 +73,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 24.2.3
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-",
"~"); print(ver)}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL:
http://www.mesa3d.org
@@ -350,6 +350,9 @@ rm -fr
%{buildroot}%{_libdir}{,/dri-freeworld}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Fri Sep 20 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 24.2.3-2
+- Attempt to complement Fedora
+
* Thu Sep 19 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.2.3-1
- Update to 24.2.3
- Sync a few bits with mesa.spec from fedora