[megasync] Update to 4.10.0.0.
by Vasiliy Glazov
commit b613c6f627bfa7fd2fbd2f42a69de655466eeb80
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Oct 19 13:50:36 2023 +0300
Update to 4.10.0.0.
.gitignore | 2 ++
megasync.spec | 7 +++++--
sources | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee7b25e..b84b039 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,5 @@
/v4.21.0c.tar.gz
/v4.25.0.tar.gz
/v4.9.6.0_OSX.tar.gz
+/v4.10.0.0_OSX.tar.gz
+/v4.28.3a.tar.gz
diff --git a/megasync.spec b/megasync.spec
index 2333313..28fd3c9 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -1,4 +1,4 @@
-%global sdk_version 4.25.0
+%global sdk_version 4.28.3a
%global source_suffix OSX
%bcond_without dolphin
@@ -14,7 +14,7 @@
%endif
Name: megasync
-Version: 4.9.6.0
+Version: 4.10.0.0
Release: 1%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
@@ -258,6 +258,9 @@ popd
%endif
%changelog
+* Thu Oct 19 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.10.0.0-1
+- Update to 4.10.0.0
+
* Fri Aug 04 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.9.6.0-1
- Update to 4.9.6.0
diff --git a/sources b/sources
index 199ced7..babd113 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (v4.25.0.tar.gz) = 4704f2d76840044ca94cd32494de93983b0a496aae5cdb0e8d250c18ec2b94e10658764b54026e8e2e810a3dcca62bf4935761c52734472fa6b250158972f290
-SHA512 (v4.9.6.0_OSX.tar.gz) = 6b7878fbd2a6b79cf1765ac4fef81188a020d622945c17d6ddbfb19008ef086cd9180041b70e9bfb52e74ebd52779280cd9815915970d9ab5071f872d9123ba3
+SHA512 (v4.10.0.0_OSX.tar.gz) = 8b75af128f3a58a76a0360fb3f9e5b06e86d12085a359a1493a4202aad036255bf45199efbf4faa4f2413c0320be802f484fb88fb688bf09f7571a2f260db39b
+SHA512 (v4.28.3a.tar.gz) = 6f8a893cb5fd6ca390838e8866d2bfefa4ca625a5fe10ff855cef98d6ef730da1a697e221a12e7558df7d76b783fa02e375b21975f8c5d75e41d4d017bd98c00
1 year, 1 month
[nvidia-settings] Fix aarch64 emulation target name
by Leigh Scott
commit bfe66987a108a3024753b62b85225a2104b0e398
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Oct 19 09:37:57 2023 +0100
Fix aarch64 emulation target name
nvidia-settings.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-settings.spec b/nvidia-settings.spec
index 78de214..a17568f 100644
--- a/nvidia-settings.spec
+++ b/nvidia-settings.spec
@@ -1,7 +1,7 @@
Name: nvidia-settings
Epoch: 3
Version: 545.23.06
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Configure the NVIDIA graphics driver
License: GPLv2+
@@ -49,6 +49,7 @@ rm -rf src/libXNVCtrl/libXNVCtrl.a
sed -i -e 's|/usr/local|%{_prefix}|g' utils.mk
sed -i -e 's|/lib$|/%{_lib}|g' utils.mk
sed -i -e 's|-lXxf86vm|-lXxf86vm -ldl -lm|g' Makefile
+sed -i -e 's|aarch64elf|aarch64linux|g' utils.mk src/libXNVCtrl/utils.mk
%build
# no job control
@@ -56,14 +57,12 @@ export CFLAGS="%{optflags}"
export LDFLAGS="%{?__global_ldflags}"
pushd src/libXNVCtrl
%make_build \
- LD_TARGET_EMULATION_FLAG="" \
NVDEBUG=1 \
NV_VERBOSE=1 \
X_CFLAGS="${CFLAGS}"
popd
%make_build \
- LD_TARGET_EMULATION_FLAG="" \
NVDEBUG=1 \
NV_VERBOSE=1 \
STRIP_CMD=true NV_KEEP_UNSTRIPPED_BINARIES=1 \
@@ -122,6 +121,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
%changelog
+* Thu Oct 19 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:545.23.06-2
+- Fix aarch64 emulation target name
+
* Wed Oct 18 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:545.23.06-1
- Update to 545.23.06 beta
1 year, 1 month
[VirtualBox-kmod/el7] Update VirtualBox-kmod to 6.1.48
by Sérgio M. Basto
commit ecd2ee962e8eb5168b43d7800aae7e72fa7f6485
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Oct 18 23:29:39 2023 +0100
Update VirtualBox-kmod to 6.1.48
VirtualBox-kmod.spec | 8 +++++---
cs9.v2.patch | 11 -----------
2 files changed, 5 insertions(+), 14 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 38a1a09..3c73c4d 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -35,7 +35,7 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.40
+Version: 6.1.48
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -44,7 +44,6 @@ License: GPLv2 or CDDL
URL: http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: excludekernel-filter.txt
-Patch2: cs9.v2.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool VirtualBox-kmodsrc >= %{version}%{vboxreltag} xz time elfutils-libelf-devel gcc
@@ -68,7 +67,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
pushd %{name}-%{version}
#patch1 -p1
%if ! 0%{?fedora}
-%patch2 -p1
+#patch2 -p1
%endif
popd
@@ -133,6 +132,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed Oct 18 2023 Sérgio Basto <sergio(a)serjux.com> - 6.1.48-1
+- Update VirtualBox-kmod to 6.1.48
+
* Thu Oct 13 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.40-1
- Update to 6.1.40
1 year, 1 month
[VirtualBox/el7] Update VirtualBox to 6.1.48
by Sérgio M. Basto
commit 9b9ca5ae7a68bd42127d3154ac1875cebade51a1
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Oct 18 19:25:12 2023 +0100
Update VirtualBox to 6.1.48
VirtualBox-6.1.34-build-xpcom18a4-with-c++17.patch | 12 --
VirtualBox-6.1.36-add-Mageia-support.patch | 11 +-
VirtualBox-lzf.patch | 12 --
VirtualBox-python3.11.patch | 134 ---------------------
VirtualBox.spec | 14 +--
sources | 2 +-
6 files changed, 10 insertions(+), 175 deletions(-)
---
diff --git a/VirtualBox-6.1.36-add-Mageia-support.patch b/VirtualBox-6.1.36-add-Mageia-support.patch
index 44bff68..9e46e92 100644
--- a/VirtualBox-6.1.36-add-Mageia-support.patch
+++ b/VirtualBox-6.1.36-add-Mageia-support.patch
@@ -136,10 +136,9 @@ diff -Nurp VirtualBox-6.1.36.orig/src/VBox/Frontends/VirtualBox/VirtualBox2_x4.q
diff -Nurp VirtualBox-6.1.36.orig/src/VBox/Installer/linux/distributions_rpm VirtualBox-6.1.36/src/VBox/Installer/linux/distributions_rpm
--- VirtualBox-6.1.36.orig/src/VBox/Installer/linux/distributions_rpm 2022-07-19 23:58:50.000000000 +0300
+++ VirtualBox-6.1.36/src/VBox/Installer/linux/distributions_rpm 2022-07-20 21:07:15.252840918 +0300
-@@ -8,6 +8,21 @@ openSUSE114 = OPENSUSE_11_4
- openSUSE113 = OPENSUSE_11_3
- sles11.0 = SLES_11_0
- sles10.1 = SLES_10_1
+ openSUSE155 = OPENSUSE_15_5
+ openSUSE154 = OPENSUSE_15_4
+ openSUSE153 = OPENSUSE_15_3
+mga15 = MAGEIA_15
+mga14 = MAGEIA_14
+mga13 = MAGEIA_13
@@ -155,9 +154,9 @@ diff -Nurp VirtualBox-6.1.36.orig/src/VBox/Installer/linux/distributions_rpm Vir
+mga3 = MAGEIA_3
+mga2 = MAGEIA_2
+mga1 = MAGEIA_1
- mdv2011.0 = MANDRIVA_2011_0
+ fedora38 = FEDORA_38
+ fedora37 = FEDORA_37
fedora36 = FEDORA_36
- fedora35 = FEDORA_35
diff -Nurp VirtualBox-6.1.36.orig/src/VBox/Installer/linux/VBoxSysInfo.sh VirtualBox-6.1.36/src/VBox/Installer/linux/VBoxSysInfo.sh
--- VirtualBox-6.1.36.orig/src/VBox/Installer/linux/VBoxSysInfo.sh 2022-07-19 23:58:50.000000000 +0300
+++ VirtualBox-6.1.36/src/VBox/Installer/linux/VBoxSysInfo.sh 2022-07-20 21:07:15.252840918 +0300
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 0ff93fd..0b723fc 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -38,7 +38,7 @@
%bcond_without python3
Name: VirtualBox
-Version: 6.1.40
+Version: 6.1.48
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -93,10 +93,6 @@ Patch72: virtualbox-snpritnf-buffer-overflow.patch
Patch73: vb-6.1.16-modal-dialog-parent.patch
Patch80: VirtualBox-6.1.4-gcc10.patch
-Patch88: VirtualBox-lzf.patch
-Patch90: VirtualBox-python3.11.patch
-# Force the build of xpcom with -std=gnu++17, mandated by Python 3.11
-Patch92: VirtualBox-6.1.34-build-xpcom18a4-with-c++17.patch
BuildRequires: gcc-c++
BuildRequires: kBuild >= 0.1.9998.r3093
@@ -344,11 +340,6 @@ rm -r src/libs/zlib-1.2.*/
%patch72 -p1 -b .snpritnf-buffer-overflow
%patch73 -p1 -b .modal-dialog-parent
%patch80 -p1 -b .gcc10
-%patch88 -p1 -b .lzf
-%patch90 -p1 -b .python3.11
-%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9
-%patch92 -p1 -b .c++17
-%endif
%build
@@ -905,6 +896,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Wed Oct 18 2023 Sérgio Basto <sergio(a)serjux.com> - 6.1.48-1
+- Update VirtualBox to 6.1.48
+
* Wed Oct 12 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.40-1
- Update VirtualBox to 6.1.40
diff --git a/sources b/sources
index 2e82fd7..64a2897 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.40.tar.bz2) = 0dace071fe58500d0912fe4da4751de6840752375039554a56c8c753a0880a419c4a1ed7f1b0ebc51230f7099ca3f5d987dc7b91ad4d98dbd75bf63e3c27e096
+SHA512 (VirtualBox-6.1.48.tar.bz2) = fff759f3871e4e8962536002f2bc13e5150a927e280493f5cb0abf06466ce66e45f4c6ef43489b5b3ed8682d8a3ac0eb6fb3dd7c4144924c81612553ec71a95f
SHA512 (UserManual.pdf) = cba2baf8e196d1be939e2b0ffef0a4015d06eb2671df51a4ed9eac2389f0194cb2cce8984394855779bfeb51f4756f0939032358dc41b9b8bf9e5ac270f2e07f
1 year, 1 month
[VirtualBox-kmod/el8] (3 commits) ...Update to 7.0.12
by Sérgio M. Basto
Summary of changes:
b6d5efa... Add fix for kernel-6.4.10 (*)
15442e5... Fixes for kernel-6.5 copied from OpenSuse (*)
170c197... Update to 7.0.12 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 1 month
[VirtualBox-kmod/el9] (3 commits) ...Update to 7.0.12
by Sérgio M. Basto
Summary of changes:
b6d5efa... Add fix for kernel-6.4.10 (*)
15442e5... Fixes for kernel-6.5 copied from OpenSuse (*)
170c197... Update to 7.0.12 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 1 month