Ana Guerrero 2024-10-27 10:25:15 +00:00 committed by Git OBS Bridge
commit ad44ff97be
4 changed files with 50 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83ddff511684c7b56a0a428c1a50630042a4c64d7b382d13b083509051cac8b9
size 13956052

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b2209a47bc4011d7ddf50371138f4c7d8330079ab95d2859dd9b3df314520e4
size 13957954

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Tue Oct 22 15:08:57 UTC 2024 - RN <R_Nik_C@proton.me>
- Some qt5 libraries replaced to qt6
- Removed unneeded qt5 library
-------------------------------------------------------------------
Tue Oct 22 11:20:37 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.14.2:
* Bugfix/fix log issues (gh#nextcloud/desktop#7267).
* Remove too verbose logs during discovery
(gh#nextcloud/desktop#7272).
* Add support for the new craft blueprint options relating to
override server urls (gh#nextcloud/desktop#7276).
* Properly catch std::filesystem exceptions
(gh#nextcloud/desktop#7283).
* remove extra argument from QString::arg: string has only 1
placeholder (gh#nextcloud/desktop#7292).
* Cleaning logs (gh#nextcloud/desktop#7295).
* Properly check for webdav or dav path in provided host url for
cmd.cpp (gh#nextcloud/desktop#7301).
* Count the files deletion and warn if threshold is exceeded
(gh#nextcloud/desktop#7304).
* Message should say many not all: would be triggered by 200
files (gh#nextcloud/desktop#7306).
* Cleaning logs (gh#nextcloud/desktop#7308).
* Improve wordings of confirmation dialog when many files are
deleted (gh#nextcloud/desktop#7329).
* Fix crash caused due to null accountstate in
FileProviderSocketController (gh#nextcloud/desktop#7332).
* Bugfix/signature (gh#nextcloud/desktop#7335).
* Better logs to understand when a folder is locally discovered
(gh#nextcloud/desktop#7342).
* Bugfix/use file id to track renamed items
(gh#nextcloud/desktop#7343).
* Fix: On receiving reply of a remote MOVE: always record it
(gh#nextcloud/desktop#7352).
* remove ownCloud wording in logging
(gh#nextcloud/desktop#7358).
* Fix opening of locally available groupfolders in web browser
from tray drop-down (gh#nextcloud/desktop#7363).
* Make shares distinguishable if there are sharees with the same
display name (gh#nextcloud/desktop#7364).
-------------------------------------------------------------------
Sat Sep 28 18:32:24 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -25,7 +25,7 @@
%define gcc_ver 9
%endif
Name: nextcloud-desktop
Version: 3.14.1
Version: 3.14.2
Release: 0
Summary: Nextcloud desktop synchronisation client
License: GPL-2.0-or-later AND LGPL-3.0-or-later
@ -42,10 +42,9 @@ BuildRequires: glibc-devel
BuildRequires: gobject-introspection-devel
BuildRequires: hicolor-icon-theme
BuildRequires: kf6-extra-cmake-modules
BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: libqt5-linguist-devel
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: qt6-gui-private-devel
BuildRequires: rsvg-convert
BuildRequires: update-desktop-files
BuildRequires: cmake(KF6Archive)