[megasync/f36] (3 commits) ...Disable aarch64 build.
by Vasiliy Glazov
Summary of changes:
ca3b241... Update to 4.6.7.0. (*)
c13eaf6... Disable aarch64 build. (*)
c3887b0... Disable aarch64 build. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 4 months
[megasync] Disable aarch64 build.
by Vasiliy Glazov
commit c13eaf612d65f3646fdc27ef45759d30d7fb1030
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Jun 27 19:15:11 2022 +0300
Disable aarch64 build.
megasync.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/megasync.spec b/megasync.spec
index d2109d3..0d271de 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -21,7 +21,7 @@ Source1: https://github.com/meganz/sdk/archive/v%{sdk_version}.tar.gz
# Patch0: aarch64-01.patch
# Patch1: aarch64-02.patch
-ExcludeArch: %power64 %arm32
+ExcludeArch: %power64 %arm32 %arm64
BuildRequires: openssl-devel
BuildRequires: sqlite-devel
2 years, 4 months
[megasync] Update to 4.6.7.0.
by Vasiliy Glazov
commit ca3b24182afddeea65c5084845c3ac7fa97cfd2e
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Jun 27 18:57:08 2022 +0300
Update to 4.6.7.0.
.gitignore | 2 ++
megasync.spec | 17 +++++++++++------
sources | 4 ++--
3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be3e99d..42f8e39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,5 @@
/v4.6.5.0_Linux.tar.gz
/v3.9.16.tar.gz
/v4.6.6.0_Win.tar.gz
+/v3.9.16a.tar.gz
+/v4.6.7.0_Linux.tar.gz
diff --git a/megasync.spec b/megasync.spec
index 60a3c30..d2109d3 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -1,5 +1,5 @@
-%global sdk_version 3.9.16
-%global source_suffix Win
+%global sdk_version 3.9.16a
+%global source_suffix Linux
%bcond_without dolphin
%bcond_without nautilus
@@ -10,16 +10,18 @@
%endif
Name: megasync
-Version: 4.6.6.0
-Release: 2%{?dist}
+Version: 4.6.7.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
License: Proprietary and BSD
URL: https://mega.nz
Source0: https://github.com/meganz/MEGAsync/archive/v%{version}_%{source_suffix}.t...
Source1: https://github.com/meganz/sdk/archive/v%{sdk_version}.tar.gz
+# Patch0: aarch64-01.patch
+# Patch1: aarch64-02.patch
-ExcludeArch: %power64 aarch64 %arm32
+ExcludeArch: %power64 %arm32
BuildRequires: openssl-devel
BuildRequires: sqlite-devel
@@ -106,7 +108,7 @@ Requires: %{name}%{?_isa}
%prep
-%autosetup -n MEGAsync-%{version}_%{source_suffix}
+%autosetup -p1 -n MEGAsync-%{version}_%{source_suffix}
#Move Mega SDK to it's place
tar -xvf %{SOURCE1} -C src/MEGASync/mega
@@ -257,6 +259,9 @@ popd
%endif
%changelog
+* Mon Jun 27 2022 Vasiliy Glazov <vascom2(a)gmail.com> - 4.6.7.0-1
+- Update to 4.6.7.0
+
* Tue Apr 12 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.6.6.0-2
- Disable armv7 build
diff --git a/sources b/sources
index dbb4eb0..c98c8d0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (v3.9.16.tar.gz) = 462cf6fb955f39b8ead678590ff94ae77326e7098e2d9f569caa93133cd4cd4edacbe59c29fed79ff9cc764d8764aabb56fd7ee5b863a797314b49ef2fb43aa9
-SHA512 (v4.6.6.0_Win.tar.gz) = 2607bdf31900034fd4d880994fda1fd11f5b00e863105ee63ad0db3b6246405afa3798339dc7a78f9a822d31002ab4b9f7a52bdf0ddf240e3b820a5588b69bae
+SHA512 (v3.9.16a.tar.gz) = 5e29237352d0fffea7d244e8e5ae34b9c98b1fb55837f07f10fbfd371d68b9af822a179adddc0e9d6caa0c2969e77f475eb702e8a41d3eeed2ffbb9395274cf6
+SHA512 (v4.6.7.0_Linux.tar.gz) = 0238607b67979202358f45b32213e5761fcf25d0bf924f413ecf4a9eb91b79587db241c0aef0033cb852dfb48fe82b4d3c8d9bade4ba1b6737c461158bf8865a
2 years, 4 months
[xtables-addons/f35] fix
by Leigh Scott
Summary of changes:
9412d73... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 4 months
[xtables-addons/f36] fix
by Leigh Scott
Summary of changes:
9412d73... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 4 months
[xtables-addons] fix
by Leigh Scott
commit 9412d7344c817b80794c0938fe21447b8fddd090
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jun 27 13:14:05 2022 +0100
fix
xtables-addons.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xtables-addons.spec b/xtables-addons.spec
index 3075535..6b94128 100644
--- a/xtables-addons.spec
+++ b/xtables-addons.spec
@@ -38,7 +38,7 @@ rm -f %{buildroot}%{_libdir}/*.{la,so}
%files
-%doc LICENSE README doc/* geoip
+%doc LICENSE README.rst doc/* geoip
%{_libexecdir}/xtables-addons/
%{_libdir}/xtables/
%{_libdir}/*.so.*
2 years, 4 months
[xtables-addons-kmod] Release 3.21
by Leigh Scott
commit a84852754b77424944946618b4250a84e4be06f7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jun 27 13:10:39 2022 +0100
Release 3.21
el8_fix.patch | 8 ++++----
sources | 2 +-
xtables-addons-kmod.spec | 5 ++++-
3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/el8_fix.patch b/el8_fix.patch
index d56ac56..a1cd3e7 100644
--- a/el8_fix.patch
+++ b/el8_fix.patch
@@ -1,5 +1,5 @@
---- xtables-addons-3.20/extensions/compat_xtables.h
-+++ xtables-addons-3.20/extensions/compat_xtables.h
+--- xtables-addons-3.21/extensions/compat_xtables.h
++++ xtables-addons-3.21/extensions/compat_xtables.h
@@ -21,7 +21,7 @@
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0) || \
LINUX_VERSION_CODE >= KERNEL_VERSION(5, 9, 9) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) || \
@@ -9,8 +9,8 @@
#else
# define ip_route_me_harder(xnet, xsk, xskb, xaddrtype) ip_route_me_harder((xnet), (xskb), (xaddrtype))
# define ip6_route_me_harder(xnet, xsk, xskb) ip6_route_me_harder((xnet), (xskb))
---- xtables-addons-3.20/extensions/xt_ipp2p.c
-+++ xtables-addons-3.20/extensions/xt_ipp2p.c
+--- xtables-addons-3.21/extensions/xt_ipp2p.c
++++ xtables-addons-3.21/extensions/xt_ipp2p.c
@@ -19,7 +19,7 @@ MODULE_AUTHOR("Eicke Friedrich/Klaus Deg
MODULE_DESCRIPTION("An extension to iptables to identify P2P traffic.");
MODULE_LICENSE("GPL");
diff --git a/sources b/sources
index 9ee55c7..72dbf3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xtables-addons-3.20.tar.xz) = 0a38c12159dd555a31f24dc5a74d012b27723925df827edffe2343f6b8e61e838b5dc4776bafe37587e9622b9da1e9cd4220e4f576d58e78eb21ad18a419fb2e
+SHA512 (xtables-addons-3.21.tar.xz) = 5ec30a14f7dffcaa87bbeb910b46ef5ba3bafc4b6f0ce1579eb21ca6395106fa9157b300f463b43169ea85ec9ff0d9a5377cb5ebc2bb2f637e2a1fe9ff61728e
diff --git a/xtables-addons-kmod.spec b/xtables-addons-kmod.spec
index d0fc192..48dd188 100644
--- a/xtables-addons-kmod.spec
+++ b/xtables-addons-kmod.spec
@@ -10,7 +10,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 3.20
+Version: 3.21
Release: 1%{?dist}
License: GPLv2
URL: https://inai.de/projects/xtables-addons/
@@ -62,6 +62,9 @@ done
%{?akmod_install}
%changelog
+* Mon Jun 27 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3.21-1
+- Release 3.21
+
* Sun Apr 17 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3.20-1
- Release 3.20
2 years, 4 months