forked from pool/libfilezilla
- Update to 0.48.1
* Bugfixes and minor changes:
- Allow comparing strtokenizer::iterator with each other
- MSW: fz::recursive_remove now exposes calls SHFileOperations,
as the caller might need special steps to ensure modality
- Changes from 0.48.0
* New features:
- fz::percent_decode can now optionally treat plus as space
- Added file::get_modification_time
* Bugfixes and minor changes:
- EROFS is now mapped to fsresult::noperm
- fz::aio_waiter has been removed due to thread-safety issues
- *nix: Only link with -ldl if required by dlsym
- Fixed error code if no parent can be found during mkdir
- Download over osc no more possible. Source must be download over
website link.
OBS-URL: https://build.opensuse.org/request/show/1187050
OBS-URL: https://build.opensuse.org/package/show/network/libfilezilla?expand=0&rev=130
13 lines
393 B
Diff
13 lines
393 B
Diff
Index: doc/doxygen.am
|
|
===================================================================
|
|
--- a/doc/doxygen.am.orig
|
|
+++ b/doc/doxygen.am
|
|
@@ -139,7 +139,6 @@ doxygen-doc: doxygen-run $(DX_PS_GOAL) $
|
|
@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
|
|
rm -rf @DX_DOCDIR@
|
|
$(DX_ENV) $(DX_DOXYGEN) $(DX_CONFIG)
|
|
- echo Timestamp >$@
|
|
|
|
DX_CLEANFILES = \
|
|
@DX_DOCDIR@/@PACKAGE@.tag \
|