automatic version update by autodist [release 0.50.0-1mamba;Sat Apr 05 2025]

This commit is contained in:
Automatic Build System 2025-04-17 18:51:42 +02:00
parent f1f61d2771
commit 08b28d2ad3

View File

@ -1,5 +1,5 @@
Name: libfilezilla
Version: 0.49.0
Version: 0.50.0
Release: 1mamba
Summary: A C++ library offering some basic functionality to build high-performing, platform-independent programs
Group: System/Libraries
@ -7,7 +7,11 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://lib.filezilla-project.org
Source: https://download.filezilla-project.org/libfilezilla/libfilezilla-%{version}.tar.xz
# From Arch:
# Upstream download link became (purposely) unstable
# See https://trac.filezilla-project.org/ticket/13186
#Source: https://dl4.cdn.filezilla-project.org/libfilezilla/libfilezilla-%{version}.tar.xz
Source: https://sources.archlinux.org/other/libfilezilla/libfilezilla-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -36,7 +40,6 @@ Requires: pkg-config
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
@ -69,6 +72,9 @@ This package contains libraries and header files for developing applications tha
%doc ChangeLog NEWS README
%changelog
* Sat Apr 05 2025 Automatic Build System <autodist@openmamba.org> 0.50.0-1mamba
- automatic version update by autodist
* Sat Nov 09 2024 Automatic Build System <autodist@openmamba.org> 0.49.0-1mamba
- automatic version update by autodist