Accepting request 830337 from network
OBS-URL: https://build.opensuse.org/request/show/830337 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=5
This commit is contained in:
commit
52bc809821
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f99bf467c5bb4b6535d41f186743f7bfc7b376ac584f89fea3e1520d2aead7f7
|
||||
size 19060293
|
3
nextcloud-desktop-3.0.1.tar.gz
Normal file
3
nextcloud-desktop-3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fa4d940e1eb423997d9acf6d8e088e84a59a015be4a9f1fdca552ff1680824b
|
||||
size 19059671
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 17:58:16 UTC 2020 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 3.0.1
|
||||
- desktop#2300 Support client builds on VS2019 (QLinkedList is deprecated)
|
||||
- desktop#2302 Do not build for Eoan
|
||||
- desktop#2288 Windows shell extensions: Use custom GUIDs via CMake and prepare MSI reg
|
||||
- desktop#2292 Present sharing of E2EE files from the main dialog too
|
||||
- desktop#2292 Disable context menu actions for E2EE files and folders
|
||||
- desktop#2281 Show the "Display mnemonic" button only when we know e2e is supported
|
||||
- desktop#2278 Make sure we don't assert when calling fileStatus
|
||||
- Enable libcloudprovider again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 07:26:59 UTC 2020 - Mathias Homann <Mathias.Homann@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define soname libnextcloudsync
|
||||
%define sover 0
|
||||
Name: nextcloud-desktop
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
Release: 0
|
||||
Summary: Nextcloud desktop synchronisation client
|
||||
License: GPL-2.0-or-later AND LGPL-3.0-or-later
|
||||
@ -54,6 +54,7 @@ BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5WebEngineWidgets)
|
||||
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
BuildRequires: pkgconfig(cloudproviders)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(openssl) >= 1.1
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
@ -222,6 +223,9 @@ done
|
||||
%dir %{_datadir}/icons/hicolor/1024x1024/
|
||||
%dir %{_datadir}/icons/hicolor/1024x1024/apps/
|
||||
%{_datadir}/icons/hicolor/*/apps/Nextcloud*.*
|
||||
%dir %{_datadir}/cloud-providers/
|
||||
%{_datadir}/cloud-providers/com.nextcloudgmbh.Nextcloud.ini
|
||||
%{_datadir}/dbus-1/services/com.nextcloudgmbh.Nextcloud.service
|
||||
|
||||
%files lang
|
||||
%{_datadir}/nextcloud/i18n/
|
||||
|
Loading…
x
Reference in New Issue
Block a user