[mesa-freeworld] Update to 25.0.0~rc2
by Thorsten Leemhuis
commit 41ada5236130909cc07a656c784281f1891ac50e
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Thu Feb 6 09:29:21 2025 +0100
Update to 25.0.0~rc2
drop upstreamed patch
Update to 25.0.0~rc2
drop upstreamed patch
Update to 25.0.0~rc2
drop upstreamed patch
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
...mpute-queues-on-Raven_Raven2-due-to-hangs.patch | 37 ----------------------
mesa-freeworld.spec | 12 +++----
sources | 2 +-
3 files changed, 7 insertions(+), 44 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index b9f84ac..c078c9a 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -70,9 +70,9 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 24.3.4
+%global ver 25.0.0-rc2
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 8%{?dist}
+Release: 1%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -84,10 +84,6 @@ Source1: Mesa-MLAA-License-Clarification-Email.txt
Source2: org.mesa3d.vaapi.freeworld.metainfo.xml
Source3: org.mesa3d.vdpau.freeworld.metainfo.xml
-# https://gitlab.freedesktop.org/mesa/mesa/-/issues/12310
-# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33248
-Patch12: https://gitlab.freedesktop.org/mesa/mesa/-/commit/3b78dcec058e.patch#/mes...
-
BuildRequires: meson >= 1.3.0
BuildRequires: gcc
BuildRequires: gcc-c++
@@ -357,6 +353,10 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Thu Feb 06 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 25.0.0~rc2-1
+- Update to 25.0.0~rc2
+- drop upstreamed patch
+
* Tue Jan 28 2025 Björn Esser <besser82(a)fedoraproject.org> - 24.3.4-8
- Add patch for radeonsi to disallow compute queues on Raven/Raven2
due to hangs
diff --git a/sources b/sources
index 6ced2c5..063544b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.3.4.tar.xz) = 9c23cd86fda4cf0289c5a78b08ceea8b01e5b141d86ee3e659fa46e62ff9586ff92a4984d2a340b5bf209c4c7f3414bf99f3ced19feee8fb39ef99fe572dbd55
+SHA512 (mesa-25.0.0-rc2.tar.xz) = 67eec93fbe24cb3fa26b062539453326b3237bd8c6ac111061142dae69b81fe7da000728d9bc2c0e2ec46f122011cbde9b99141f6333828016efb3eaa87b27f7
3 weeks, 4 days
[ffmpeg] rebuild for libjxl soname bump
by Mamoru Tasaka
commit 3cb5a1090a04cd4374f0ef71fdf15ae281b39ee5
Author: Mamoru TASAKA <mtasaka(a)fedoraproject.org>
Date: Thu Feb 6 12:45:18 2025 +0900
rebuild for libjxl soname bump
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 2d2eac2..9a9f7fe 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: 9%{?dist}
+Release: 10%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -541,6 +541,9 @@ cp -pa %{buildroot}%{_libdir}/libavcodec.so.* \
%changelog
+* Thu Feb 06 2025 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 7.0.2-10
+- Rebuild for jpegxl (libjxl) 0.11.1
+
* Tue Jan 28 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 7.0.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
3 weeks, 4 days
[BasiliskII] Update to the latest commit made at 20250106
by Sérgio M. Basto
commit 4fbce00f0de9713c0fdfbcdad0da45e91d97e93c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Feb 5 23:58:09 2025 +0000
Update to the latest commit made at 20250106
Minor cleanup
.gitignore | 1 +
BasiliskII.spec | 48 +++----
cxmon-3.2-fpermissive.patch | 161 ----------------------
cxmon-3.2-strfmt.patch | 12 --
macemu-work-around-ac_path_xtra-not-working.patch | 18 ---
sources | 2 +-
6 files changed, 22 insertions(+), 220 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c09151..c066ce0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ cxmon-3.2-cvs20130310.tar.gz
macemu-master.zip
BasiliskII-1.0-b58a926.tar.gz
/BasiliskII-1.0-e273bb1.tar.gz
+/BasiliskII-1.0-96e512b.tar.gz
diff --git a/BasiliskII.spec b/BasiliskII.spec
index b539156..fac245d 100644
--- a/BasiliskII.spec
+++ b/BasiliskII.spec
@@ -1,27 +1,28 @@
-%global commit e273bb1a0b4f6e35bcdbf6cf918aa0ca3e6d99da
+%global commit 96e512bd6376e78a2869f16dcc8a9028bce5ee72
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%define date 20171001
+%define date 20250106
Summary: 68k Macintosh emulator
Name: BasiliskII
Version: 1.0
-Release: 0.%{date}.7%{?dist}.15
+Release: 0.%{date}.8%{?dist}
License: GPLv2+
URL: http://basilisk.cebix.net/
Source0: https://github.com/cebix/macemu/archive/%{commit}/BasiliskII-1.0-%{shortc...
Source1: %{name}.desktop
Source2: %{name}.png
Source3: %{name}.appdata.xml
-# For some reason AC_PATH_XTRA does not work on the rpmfusion buildsys ?
-# I've tried reproducing this with mock on both x86_64 and arm, without success
-Patch1: macemu-work-around-ac_path_xtra-not-working.patch
# Patch 10+ because these are for cxmon
Patch10: cxmon-3.2-hide-symbols.patch
-Patch11: cxmon-3.2-strfmt.patch
-Patch12: cxmon-3.2-fpermissive.patch
-BuildRequires: libtool gcc-c++ gtk2-devel
-BuildRequires: desktop-file-utils libappstream-glib readline-devel
-BuildRequires: libXt-devel libXxf86vm-devel SDL-devel
+BuildRequires: libtool
+BuildRequires: gcc-c++
+BuildRequires: gtk2-devel
+BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
+BuildRequires: readline-devel
+BuildRequires: libXt-devel
+BuildRequires: libXxf86vm-devel
+BuildRequires: SDL-devel
Requires: hicolor-icon-theme
%description
@@ -34,8 +35,8 @@ a Macintosh ROM image to use Basilisk II.
%prep
%autosetup -p1 -n macemu-%{commit}
# cleanup
-iconv -f ISO_8859-1 -t UTF8 %{name}/README > README
-touch -r %{name}/README README
+# iconv -f ISO_8859-1 -t UTF8 %{name}/README > README
+# touch -r %{name}/README README
iconv -f ISO_8859-1 -t UTF8 %{name}/ChangeLog > ChangeLog
touch -r ChangeLog %{name}/ChangeLog
sed -i 's/\r//' %{name}/src/Unix/tinyxml2.cpp
@@ -51,7 +52,7 @@ pushd %{name}/src/Unix
mkdir obj
%configure --datadir=%{_sysconfdir} \
--disable-xf86-dga --enable-sdl-audio --with-bincue
-make %{?_smp_mflags}
+%make_build
popd
@@ -73,21 +74,8 @@ appstream-util validate-relax --nonet \
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
-%post
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-
%files
-%doc ChangeLog README %{name}/TECH %{name}/TODO
+%doc ChangeLog README.md %{name}/TECH %{name}/TODO
%license %{name}/COPYING
%dir %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/%{name}/fbdevices
@@ -101,6 +89,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Wed Feb 05 2025 Sérgio Basto <sergio(a)serjux.com> - 1.0-0.20250106.8
+- Update to the latest commit made at 20250106
+- Minor cleanup
+
* Tue Jan 28 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.0-0.20171001.7.15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
diff --git a/sources b/sources
index 802030b..548a350 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6ecf5c991bd60dd38f03cf47bc3d07b BasiliskII-1.0-e273bb1.tar.gz
+SHA512 (BasiliskII-1.0-96e512b.tar.gz) = 33c08f0032599396fd389a2462baad31f3903fe90394498977fd1d7385eb1bc1bcdc28dea4d6aa1f4c13dc39e2dcc341fdd8900b9e9473956c868978963e928e
3 weeks, 5 days
[discord/el9] Update to 0.0.84
by Sérgio M. Basto
Summary of changes:
5aecaf4... Update to 0.0.84 (*)
(*) This commit already existed in another branch; no separate mail sent
3 weeks, 5 days
[discord/f40] Update to 0.0.84
by Sérgio M. Basto
Summary of changes:
5aecaf4... Update to 0.0.84 (*)
(*) This commit already existed in another branch; no separate mail sent
3 weeks, 5 days
[discord/f41] Update to 0.0.84
by Sérgio M. Basto
Summary of changes:
5aecaf4... Update to 0.0.84 (*)
(*) This commit already existed in another branch; no separate mail sent
3 weeks, 5 days
[discord] Update to 0.0.84
by Sérgio M. Basto
commit 5aecaf48d5e613998d4537be429c452ca6232fa0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Feb 5 12:02:01 2025 +0000
Update to 0.0.84
discord.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index 10aac3a..b5086c1 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.83
+Version: 0.0.84
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
+* Wed Feb 05 2025 Sérgio Basto <sergio(a)serjux.com> - 0.0.84-1
+- Update to 0.0.84
+
* Tue Feb 04 2025 Sérgio Basto <sergio(a)serjux.com> - 0.0.83-1
- Update to 0.0.83
diff --git a/sources b/sources
index 16e7aac..e800d77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.83.tar.gz) = f3fc4394451aa17026d67d0474f72de01970c809f49baadf015a67e7c776bcdf756e04330f7e84a7333fde6143a11086e3625c8d35a5e7f1380995fa53d8eeb7
+SHA512 (discord-0.0.84.tar.gz) = 22b57029d183241479198ec802a1a2ce763d7386174beaa2541bb48af8a191630b42caa9133a7faf0e8424eba9e88ec7829f8f586b94ea63fa35bb3d1d338d29
3 weeks, 5 days
[vdr-markad/f40: 3/3] Merge branch 'master' into f40
by Martin Gansser
commit 82ce97e75cf5f0529f63aa2574577726ad0bcef2
Merge: 9e47689 4affc53
Author: Martin Gansser <mgansser(a)netcom-mail.de>
Date: Tue Feb 4 14:41:57 2025 +0100
Merge branch 'master' into f40
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 8 +++++++-
3 files changed, 9 insertions(+), 2 deletions(-)
---
3 weeks, 6 days