[medialibrary] - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
by Sérgio M. Basto
commit d8887e78136981d931d147f8d4cdce7b610974b7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Aug 2 06:04:00 2024 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
medialibrary.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/medialibrary.spec b/medialibrary.spec
index 069759b..b5a3088 100644
--- a/medialibrary.spec
+++ b/medialibrary.spec
@@ -2,7 +2,7 @@
Name: medialibrary
Version: 0.13.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Cross platform media library
License: GPLv2+
@@ -60,6 +60,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
+* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.13.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
* Fri Jun 07 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 0.13.0-1
- Update to 0.13.0
3 months, 3 weeks
[mesa-freeworld] Update to 24.2.0-rc3
by Thorsten Leemhuis
commit 82a461b468e9b14bb68ea691f3fb704f533ed3b6
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Aug 2 07:02:00 2024 +0200
Update to 24.2.0-rc3
Drop upstreamed patch
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 1 +
mesa-freeworld.spec | 15 +--
revert-6746d4df-to-fix-av1-slice_data_offset.patch | 106 ---------------------
sources | 2 +-
4 files changed, 10 insertions(+), 114 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b621d09..838a0fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@
/mesa-24.1.1.tar.xz
/mesa-24.1.2.tar.xz
/mesa-24.1.4.tar.xz
+/mesa-24.2.0-rc3.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 2e69a22..b1e0cfb 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -69,9 +69,9 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 24.1.4
+%global ver 24.2.0-rc3
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 2%{?dist}
+Release: 1%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -83,10 +83,6 @@ Source1: Mesa-MLAA-License-Clarification-Email.txt
Source2: org.mesa3d.vaapi.freeworld.metainfo.xml
Source3: org.mesa3d.vdpau.freeworld.metainfo.xml
-# https://bugzilla.rpmfusion.org/show_bug.cgi?id=7007
-# https://gitlab.freedesktop.org/mesa/mesa/-/issues/11533
-Patch99: revert-6746d4df-to-fix-av1-slice_data_offset.patch
-
BuildRequires: meson >= 1.3.0
BuildRequires: gcc
BuildRequires: gcc-c++
@@ -177,6 +173,7 @@ BuildRequires: python3-mako
BuildRequires: python3-ply
%endif
BuildRequires: python3-pycparser
+BuildRequires: python3-pyyaml
BuildRequires: vulkan-headers
BuildRequires: glslang
%if 0%{?with_vulkan_hw}
@@ -345,12 +342,16 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Thu Aug 1 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.2.0-rc3-1
+- Update to 24.2.0-rc3
+- Drop upstreamed patch
+
* Fri Jul 19 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.1.4-2
- add revert-6746d4df-to-fix-av1-slice_data_offset.patch
* Thu Jul 18 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.1.4-1
- Update to 24.1.4
-- Drop upstreamed patched
+- Drop upstreamed patch
* Mon Jul 01 2024 Leigh Scott <leigh123linux(a)gmail.com> - 24.1.2-2
- Fix mutter crash when calling eglQueryDmaBufModifiersEXT
diff --git a/sources b/sources
index 3b7d894..68c0c9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.1.4.tar.xz) = 0293f1493685888e5d2f0e616645c937e5a9c348fcb654b050b7c42bfdade1518c508920e456cf8be0033dceab4570a916db87dbb454174e425d91e9c05d0748
+SHA512 (mesa-24.2.0-rc3.tar.xz) = f65611d2f49882ceaff0ae487e1e687fd48c948a33f6ccae215f814806e575faff5eb32456d24d53c76fb3d183688062f6a78b961c54747ff5ca91fc9dec1835
3 months, 3 weeks
[libshairport] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit 9b79eae4f0b5724f0cdee47b3cd46bd475a38ea7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Aug 2 05:52:26 2024 +0100
Fix error: %patchN is obsolete
libshairport.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libshairport.spec b/libshairport.spec
index 9ce774a..99fcd6e 100644
--- a/libshairport.spec
+++ b/libshairport.spec
@@ -40,7 +40,7 @@ developing applications that use %{name}.
%prep
%setup -q -n %{name}-%{version}.%{checkout}
-%patch0
+%patch -P0
%build
3 months, 3 weeks
[lives] - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
by Sérgio M. Basto
commit 837b2de48c5c3563776cdb6f9825f3098be08f0f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Aug 2 05:25:13 2024 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
lives.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lives.spec b/lives.spec
index 0a8a832..829eac0 100644
--- a/lives.spec
+++ b/lives.spec
@@ -37,7 +37,7 @@
Name: lives
Version: 3.2.0
-Release: 18%{?dist}
+Release: 19%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
@@ -244,6 +244,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_metainfodir}/LiVES.appdata.xml
%changelog
+* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.2.0-19
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
* Thu Mar 28 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 3.2.0-18
- Rebuilt
3 months, 3 weeks