Accepting request 1109101 from home:badshah400:branches:network

* Update to version 3.9.3.
* Drop NO_SHIBBOLETH flag: has not been used by build since version 3.2.0.
* Use rsvg-convert instead of inkscape to convert svg icons to bitmaps during build. This shaves about 40 GUI dependencies of inkscape --- and the significant disk-space they occupy --- pulled in for builds but are otherwise unnecessary (boo#1205096).

OBS-URL: https://build.opensuse.org/request/show/1109101
OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=111
This commit is contained in:
Atri Bhattacharya 2023-09-06 18:11:02 +00:00 committed by Git OBS Bridge
parent 205adf84b1
commit 8b07689660
4 changed files with 71 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:867d0d1f1d950ce224ea78d3009a89e7bedc3317bb9dc45a9f9ff961e4913201
size 15648917

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40275a2940bfbd00d74bfecbde7b9af20099850dd16480792f5352afa7fb53fa
size 15752014

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Tue Sep 5 15:23:28 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.9.3:
* Fix filename encoding test on windows
(gh#nextcloud/desktop#5974).
- Drop NO_SHIBBOLETH flag: has not been used by build since
version 3.2.0.
-------------------------------------------------------------------
Wed Aug 9 19:05:45 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.9.2:
* Feature/check server availibility every minute
(gh#nextcloud/desktop#5928).
* windows reserved word silently excluded - csync exclude.cpp
(gh#nextcloud/desktop#5934).
* Do not modify discovered files on disk if not necessary
(gh#nextcloud/desktop#5958).
-------------------------------------------------------------------
Wed Jul 26 08:43:55 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.9.1:
* Bugfix/unsupported filename on server
(gh#nextcloud/desktop#5812).
* Bugfix/remove stale caseclashcopies
(gh#nextcloud/desktop#5817).
* Bugfix/checksum calculation stop on destruction
(gh#nextcloud/desktop#5827).
* Prevent crash by resetting common pointer after deleting
gobject menu (gh#nextcloud/desktop#5850).
* Documentation for mass deployment (gh#nextcloud/desktop#5857).
* Update the documentation with information on how 'Edit
locally' works (gh#nextcloud/desktop#5858).
* Fix typos found by codespell (gh#nextcloud/desktop#5859).
* Remove seen Talk notificatios from Tray window
(gh#nextcloud/desktop#5869).
* Fix bulk upload of empty files (gh#nextcloud/desktop#5878).
* Add link in readme to nextcloud-releases correct page with
binaries (gh#nextcloud/desktop#5880).
* Always propagate locked status to read-only or read/write for
real file (gh#nextcloud/desktop#5883).
* Added new state and new job to check if /index.php/204 is
being redirected (gh#nextcloud/desktop#5894).
* Fix crash and incorrect implementation of seen chat
notofications removal (gh#nextcloud/desktop#5897).
* Disable share view completely when server does not support/has
disabled file sharing (gh#nextcloud/desktop#5900).
* Set VFS PinState to Excluded for ignored files
(gh#nextcloud/desktop#5904).
* Create placeholder while dehydrating if needed
(gh#nextcloud/desktop#5906).
* Fix password generation for shares, improve generator
(gh#nextcloud/desktop#5908).
* Fix expire date field in Share settings
(gh#nextcloud/desktop#5907).
* Fix SVG rendering error in SvgImageProvider
(gh#nextcloud/desktop#5909).
- Use rsvg-convert instead of inkscape to convert svg icons to
bitmaps during build. This shaves about 40 GUI dependencies of
inkscape --- and the significant disk-space they occupy ---
pulled in for builds but are otherwise unnecessary
(boo#1205096).
-------------------------------------------------------------------
Thu Jun 29 18:50:15 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -19,7 +19,7 @@
%define soname libnextcloudsync
%define sover 0
Name: nextcloud-desktop
Version: 3.9.0
Version: 3.9.3
Release: 0
Summary: Nextcloud desktop synchronisation client
License: GPL-2.0-or-later AND LGPL-3.0-or-later
@ -37,11 +37,11 @@ BuildRequires: gcc-c++
BuildRequires: glibc-devel
BuildRequires: gobject-introspection-devel
BuildRequires: hicolor-icon-theme
BuildRequires: inkscape >= 1.0
BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: libqt5-linguist-devel
BuildRequires: pkgconfig
BuildRequires: qtkeychain-qt5-devel
BuildRequires: rsvg-convert
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Config)
@ -205,8 +205,7 @@ cp -a %{SOURCE1} sysctl-sync-inotify.conf
export SOURCE_DATE_EPOCH=`date -r VERSION.cmake +"%s"`
%cmake \
%if 0%{?is_opensuse}
-DWITH_DOC=ON \
-DNO_SHIBBOLETH=1
-DWITH_DOC=ON
%endif
%cmake_build