Update to 3.3.6

f40
Mukundan Ragavan 3 years ago
parent e8296a58de
commit cdc09b80fc

1
.gitignore vendored

@ -37,3 +37,4 @@
/desktop-3.3.3.tar.gz /desktop-3.3.3.tar.gz
/desktop-3.3.4.tar.gz /desktop-3.3.4.tar.gz
/desktop-3.3.5.tar.gz /desktop-3.3.5.tar.gz
/desktop-3.3.6.tar.gz

@ -2,7 +2,7 @@
%undefine _cmake_skip_rpath %undefine _cmake_skip_rpath
Name: nextcloud-client Name: nextcloud-client
Version: 3.3.5 Version: 3.3.6
Release: 1%{?dist} Release: 1%{?dist}
Summary: The Nextcloud Client Summary: The Nextcloud Client
@ -21,7 +21,7 @@ Source1: nextcloud.appdata.xml
#Patch0: %%{name}-%%{version}-syslibs.patch #Patch0: %%{name}-%%{version}-syslibs.patch
# Patch0: fixes GNOME quirks on Wayland sessions. Read # Patch0: fixes GNOME quirks on Wayland sessions. Read
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3BVLBS4B3XHJEXFVGD7RK2ZMXZG6JQZT/ # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3BVLBS4B3XHJEXFVGD7RK2ZMXZG6JQZT/
Patch2: xcb.patch Patch2: xcb_%{version}.patch
BuildRequires: check BuildRequires: check
BuildRequires: chrpath BuildRequires: chrpath
@ -243,6 +243,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/nextcloud.
%endif %endif
%changelog %changelog
* Sun Oct 31 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.3.6-1
- Update to 3.3.6
* Sat Oct 02 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.3.5-1 * Sat Oct 02 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.3.5-1
- Update to 3.3.5 - Update to 3.3.5

@ -1 +1 @@
SHA512 (desktop-3.3.5.tar.gz) = 42502f12366b99e457b0f22ed28b587105eaef0d16404062e04544629f4074747925f168ecce4c035d75bf28ac2bae03464e5c127a826571b82648ec8f0834b2 SHA512 (desktop-3.3.6.tar.gz) = d6c16ebd8af0d97f412102cfa9f7b7d4ca502ff5d025618f3a98a33a068dce9d0b71ee71e7b3c3a02219929584559a1237d57b1a7aa27ad8234653b56530c9f0

@ -1,5 +1,5 @@
--- desktop-3.2.2-orig/src/gui/main.cpp 2021-06-14 20:40:51.378471413 -0400 --- desktop-3.3.6-orig/src/gui/main.cpp 2021-10-31 10:39:15.179363699 -0400
+++ desktop-3.2.2/src/gui/main.cpp 2021-06-14 20:42:21.630180229 -0400 +++ desktop-3.3.6/src/gui/main.cpp 2021-10-31 10:40:48.443965726 -0400
@@ -49,8 +49,26 @@ @@ -49,8 +49,26 @@
.arg(Theme::instance()->appNameGUI())); .arg(Theme::instance()->appNameGUI()));
} }
@ -24,6 +24,6 @@
+wayland_hacks(); +wayland_hacks();
+#endif +#endif
+ +
Q_INIT_RESOURCE(resources); #ifdef Q_OS_WIN
Q_INIT_RESOURCE(theme); SetDllDirectory(L"");
#endif
Loading…
Cancel
Save