[mesa-freeworld/f41: 10/10] Merge branch 'master' into f41
by Leigh Scott
commit 7f3312d696a51d8506b077f5cc081fbc8b6e44f1
Merge: 2318bb4 a11913c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jan 10 23:31:08 2025 +0000
Merge branch 'master' into f41
mesa-freeworld.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
1 month
[mesa-freeworld/f41] (10 commits) ...Merge branch 'master' into f41
by Leigh Scott
Summary of changes:
6959cce... Update to 24.3.0-rc1 (*)
b6e4882... avoid "meson.build:4:0: ERROR: Unknown options: "gallium-om (*)
634880c... user proper version macro for libgallim (*)
b541c06... Update to 24.3.0-rc2 (*)
6bfde85... Update to 24.3.0 (*)
1f0fe6c... Update to 24.3.1 (*)
119bcc1... Update to 24.3.2 (*)
6520b7b... Update to 24.3.3 (*)
a11913c... Fix tearing due to fedora libgallium (*)
7f3312d... Merge branch 'master' into f41
(*) This commit already existed in another branch; no separate mail sent
1 month
[mesa-freeworld] Fix tearing due to fedora libgallium
by Leigh Scott
commit a11913c86bf02a4c190334fb4245f7b98143f4bd
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jan 10 21:53:30 2025 +0000
Fix tearing due to fedora libgallium
mesa-freeworld.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 40cf721..a2a00e4 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -72,7 +72,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 24.3.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
@@ -317,8 +317,13 @@ 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}
%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 +352,9 @@ rm -fr %{buildroot}%{_libdir}{,/dri-freeworld}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Fri Jan 10 2025 Leigh Scott <leigh123linux(a)gmail.com> - 24.3.3-2
+- Fix tearing due to fedora libgallium
+
* Fri Jan 10 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.3-1
- Update to 24.3.3
1 month
[ffmpeg] Rebuild
by Leigh Scott
commit e9546dc3eabf0265a9417668dca5021d771f9bd4
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jan 10 18:09:50 2025 +0000
Rebuild
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 4a37ba6..8358774 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -103,7 +103,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 7.0.2
-Release: 6%{?dist}
+Release: 7%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -540,6 +540,9 @@ cp -pa %{buildroot}%{_libdir}/libavcodec.so.* \
%changelog
+* Fri Jan 10 2025 Leigh Scott <leigh123linux(a)gmail.com> - 7.0.2-7
+- Rebuild
+
* Sat Nov 23 2024 Leigh Scott <leigh123linux(a)gmail.com> - 7.0.2-6
- Rebuild for new x265
1 month
[gtetrinet] As wrote in "Controlling Type Safety" of https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/r
by Sérgio M. Basto
commit b99021d5316463188a3d09eeb38fff4cd6a8bc6d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jan 10 18:04:38 2025 +0000
As wrote in "Controlling Type Safety" of https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/rawhide/f/build...
I verified that we can use level 2
Update to git HEAD (just 3 new commits)
.gitignore | 1 +
gtetrinet.spec | 13 +++++++++----
sources | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 780653b..21249da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ mmr-sounds-1.0.tar.gz
/gtetrinet-GTETRINET_0_7_11.tar.gz
/GTETRINET_0_7_11...12cec675f4354d585ef754813b79695db30a8b1e.diff
/gtetrinet-09e8db1.tar.gz
+/gtetrinet-6d816ee.tar.gz
diff --git a/gtetrinet.spec b/gtetrinet.spec
index 7fcbaa3..0966e25 100644
--- a/gtetrinet.spec
+++ b/gtetrinet.spec
@@ -1,13 +1,13 @@
-%global build_type_safety_c 0
+%global build_type_safety_c 2
-%global commit 09e8db1c1681704d7c21d5dda77c0623c5102705
+%global commit 6d816eeeb7a9dcc0011ef1892c6467455f196e0e
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20210107
+%global gitdate 20220828
Summary: GNOME version of a tetris game playable on the net
Name: gtetrinet
Version: 0.7.11
-Release: 26.%{gitdate}.git%{shortcommit}%{?dist}
+Release: 27.%{gitdate}.git%{shortcommit}%{?dist}
License: GPLv2+
Group: Amusements/Games
URL: http://gtetrinet.sourceforge.net/
@@ -67,6 +67,11 @@ install -m 0644 -D %{SOURCE3} %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%changelog
+* Fri Jan 10 2025 Sérgio Basto <sergio(a)serjux.com> - 0.7.11-27.20220828.git6d816ee
+- As wrote in "Controlling Type Safety" of https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/rawhide/f/build...
+ I verified that we can use level 2
+- Update to git HEAD (just 3 new commits)
+
* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.7.11-26.20210107.git09e8db1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
diff --git a/sources b/sources
index 1cfaf57..39d244a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (mmr-sounds-1.0.tar.gz) = 5065aa60d8296e346a152625d1556095b99ccae21c5d6891c754e10ea90d5a1e1796474b7a8cb0003f3a3ff7e454cce9b5aa28a841d9e5490e39758a5753ecf9
-SHA512 (gtetrinet-09e8db1.tar.gz) = 51f8f89a40296e2a975f8806b9352b5b8845f35aca15ab91d88ed7474bc061a88177c6de8be52e4bc6c04e2e273f506ee333d418486a0da136b656111787503e
+SHA512 (gtetrinet-6d816ee.tar.gz) = 051355c2471f4a6470c5e1f7fa368b15afc302d224b1430b073bd1fccb9b1bf8ee9f884eddc5adec1c3db08481130867ae1351cc55451719180137b96685dd3c
1 month
[mesa-freeworld/f41] merge master (update to 24.3.3)
by Thorsten Leemhuis
commit 2318bb4120adc2b1dee549cc55ce9c73aedae5d7
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Jan 10 12:51:37 2025 +0100
merge master (update to 24.3.3)
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 5ece954..40cf721 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.2
+%global ver 24.3.3
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?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 10 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.3-1
+- Update to 24.3.3
+
* Fri Dec 20 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.2-1
- Update to 24.3.2
diff --git a/sources b/sources
index 31fe1cf..bac176e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.3.2.tar.xz) = ea1065f7b466f1b2b3570c87585d6de15e3784a60d920c9f991c22720197d5947b598ac2c76773bed8150c91360ee5bbc77f3b48780a19502a8c4224baa728b9
+SHA512 (mesa-24.3.3.tar.xz) = 280d7a6dd64503ec398d449430270c78b5558c03bfeed3a42346573fd2db1aa3f96f5a212e49288718a7fe27447ee40235b066517622d68b0dfdd7b251a4e85f
1 month
[mesa-freeworld] Update to 24.3.3
by Thorsten Leemhuis
commit 6520b7bb8ff5731fee1e29a35c189dffbbff293e
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Jan 10 12:15:12 2025 +0100
Update to 24.3.3
Update to 24.3.3
Update to 24.3.3
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 5ece954..40cf721 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.2
+%global ver 24.3.3
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?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 10 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.3-1
+- Update to 24.3.3
+
* Fri Dec 20 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.2-1
- Update to 24.3.2
diff --git a/sources b/sources
index 31fe1cf..bac176e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.3.2.tar.xz) = ea1065f7b466f1b2b3570c87585d6de15e3784a60d920c9f991c22720197d5947b598ac2c76773bed8150c91360ee5bbc77f3b48780a19502a8c4224baa728b9
+SHA512 (mesa-24.3.3.tar.xz) = 280d7a6dd64503ec398d449430270c78b5558c03bfeed3a42346573fd2db1aa3f96f5a212e49288718a7fe27447ee40235b066517622d68b0dfdd7b251a4e85f
1 month
[telegram-desktop] Update to 5.10.3.
by Vasiliy Glazov
commit 54820aa30ba1170b2427d70c2cb983246ec88ba6
Author: Vasiliy Glazov <v.glazov(a)1440.space>
Date: Fri Jan 10 09:20:24 2025 +0300
Update to 5.10.3.
sources | 2 +-
telegram-desktop.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index d64cb0c..804f142 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-5.10.2-full.tar.gz) = fb5194ec171e89e1fc26f32444c6230e28814c6162250211a744153d5e0c49d0d4c4e4a0998659d25be29a6c95d6ee65a3ee668486b592adf1eb20cba9c36060
+SHA512 (tdesktop-5.10.3-full.tar.gz) = 02a5db9b53309bd859aa7aa3400d8fc35873bb49f34395541c6d0ebfc41d90dc406844489d6f22afc5ea9d11bb3625c7715cb6de56f428e0957dfaae3c495431
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index cf4c344..7e6d8a0 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -9,7 +9,7 @@
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
Name: telegram-desktop
-Version: 5.10.2
+Version: 5.10.3
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -180,6 +180,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_metainfodir}/*.metainfo.xml
%changelog
+* Fri Jan 10 2025 Vasiliy Glazov <vascom2(a)gmail.com> - 5.10.3-1
+- Update to 5.10.3
+
* Thu Jan 09 2025 Vasiliy Glazov <vascom2(a)gmail.com> - 5.10.2-1
- Update to 5.10.2
1 month