[chromium-freeworld] Update to 92.0.4515.166
by Leigh Scott
commit c4364bc13868a63a1a6ab13f4e43dcc41d309014
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 31 12:33:38 2021 +0100
Update to 92.0.4515.166
chromium-freeworld.spec | 10 +++----
extend-enable-accelerated-video-decode-flag.patch | 35 -----------------------
sources | 2 +-
3 files changed, 6 insertions(+), 41 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index e9cd71c..40831da 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -24,8 +24,8 @@
%global system_re2 1
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 92.0.4515.159
-Release: 5%{?dist}
+Version: 92.0.4515.166
+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)
URL: https://www.chromium.org/Home
@@ -150,9 +150,6 @@ ExclusiveArch: x86_64
Patch201: chromium-92-EnumTable-crash.patch
Patch202: chromium-92-crashpad-consent.patch
-# Archlinux patches:
-Patch230: extend-enable-accelerated-video-decode-flag.patch
-
# Upstream patches:
Patch251: chromium-sandbox-syscall-broker-use-struct-kernel_stat.patch
Patch252: chromium-sandbox-fix-fstatat-crash.patch
@@ -698,6 +695,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/swiftshader/libGLESv2.so
#########################################changelogs#################################################
%changelog
+* Tue Aug 31 2021 Leigh Scott <leigh123linux(a)gmail.com> - 92.0.4515.166-1
+- Update to 92.0.4515.166
+
* Thu Aug 26 2021 Leigh Scott <leigh123linux(a)gmail.com> - 92.0.4515.159-5
- Enable expired vaapi support
diff --git a/sources b/sources
index ca3db32..7e24fa0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-92.0.4515.159.tar.xz) = d6d563631278e721f38b045c39c9e205fbedefb0666af2f027a2a14c0d04814a96909da17e5b299bf40a94fe54bdfda0a91186983c8f929e7fbc7cdaffab922a
+SHA512 (chromium-92.0.4515.166.tar.xz) = bfe4718bd91c8f5dffbf573d37444f7b49ca0268cf765f187c9f28b2c9dcbea4f63490c2f37c0a8373d42b551cf72514cdd9a283f48cdb566c6345fab0a0c175
SHA512 (chromium-patches-chromium-92-patchset-7.tar.gz) = 3f1128ed749cbd32748a81e114517522fcbf68e368c894561669e455bfbb98db0b9a6e0736db12ff1dfd08161af92bc987c4ab78b194ac19b232f8c2c1484476
3 years, 2 months
[xroar/f33] new version
by Andrea Musuruane
Summary of changes:
4c32a8d... new version (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 2 months
[xroar/f34] new version
by Andrea Musuruane
Summary of changes:
4c32a8d... new version (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 2 months
[xroar/f35] new version
by Andrea Musuruane
Summary of changes:
4c32a8d... new version (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 2 months
[xroar] new version
by Andrea Musuruane
commit 4c32a8d9101ddf199678834a88144cbf66911ad5
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sun Aug 29 16:33:41 2021 +0200
new version
.gitignore | 1 +
sources | 2 +-
xroar.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 550904c..a003a39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ dragon.rom
/xroar-0.36.1.tar.gz
/xroar-0.36.2.tar.gz
/xroar-0.37.tar.gz
+/xroar-0.37.1.tar.gz
diff --git a/sources b/sources
index 0718974..32aab32 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (xroar-0.37.tar.gz) = 35330bd75ba28c989c532b96c2741aa05919fe4928b75a477c7d0474ef52af839dc0ee1b092c9268dcb532c0d54ff89b253ad7a8d5f4eb6b9489d800f76856df
SHA512 (dragon.rom) = bbe3dc286a828acd745155ad8b2f8f1dc7d674c10deae619758662a4f45feefd1d1aea6b8b09f4c4db8b40cbaf475ab540d88d8286e1e4f8478692ad08979285
+SHA512 (xroar-0.37.1.tar.gz) = 1997a1fca671137e1bbd3e8883914e7633936fc16fb782f3c0b53de74cbaa41622938804da9485f46ac4fe5a7a473db76bbc0a3cbbdc5c94fce5d4b673f84169
diff --git a/xroar.spec b/xroar.spec
index 28e8c0f..4b9a666 100644
--- a/xroar.spec
+++ b/xroar.spec
@@ -1,5 +1,5 @@
Name: xroar
-Version: 0.37
+Version: 0.37.1
Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
License: GPLv3+
@@ -99,6 +99,9 @@ rm -f %{buildroot}%{_infodir}/dir
%changelog
+* Sun Aug 29 2021 Andrea Musuruane <musuruan(a)gmail.com> - 0.37.1-1
+- new version
+
* Sat Aug 21 2021 Andrea Musuruane <musuruan(a)gmail.com> - 0.37-1
- new version
3 years, 2 months
[xorg-x11-drv-nvidia] Use nvvm linking listed in manifest file
by Leigh Scott
commit 8caaf2a4b4231dc4f5fd3891306c80c127fa6291
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 29 11:56:26 2021 +0100
Use nvvm linking listed in manifest file
xorg-x11-drv-nvidia.spec | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 8a309f2..3a41d98 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -18,7 +18,7 @@
%global debug_package %{nil}
%global __strip /bin/true
-
+%global __brp_ldconfig %{nil}
Name: xorg-x11-drv-nvidia
Epoch: 3
@@ -261,8 +261,9 @@ popd
%ifarch x86_64
# Install additional cuda lib, ldconfig generates wrong .so name.
-ln -sf libnvidia-nvvm.so.4.0.0 %{buildroot}%{_libdir}/libnvidia-nvvm.so.4.0
-ln -sf libnvidia-nvvm.so.4 %{buildroot}%{_libdir}/libnvidia-nvvm.so
+rm -f %{buildroot}%{_libdir}/libnvvm.so.4
+ln -sf libnvidia-nvvm.so.4.0.0 %{buildroot}%{_libdir}/libnvidia-nvvm.so.4
+ln -sf libnvidia-nvvm.so.4 %{buildroot}%{_libdir}/libnvidia-nvvm.so
# Vulkan config
install -m 0755 -d %{buildroot}%{_datadir}/vulkan/{icd.d,implicit_layer.d}/
@@ -525,8 +526,8 @@ fi ||:
%{_libdir}/libnvidia-opticalflow.so.1
%{_libdir}/libnvidia-opticalflow.so.%{version}
%ifarch x86_64
-%{_libdir}/libnvidia-nvvm.so.4.*
-%{_libdir}/libnvvm.so.4
+%{_libdir}/libnvidia-nvvm.so
+%{_libdir}/libnvidia-nvvm.so.4*
%{_modprobedir}/nvidia-uvm.conf
%{_udevrulesdir}/60-nvidia-uvm.rules
%endif
@@ -534,9 +535,6 @@ fi ||:
%files devel
%{_libdir}/libnvcuvid.so
%{_libdir}/libnvidia-encode.so
-%ifarch x86_64
-%{_libdir}/libnvidia-nvvm.so
-%endif
%ifarch x86_64
%post power
3 years, 2 months