[fceux] Updated to new upstream release
by Andrea Musuruane
commit 08772262248db085fa8e105ab3aadfabedf92603
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Thu Jan 20 17:18:14 2022 +0100
Updated to new upstream release
.gitignore | 1 +
fceux.spec | 9 +++++----
sources | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b884c8a..522447e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ fceux-2.2.2.src.tar.gz
/fceux-2.3.0.tar.gz
/fceux-2.4.0.tar.gz
/fceux-2.5.0.tar.gz
+/fceux-2.6.1.tar.gz
diff --git a/fceux.spec b/fceux.spec
index 5498991..ec3af09 100644
--- a/fceux.spec
+++ b/fceux.spec
@@ -1,10 +1,8 @@
-%undefine __cmake_in_source_build
-
%global giturl https://github.com/TASVideos/fceux.git
-%global commit 941da60ecb283263a3810ed199d80abf94bd6494
+%global commit 7173d283c3a12f634ad5189c5a90ff495e1d266a
Name: fceux
-Version: 2.5.0
+Version: 2.6.1
Release: 1%{?dist}
Summary: A cross platform, NTSC and PAL Famicom/NES emulator
@@ -115,6 +113,9 @@ desktop-file-validate \
%changelog
+* Tue Jan 18 2022 Andrea Musuruane <musuruan(a)gmail.com> - 2.6.1-1
+- Updated to new upstream release
+
* Fri Nov 12 2021 Andrea Musuruane <musuruan(a)gmail.com> - 2.5.0-1
- Updated to new upstream release
diff --git a/sources b/sources
index 1e4e42c..9ba22fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fceux-2.5.0.tar.gz) = bbff55b6f3efda8918b7dab21582d93f8c2a6396bf64a93e33f2f5f6cd345f95bcde7b958f0a663967e47e83110733c4a732dbf538afb7dbecb3147bc3090f01
+SHA512 (fceux-2.6.1.tar.gz) = f086003f676054a5527e3c1b81f9abdb76669e2b3935e7625f99d99ad0b122391646e8a186ca6a2840d5f03fff908630c11481b5166325ca91c08c2e46836f8d
2 years, 10 months
[xorg-x11-drv-nvidia] Use external egl-gbm for f35+
by Leigh Scott
commit 04f4171c8a42ed088f7377ab771682b9d28ce49f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jan 20 16:07:06 2022 +0000
Use external egl-gbm for f35+
xorg-x11-drv-nvidia.spec | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index a9e464e..0b34cb8 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -171,6 +171,9 @@ Requires: vulkan-loader%{?_isa}
%ifarch x86_64
# Fedora 35 has early XWayland support using recent egl-wayland
Requires: egl-wayland%{?_isa} %{?fc35: >= 1.1.9-2}
+%if 0%{?fedora} > 34
+Requires: egl-gbm%{?_isa}
+%endif
# Boolean dependencies are only fedora and el8
Requires: (%{name}-libs(x86-32) = %{?epoch}:%{version}-%{release} if mesa-libGL(x86-32))
%endif
@@ -233,8 +236,10 @@ cp -a \
libnvidia-rtcore.so.%{version} \
libnvoptix.so.%{version} \
libnvidia-vulkan-producer.so.%{version} \
+%if 0%{?fedora} < 35
libnvidia-egl-gbm.so.1.1.0 \
%endif
+%endif
libnvidia-eglcore.so.%{version} \
libnvidia-encode.so.%{version} \
libnvidia-fbc.so.%{version} \
@@ -490,8 +495,10 @@ fi ||:
%{_datadir}/vulkan/icd.d/nvidia_icd.json
%{_libdir}/libnvidia-cfg.so.1
%{_libdir}/libnvidia-cfg.so.%{version}
+%if 0%{?fedora} < 35
%{_libdir}/libnvidia-egl-gbm.so.1
%{_libdir}/libnvidia-egl-gbm.so.1.1.0
+%endif
%{_libdir}/libnvidia-ngx.so.1
%{_libdir}/libnvidia-ngx.so.%{version}
%{_libdir}/libnvidia-rtcore.so.%{version}
2 years, 10 months
[xroar/f34] new version
by Andrea Musuruane
Summary of changes:
86d31cb... new version (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[xroar/f35] new version
by Andrea Musuruane
Summary of changes:
86d31cb... new version (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[xroar] new version
by Andrea Musuruane
commit 86d31cbca3150a7c11780f10677d2af52f52050c
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Thu Jan 20 15:08:42 2022 +0100
new version
.gitignore | 1 +
sources | 2 +-
xroar.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fcfa4e..75266dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ dragon.rom
/xroar-1.0.5.tar.gz
/xroar-1.0.6.tar.gz
/xroar-1.0.7.tar.gz
+/xroar-1.0.9.tar.gz
diff --git a/sources b/sources
index 7dbfba4..a9aab44 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (dragon.rom) = bbe3dc286a828acd745155ad8b2f8f1dc7d674c10deae619758662a4f45feefd1d1aea6b8b09f4c4db8b40cbaf475ab540d88d8286e1e4f8478692ad08979285
-SHA512 (xroar-1.0.7.tar.gz) = 656e4deb2bb4eb4a933d6ac187f02b917785f39f9168c7ed42492383dcafb1d87f75d435191c83651c6386d61b1a4d825ea5a4a0f83b90ea08147c8cf89f6954
+SHA512 (xroar-1.0.9.tar.gz) = 3e8bbc00bea19be95636e8258979fe8fc855a2d719ebc428fd70791a4980aac29b1481532d70c59ea12a155ee65d5705adf03c31bf0fad95452414fd35fa39e1
diff --git a/xroar.spec b/xroar.spec
index 2db32b0..d5544fd 100644
--- a/xroar.spec
+++ b/xroar.spec
@@ -1,5 +1,5 @@
Name: xroar
-Version: 1.0.7
+Version: 1.0.9
Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
License: GPLv3+
@@ -98,6 +98,9 @@ rm -f %{buildroot}%{_infodir}/dir
%changelog
+* Thu Jan 20 2022 Andrea Musuruane <musuruan(a)gmail.com> - 1.0.9-1
+- new version
+
* Tue Jan 04 2022 Andrea Musuruane <musuruan(a)gmail.com> - 1.0.7-1
- new version
2 years, 10 months
[chromium-freeworld] Update to 97.0.4692.99
by Leigh Scott
commit 4fa0ffd8155f04c2a00e70c632f76b0d83dc123a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jan 20 12:30:52 2022 +0000
Update to 97.0.4692.99
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index b5b80d2..de26096 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -36,7 +36,7 @@
%global system_re2 1
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 97.0.4692.71
+Version: 97.0.4692.99
Release: 1%{?dist}
Summary: Chromium built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -757,6 +757,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
+* Thu Jan 20 2022 Leigh Scott <leigh123linux(a)gmail.com> - 97.0.4692.99-1
+- Update to 97.0.4692.99
+
* Wed Jan 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 97.0.4692.71-1
- Update to 97.0.4692.71
diff --git a/sources b/sources
index e6d43c0..5887a2e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-97.0.4692.71.tar.xz) = 4087950d5353b6fa824de5aeb43a578b0b2361d5a2f32977814f13c75ff0c5ab5f9bd5f70f6331c1e16654733ac2c1d0b5023d856171ea658658336ff3424af4
+SHA512 (chromium-97.0.4692.99.tar.xz) = 928684286b5bbc15b0e60bdf3b1eb5d644f31d13baa0b55c652b9e302f48776fac367af99d89b85ff8258455551846f7efb4f11772b182aa743c6beff844e7d5
SHA512 (chromium-patches-chromium-97-patchset-4.tar.gz) = d5e5e4ed005c12ca973f01d8d6d657d67a36b6b20ab4d0b5bef005a5094012ea41a436a49439954ffe70fd01bbd9abad21c83d1894bbd6b3f80c5737e494ec7d
2 years, 10 months