Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7f20afa6ae | |||
| 7824293533 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a4c88931711f4b9d31702af3555501151b2b9fa46d07f350597a3bc9d5832e6
|
|
||||||
size 559004
|
|
||||||
3
libfilezilla-0.52.0.tar.xz
Normal file
3
libfilezilla-0.52.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d0e1502613b4a158b5fe999cfbd0d15819041ece4fca0caa974fbf9e28f965a
|
||||||
|
size 567944
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 15 12:15:39 UTC 2025 - ecsos <ecsos@opensuse.org> - 0.52.0
|
||||||
|
|
||||||
|
- Update to 0.52.0
|
||||||
|
* New features:
|
||||||
|
- Event handlers can now be in a hierarchy.
|
||||||
|
If calling remove_handler on a handler that has children,
|
||||||
|
they are removed as well.
|
||||||
|
- MSW: Added fz::async_pipe
|
||||||
|
- Add operator< and operator== for strtokenizer
|
||||||
|
- Added fz::read_file overload accepting a filename
|
||||||
|
* Bugfixes and minor changes:
|
||||||
|
- Fixes to mutex debugging to fix destruction order issues
|
||||||
|
on program exit
|
||||||
|
- Certificate verification: Display friendly error message in
|
||||||
|
case of GNUTLS_CERT_INVALID_OCSP_STATUS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 12 10:37:02 UTC 2025 - ecsos <ecsos@opensuse.org>
|
Tue Aug 12 10:37:02 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libfilezilla
|
# spec file for package libfilezilla
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,11 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define major 48
|
%define major 50
|
||||||
%define libname %{name}%{major}
|
%define libname %{name}%{major}
|
||||||
%define develname %{name}-devel
|
%define develname %{name}-devel
|
||||||
Name: libfilezilla
|
Name: libfilezilla
|
||||||
Version: 0.51.1
|
Version: 0.52.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ library for filezilla
|
Summary: C++ library for filezilla
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@@ -82,6 +82,7 @@ Files needed for development with %{name}.
|
|||||||
|
|
||||||
|
|
||||||
# Need %%lang_package expanded for an extra conflict with an old library package
|
# Need %%lang_package expanded for an extra conflict with an old library package
|
||||||
|
|
||||||
%package lang
|
%package lang
|
||||||
# FIXME: consider using %%lang_package macro
|
# FIXME: consider using %%lang_package macro
|
||||||
Summary: Translations for package %{name}
|
Summary: Translations for package %{name}
|
||||||
|
|||||||
Reference in New Issue
Block a user