* Fri Jul 27 2018 klaas.freitag@suse.com
- Update to upstream version 2.4.2 (see boo#1057832)
* Coming with some bugfixes, Changelog:
https://owncloud.org/changelog/desktop-client/
- Added patch fix-systray-menu-pos.patch to fix a problem with
older Qt versions. Applies only to versions Leap 15 and older,
fixes https://github.com/owncloud/client/issues/5968
- Added rpath.diff: Fix the rpath to the private libs of owncloud
- Reworked the source tarball coming from upstream and removed not
needed stuff as well as questionable licensed files.
See https://github.com/owncloud/client/issues/6005 for details
and README.source which was added and explains that.
- A few other changes from reviews of the spec file.
* Fri Mar 16 2018 freitag@owncloud.com
- Updated changelog for upstream release.
* Tue Mar 06 2018 klaas.freitag@suse.com
- Update to upstream version 2.4.1
* Enhanced Nautilus integration.
* Cleaner User Experience and overall improvements to
notifications and the synchronization of files.
* Better implementation and integration of Client Filesystems.
* Improved Sharing dialogue
* and a lot more...
Changelog: https://github.com/owncloud/client/releases
* Wed Feb 28 2018 klaas.freitag@suse.com
- Add explicit BuildRequires on Qt5Sql to fix TW build.
* Mon Jan 01 2018 freitag@owncloud.com
- Removed superflous patch force_qdbus_tray_workaround.patch
* Mon Jan 01 2018 freitag@owncloud.com
- Bring back the doc macro to mark the documentation files.
Fix building by utilizing the exclude macro.
* Fri Dec 29 2017 freitag@owncloud.com
- Fixed documentation installation by avoiding the %doc macro.
* Thu Dec 28 2017 freitag@owncloud.com
- Added rpath.diff: Fix the rpath to the private libs of owncloud
Fixed documentation file list issue
* Wed Dec 27 2017 freitag@owncloud.com
- Feedback from review:
* Use %{buildroot} instead of ${RPM_BUILD_ROOT}
* Leave license- and few other readme files with the main package
* Mon Dec 25 2017 freitag@owncloud.com
- Update to version 2.4.0 with lots of fixes and additions.
Detailed changelog:
https://raw.githubusercontent.com/owncloud/client/master/ChangeLog
- Drop force_qdbus_tray_workaround.patch: Problem fixed upstream.
* Sat Oct 21 2017 klaas.freitag@suse.com
- Do not install README.source file as requested in sr
* Tue Sep 12 2017 freitag@opensuse.org
- Install README.source to doc. Make pack checker in Factory happy.
* Fri Sep 08 2017 freitag@opensuse.org
- Reworked the source tarball coming from upstream and removed not
needed stuff as well as questionable licensed files.
See https://github.com/owncloud/client/issues/6005 for details
and README.source which was added and explains that.
* Wed Sep 06 2017 freitag@suse.com
- Added updstream patch force_qdbus_tray_workaround.patch to fix a
problem with the Qt lib on Leap 42.2 only
* Mon Sep 04 2017 klaas.freitag@suse.com
- Update to upstream version 2.3.3
* Chunking NG: Don't use old chunking on new DAV endpoint (5855)
* Selective Sync: Skip excluded folders when reading DB, don't let them show errors (5772)
* Settings: Make window bigger so Qt version is always visible (5760)
* Share links: Show warning that public link shares are public (5786)
* Downloads: Re-trigger folder discovery on HTTP 404 (5799)
* Notifications: Propagate "Dismiss" as DELETE to server (5922)
* Overlay Icons: Fix potential hangs on Windows
* SyncJournalDB: Don't use ._ as filename pattern if that does not work because of SMB storage settings (5844)
* SyncJournalDB: Log reason for sqlite3 opening errors
* Windows: Fix a memory leak in FileSystem::longWinPath
* Switch Linux builds also to Qt 5.6.2 (5470)
* Stopped maintaining Qt 4 support
* Linux packaging fixes: install the owncloud-client-nemo, owncloud-client-nautilus, owncloud-client-caja, owncloud-client-dolphin package for sync-state icons and a share-with menu in your file manager.
* Linux deprecation: Releases after 2.3.3 do not support Fedora 24 or lower, openSUSE Leap 42.1 or lower, Debian 7.0 or lower.
* 2.4.0 deprecation: We will drop 32-bit Linux support and MacOS X 10.9 support or lower.
* Supported platforms are documented at Desktop System Requirements.
* Tue Jun 13 2017 klaas.freitag@suse.com
- Fix: Build the dolphin overlays also for Tumbleweed.
* Wed May 10 2017 klaas.freitag@suse.com
- version 2.3.2 (2017-05-08)
* Fix more crashes (thanks to everyone submitting to our crash reporter!)
* Improve compatibility with server 10.0 (#5691, X-OC-Total-Size)
* Share dialog: UI improvements, Bring to front on tray click
* owncloudcmd: Align process return value with sync return value (#3936)
* Fix disk free check on Windows when opening the local DB
* Wed May 03 2017 klaas.freitag@suse.com
- Use desktop database update script in postinstall and uninstall
* Fri Apr 28 2017 klaas.freitag@suse.com
- update to version 2.3.2 rc1
* Fix more crashes (thanks to everyone submitting to our crash reporter!)
* Improve compatibility with server 10.0 (5691, X-OC-Total-Size)
* Share dialog: UI improvements, Bring to front on tray click
* owncloudcmd: Align process return value with sync return value (3936)
* Fri Apr 28 2017 badshah400@gmail.com
- Use full URL for source code.
- Run post-install/uninstall scriptlets for %{name} to update the
hicolor icon theme cache, as it installs icons to that theme.
This fixes an issue where a generic icon instead of the app icon
showed up in the desktop menus after installation; necessitates
a BuildRequires on the hicolor-icon-theme, which provides the
appropriate macros.