Update to 0.19

This commit is contained in:
2025-10-19 20:27:41 +03:00
parent 4c8aa180d5
commit 13534a23fd
6 changed files with 9 additions and 11822 deletions

View File

@@ -1 +1 @@
contribs10
contribs11

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

BIN
dl-0.18.1.zip (Stored with Git LFS)

Binary file not shown.

BIN
dl-0.19.zip (Stored with Git LFS) Normal file

Binary file not shown.

11
dl.spec
View File

@@ -1,6 +1,6 @@
%define name dl
%define version 0.18.1
%define release 5
%define version 0.19
%define release 1
%define httpuser apache
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 5
@@ -19,8 +19,6 @@ Group: Applications/Internet
Source: http://www.thregr.org/~wavexx/software/dl/releases/%{name}-%{version}.zip
Source1: httpd.conf
Source2: logrotate.conf
Patch0: dl-0.18.1-pre0.19changes20210316.patch
Patch1: dl-0.18.1-add-in-help-html.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}
@@ -58,8 +56,6 @@ A command-line client to the REST interface of dl
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%build
# update locales
@@ -155,6 +151,9 @@ fi
%{_bindir}/%{name}-cli
%changelog
* Sun Oct 19 2025 Vasarhelyi Zsolt <zsoltv@koozali.org> 0.19-1.sme
- Update to 0.19 [SME: 11942]
* Thu Oct 09 2025 Trevor Batley <trevorb@koozali.org> 0.18.1-5.sme
- changed BuildRequires to python3-docutils