[discord/f40] Update to 0.0.80
by Sérgio M. Basto
Summary of changes:
6df1fd1... Update to 0.0.80 (*)
(*) This commit already existed in another branch; no separate mail sent
3 weeks, 6 days
[discord/f41] Update to 0.0.80
by Sérgio M. Basto
Summary of changes:
6df1fd1... Update to 0.0.80 (*)
(*) This commit already existed in another branch; no separate mail sent
3 weeks, 6 days
[discord] Update to 0.0.80
by Sérgio M. Basto
commit 6df1fd14f32bd0aa59cac285177ed99f9ab57fea
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jan 14 11:25:24 2025 +0000
Update to 0.0.80
discord.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index 811e4cc..b072a95 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.79
+Version: 0.0.80
Release: 1%{?dist}
Summary: All-in-one voice and text chat
@@ -87,6 +87,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%changelog
+* Tue Jan 14 2025 Sérgio Basto <sergio(a)serjux.com> - 0.0.80-1
+- Update to 0.0.80
+
* Wed Jan 08 2025 Sérgio Basto <sergio(a)serjux.com> - 0.0.79-1
- Update to 0.0.79
diff --git a/sources b/sources
index a64581a..0a02451 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.79.tar.gz) = 48a82d7f3cfdc1c5ba2f621450320c25e1ed92608c381d7bd22cdb7dbd134456589d39cee0d55557bce9346f4dfed0fc487b9dddeb8ac7b053b116427cc4cae0
+SHA512 (discord-0.0.80.tar.gz) = c23cc93c91986e619113a8e772b67904ad72240897527e538174353ede805abe4c3fd9a1376cd1cef192bb0c6c49e29f80f735a8590319412d3297e2a4d220a9
3 weeks, 6 days
[mesa-freeworld/f41: 2/2] Merge branch 'master' into f41
by Leigh Scott
commit 7209466cdab6522de01f70ca6dcdf4b19779c474
Merge: df22078 7c96984
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jan 11 22:32:46 2025 +0000
Merge branch 'master' into f41
mesa-freeworld.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
1 month
[mesa-freeworld] Fix ldconfig scriptlets
by Leigh Scott
commit 7c96984586bee425a11cb2fd1af5f6078f29fb49
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jan 11 22:32:09 2025 +0000
Fix ldconfig scriptlets
mesa-freeworld.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 9b1756e..af5ca44 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: 3%{?dist}
+Release: 4%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -322,8 +322,8 @@ 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 /usr/bin/ldconfig
-%postun -n %{srcname}-va-drivers-freeworld -p /usr/bin/ldconfig
+%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
@@ -354,6 +354,9 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Sat Jan 11 2025 Leigh Scott <leigh123linux(a)gmail.com> - 24.3.3-4
+- Fix ldconfig scriptlets
+
* Sat Jan 11 2025 Leigh Scott <leigh123linux(a)gmail.com> - 24.3.3-3
- Add ldconfig scriptlets
1 month
[mesa-freeworld/f41: 2/2] Merge branch 'master' into f41
by Leigh Scott
commit df2207896804750f7d80222eb57e8ced62fdec71
Merge: 7f3312d f11d1a4
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jan 11 12:47:52 2025 +0000
Merge branch 'master' into f41
mesa-freeworld.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
1 month
[mesa-freeworld] Add ldconfig scriptlets
by Leigh Scott
commit f11d1a47d6dac5e3082722bd783484a351d496c2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jan 11 12:47:21 2025 +0000
Add ldconfig scriptlets
mesa-freeworld.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index a2a00e4..9b1756e 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: 2%{?dist}
+Release: 3%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -322,6 +322,8 @@ 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 /usr/bin/ldconfig
+%postun -n %{srcname}-va-drivers-freeworld -p /usr/bin/ldconfig
%files -n %{srcname}-va-drivers-freeworld
%config %{_sysconfdir}/ld.so.conf.d/%{name}-%{_lib}.conf
%{_libdir}/dri-freeworld/libgallium-%{ver}.so
@@ -352,6 +354,9 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Sat Jan 11 2025 Leigh Scott <leigh123linux(a)gmail.com> - 24.3.3-3
+- Add ldconfig scriptlets
+
* Fri Jan 10 2025 Leigh Scott <leigh123linux(a)gmail.com> - 24.3.3-2
- Fix tearing due to fedora libgallium
1 month
[ffmpeg] rebuild
by Leigh Scott
commit 21347f04a14014e783cf444693b31e0e9284da04
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jan 10 23:46:08 2025 +0000
rebuild
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 8358774..46f9bfc 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: 7%{?dist}
+Release: 8%{?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-8
+- rebuilt
+
* Fri Jan 10 2025 Leigh Scott <leigh123linux(a)gmail.com> - 7.0.2-7
- Rebuild
1 month