[mesa-freeworld] Rebuild due to mishap with the release number
by Thorsten Leemhuis
commit 51c046c21cf7c1903701aaf41a2d197bf0299a51
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Jan 24 13:39:11 2025 +0100
Rebuild due to mishap with the release number
Rebuild due to mishap with the release number
Rebuild due to mishap with the release number
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 6c73cb3..89b0fee 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -72,7 +72,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 24.3.4
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 2%{?dist}
+Release: 6%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -357,6 +357,9 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Fri Jan 24 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.4-5
+- Rebuild due to mishap with the release number
+
* Fri Jan 24 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.4-2
- Reapply ldconfig changes from Leigh
- Enable GLES stuff and exclude some of the files now getting build
2 weeks, 4 days
[mesa-freeworld/f41: 3/3] Merge branch 'master' into f41
by Thorsten Leemhuis
commit 6d2dd1c87e0f481d28e2d2a20d60a2e3c9103219
Merge: 5e2bc2e 6444436
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Jan 24 13:11:17 2025 +0100
Merge branch 'master' into f41
mesa-freeworld.spec | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
---
2 weeks, 4 days
[mesa-freeworld/f41] (3 commits) ...Merge branch 'master' into f41
by Thorsten Leemhuis
Summary of changes:
8320137... Revert "Remove ldconfig as it breaks some apps" (*)
6444436... Reapply ldconfig changes + enable GLES stuff (*)
6d2dd1c... Merge branch 'master' into f41
(*) This commit already existed in another branch; no separate mail sent
2 weeks, 4 days
[mesa-freeworld] Reapply ldconfig changes + enable GLES stuff
by Thorsten Leemhuis
commit 64444367a451c45c35e2506d09b326945c916697
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Jan 24 13:07:31 2025 +0100
Reapply ldconfig changes + enable GLES stuff
Hopefully fixes the problems discussed in
https://bugzilla.rpmfusion.org/show_bug.cgi?id=7150
while avoding those mentioned in
https://bugzilla.rpmfusion.org/show_bug.cgi?id=7147
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index bb317a4..6c73cb3 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -241,8 +241,8 @@ export RUSTFLAGS="%build_rustflags"
-Dvulkan-drivers=%{?vulkan_drivers} \
-Dvulkan-layers=device-select \
-Dshared-glapi=enabled \
- -Dgles1=disabled \
- -Dgles2=disabled \
+ -Dgles1=enabled \
+ -Dgles2=enabled \
-Dopengl=true \
-Dgbm=disabled \
-Dglx=dri \
@@ -316,6 +316,9 @@ rm -fr %{buildroot}%{_libdir}/libMesaOpenCL.so*
rm -fr %{buildroot}%{_libdir}/dri/*_dri.so
rm -fr %{buildroot}%{_libdir}/libvulkan*.so
rm -fr %{buildroot}%{_libdir}{,/dri-freeworld}/libVkLayer_MESA_device_select.so
+rm -fr %{buildroot}%{_includedir}/GLES*
+rm -fr %{buildroot}%{_libdir}/dri-freeworld/libGLES*
+rm -fr %{buildroot}%{_prefix}/lib%{_libdir}/dri-freeworld/libGLES*
# ld.so.conf.d file
install -m 0755 -d %{buildroot}%{_sysconfdir}/ld.so.conf.d/
@@ -356,6 +359,7 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%changelog
* Fri Jan 24 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.4-2
- Reapply ldconfig changes from Leigh
+- Enable GLES stuff and exclude some of the files now getting build
* Fri Jan 24 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.4-1
- Update to 24.3.4
2 weeks, 4 days
[mesa-freeworld] Revert "Remove ldconfig as it breaks some apps"
by Thorsten Leemhuis
commit 8320137230dfafb073c5b968a46116e96224430f
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Jan 24 11:48:02 2025 +0100
Revert "Remove ldconfig as it breaks some apps"
This reverts commit 90b3bc9f3599fffb0fa9eebb75f7f29155bff2c6.
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 2c0c3aa..bb317a4 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -72,7 +72,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 24.3.4
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 5%{?dist}
+Release: 2%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -317,8 +317,15 @@ rm -fr %{buildroot}%{_libdir}/dri/*_dri.so
rm -fr %{buildroot}%{_libdir}/libvulkan*.so
rm -fr %{buildroot}%{_libdir}{,/dri-freeworld}/libVkLayer_MESA_device_select.so
+# ld.so.conf.d file
+install -m 0755 -d %{buildroot}%{_sysconfdir}/ld.so.conf.d/
+echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_lib}.conf
+
%if 0%{?with_va}
+%post -n %{srcname}-va-drivers-freeworld -p /sbin/ldconfig
+%postun -n %{srcname}-va-drivers-freeworld -p /sbin/ldconfig
%files -n %{srcname}-va-drivers-freeworld
+%config %{_sysconfdir}/ld.so.conf.d/%{name}-%{_lib}.conf
%{_libdir}/dri-freeworld/libgallium-%{ver}.so
%{_libdir}/dri-freeworld/nouveau_drv_video.so
%if 0%{?with_r600}
@@ -347,6 +354,9 @@ rm -fr %{buildroot}%{_libdir}{,/dri-freeworld}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Fri Jan 24 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.4-2
+- Reapply ldconfig changes from Leigh
+
* Fri Jan 24 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.4-1
- Update to 24.3.4
2 weeks, 4 days
[mesa-freeworld/f41: 2/2] Merge branch 'master' into f41
by Thorsten Leemhuis
commit 5e2bc2eb6fd15e68ac90fa612f3e42f92fc9c141
Merge: 800b2b1 d39a48f
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Jan 24 08:09:26 2025 +0100
Merge branch 'master' into f41
mesa-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
2 weeks, 4 days
[mesa-freeworld] Update to 24.3.4
by Thorsten Leemhuis
commit d39a48f9f15a7b979a10ea470d2f04e2c10b8400
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Jan 24 07:26:41 2025 +0100
Update to 24.3.4
Update to 24.3.4
Update to 24.3.4
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 98e4dfd..2c0c3aa 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -70,7 +70,7 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 24.3.3
+%global ver 24.3.4
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 5%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
@@ -347,6 +347,9 @@ rm -fr %{buildroot}%{_libdir}{,/dri-freeworld}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Fri Jan 24 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.4-1
+- Update to 24.3.4
+
* Fri Jan 17 2025 Leigh Scott <leigh123linux(a)gmail.com> - 24.3.3-5
- Remove ldconfig as it breaks some apps
diff --git a/sources b/sources
index bac176e..6ced2c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.3.3.tar.xz) = 280d7a6dd64503ec398d449430270c78b5558c03bfeed3a42346573fd2db1aa3f96f5a212e49288718a7fe27447ee40235b066517622d68b0dfdd7b251a4e85f
+SHA512 (mesa-24.3.4.tar.xz) = 9c23cd86fda4cf0289c5a78b08ceea8b01e5b141d86ee3e659fa46e62ff9586ff92a4984d2a340b5bf209c4c7f3414bf99f3ced19feee8fb39ef99fe572dbd55
2 weeks, 4 days
[unifi/el9] Update to 9.0.108.
by Richard Shaw
Summary of changes:
0f30f51... Update to 9.0.108. (*)
(*) This commit already existed in another branch; no separate mail sent
2 weeks, 5 days