diff --git a/.gitignore b/.gitignore index 566ee7f..13e591f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /desktop-3.3.3.tar.gz /desktop-3.3.4.tar.gz /desktop-3.3.5.tar.gz +/desktop-3.3.6.tar.gz diff --git a/nextcloud-client.spec b/nextcloud-client.spec index 85e1b2b..fb7d15e 100644 --- a/nextcloud-client.spec +++ b/nextcloud-client.spec @@ -2,7 +2,7 @@ %undefine _cmake_skip_rpath Name: nextcloud-client -Version: 3.3.5 +Version: 3.3.6 Release: 1%{?dist} Summary: The Nextcloud Client @@ -21,7 +21,7 @@ Source1: nextcloud.appdata.xml #Patch0: %%{name}-%%{version}-syslibs.patch # Patch0: fixes GNOME quirks on Wayland sessions. Read # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3BVLBS4B3XHJEXFVGD7RK2ZMXZG6JQZT/ -Patch2: xcb.patch +Patch2: xcb_%{version}.patch BuildRequires: check BuildRequires: chrpath @@ -243,6 +243,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/nextcloud. %endif %changelog +* Sun Oct 31 2021 Mukundan Ragavan - 3.3.6-1 +- Update to 3.3.6 + * Sat Oct 02 2021 Mukundan Ragavan - 3.3.5-1 - Update to 3.3.5 diff --git a/sources b/sources index e6c6816..547b662 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (desktop-3.3.5.tar.gz) = 42502f12366b99e457b0f22ed28b587105eaef0d16404062e04544629f4074747925f168ecce4c035d75bf28ac2bae03464e5c127a826571b82648ec8f0834b2 +SHA512 (desktop-3.3.6.tar.gz) = d6c16ebd8af0d97f412102cfa9f7b7d4ca502ff5d025618f3a98a33a068dce9d0b71ee71e7b3c3a02219929584559a1237d57b1a7aa27ad8234653b56530c9f0 diff --git a/xcb.patch b/xcb_3.3.6.patch similarity index 75% rename from xcb.patch rename to xcb_3.3.6.patch index 018c63a..8b0ca96 100644 --- a/xcb.patch +++ b/xcb_3.3.6.patch @@ -1,5 +1,5 @@ ---- desktop-3.2.2-orig/src/gui/main.cpp 2021-06-14 20:40:51.378471413 -0400 -+++ desktop-3.2.2/src/gui/main.cpp 2021-06-14 20:42:21.630180229 -0400 +--- desktop-3.3.6-orig/src/gui/main.cpp 2021-10-31 10:39:15.179363699 -0400 ++++ desktop-3.3.6/src/gui/main.cpp 2021-10-31 10:40:48.443965726 -0400 @@ -49,8 +49,26 @@ .arg(Theme::instance()->appNameGUI())); } @@ -24,6 +24,6 @@ +wayland_hacks(); +#endif + - Q_INIT_RESOURCE(resources); - Q_INIT_RESOURCE(theme); - + #ifdef Q_OS_WIN + SetDllDirectory(L""); + #endif